/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/config/custom-theme.scss?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

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

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

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

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

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

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

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

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

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

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

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

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

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

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

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

/* seleção dos temas */
.tema-blue-green .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-green .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-green .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-blue-green .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-blue-green .mat-mdc-option.mat-mdc-option-active, .tema-blue-green .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-blue-green .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0d47a1);
}
.tema-blue-green .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #43a047);
}
.tema-blue-green .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-green .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-blue-green .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-blue-green .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #0d47a1;
}
.tema-blue-green .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-blue-green .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #0d47a1;
}
.tema-blue-green .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-blue-green .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-blue-green .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-blue-green .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #43a047;
}
.tema-blue-green .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-blue-green .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #43a047;
}
.tema-blue-green .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-blue-green .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-blue-green .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-blue-green .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #43a047;
}
.tema-blue-green .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-blue-green .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #43a047;
}
.tema-blue-green .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-blue-green .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-blue-green .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-blue-green .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-blue-green .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-blue-green .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-blue-green .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-blue-green .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-blue-green .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-blue-green .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-blue-green .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-blue-green .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-blue-green .mat-app-background, .tema-blue-green.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-green .mat-elevation-z0, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z1, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z2, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z3, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z4, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z5, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z6, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z7, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z8, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z9, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z10, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z11, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z12, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z13, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z14, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z15, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z16, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z17, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z18, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z19, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z20, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z21, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z22, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z23, .tema-blue-green .mat-mdc-elevation-specific.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);
}
.tema-blue-green .mat-elevation-z24, .tema-blue-green .mat-mdc-elevation-specific.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;
}

.tema-blue-green .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-blue-green .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-blue-green .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0d47a1;
}
.tema-blue-green .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(13, 71, 161, 0.25)'/%3E%3C/svg%3E");
}
.tema-blue-green .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(13, 71, 161, 0.25);
}
.tema-blue-green .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #43a047;
}
.tema-blue-green .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(67, 160, 71, 0.25)'/%3E%3C/svg%3E");
}
.tema-blue-green .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(67, 160, 71, 0.25);
}
.tema-blue-green .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-blue-green .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-blue-green .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-blue-green .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-blue-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-blue-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-blue-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-blue-green .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #0d47a1);
}
.tema-blue-green .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-blue-green .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-green .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-blue-green .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-blue-green .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-blue-green .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-blue-green .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-blue-green .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-blue-green .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-blue-green .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-blue-green .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-blue-green .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #0d47a1);
}
.tema-blue-green .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-blue-green .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-blue-green .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-blue-green .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-blue-green .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-blue-green .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-green .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-green .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #0d47a1);
}
[dir=rtl] .tema-blue-green .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-blue-green .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-blue-green .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-blue-green .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-blue-green .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-blue-green .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-blue-green .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-blue-green .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-blue-green .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(13, 71, 161, 0.87);
}
.tema-blue-green .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-blue-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-blue-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-blue-green .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-blue-green .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-green .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-green .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-blue-green .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-blue-green .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-blue-green .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-blue-green .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-blue-green .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-blue-green .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-blue-green .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-blue-green .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-blue-green .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-green .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-green .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-green .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-green .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-green .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-blue-green .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-green .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-green .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-green .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-green .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-green .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-green .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-blue-green .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-blue-green .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-blue-green .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-blue-green .mdc-text-field--end-aligned .mdc-text-field__input, .tema-blue-green .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-blue-green .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-blue-green .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-blue-green .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-blue-green .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-blue-green .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-blue-green .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(13, 71, 161, 0.87);
}
.tema-blue-green .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(67, 160, 71, 0.87);
}
.tema-blue-green .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-blue-green .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #43a047);
}
.tema-blue-green .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #43a047);
}
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(67, 160, 71, 0.87);
}
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-green .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #43a047);
}
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-green .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-green .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-blue-green [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-blue-green .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-blue-green .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-blue-green .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-blue-green .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-blue-green .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-blue-green .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-blue-green .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-green .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-blue-green .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-blue-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-green .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__start,
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__content,
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-blue-green .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0d47a1);
}
.tema-blue-green .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-green .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #0d47a1);
}
.tema-blue-green .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-green .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-blue-green .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-green .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-green .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(13, 71, 161, 0.87);
}
.tema-blue-green .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(67, 160, 71, 0.87);
}
.tema-blue-green .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-blue-green .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-blue-green .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-green .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-blue-green .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-blue-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-green .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__start,
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__content,
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-blue-green .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0d47a1);
}
.tema-blue-green .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-green .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #0d47a1);
}
.tema-blue-green .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-green .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-blue-green .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-blue-green .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-blue-green .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-blue-green .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #0d47a1;
  --mdc-chip-elevated-disabled-container-color: #0d47a1;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-blue-green .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-blue-green .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #43a047;
  --mdc-chip-elevated-disabled-container-color: #43a047;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-blue-green .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-blue-green .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-blue-green .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-blue-green .mat-mdc-chip {
  height: 32px;
}
.tema-blue-green .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-blue-green .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-green .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #1e88e5;
  --mdc-switch-selected-handle-color: #1e88e5;
  --mdc-switch-selected-hover-state-layer-color: #1e88e5;
  --mdc-switch-selected-pressed-state-layer-color: #1e88e5;
  --mdc-switch-selected-focus-handle-color: #0d47a1;
  --mdc-switch-selected-hover-handle-color: #0d47a1;
  --mdc-switch-selected-pressed-handle-color: #0d47a1;
  --mdc-switch-selected-focus-track-color: #64b5f6;
  --mdc-switch-selected-hover-track-color: #64b5f6;
  --mdc-switch-selected-pressed-track-color: #64b5f6;
  --mdc-switch-selected-track-color: #64b5f6;
}
.tema-blue-green .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #43a047;
  --mdc-switch-selected-handle-color: #43a047;
  --mdc-switch-selected-hover-state-layer-color: #43a047;
  --mdc-switch-selected-pressed-state-layer-color: #43a047;
  --mdc-switch-selected-focus-handle-color: #1b5e20;
  --mdc-switch-selected-hover-handle-color: #1b5e20;
  --mdc-switch-selected-pressed-handle-color: #1b5e20;
  --mdc-switch-selected-focus-track-color: #81c784;
  --mdc-switch-selected-hover-track-color: #81c784;
  --mdc-switch-selected-pressed-track-color: #81c784;
  --mdc-switch-selected-track-color: #81c784;
}
.tema-blue-green .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-blue-green .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-blue-green .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-green .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d47a1;
  --mdc-radio-selected-hover-icon-color: #0d47a1;
  --mdc-radio-selected-icon-color: #0d47a1;
  --mdc-radio-selected-pressed-icon-color: #0d47a1;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #0d47a1;
}
.tema-blue-green .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #43a047;
  --mdc-radio-selected-hover-icon-color: #43a047;
  --mdc-radio-selected-icon-color: #43a047;
  --mdc-radio-selected-pressed-icon-color: #43a047;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #43a047;
}
.tema-blue-green .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-blue-green .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-blue-green .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-blue-green .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-blue-green .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-blue-green .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #0d47a1;
  --mdc-slider-focus-handle-color: #0d47a1;
  --mdc-slider-hover-handle-color: #0d47a1;
  --mdc-slider-active-track-color: #0d47a1;
  --mdc-slider-inactive-track-color: #0d47a1;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #0d47a1;
  --mat-mdc-slider-ripple-color: #0d47a1;
  --mat-mdc-slider-hover-ripple-color: rgba(13, 71, 161, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(13, 71, 161, 0.2);
}
.tema-blue-green .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #43a047;
  --mdc-slider-focus-handle-color: #43a047;
  --mdc-slider-hover-handle-color: #43a047;
  --mdc-slider-active-track-color: #43a047;
  --mdc-slider-inactive-track-color: #43a047;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #43a047;
  --mat-mdc-slider-ripple-color: #43a047;
  --mat-mdc-slider-hover-ripple-color: rgba(67, 160, 71, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(67, 160, 71, 0.2);
}
.tema-blue-green .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-blue-green .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-green .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-blue-green .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-blue-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-green .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__start,
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__content,
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-blue-green .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #0d47a1);
}
.tema-blue-green .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-green .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #0d47a1);
}
.tema-blue-green .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-green .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-blue-green .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-mdc-menu-item[disabled],
.tema-blue-green .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-blue-green .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-green .mat-mdc-menu-item .mat-icon-no-color,
.tema-blue-green .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-green .mat-mdc-menu-item:hover:not([disabled]),
.tema-blue-green .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-blue-green .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-blue-green .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-blue-green .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-blue-green .mat-mdc-list-option .mdc-list-item__start, .tema-blue-green .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0d47a1;
  --mdc-checkbox-selected-hover-icon-color: #0d47a1;
  --mdc-checkbox-selected-icon-color: #0d47a1;
  --mdc-checkbox-selected-pressed-icon-color: #0d47a1;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-mdc-list-option .mdc-list-item__start, .tema-blue-green .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d47a1;
  --mdc-radio-selected-hover-icon-color: #0d47a1;
  --mdc-radio-selected-icon-color: #0d47a1;
  --mdc-radio-selected-pressed-icon-color: #0d47a1;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #0d47a1;
}
.tema-blue-green .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-blue-green .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-blue-green .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #43a047;
  --mdc-checkbox-selected-hover-icon-color: #43a047;
  --mdc-checkbox-selected-icon-color: #43a047;
  --mdc-checkbox-selected-pressed-icon-color: #43a047;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-blue-green .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #43a047;
  --mdc-radio-selected-hover-icon-color: #43a047;
  --mdc-radio-selected-icon-color: #43a047;
  --mdc-radio-selected-pressed-icon-color: #43a047;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #43a047;
}
.tema-blue-green .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-blue-green .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-blue-green .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-blue-green .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-blue-green .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-blue-green .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-blue-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #0d47a1;
}
.tema-blue-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #0d47a1;
}
.tema-blue-green .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-blue-green .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-blue-green .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-blue-green .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-blue-green .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-blue-green .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-blue-green .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-blue-green .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-blue-green .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-blue-green .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-blue-green .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-green .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-mdc-paginator-decrement,
.tema-blue-green .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-mdc-paginator-first,
.tema-blue-green .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-blue-green .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-blue-green .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-blue-green .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-blue-green .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-blue-green .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-blue-green .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-blue-green .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-blue-green .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-blue-green .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-blue-green .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-blue-green .mat-mdc-tab, .tema-blue-green .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-blue-green .mat-mdc-tab .mdc-tab__text-label, .tema-blue-green .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-green .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-blue-green .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-blue-green .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-blue-green .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-green .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #0d47a1;
}
.tema-blue-green .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-green .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #0d47a1);
}
.tema-blue-green .mdc-tab__ripple::before,
.tema-blue-green .mat-mdc-tab .mat-ripple-element,
.tema-blue-green .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-blue-green .mat-mdc-tab-link .mat-ripple-element {
  background-color: #0d47a1;
}
.tema-blue-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #43a047;
}
.tema-blue-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #43a047);
}
.tema-blue-green .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-blue-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-blue-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-blue-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-blue-green .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-blue-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-blue-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-blue-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #43a047;
}
.tema-blue-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-blue-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-blue-green .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-blue-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-blue-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-blue-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-blue-green .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-blue-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-blue-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-blue-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-blue-green .mat-mdc-tab-group.mat-background-primary, .tema-blue-green .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #0d47a1;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-blue-green .mat-mdc-tab-group.mat-background-accent, .tema-blue-green .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #43a047;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-blue-green .mat-mdc-tab-group.mat-background-warn, .tema-blue-green .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-blue-green .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-green .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-blue-green .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-green .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-green .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-blue-green .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #0d47a1;
  --mdc-checkbox-selected-hover-icon-color: #0d47a1;
  --mdc-checkbox-selected-icon-color: #0d47a1;
  --mdc-checkbox-selected-pressed-icon-color: #0d47a1;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(13, 71, 161, 0.1);
}
.tema-blue-green .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #0d47a1;
}
.tema-blue-green .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #43a047;
  --mdc-checkbox-selected-hover-icon-color: #43a047;
  --mdc-checkbox-selected-icon-color: #43a047;
  --mdc-checkbox-selected-pressed-icon-color: #43a047;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(67, 160, 71, 0.1);
}
.tema-blue-green .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #43a047;
}
.tema-blue-green .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-blue-green .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-blue-green .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-blue-green .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-blue-green .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-blue-green .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-blue-green .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #0d47a1;
}
.tema-blue-green .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #43a047;
}
.tema-blue-green .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-blue-green .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-blue-green .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #0d47a1;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-blue-green .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #43a047;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-blue-green .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-blue-green .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-blue-green .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #0d47a1;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-blue-green .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #43a047;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-blue-green .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-blue-green .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-blue-green .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-blue-green .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #0d47a1;
}
.tema-blue-green .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #43a047;
}
.tema-blue-green .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-blue-green .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-mdc-button, .tema-blue-green .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-green .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-blue-green .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-green .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-green .mat-mdc-button.mat-primary, .tema-blue-green .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #0d47a1;
  --mat-mdc-button-ripple-color: rgba(13, 71, 161, 0.1);
}
.tema-blue-green .mat-mdc-button.mat-accent, .tema-blue-green .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #43a047;
  --mat-mdc-button-ripple-color: rgba(67, 160, 71, 0.1);
}
.tema-blue-green .mat-mdc-button.mat-warn, .tema-blue-green .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-blue-green .mat-mdc-raised-button, .tema-blue-green .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-green .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-blue-green .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-green .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-green .mat-mdc-raised-button.mat-primary, .tema-blue-green .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-green .mat-mdc-raised-button.mat-accent, .tema-blue-green .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-green .mat-mdc-raised-button.mat-warn, .tema-blue-green .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-green .mat-mdc-button.mat-mdc-button-base,
.tema-blue-green .mat-mdc-raised-button.mat-mdc-button-base,
.tema-blue-green .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-blue-green .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-blue-green .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-green .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-blue-green .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-green .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-green .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #0d47a1;
  --mat-mdc-button-ripple-color: rgba(13, 71, 161, 0.1);
}
.tema-blue-green .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #43a047;
  --mat-mdc-button-ripple-color: rgba(67, 160, 71, 0.1);
}
.tema-blue-green .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-blue-green .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #0d47a1;
}
.tema-blue-green .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #43a047;
}
.tema-blue-green .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-blue-green .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-blue-green .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-blue-green .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-blue-green .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-blue-green .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-blue-green .mat-mdc-fab, .tema-blue-green .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-green .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-blue-green .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-green .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-blue-green .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-green .mat-mdc-fab.mat-primary, .tema-blue-green .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-green .mat-mdc-fab.mat-accent, .tema-blue-green .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-green .mat-mdc-fab.mat-warn, .tema-blue-green .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-green .mat-mdc-fab.mat-unthemed, .tema-blue-green .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-blue-green .mat-mdc-fab.mat-primary, .tema-blue-green .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #0d47a1;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-blue-green .mat-mdc-fab.mat-accent, .tema-blue-green .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #43a047;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-blue-green .mat-mdc-fab.mat-warn, .tema-blue-green .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-blue-green .mat-mdc-fab[disabled][disabled], .tema-blue-green .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #43a047;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-blue-green .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mdc-data-table__row {
  background-color: inherit;
}
.tema-blue-green .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-blue-green .mdc-data-table__row--selected {
  background-color: rgba(13, 71, 161, 0.04);
}
.tema-blue-green .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-blue-green .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-blue-green .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mdc-data-table__cell,
.tema-blue-green .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-blue-green .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-green .mdc-data-table__pagination-total,
.tema-blue-green .mdc-data-table__pagination-rows-per-page-label,
.tema-blue-green .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-blue-green .mdc-data-table__pagination-button .mdc-button__icon, .tema-blue-green .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-blue-green .mat-mdc-table {
  background: white;
}
.tema-blue-green .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-blue-green .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-blue-green .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-blue-green .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #0d47a1;
}
.tema-blue-green .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #43a047;
}
.tema-blue-green .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-blue-green .mat-badge {
  position: relative;
}
.tema-blue-green .mat-badge.mat-badge {
  overflow: visible;
}
.tema-blue-green .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-blue-green .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;
}
.tema-blue-green .ng-animate-disabled .mat-badge-content,
.tema-blue-green .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-blue-green .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-blue-green .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-blue-green .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-blue-green .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-blue-green .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-blue-green .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-blue-green .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-blue-green .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-blue-green .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-blue-green .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-blue-green .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-blue-green .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-blue-green .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-blue-green .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-blue-green .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-blue-green .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-blue-green .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-blue-green .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-blue-green .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-blue-green .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-blue-green .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-blue-green .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-blue-green .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-blue-green .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-blue-green .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-blue-green .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-blue-green .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-blue-green .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-blue-green .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-blue-green .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-blue-green .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-blue-green .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-blue-green .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-blue-green .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-blue-green .mat-badge-content {
  color: white;
  background: #0d47a1;
}
.cdk-high-contrast-active .tema-blue-green .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-blue-green .mat-badge-accent .mat-badge-content {
  background: #43a047;
  color: white;
}
.tema-blue-green .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-blue-green .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .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);
}
.tema-blue-green .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-blue-green .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-blue-green .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-blue-green .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-blue-green .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-blue-green .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-blue-green [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-blue-green .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-blue-green .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-green .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-blue-green .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-blue-green .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-blue-green .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-blue-green .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.tema-blue-green .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-datepicker-toggle,
.tema-blue-green .mat-datepicker-content .mat-calendar-next-button,
.tema-blue-green .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-calendar-table-header,
.tema-blue-green .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-calendar-body-cell-content,
.tema-blue-green .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-blue-green .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);
}
.tema-blue-green .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-blue-green .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .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);
}
.tema-blue-green .mat-calendar-body-in-range::before {
  background: rgba(13, 71, 161, 0.2);
}
.tema-blue-green .mat-calendar-body-comparison-identical,
.tema-blue-green .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-blue-green .mat-calendar-body-comparison-bridge-start::before,
.tema-blue-green [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(13, 71, 161, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-blue-green .mat-calendar-body-comparison-bridge-end::before,
.tema-blue-green [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(13, 71, 161, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-blue-green .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-blue-green .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-blue-green .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-blue-green .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-blue-green .mat-calendar-body-selected {
  background-color: #0d47a1;
  color: white;
}
.tema-blue-green .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(13, 71, 161, 0.4);
}
.tema-blue-green .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-blue-green .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-blue-green .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(13, 71, 161, 0.3);
}
@media (hover: hover) {
  .tema-blue-green .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(13, 71, 161, 0.3);
  }
}
.tema-blue-green .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);
}
.tema-blue-green .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(67, 160, 71, 0.2);
}
.tema-blue-green .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-blue-green .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-blue-green .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-blue-green .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(67, 160, 71, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-blue-green .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-blue-green .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(67, 160, 71, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-blue-green .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-blue-green .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-blue-green .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-blue-green .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-blue-green .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #43a047;
  color: white;
}
.tema-blue-green .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(67, 160, 71, 0.4);
}
.tema-blue-green .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-blue-green .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),
.tema-blue-green .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(67, 160, 71, 0.3);
}
@media (hover: hover) {
  .tema-blue-green .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(67, 160, 71, 0.3);
  }
}
.tema-blue-green .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-blue-green .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-blue-green .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-blue-green .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-blue-green .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%);
}
.tema-blue-green .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-blue-green .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%);
}
.tema-blue-green .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-blue-green .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-blue-green .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-blue-green .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-blue-green .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-blue-green .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-blue-green .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-blue-green .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),
.tema-blue-green .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-blue-green .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-blue-green .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);
}
.tema-blue-green .mat-datepicker-toggle-active {
  color: #0d47a1;
}
.tema-blue-green .mat-datepicker-toggle-active.mat-accent {
  color: #43a047;
}
.tema-blue-green .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-blue-green .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-blue-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-blue-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-blue-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-blue-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-blue-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-blue-green .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-green .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);
}
.tema-blue-green .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-blue-green .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-blue-green .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) {
  .tema-blue-green .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-blue-green .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-green .mat-expansion-panel-header-description,
.tema-blue-green .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-blue-green .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-blue-green .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;
}

.tema-blue-green .mat-icon.mat-primary {
  color: #0d47a1;
}
.tema-blue-green .mat-icon.mat-accent {
  color: #43a047;
}
.tema-blue-green .mat-icon.mat-warn {
  color: #f44336;
}
.tema-blue-green .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-green .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-green .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-blue-green .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);
}
.tema-blue-green .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-blue-green [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-blue-green [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-blue-green .mat-step-header.cdk-keyboard-focused, .tema-blue-green .mat-step-header.cdk-program-focused, .tema-blue-green .mat-step-header:hover:not([aria-disabled]), .tema-blue-green .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-blue-green .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-blue-green .mat-step-header:hover {
    background: none;
  }
}
.tema-blue-green .mat-step-header .mat-step-label,
.tema-blue-green .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-green .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.tema-blue-green .mat-step-header .mat-step-icon-selected,
.tema-blue-green .mat-step-header .mat-step-icon-state-done,
.tema-blue-green .mat-step-header .mat-step-icon-state-edit {
  background-color: #0d47a1;
  color: white;
}
.tema-blue-green .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.tema-blue-green .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-blue-green .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-blue-green .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #43a047;
  color: white;
}
.tema-blue-green .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-blue-green .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-blue-green .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-blue-green .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-blue-green .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-blue-green .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-green .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-blue-green .mat-stepper-horizontal, .tema-blue-green .mat-stepper-vertical {
  background-color: white;
}
.tema-blue-green .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-green .mat-horizontal-stepper-header::before,
.tema-blue-green .mat-horizontal-stepper-header::after,
.tema-blue-green .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;
}

.tema-blue-green .mat-sort-header-arrow {
  color: #757575;
}
.tema-blue-green .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-green .mat-toolbar.mat-primary {
  background: #0d47a1;
  color: white;
}
.tema-blue-green .mat-toolbar.mat-accent {
  background: #43a047;
  color: white;
}
.tema-blue-green .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-blue-green .mat-toolbar .mat-form-field-underline,
.tema-blue-green .mat-toolbar .mat-form-field-ripple,
.tema-blue-green .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-blue-green .mat-toolbar .mat-form-field-label,
.tema-blue-green .mat-toolbar .mat-focused .mat-form-field-label,
.tema-blue-green .mat-toolbar .mat-select-value,
.tema-blue-green .mat-toolbar .mat-select-arrow,
.tema-blue-green .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-blue-green .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;
  }
}
.tema-blue-green .mat-tree {
  background: white;
}
.tema-blue-green .mat-tree-node,
.tema-blue-green .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}

/* seleção dos temas */
.tema-red-red .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-red-red .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-red-red .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-red-red .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-red-red .mat-mdc-option.mat-mdc-option-active, .tema-red-red .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-red-red .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f44336);
}
.tema-red-red .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #f44336);
}
.tema-red-red .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-red-red .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-red-red .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-red-red .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-red-red .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-red-red .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-red-red .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-red-red .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-red-red .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-red-red .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-red-red .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-red-red .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-red-red .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-red-red .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-red-red .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-red-red .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-red-red .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-red-red .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-red-red .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-red-red .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-red-red .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-red-red .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-red-red .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-red-red .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-red-red .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-red-red .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-red-red .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-red-red .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-red-red .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-red-red .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-red-red .mat-app-background, .tema-red-red.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-red-red .mat-elevation-z0, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z1, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z2, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z3, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z4, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z5, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z6, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z7, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z8, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z9, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z10, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z11, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z12, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z13, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z14, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z15, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z16, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z17, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z18, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z19, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z20, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z21, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z22, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z23, .tema-red-red .mat-mdc-elevation-specific.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);
}
.tema-red-red .mat-elevation-z24, .tema-red-red .mat-mdc-elevation-specific.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;
}

.tema-red-red .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-red-red .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-red-red .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-red-red .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-red-red .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-red-red .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-red-red .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-red-red .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-red-red .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-red-red .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-red-red .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-red-red .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-red-red .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-red-red .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-red-red .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-red-red .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-red-red .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #f44336);
}
.tema-red-red .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-red-red .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-red-red .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-red-red .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-red-red .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-red-red .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-red-red .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-red-red .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-red-red .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-red-red .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-red-red .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-red-red .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-red-red .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-red-red .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-red-red .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #f44336);
}
.tema-red-red .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-red-red .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-red-red .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-red-red .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-red-red .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-red-red .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-red-red .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-red-red .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #f44336);
}
[dir=rtl] .tema-red-red .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-red-red .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-red-red .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-red-red .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-red-red .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-red-red .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-red-red .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-red-red .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-red-red .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-red-red .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-red-red .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-red-red .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-red-red .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-red-red .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-red-red .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-red-red .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-red-red .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-red-red .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-red-red .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-red-red .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-red-red .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-red-red .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-red-red .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-red-red .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-red-red .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-red-red .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-red-red .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-red-red .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-red-red .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-red-red .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-red-red .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-red-red .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-red-red .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-red-red .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-red-red .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-red-red .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-red-red .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-red-red .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-red-red .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-red-red .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-red-red .mdc-text-field--end-aligned .mdc-text-field__input, .tema-red-red .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-red-red .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-red-red .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-red-red .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-red-red .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-red-red .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-red-red .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-red-red .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-red-red .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-red-red .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-red-red .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-red-red .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-red-red .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-red-red [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-red-red .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-red-red .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-red-red .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-red-red .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-red-red .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-red-red .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-red-red .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-red-red .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-red-red .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-red-red .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-red-red .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-red-red .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-red-red .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-red-red .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-red-red .mdc-list-item--disabled .mdc-list-item__start,
.tema-red-red .mdc-list-item--disabled .mdc-list-item__content,
.tema-red-red .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-red-red .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-red-red .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f44336);
}
.tema-red-red .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-red-red .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f44336);
}
.tema-red-red .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-red-red .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-red-red .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-red-red .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-red-red .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-red-red .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-red-red .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-red-red .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-red-red .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-red-red .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-red-red .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-red-red .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-red-red .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-red-red .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-red-red .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-red-red .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-red-red .mdc-list-item--disabled .mdc-list-item__start,
.tema-red-red .mdc-list-item--disabled .mdc-list-item__content,
.tema-red-red .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-red-red .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-red-red .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f44336);
}
.tema-red-red .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-red-red .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f44336);
}
.tema-red-red .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-red-red .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-red-red .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-red-red .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-red-red .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-red-red .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-red-red .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-red-red .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-red-red .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-red-red .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-red-red .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-red-red .mat-mdc-chip {
  height: 32px;
}
.tema-red-red .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-red-red .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-red-red .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-red-red .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-red-red .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-red-red .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-red-red .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-red-red .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-red-red .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-red-red .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-red-red .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-red-red .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-red-red .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-red-red .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-red-red .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-red-red .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-red-red .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-red-red .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-red-red .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-red-red .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-red-red .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-red-red .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-red-red .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-red-red .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-red-red .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-red-red .mdc-list-item--disabled .mdc-list-item__start,
.tema-red-red .mdc-list-item--disabled .mdc-list-item__content,
.tema-red-red .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-red-red .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-red-red .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #f44336);
}
.tema-red-red .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-red-red .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #f44336);
}
.tema-red-red .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-red-red .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-red-red .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-mdc-menu-item[disabled],
.tema-red-red .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-red-red .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-red-red .mat-mdc-menu-item .mat-icon-no-color,
.tema-red-red .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-red-red .mat-mdc-menu-item:hover:not([disabled]),
.tema-red-red .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-red-red .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-red-red .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-red-red .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-red-red .mat-mdc-list-option .mdc-list-item__start, .tema-red-red .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-mdc-list-option .mdc-list-item__start, .tema-red-red .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-red-red .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-red-red .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-red-red .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-red-red .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-red-red .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-red-red .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-red-red .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-red-red .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-red-red .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-red-red .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-red-red .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #f44336;
}
.tema-red-red .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-red-red .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #f44336;
}
.tema-red-red .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-red-red .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-red-red .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-red-red .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-red-red .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-red-red .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-red-red .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-red-red .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-red-red .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-red-red .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-red-red .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-red-red .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-mdc-paginator-decrement,
.tema-red-red .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-mdc-paginator-first,
.tema-red-red .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-red-red .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-red-red .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-red-red .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-red-red .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-red-red .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-red-red .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-red-red .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-red-red .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-red-red .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-red-red .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-red-red .mat-mdc-tab, .tema-red-red .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-red-red .mat-mdc-tab .mdc-tab__text-label, .tema-red-red .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-red-red .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-red-red .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-red-red .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-red-red .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-red-red .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-red-red .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-red-red .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-red-red .mdc-tab__ripple::before,
.tema-red-red .mat-mdc-tab .mat-ripple-element,
.tema-red-red .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-red-red .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-red-red .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-red-red .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-red-red .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-red-red .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-red-red .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-red-red .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-red-red .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-red-red .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-red-red .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-red-red .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-red-red .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-red-red .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-red-red .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-red-red .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-red-red .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-red-red .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-red-red .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-red-red .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-red-red .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-red-red .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-red-red .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-red-red .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-red-red .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-red-red .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-red-red .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-red-red .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-red-red .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-red-red .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-red-red .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-red-red .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-red-red .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-red-red .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-red-red .mat-mdc-tab-group.mat-background-primary, .tema-red-red .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-red-red .mat-mdc-tab-group.mat-background-accent, .tema-red-red .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-red-red .mat-mdc-tab-group.mat-background-warn, .tema-red-red .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-red-red .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-red-red .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-red-red .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-red-red .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-red-red .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-red-red .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-red-red .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-red-red .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-red-red .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-red-red .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-red-red .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-red-red .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-red-red .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-red-red .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-red-red .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-red-red .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-red-red .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-red-red .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-red-red .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-red-red .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-red-red .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-red-red .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-red-red .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-red-red .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-red-red .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-red-red .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-red-red .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-red-red .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-red-red .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-red-red .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-red-red .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-red-red .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-mdc-button, .tema-red-red .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-red-red .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-red-red .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-red-red .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-red-red .mat-mdc-button.mat-primary, .tema-red-red .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-red-red .mat-mdc-button.mat-accent, .tema-red-red .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-red-red .mat-mdc-button.mat-warn, .tema-red-red .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-red-red .mat-mdc-raised-button, .tema-red-red .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-red-red .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-red-red .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-red-red .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-red-red .mat-mdc-raised-button.mat-primary, .tema-red-red .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-red-red .mat-mdc-raised-button.mat-accent, .tema-red-red .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-red-red .mat-mdc-raised-button.mat-warn, .tema-red-red .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-red-red .mat-mdc-button.mat-mdc-button-base,
.tema-red-red .mat-mdc-raised-button.mat-mdc-button-base,
.tema-red-red .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-red-red .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-red-red .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-red-red .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-red-red .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-red-red .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-red-red .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-red-red .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-red-red .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-red-red .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-red-red .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-red-red .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-red-red .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-red-red .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-red-red .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-red-red .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-red-red .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-red-red .mat-mdc-fab, .tema-red-red .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-red-red .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-red-red .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-red-red .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-red-red .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-red-red .mat-mdc-fab.mat-primary, .tema-red-red .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-red-red .mat-mdc-fab.mat-accent, .tema-red-red .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-red-red .mat-mdc-fab.mat-warn, .tema-red-red .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-red-red .mat-mdc-fab.mat-unthemed, .tema-red-red .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-red-red .mat-mdc-fab.mat-primary, .tema-red-red .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-red-red .mat-mdc-fab.mat-accent, .tema-red-red .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-red-red .mat-mdc-fab.mat-warn, .tema-red-red .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-red-red .mat-mdc-fab[disabled][disabled], .tema-red-red .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #f44336;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-red-red .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mdc-data-table__row {
  background-color: inherit;
}
.tema-red-red .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-red-red .mdc-data-table__row--selected {
  background-color: rgba(244, 67, 54, 0.04);
}
.tema-red-red .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-red-red .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-red-red .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mdc-data-table__cell,
.tema-red-red .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-red-red .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-red-red .mdc-data-table__pagination-total,
.tema-red-red .mdc-data-table__pagination-rows-per-page-label,
.tema-red-red .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-red-red .mdc-data-table__pagination-button .mdc-button__icon, .tema-red-red .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-red-red .mat-mdc-table {
  background: white;
}
.tema-red-red .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-red-red .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-red-red .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-red-red .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-red-red .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-red-red .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-red-red .mat-badge {
  position: relative;
}
.tema-red-red .mat-badge.mat-badge {
  overflow: visible;
}
.tema-red-red .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-red-red .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;
}
.tema-red-red .ng-animate-disabled .mat-badge-content,
.tema-red-red .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-red-red .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-red-red .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-red-red .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-red-red .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-red-red .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-red-red .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-red-red .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-red-red .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-red-red .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-red-red .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-red-red .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-red-red .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-red-red .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-red-red .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-red-red .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-red-red .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-red-red .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-red-red .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-red-red .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-red-red .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-red-red .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-red-red .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-red-red .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-red-red .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-red-red .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-red-red .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-red-red .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-red-red .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-red-red .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-red-red .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-red-red .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-red-red .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-red-red .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-red-red .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-red-red .mat-badge-content {
  color: white;
  background: #f44336;
}
.cdk-high-contrast-active .tema-red-red .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-red-red .mat-badge-accent .mat-badge-content {
  background: #f44336;
  color: white;
}
.tema-red-red .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-red-red .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .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);
}
.tema-red-red .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-red-red .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-red-red .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-red-red .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-red-red .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-red-red .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-red-red [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-red-red .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-red-red .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-red-red .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-red-red .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-red-red .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-red-red .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-red-red .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-red-red .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-datepicker-toggle,
.tema-red-red .mat-datepicker-content .mat-calendar-next-button,
.tema-red-red .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-calendar-table-header,
.tema-red-red .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-calendar-body-cell-content,
.tema-red-red .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-red-red .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);
}
.tema-red-red .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-red-red .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .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);
}
.tema-red-red .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-red-red .mat-calendar-body-comparison-identical,
.tema-red-red .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-red-red .mat-calendar-body-comparison-bridge-start::before,
.tema-red-red [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%);
}
.tema-red-red .mat-calendar-body-comparison-bridge-end::before,
.tema-red-red [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%);
}
.tema-red-red .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-red-red .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-red-red .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-red-red .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-red-red .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-red-red .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-red-red .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-red-red .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-red-red .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-red-red .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-red-red .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);
}
.tema-red-red .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-red-red .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-red-red .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-red-red .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-red-red .mat-datepicker-content.mat-accent [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%);
}
.tema-red-red .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-red-red .mat-datepicker-content.mat-accent [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%);
}
.tema-red-red .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-red-red .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-red-red .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-red-red .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-red-red .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-red-red .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-red-red .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-red-red .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),
.tema-red-red .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-red-red .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-red-red .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-red-red .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-red-red .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-red-red .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-red-red .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%);
}
.tema-red-red .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-red-red .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%);
}
.tema-red-red .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-red-red .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-red-red .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-red-red .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-red-red .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-red-red .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-red-red .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-red-red .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),
.tema-red-red .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-red-red .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-red-red .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);
}
.tema-red-red .mat-datepicker-toggle-active {
  color: #f44336;
}
.tema-red-red .mat-datepicker-toggle-active.mat-accent {
  color: #f44336;
}
.tema-red-red .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-red-red .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-red-red .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-red-red .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-red-red .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-red-red .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-red-red .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-red-red .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-red-red .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-red-red .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);
}
.tema-red-red .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-red-red .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-red-red .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) {
  .tema-red-red .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-red-red .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-red-red .mat-expansion-panel-header-description,
.tema-red-red .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-red-red .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-red-red .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-red-red .mat-icon.mat-primary {
  color: #f44336;
}
.tema-red-red .mat-icon.mat-accent {
  color: #f44336;
}
.tema-red-red .mat-icon.mat-warn {
  color: #f44336;
}
.tema-red-red .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-red-red .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-red-red .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-red-red .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);
}
.tema-red-red .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-red-red [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-red-red [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-red-red .mat-step-header.cdk-keyboard-focused, .tema-red-red .mat-step-header.cdk-program-focused, .tema-red-red .mat-step-header:hover:not([aria-disabled]), .tema-red-red .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-red-red .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-red-red .mat-step-header:hover {
    background: none;
  }
}
.tema-red-red .mat-step-header .mat-step-label,
.tema-red-red .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-red-red .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.tema-red-red .mat-step-header .mat-step-icon-selected,
.tema-red-red .mat-step-header .mat-step-icon-state-done,
.tema-red-red .mat-step-header .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-red-red .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.tema-red-red .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-red-red .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-red-red .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-red-red .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-red-red .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-red-red .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-red-red .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-red-red .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-red-red .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-red-red .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-red-red .mat-stepper-horizontal, .tema-red-red .mat-stepper-vertical {
  background-color: white;
}
.tema-red-red .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-horizontal-stepper-header::before,
.tema-red-red .mat-horizontal-stepper-header::after,
.tema-red-red .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-red-red .mat-sort-header-arrow {
  color: #757575;
}
.tema-red-red .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-red-red .mat-toolbar.mat-primary {
  background: #f44336;
  color: white;
}
.tema-red-red .mat-toolbar.mat-accent {
  background: #f44336;
  color: white;
}
.tema-red-red .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-red-red .mat-toolbar .mat-form-field-underline,
.tema-red-red .mat-toolbar .mat-form-field-ripple,
.tema-red-red .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-red-red .mat-toolbar .mat-form-field-label,
.tema-red-red .mat-toolbar .mat-focused .mat-form-field-label,
.tema-red-red .mat-toolbar .mat-select-value,
.tema-red-red .mat-toolbar .mat-select-arrow,
.tema-red-red .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-red-red .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-red-red .mat-tree {
  background: white;
}
.tema-red-red .mat-tree-node,
.tema-red-red .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-pink-pink .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-pink-pink .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-pink-pink .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-pink-pink .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-pink-pink .mat-mdc-option.mat-mdc-option-active, .tema-pink-pink .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-pink-pink .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #e91e63);
}
.tema-pink-pink .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #e91e63);
}
.tema-pink-pink .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-pink-pink .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-pink-pink .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-pink-pink .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #e91e63;
}
.tema-pink-pink .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-pink-pink .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #e91e63;
}
.tema-pink-pink .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-pink-pink .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-pink-pink .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-pink-pink .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #e91e63;
}
.tema-pink-pink .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-pink-pink .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #e91e63;
}
.tema-pink-pink .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-pink-pink .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-pink-pink .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-pink-pink .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #e91e63;
}
.tema-pink-pink .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-pink-pink .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #e91e63;
}
.tema-pink-pink .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-pink-pink .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-pink-pink .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-pink-pink .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-pink-pink .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-pink-pink .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-pink-pink .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-pink-pink .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-pink-pink .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-pink-pink .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-pink-pink .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-pink-pink .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-pink-pink .mat-app-background, .tema-pink-pink.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-pink-pink .mat-elevation-z0, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z1, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z2, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z3, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z4, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z5, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z6, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z7, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z8, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z9, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z10, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z11, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z12, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z13, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z14, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z15, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z16, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z17, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z18, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z19, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z20, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z21, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z22, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z23, .tema-pink-pink .mat-mdc-elevation-specific.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);
}
.tema-pink-pink .mat-elevation-z24, .tema-pink-pink .mat-mdc-elevation-specific.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;
}

.tema-pink-pink .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-pink-pink .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-pink-pink .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #e91e63;
}
.tema-pink-pink .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(233, 30, 99, 0.25)'/%3E%3C/svg%3E");
}
.tema-pink-pink .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(233, 30, 99, 0.25);
}
.tema-pink-pink .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #e91e63;
}
.tema-pink-pink .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(233, 30, 99, 0.25)'/%3E%3C/svg%3E");
}
.tema-pink-pink .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(233, 30, 99, 0.25);
}
.tema-pink-pink .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-pink-pink .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-pink-pink .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-pink-pink .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-pink-pink .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-pink-pink .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-pink-pink .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-pink-pink .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-pink-pink .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #e91e63);
}
.tema-pink-pink .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-pink-pink .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-pink-pink .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-pink-pink .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-pink-pink .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-pink-pink .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-pink-pink .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-pink-pink .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-pink-pink .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-pink-pink .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-pink-pink .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-pink-pink .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-pink-pink .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-pink-pink .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-pink-pink .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #e91e63);
}
.tema-pink-pink .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-pink-pink .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-pink-pink .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-pink-pink .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-pink-pink .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-pink-pink .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-pink-pink .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-pink-pink .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #e91e63);
}
[dir=rtl] .tema-pink-pink .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-pink-pink .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-pink-pink .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-pink-pink .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-pink-pink .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-pink-pink .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-pink-pink .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-pink-pink .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-pink-pink .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(233, 30, 99, 0.87);
}
.tema-pink-pink .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-pink-pink .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-pink-pink .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-pink-pink .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-pink-pink .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-pink-pink .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-pink-pink .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-pink-pink .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-pink-pink .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-pink-pink .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-pink-pink .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-pink-pink .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-pink-pink .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-pink-pink .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-pink-pink .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-pink-pink .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-pink-pink .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-pink-pink .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-pink-pink .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-pink-pink .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-pink-pink .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-pink-pink .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-pink-pink .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-pink-pink .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-pink-pink .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-pink-pink .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-pink-pink .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-pink-pink .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-pink-pink .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-pink-pink .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-pink-pink .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-pink-pink .mdc-text-field--end-aligned .mdc-text-field__input, .tema-pink-pink .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-pink-pink .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-pink-pink .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-pink-pink .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-pink-pink .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-pink-pink .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-pink-pink .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(233, 30, 99, 0.87);
}
.tema-pink-pink .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(233, 30, 99, 0.87);
}
.tema-pink-pink .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-pink-pink .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #e91e63);
}
.tema-pink-pink .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #e91e63);
}
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(233, 30, 99, 0.87);
}
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-pink-pink .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #e91e63);
}
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-pink-pink .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-pink-pink .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-pink-pink [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-pink-pink .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-pink-pink .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-pink-pink .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-pink-pink .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-pink-pink .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-pink-pink .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-pink-pink .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-pink-pink .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-pink-pink .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-pink-pink .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-pink-pink .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-pink-pink .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-pink-pink .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-pink-pink .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__start,
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__content,
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-pink-pink .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #e91e63);
}
.tema-pink-pink .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-pink-pink .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #e91e63);
}
.tema-pink-pink .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-pink-pink .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-pink-pink .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-pink-pink .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-pink-pink .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(233, 30, 99, 0.87);
}
.tema-pink-pink .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(233, 30, 99, 0.87);
}
.tema-pink-pink .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-pink-pink .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-pink-pink .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-pink-pink .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-pink-pink .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-pink-pink .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-pink-pink .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-pink-pink .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-pink-pink .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-pink-pink .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__start,
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__content,
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-pink-pink .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #e91e63);
}
.tema-pink-pink .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-pink-pink .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #e91e63);
}
.tema-pink-pink .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-pink-pink .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-pink-pink .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-pink-pink .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-pink-pink .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-pink-pink .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #e91e63;
  --mdc-chip-elevated-disabled-container-color: #e91e63;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-pink-pink .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-pink-pink .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #e91e63;
  --mdc-chip-elevated-disabled-container-color: #e91e63;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-pink-pink .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-pink-pink .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-pink-pink .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-pink-pink .mat-mdc-chip {
  height: 32px;
}
.tema-pink-pink .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-pink-pink .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-pink-pink .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #d81b60;
  --mdc-switch-selected-handle-color: #d81b60;
  --mdc-switch-selected-hover-state-layer-color: #d81b60;
  --mdc-switch-selected-pressed-state-layer-color: #d81b60;
  --mdc-switch-selected-focus-handle-color: #880e4f;
  --mdc-switch-selected-hover-handle-color: #880e4f;
  --mdc-switch-selected-pressed-handle-color: #880e4f;
  --mdc-switch-selected-focus-track-color: #f06292;
  --mdc-switch-selected-hover-track-color: #f06292;
  --mdc-switch-selected-pressed-track-color: #f06292;
  --mdc-switch-selected-track-color: #f06292;
}
.tema-pink-pink .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #d81b60;
  --mdc-switch-selected-handle-color: #d81b60;
  --mdc-switch-selected-hover-state-layer-color: #d81b60;
  --mdc-switch-selected-pressed-state-layer-color: #d81b60;
  --mdc-switch-selected-focus-handle-color: #880e4f;
  --mdc-switch-selected-hover-handle-color: #880e4f;
  --mdc-switch-selected-pressed-handle-color: #880e4f;
  --mdc-switch-selected-focus-track-color: #f06292;
  --mdc-switch-selected-hover-track-color: #f06292;
  --mdc-switch-selected-pressed-track-color: #f06292;
  --mdc-switch-selected-track-color: #f06292;
}
.tema-pink-pink .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-pink-pink .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-pink-pink .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-pink-pink .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #e91e63;
  --mdc-radio-selected-hover-icon-color: #e91e63;
  --mdc-radio-selected-icon-color: #e91e63;
  --mdc-radio-selected-pressed-icon-color: #e91e63;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #e91e63;
}
.tema-pink-pink .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #e91e63;
  --mdc-radio-selected-hover-icon-color: #e91e63;
  --mdc-radio-selected-icon-color: #e91e63;
  --mdc-radio-selected-pressed-icon-color: #e91e63;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #e91e63;
}
.tema-pink-pink .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-pink-pink .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-pink-pink .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-pink-pink .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-pink-pink .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-pink-pink .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #e91e63;
  --mdc-slider-focus-handle-color: #e91e63;
  --mdc-slider-hover-handle-color: #e91e63;
  --mdc-slider-active-track-color: #e91e63;
  --mdc-slider-inactive-track-color: #e91e63;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #e91e63;
  --mat-mdc-slider-ripple-color: #e91e63;
  --mat-mdc-slider-hover-ripple-color: rgba(233, 30, 99, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(233, 30, 99, 0.2);
}
.tema-pink-pink .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #e91e63;
  --mdc-slider-focus-handle-color: #e91e63;
  --mdc-slider-hover-handle-color: #e91e63;
  --mdc-slider-active-track-color: #e91e63;
  --mdc-slider-inactive-track-color: #e91e63;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #e91e63;
  --mat-mdc-slider-ripple-color: #e91e63;
  --mat-mdc-slider-hover-ripple-color: rgba(233, 30, 99, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(233, 30, 99, 0.2);
}
.tema-pink-pink .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-pink-pink .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-pink-pink .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-pink-pink .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-pink-pink .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-pink-pink .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-pink-pink .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-pink-pink .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-pink-pink .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__start,
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__content,
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-pink-pink .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #e91e63);
}
.tema-pink-pink .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-pink-pink .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #e91e63);
}
.tema-pink-pink .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-pink-pink .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-pink-pink .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-mdc-menu-item[disabled],
.tema-pink-pink .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-pink-pink .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-pink-pink .mat-mdc-menu-item .mat-icon-no-color,
.tema-pink-pink .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-pink-pink .mat-mdc-menu-item:hover:not([disabled]),
.tema-pink-pink .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-pink-pink .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-pink-pink .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-pink-pink .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-pink-pink .mat-mdc-list-option .mdc-list-item__start, .tema-pink-pink .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #e91e63;
  --mdc-checkbox-selected-hover-icon-color: #e91e63;
  --mdc-checkbox-selected-icon-color: #e91e63;
  --mdc-checkbox-selected-pressed-icon-color: #e91e63;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-mdc-list-option .mdc-list-item__start, .tema-pink-pink .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #e91e63;
  --mdc-radio-selected-hover-icon-color: #e91e63;
  --mdc-radio-selected-icon-color: #e91e63;
  --mdc-radio-selected-pressed-icon-color: #e91e63;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #e91e63;
}
.tema-pink-pink .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-pink-pink .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-pink-pink .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #e91e63;
  --mdc-checkbox-selected-hover-icon-color: #e91e63;
  --mdc-checkbox-selected-icon-color: #e91e63;
  --mdc-checkbox-selected-pressed-icon-color: #e91e63;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-pink-pink .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #e91e63;
  --mdc-radio-selected-hover-icon-color: #e91e63;
  --mdc-radio-selected-icon-color: #e91e63;
  --mdc-radio-selected-pressed-icon-color: #e91e63;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #e91e63;
}
.tema-pink-pink .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-pink-pink .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-pink-pink .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-pink-pink .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-pink-pink .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-pink-pink .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-pink-pink .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #e91e63;
}
.tema-pink-pink .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-pink-pink .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #e91e63;
}
.tema-pink-pink .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-pink-pink .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-pink-pink .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-pink-pink .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-pink-pink .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-pink-pink .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-pink-pink .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-pink-pink .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-pink-pink .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-pink-pink .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-pink-pink .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-pink-pink .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-mdc-paginator-decrement,
.tema-pink-pink .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-mdc-paginator-first,
.tema-pink-pink .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-pink-pink .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-pink-pink .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-pink-pink .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-pink-pink .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-pink-pink .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-pink-pink .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-pink-pink .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-pink-pink .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-pink-pink .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-pink-pink .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-pink-pink .mat-mdc-tab, .tema-pink-pink .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-pink-pink .mat-mdc-tab .mdc-tab__text-label, .tema-pink-pink .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-pink-pink .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-pink-pink .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-pink-pink .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-pink-pink .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-pink-pink .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #e91e63;
}
.tema-pink-pink .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-pink-pink .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #e91e63);
}
.tema-pink-pink .mdc-tab__ripple::before,
.tema-pink-pink .mat-mdc-tab .mat-ripple-element,
.tema-pink-pink .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-pink-pink .mat-mdc-tab-link .mat-ripple-element {
  background-color: #e91e63;
}
.tema-pink-pink .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-pink-pink .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-pink-pink .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-pink-pink .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #e91e63;
}
.tema-pink-pink .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-pink-pink .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-pink-pink .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-pink-pink .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #e91e63);
}
.tema-pink-pink .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-pink-pink .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-pink-pink .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-pink-pink .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-pink-pink .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-pink-pink .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-pink-pink .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-pink-pink .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #e91e63;
}
.tema-pink-pink .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-pink-pink .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-pink-pink .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-pink-pink .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-pink-pink .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-pink-pink .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-pink-pink .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-pink-pink .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-pink-pink .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-pink-pink .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-pink-pink .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-pink-pink .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-pink-pink .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-pink-pink .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-pink-pink .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-pink-pink .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-pink-pink .mat-mdc-tab-group.mat-background-primary, .tema-pink-pink .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #e91e63;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-pink-pink .mat-mdc-tab-group.mat-background-accent, .tema-pink-pink .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #e91e63;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-pink-pink .mat-mdc-tab-group.mat-background-warn, .tema-pink-pink .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-pink-pink .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-pink-pink .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-pink-pink .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-pink-pink .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-pink-pink .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-pink-pink .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #e91e63;
  --mdc-checkbox-selected-hover-icon-color: #e91e63;
  --mdc-checkbox-selected-icon-color: #e91e63;
  --mdc-checkbox-selected-pressed-icon-color: #e91e63;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(233, 30, 99, 0.1);
}
.tema-pink-pink .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #e91e63;
}
.tema-pink-pink .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #e91e63;
  --mdc-checkbox-selected-hover-icon-color: #e91e63;
  --mdc-checkbox-selected-icon-color: #e91e63;
  --mdc-checkbox-selected-pressed-icon-color: #e91e63;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(233, 30, 99, 0.1);
}
.tema-pink-pink .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #e91e63;
}
.tema-pink-pink .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-pink-pink .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-pink-pink .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-pink-pink .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-pink-pink .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-pink-pink .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-pink-pink .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #e91e63;
}
.tema-pink-pink .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #e91e63;
}
.tema-pink-pink .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-pink-pink .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-pink-pink .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #e91e63;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-pink-pink .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #e91e63;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-pink-pink .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-pink-pink .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-pink-pink .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #e91e63;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-pink-pink .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #e91e63;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-pink-pink .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-pink-pink .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-pink-pink .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-pink-pink .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #e91e63;
}
.tema-pink-pink .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #e91e63;
}
.tema-pink-pink .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-pink-pink .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-mdc-button, .tema-pink-pink .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-pink-pink .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-pink-pink .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-pink-pink .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-pink-pink .mat-mdc-button.mat-primary, .tema-pink-pink .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #e91e63;
  --mat-mdc-button-ripple-color: rgba(233, 30, 99, 0.1);
}
.tema-pink-pink .mat-mdc-button.mat-accent, .tema-pink-pink .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #e91e63;
  --mat-mdc-button-ripple-color: rgba(233, 30, 99, 0.1);
}
.tema-pink-pink .mat-mdc-button.mat-warn, .tema-pink-pink .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-pink-pink .mat-mdc-raised-button, .tema-pink-pink .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-pink-pink .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-pink-pink .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-pink-pink .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-pink-pink .mat-mdc-raised-button.mat-primary, .tema-pink-pink .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-pink-pink .mat-mdc-raised-button.mat-accent, .tema-pink-pink .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-pink-pink .mat-mdc-raised-button.mat-warn, .tema-pink-pink .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-pink-pink .mat-mdc-button.mat-mdc-button-base,
.tema-pink-pink .mat-mdc-raised-button.mat-mdc-button-base,
.tema-pink-pink .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-pink-pink .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-pink-pink .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-pink-pink .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-pink-pink .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-pink-pink .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-pink-pink .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #e91e63;
  --mat-mdc-button-ripple-color: rgba(233, 30, 99, 0.1);
}
.tema-pink-pink .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #e91e63;
  --mat-mdc-button-ripple-color: rgba(233, 30, 99, 0.1);
}
.tema-pink-pink .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-pink-pink .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #e91e63;
}
.tema-pink-pink .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #e91e63;
}
.tema-pink-pink .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-pink-pink .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-pink-pink .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-pink-pink .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-pink-pink .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-pink-pink .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-pink-pink .mat-mdc-fab, .tema-pink-pink .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-pink-pink .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-pink-pink .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-pink-pink .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-pink-pink .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-pink-pink .mat-mdc-fab.mat-primary, .tema-pink-pink .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-pink-pink .mat-mdc-fab.mat-accent, .tema-pink-pink .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-pink-pink .mat-mdc-fab.mat-warn, .tema-pink-pink .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-pink-pink .mat-mdc-fab.mat-unthemed, .tema-pink-pink .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-pink-pink .mat-mdc-fab.mat-primary, .tema-pink-pink .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #e91e63;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-pink-pink .mat-mdc-fab.mat-accent, .tema-pink-pink .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #e91e63;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-pink-pink .mat-mdc-fab.mat-warn, .tema-pink-pink .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-pink-pink .mat-mdc-fab[disabled][disabled], .tema-pink-pink .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #e91e63;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-pink-pink .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mdc-data-table__row {
  background-color: inherit;
}
.tema-pink-pink .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-pink-pink .mdc-data-table__row--selected {
  background-color: rgba(233, 30, 99, 0.04);
}
.tema-pink-pink .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-pink-pink .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-pink-pink .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mdc-data-table__cell,
.tema-pink-pink .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-pink-pink .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-pink-pink .mdc-data-table__pagination-total,
.tema-pink-pink .mdc-data-table__pagination-rows-per-page-label,
.tema-pink-pink .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-pink-pink .mdc-data-table__pagination-button .mdc-button__icon, .tema-pink-pink .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-pink-pink .mat-mdc-table {
  background: white;
}
.tema-pink-pink .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-pink-pink .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-pink-pink .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-pink-pink .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #e91e63;
}
.tema-pink-pink .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #e91e63;
}
.tema-pink-pink .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-pink-pink .mat-badge {
  position: relative;
}
.tema-pink-pink .mat-badge.mat-badge {
  overflow: visible;
}
.tema-pink-pink .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-pink-pink .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;
}
.tema-pink-pink .ng-animate-disabled .mat-badge-content,
.tema-pink-pink .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-pink-pink .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-pink-pink .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-pink-pink .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-pink-pink .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-pink-pink .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-pink-pink .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-pink-pink .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-pink-pink .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-pink-pink .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-pink-pink .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-pink-pink .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-pink-pink .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-pink-pink .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-pink-pink .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-pink-pink .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-pink-pink .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-pink-pink .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-pink-pink .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-pink-pink .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-pink-pink .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-pink-pink .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-pink-pink .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-pink-pink .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-pink-pink .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-pink-pink .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-pink-pink .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-pink-pink .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-pink-pink .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-pink-pink .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-pink-pink .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-pink-pink .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-pink-pink .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-pink-pink .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-pink-pink .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-pink-pink .mat-badge-content {
  color: white;
  background: #e91e63;
}
.cdk-high-contrast-active .tema-pink-pink .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-pink-pink .mat-badge-accent .mat-badge-content {
  background: #e91e63;
  color: white;
}
.tema-pink-pink .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-pink-pink .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .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);
}
.tema-pink-pink .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-pink-pink .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-pink-pink .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-pink-pink .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-pink-pink .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-pink-pink .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-pink-pink [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-pink-pink .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-pink-pink .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-pink-pink .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-pink-pink .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-pink-pink .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-pink-pink .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-pink-pink .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-pink-pink .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-datepicker-toggle,
.tema-pink-pink .mat-datepicker-content .mat-calendar-next-button,
.tema-pink-pink .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-calendar-table-header,
.tema-pink-pink .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-calendar-body-cell-content,
.tema-pink-pink .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-pink-pink .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);
}
.tema-pink-pink .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-pink-pink .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .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);
}
.tema-pink-pink .mat-calendar-body-in-range::before {
  background: rgba(233, 30, 99, 0.2);
}
.tema-pink-pink .mat-calendar-body-comparison-identical,
.tema-pink-pink .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-pink-pink .mat-calendar-body-comparison-bridge-start::before,
.tema-pink-pink [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(233, 30, 99, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-pink-pink .mat-calendar-body-comparison-bridge-end::before,
.tema-pink-pink [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(233, 30, 99, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-pink-pink .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-pink-pink .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-pink-pink .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-pink-pink .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-pink-pink .mat-calendar-body-selected {
  background-color: #e91e63;
  color: white;
}
.tema-pink-pink .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(233, 30, 99, 0.4);
}
.tema-pink-pink .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-pink-pink .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-pink-pink .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(233, 30, 99, 0.3);
}
@media (hover: hover) {
  .tema-pink-pink .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(233, 30, 99, 0.3);
  }
}
.tema-pink-pink .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);
}
.tema-pink-pink .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(233, 30, 99, 0.2);
}
.tema-pink-pink .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-pink-pink .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-pink-pink .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-pink-pink .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(233, 30, 99, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-pink-pink .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-pink-pink .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(233, 30, 99, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-pink-pink .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-pink-pink .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-pink-pink .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-pink-pink .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-pink-pink .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #e91e63;
  color: white;
}
.tema-pink-pink .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(233, 30, 99, 0.4);
}
.tema-pink-pink .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-pink-pink .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),
.tema-pink-pink .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(233, 30, 99, 0.3);
}
@media (hover: hover) {
  .tema-pink-pink .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(233, 30, 99, 0.3);
  }
}
.tema-pink-pink .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-pink-pink .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-pink-pink .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-pink-pink .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-pink-pink .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%);
}
.tema-pink-pink .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-pink-pink .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%);
}
.tema-pink-pink .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-pink-pink .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-pink-pink .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-pink-pink .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-pink-pink .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-pink-pink .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-pink-pink .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-pink-pink .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),
.tema-pink-pink .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-pink-pink .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-pink-pink .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);
}
.tema-pink-pink .mat-datepicker-toggle-active {
  color: #e91e63;
}
.tema-pink-pink .mat-datepicker-toggle-active.mat-accent {
  color: #e91e63;
}
.tema-pink-pink .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-pink-pink .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-pink-pink .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-pink-pink .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-pink-pink .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-pink-pink .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-pink-pink .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-pink-pink .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-pink-pink .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-pink-pink .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);
}
.tema-pink-pink .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-pink-pink .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-pink-pink .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) {
  .tema-pink-pink .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-pink-pink .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-pink-pink .mat-expansion-panel-header-description,
.tema-pink-pink .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-pink-pink .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-pink-pink .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-pink-pink .mat-icon.mat-primary {
  color: #e91e63;
}
.tema-pink-pink .mat-icon.mat-accent {
  color: #e91e63;
}
.tema-pink-pink .mat-icon.mat-warn {
  color: #f44336;
}
.tema-pink-pink .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-pink-pink .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-pink-pink .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-pink-pink .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);
}
.tema-pink-pink .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-pink-pink [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-pink-pink [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-pink-pink .mat-step-header.cdk-keyboard-focused, .tema-pink-pink .mat-step-header.cdk-program-focused, .tema-pink-pink .mat-step-header:hover:not([aria-disabled]), .tema-pink-pink .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-pink-pink .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-pink-pink .mat-step-header:hover {
    background: none;
  }
}
.tema-pink-pink .mat-step-header .mat-step-label,
.tema-pink-pink .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-pink-pink .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.tema-pink-pink .mat-step-header .mat-step-icon-selected,
.tema-pink-pink .mat-step-header .mat-step-icon-state-done,
.tema-pink-pink .mat-step-header .mat-step-icon-state-edit {
  background-color: #e91e63;
  color: white;
}
.tema-pink-pink .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.tema-pink-pink .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-pink-pink .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-pink-pink .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #e91e63;
  color: white;
}
.tema-pink-pink .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-pink-pink .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-pink-pink .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-pink-pink .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-pink-pink .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-pink-pink .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-pink-pink .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-pink-pink .mat-stepper-horizontal, .tema-pink-pink .mat-stepper-vertical {
  background-color: white;
}
.tema-pink-pink .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-horizontal-stepper-header::before,
.tema-pink-pink .mat-horizontal-stepper-header::after,
.tema-pink-pink .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-pink-pink .mat-sort-header-arrow {
  color: #757575;
}
.tema-pink-pink .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-pink-pink .mat-toolbar.mat-primary {
  background: #e91e63;
  color: white;
}
.tema-pink-pink .mat-toolbar.mat-accent {
  background: #e91e63;
  color: white;
}
.tema-pink-pink .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-pink-pink .mat-toolbar .mat-form-field-underline,
.tema-pink-pink .mat-toolbar .mat-form-field-ripple,
.tema-pink-pink .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-pink-pink .mat-toolbar .mat-form-field-label,
.tema-pink-pink .mat-toolbar .mat-focused .mat-form-field-label,
.tema-pink-pink .mat-toolbar .mat-select-value,
.tema-pink-pink .mat-toolbar .mat-select-arrow,
.tema-pink-pink .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-pink-pink .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-pink-pink .mat-tree {
  background: white;
}
.tema-pink-pink .mat-tree-node,
.tema-pink-pink .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-purple-purple .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-purple-purple .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-purple-purple .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-purple-purple .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-purple-purple .mat-mdc-option.mat-mdc-option-active, .tema-purple-purple .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-purple-purple .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9c27b0);
}
.tema-purple-purple .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #9c27b0);
}
.tema-purple-purple .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-purple-purple .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-purple-purple .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-purple-purple .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #9c27b0;
}
.tema-purple-purple .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-purple-purple .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #9c27b0;
}
.tema-purple-purple .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-purple-purple .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-purple-purple .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-purple-purple .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #9c27b0;
}
.tema-purple-purple .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-purple-purple .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #9c27b0;
}
.tema-purple-purple .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-purple-purple .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-purple-purple .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-purple-purple .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #9c27b0;
}
.tema-purple-purple .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-purple-purple .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #9c27b0;
}
.tema-purple-purple .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-purple-purple .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-purple-purple .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-purple-purple .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-purple-purple .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-purple-purple .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-purple-purple .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-purple-purple .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-purple-purple .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-purple-purple .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-purple-purple .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-purple-purple .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-purple-purple .mat-app-background, .tema-purple-purple.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-purple-purple .mat-elevation-z0, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z1, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z2, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z3, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z4, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z5, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z6, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z7, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z8, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z9, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z10, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z11, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z12, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z13, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z14, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z15, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z16, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z17, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z18, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z19, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z20, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z21, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z22, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z23, .tema-purple-purple .mat-mdc-elevation-specific.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);
}
.tema-purple-purple .mat-elevation-z24, .tema-purple-purple .mat-mdc-elevation-specific.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;
}

.tema-purple-purple .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-purple-purple .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-purple-purple .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(156, 39, 176, 0.25)'/%3E%3C/svg%3E");
}
.tema-purple-purple .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(156, 39, 176, 0.25);
}
.tema-purple-purple .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(156, 39, 176, 0.25)'/%3E%3C/svg%3E");
}
.tema-purple-purple .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(156, 39, 176, 0.25);
}
.tema-purple-purple .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-purple-purple .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-purple-purple .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-purple-purple .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-purple-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-purple-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-purple-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-purple-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-purple-purple .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #9c27b0);
}
.tema-purple-purple .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-purple-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-purple-purple .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-purple-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-purple-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-purple-purple .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-purple-purple .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-purple-purple .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-purple-purple .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-purple-purple .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-purple-purple .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-purple-purple .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-purple-purple .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-purple-purple .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-purple-purple .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #9c27b0);
}
.tema-purple-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-purple-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-purple-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-purple-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-purple-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-purple-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-purple-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-purple-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #9c27b0);
}
[dir=rtl] .tema-purple-purple .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-purple-purple .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-purple-purple .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-purple-purple .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-purple-purple .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-purple-purple .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-purple-purple .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-purple-purple .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-purple-purple .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(156, 39, 176, 0.87);
}
.tema-purple-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-purple-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-purple-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-purple-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-purple-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-purple-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-purple-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-purple-purple .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-purple-purple .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-purple-purple .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-purple-purple .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-purple-purple .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-purple-purple .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-purple-purple .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-purple-purple .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-purple-purple .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-purple-purple .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-purple-purple .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-purple-purple .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-purple-purple .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-purple-purple .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-purple-purple .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-purple-purple .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-purple-purple .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-purple-purple .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-purple-purple .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-purple-purple .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-purple-purple .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-purple-purple .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-purple-purple .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-purple-purple .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-purple-purple .mdc-text-field--end-aligned .mdc-text-field__input, .tema-purple-purple .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-purple-purple .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-purple-purple .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-purple-purple .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-purple-purple .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-purple-purple .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-purple-purple .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(156, 39, 176, 0.87);
}
.tema-purple-purple .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(156, 39, 176, 0.87);
}
.tema-purple-purple .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-purple-purple .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #9c27b0);
}
.tema-purple-purple .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #9c27b0);
}
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(156, 39, 176, 0.87);
}
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-purple-purple .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #9c27b0);
}
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-purple-purple .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-purple-purple .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-purple-purple [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-purple-purple .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-purple-purple .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-purple-purple .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-purple-purple .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-purple-purple .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-purple-purple .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-purple-purple .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-purple-purple .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-purple-purple .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-purple-purple .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-purple-purple .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-purple-purple .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-purple-purple .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-purple-purple .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__start,
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__content,
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-purple-purple .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9c27b0);
}
.tema-purple-purple .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-purple-purple .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #9c27b0);
}
.tema-purple-purple .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-purple-purple .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-purple-purple .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-purple-purple .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-purple-purple .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(156, 39, 176, 0.87);
}
.tema-purple-purple .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(156, 39, 176, 0.87);
}
.tema-purple-purple .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-purple-purple .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-purple-purple .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-purple-purple .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-purple-purple .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-purple-purple .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-purple-purple .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-purple-purple .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-purple-purple .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-purple-purple .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__start,
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__content,
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-purple-purple .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9c27b0);
}
.tema-purple-purple .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-purple-purple .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #9c27b0);
}
.tema-purple-purple .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-purple-purple .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-purple-purple .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-purple-purple .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-purple-purple .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-purple-purple .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #9c27b0;
  --mdc-chip-elevated-disabled-container-color: #9c27b0;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-purple-purple .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-purple-purple .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #9c27b0;
  --mdc-chip-elevated-disabled-container-color: #9c27b0;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-purple-purple .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-purple-purple .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-purple-purple .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-purple-purple .mat-mdc-chip {
  height: 32px;
}
.tema-purple-purple .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-purple-purple .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-purple-purple .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #8e24aa;
  --mdc-switch-selected-handle-color: #8e24aa;
  --mdc-switch-selected-hover-state-layer-color: #8e24aa;
  --mdc-switch-selected-pressed-state-layer-color: #8e24aa;
  --mdc-switch-selected-focus-handle-color: #4a148c;
  --mdc-switch-selected-hover-handle-color: #4a148c;
  --mdc-switch-selected-pressed-handle-color: #4a148c;
  --mdc-switch-selected-focus-track-color: #ba68c8;
  --mdc-switch-selected-hover-track-color: #ba68c8;
  --mdc-switch-selected-pressed-track-color: #ba68c8;
  --mdc-switch-selected-track-color: #ba68c8;
}
.tema-purple-purple .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #8e24aa;
  --mdc-switch-selected-handle-color: #8e24aa;
  --mdc-switch-selected-hover-state-layer-color: #8e24aa;
  --mdc-switch-selected-pressed-state-layer-color: #8e24aa;
  --mdc-switch-selected-focus-handle-color: #4a148c;
  --mdc-switch-selected-hover-handle-color: #4a148c;
  --mdc-switch-selected-pressed-handle-color: #4a148c;
  --mdc-switch-selected-focus-track-color: #ba68c8;
  --mdc-switch-selected-hover-track-color: #ba68c8;
  --mdc-switch-selected-pressed-track-color: #ba68c8;
  --mdc-switch-selected-track-color: #ba68c8;
}
.tema-purple-purple .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-purple-purple .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-purple-purple .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-purple-purple .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #9c27b0;
  --mdc-radio-selected-hover-icon-color: #9c27b0;
  --mdc-radio-selected-icon-color: #9c27b0;
  --mdc-radio-selected-pressed-icon-color: #9c27b0;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #9c27b0;
  --mdc-radio-selected-hover-icon-color: #9c27b0;
  --mdc-radio-selected-icon-color: #9c27b0;
  --mdc-radio-selected-pressed-icon-color: #9c27b0;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-purple-purple .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-purple-purple .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-purple-purple .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-purple-purple .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-purple-purple .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #9c27b0;
  --mdc-slider-focus-handle-color: #9c27b0;
  --mdc-slider-hover-handle-color: #9c27b0;
  --mdc-slider-active-track-color: #9c27b0;
  --mdc-slider-inactive-track-color: #9c27b0;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #9c27b0;
  --mat-mdc-slider-ripple-color: #9c27b0;
  --mat-mdc-slider-hover-ripple-color: rgba(156, 39, 176, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(156, 39, 176, 0.2);
}
.tema-purple-purple .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #9c27b0;
  --mdc-slider-focus-handle-color: #9c27b0;
  --mdc-slider-hover-handle-color: #9c27b0;
  --mdc-slider-active-track-color: #9c27b0;
  --mdc-slider-inactive-track-color: #9c27b0;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #9c27b0;
  --mat-mdc-slider-ripple-color: #9c27b0;
  --mat-mdc-slider-hover-ripple-color: rgba(156, 39, 176, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(156, 39, 176, 0.2);
}
.tema-purple-purple .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-purple-purple .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-purple-purple .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-purple-purple .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-purple-purple .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-purple-purple .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-purple-purple .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-purple-purple .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-purple-purple .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__start,
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__content,
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-purple-purple .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9c27b0);
}
.tema-purple-purple .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-purple-purple .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #9c27b0);
}
.tema-purple-purple .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-purple-purple .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-purple-purple .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-mdc-menu-item[disabled],
.tema-purple-purple .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-purple-purple .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-purple-purple .mat-mdc-menu-item .mat-icon-no-color,
.tema-purple-purple .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-purple-purple .mat-mdc-menu-item:hover:not([disabled]),
.tema-purple-purple .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-purple-purple .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-purple-purple .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-purple-purple .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-purple-purple .mat-mdc-list-option .mdc-list-item__start, .tema-purple-purple .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #9c27b0;
  --mdc-checkbox-selected-hover-icon-color: #9c27b0;
  --mdc-checkbox-selected-icon-color: #9c27b0;
  --mdc-checkbox-selected-pressed-icon-color: #9c27b0;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-mdc-list-option .mdc-list-item__start, .tema-purple-purple .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #9c27b0;
  --mdc-radio-selected-hover-icon-color: #9c27b0;
  --mdc-radio-selected-icon-color: #9c27b0;
  --mdc-radio-selected-pressed-icon-color: #9c27b0;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-purple-purple .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-purple-purple .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #9c27b0;
  --mdc-checkbox-selected-hover-icon-color: #9c27b0;
  --mdc-checkbox-selected-icon-color: #9c27b0;
  --mdc-checkbox-selected-pressed-icon-color: #9c27b0;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-purple-purple .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #9c27b0;
  --mdc-radio-selected-hover-icon-color: #9c27b0;
  --mdc-radio-selected-icon-color: #9c27b0;
  --mdc-radio-selected-pressed-icon-color: #9c27b0;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-purple-purple .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-purple-purple .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-purple-purple .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-purple-purple .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-purple-purple .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-purple-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #9c27b0;
}
.tema-purple-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-purple-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #9c27b0;
}
.tema-purple-purple .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-purple-purple .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-purple-purple .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-purple-purple .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-purple-purple .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-purple-purple .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-purple-purple .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-purple-purple .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-purple-purple .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-purple-purple .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-purple-purple .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-purple-purple .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-mdc-paginator-decrement,
.tema-purple-purple .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-mdc-paginator-first,
.tema-purple-purple .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-purple-purple .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-purple-purple .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-purple-purple .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-purple-purple .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-purple-purple .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-purple-purple .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-purple-purple .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-purple-purple .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-purple-purple .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-purple-purple .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-purple-purple .mat-mdc-tab, .tema-purple-purple .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-purple-purple .mat-mdc-tab .mdc-tab__text-label, .tema-purple-purple .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-purple-purple .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-purple-purple .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-purple-purple .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-purple-purple .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-purple-purple .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #9c27b0;
}
.tema-purple-purple .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-purple-purple .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #9c27b0);
}
.tema-purple-purple .mdc-tab__ripple::before,
.tema-purple-purple .mat-mdc-tab .mat-ripple-element,
.tema-purple-purple .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-purple-purple .mat-mdc-tab-link .mat-ripple-element {
  background-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-purple-purple .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-purple-purple .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-purple-purple .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #9c27b0;
}
.tema-purple-purple .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-purple-purple .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-purple-purple .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-purple-purple .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #9c27b0);
}
.tema-purple-purple .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-purple-purple .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-purple-purple .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-purple-purple .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-purple-purple .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-purple-purple .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-purple-purple .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-purple-purple .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-purple-purple .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-purple-purple .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-purple-purple .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-purple-purple .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-purple-purple .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-purple-purple .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-purple-purple .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-purple-purple .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-purple-purple .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-purple-purple .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-purple-purple .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-purple-purple .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-purple-purple .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-purple-purple .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-purple-purple .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-purple-purple .mat-mdc-tab-group.mat-background-primary, .tema-purple-purple .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #9c27b0;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-purple-purple .mat-mdc-tab-group.mat-background-accent, .tema-purple-purple .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #9c27b0;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-purple-purple .mat-mdc-tab-group.mat-background-warn, .tema-purple-purple .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-purple-purple .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-purple-purple .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-purple-purple .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-purple-purple .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-purple-purple .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-purple-purple .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #9c27b0;
  --mdc-checkbox-selected-hover-icon-color: #9c27b0;
  --mdc-checkbox-selected-icon-color: #9c27b0;
  --mdc-checkbox-selected-pressed-icon-color: #9c27b0;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(156, 39, 176, 0.1);
}
.tema-purple-purple .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #9c27b0;
}
.tema-purple-purple .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #9c27b0;
  --mdc-checkbox-selected-hover-icon-color: #9c27b0;
  --mdc-checkbox-selected-icon-color: #9c27b0;
  --mdc-checkbox-selected-pressed-icon-color: #9c27b0;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(156, 39, 176, 0.1);
}
.tema-purple-purple .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #9c27b0;
}
.tema-purple-purple .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-purple-purple .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-purple-purple .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-purple-purple .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-purple-purple .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-purple-purple .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-purple-purple .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-purple-purple .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-purple-purple .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #9c27b0;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-purple-purple .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #9c27b0;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-purple-purple .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-purple-purple .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-purple-purple .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #9c27b0;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-purple-purple .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #9c27b0;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-purple-purple .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-purple-purple .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-purple-purple .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-purple-purple .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-purple-purple .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-mdc-button, .tema-purple-purple .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-purple-purple .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-purple-purple .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-purple-purple .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-purple-purple .mat-mdc-button.mat-primary, .tema-purple-purple .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #9c27b0;
  --mat-mdc-button-ripple-color: rgba(156, 39, 176, 0.1);
}
.tema-purple-purple .mat-mdc-button.mat-accent, .tema-purple-purple .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #9c27b0;
  --mat-mdc-button-ripple-color: rgba(156, 39, 176, 0.1);
}
.tema-purple-purple .mat-mdc-button.mat-warn, .tema-purple-purple .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-purple-purple .mat-mdc-raised-button, .tema-purple-purple .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-purple-purple .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-purple-purple .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-purple-purple .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-purple-purple .mat-mdc-raised-button.mat-primary, .tema-purple-purple .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-purple-purple .mat-mdc-raised-button.mat-accent, .tema-purple-purple .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-purple-purple .mat-mdc-raised-button.mat-warn, .tema-purple-purple .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-purple-purple .mat-mdc-button.mat-mdc-button-base,
.tema-purple-purple .mat-mdc-raised-button.mat-mdc-button-base,
.tema-purple-purple .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-purple-purple .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-purple-purple .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-purple-purple .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-purple-purple .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-purple-purple .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-purple-purple .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #9c27b0;
  --mat-mdc-button-ripple-color: rgba(156, 39, 176, 0.1);
}
.tema-purple-purple .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #9c27b0;
  --mat-mdc-button-ripple-color: rgba(156, 39, 176, 0.1);
}
.tema-purple-purple .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-purple-purple .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-purple-purple .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-purple-purple .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-purple-purple .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-purple-purple .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-purple-purple .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-purple-purple .mat-mdc-fab, .tema-purple-purple .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-purple-purple .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-purple-purple .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-purple-purple .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-purple-purple .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-purple-purple .mat-mdc-fab.mat-primary, .tema-purple-purple .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-purple-purple .mat-mdc-fab.mat-accent, .tema-purple-purple .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-purple-purple .mat-mdc-fab.mat-warn, .tema-purple-purple .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-purple-purple .mat-mdc-fab.mat-unthemed, .tema-purple-purple .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-purple-purple .mat-mdc-fab.mat-primary, .tema-purple-purple .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #9c27b0;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-purple-purple .mat-mdc-fab.mat-accent, .tema-purple-purple .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #9c27b0;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-purple-purple .mat-mdc-fab.mat-warn, .tema-purple-purple .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-purple-purple .mat-mdc-fab[disabled][disabled], .tema-purple-purple .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #9c27b0;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-purple-purple .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mdc-data-table__row {
  background-color: inherit;
}
.tema-purple-purple .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-purple-purple .mdc-data-table__row--selected {
  background-color: rgba(156, 39, 176, 0.04);
}
.tema-purple-purple .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-purple-purple .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-purple-purple .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mdc-data-table__cell,
.tema-purple-purple .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-purple-purple .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-purple-purple .mdc-data-table__pagination-total,
.tema-purple-purple .mdc-data-table__pagination-rows-per-page-label,
.tema-purple-purple .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-purple-purple .mdc-data-table__pagination-button .mdc-button__icon, .tema-purple-purple .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-purple-purple .mat-mdc-table {
  background: white;
}
.tema-purple-purple .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-purple-purple .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-purple-purple .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-purple-purple .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #9c27b0;
}
.tema-purple-purple .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-purple-purple .mat-badge {
  position: relative;
}
.tema-purple-purple .mat-badge.mat-badge {
  overflow: visible;
}
.tema-purple-purple .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-purple-purple .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;
}
.tema-purple-purple .ng-animate-disabled .mat-badge-content,
.tema-purple-purple .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-purple-purple .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-purple-purple .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-purple-purple .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-purple-purple .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-purple-purple .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-purple-purple .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-purple-purple .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-purple-purple .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-purple-purple .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-purple-purple .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-purple-purple .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-purple-purple .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-purple-purple .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-purple-purple .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-purple-purple .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-purple-purple .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-purple-purple .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-purple-purple .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-purple-purple .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-purple-purple .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-purple-purple .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-purple-purple .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-purple-purple .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-purple-purple .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-purple-purple .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-purple-purple .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-purple-purple .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-purple-purple .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-purple-purple .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-purple-purple .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-purple-purple .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-purple-purple .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-purple-purple .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-purple-purple .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-purple-purple .mat-badge-content {
  color: white;
  background: #9c27b0;
}
.cdk-high-contrast-active .tema-purple-purple .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-purple-purple .mat-badge-accent .mat-badge-content {
  background: #9c27b0;
  color: white;
}
.tema-purple-purple .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-purple-purple .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .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);
}
.tema-purple-purple .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-purple-purple .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-purple-purple .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-purple-purple .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-purple-purple .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-purple-purple .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-purple-purple [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-purple-purple .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-purple-purple .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-purple-purple .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-purple-purple .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-purple-purple .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-purple-purple .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-purple-purple .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-purple-purple .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-datepicker-toggle,
.tema-purple-purple .mat-datepicker-content .mat-calendar-next-button,
.tema-purple-purple .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-calendar-table-header,
.tema-purple-purple .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-calendar-body-cell-content,
.tema-purple-purple .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-purple-purple .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);
}
.tema-purple-purple .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-purple-purple .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .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);
}
.tema-purple-purple .mat-calendar-body-in-range::before {
  background: rgba(156, 39, 176, 0.2);
}
.tema-purple-purple .mat-calendar-body-comparison-identical,
.tema-purple-purple .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-purple-purple .mat-calendar-body-comparison-bridge-start::before,
.tema-purple-purple [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(156, 39, 176, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-purple-purple .mat-calendar-body-comparison-bridge-end::before,
.tema-purple-purple [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(156, 39, 176, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-purple-purple .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-purple-purple .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-purple-purple .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-purple-purple .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-purple-purple .mat-calendar-body-selected {
  background-color: #9c27b0;
  color: white;
}
.tema-purple-purple .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(156, 39, 176, 0.4);
}
.tema-purple-purple .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-purple-purple .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-purple-purple .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(156, 39, 176, 0.3);
}
@media (hover: hover) {
  .tema-purple-purple .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(156, 39, 176, 0.3);
  }
}
.tema-purple-purple .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);
}
.tema-purple-purple .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(156, 39, 176, 0.2);
}
.tema-purple-purple .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-purple-purple .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-purple-purple .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-purple-purple .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(156, 39, 176, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-purple-purple .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-purple-purple .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(156, 39, 176, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-purple-purple .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-purple-purple .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-purple-purple .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-purple-purple .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-purple-purple .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #9c27b0;
  color: white;
}
.tema-purple-purple .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(156, 39, 176, 0.4);
}
.tema-purple-purple .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-purple-purple .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),
.tema-purple-purple .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(156, 39, 176, 0.3);
}
@media (hover: hover) {
  .tema-purple-purple .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(156, 39, 176, 0.3);
  }
}
.tema-purple-purple .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-purple-purple .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-purple-purple .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-purple-purple .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-purple-purple .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%);
}
.tema-purple-purple .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-purple-purple .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%);
}
.tema-purple-purple .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-purple-purple .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-purple-purple .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-purple-purple .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-purple-purple .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-purple-purple .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-purple-purple .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-purple-purple .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),
.tema-purple-purple .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-purple-purple .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-purple-purple .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);
}
.tema-purple-purple .mat-datepicker-toggle-active {
  color: #9c27b0;
}
.tema-purple-purple .mat-datepicker-toggle-active.mat-accent {
  color: #9c27b0;
}
.tema-purple-purple .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-purple-purple .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-purple-purple .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-purple-purple .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-purple-purple .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-purple-purple .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-purple-purple .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-purple-purple .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-purple-purple .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-purple-purple .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);
}
.tema-purple-purple .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-purple-purple .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-purple-purple .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) {
  .tema-purple-purple .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-purple-purple .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-purple-purple .mat-expansion-panel-header-description,
.tema-purple-purple .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-purple-purple .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-purple-purple .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-purple-purple .mat-icon.mat-primary {
  color: #9c27b0;
}
.tema-purple-purple .mat-icon.mat-accent {
  color: #9c27b0;
}
.tema-purple-purple .mat-icon.mat-warn {
  color: #f44336;
}
.tema-purple-purple .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-purple-purple .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-purple-purple .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-purple-purple .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);
}
.tema-purple-purple .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-purple-purple [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-purple-purple [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-purple-purple .mat-step-header.cdk-keyboard-focused, .tema-purple-purple .mat-step-header.cdk-program-focused, .tema-purple-purple .mat-step-header:hover:not([aria-disabled]), .tema-purple-purple .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-purple-purple .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-purple-purple .mat-step-header:hover {
    background: none;
  }
}
.tema-purple-purple .mat-step-header .mat-step-label,
.tema-purple-purple .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-purple-purple .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.tema-purple-purple .mat-step-header .mat-step-icon-selected,
.tema-purple-purple .mat-step-header .mat-step-icon-state-done,
.tema-purple-purple .mat-step-header .mat-step-icon-state-edit {
  background-color: #9c27b0;
  color: white;
}
.tema-purple-purple .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.tema-purple-purple .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-purple-purple .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-purple-purple .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #9c27b0;
  color: white;
}
.tema-purple-purple .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-purple-purple .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-purple-purple .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-purple-purple .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-purple-purple .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-purple-purple .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-purple-purple .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-purple-purple .mat-stepper-horizontal, .tema-purple-purple .mat-stepper-vertical {
  background-color: white;
}
.tema-purple-purple .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-horizontal-stepper-header::before,
.tema-purple-purple .mat-horizontal-stepper-header::after,
.tema-purple-purple .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-purple-purple .mat-sort-header-arrow {
  color: #757575;
}
.tema-purple-purple .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-purple-purple .mat-toolbar.mat-primary {
  background: #9c27b0;
  color: white;
}
.tema-purple-purple .mat-toolbar.mat-accent {
  background: #9c27b0;
  color: white;
}
.tema-purple-purple .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-purple-purple .mat-toolbar .mat-form-field-underline,
.tema-purple-purple .mat-toolbar .mat-form-field-ripple,
.tema-purple-purple .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-purple-purple .mat-toolbar .mat-form-field-label,
.tema-purple-purple .mat-toolbar .mat-focused .mat-form-field-label,
.tema-purple-purple .mat-toolbar .mat-select-value,
.tema-purple-purple .mat-toolbar .mat-select-arrow,
.tema-purple-purple .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-purple-purple .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-purple-purple .mat-tree {
  background: white;
}
.tema-purple-purple .mat-tree-node,
.tema-purple-purple .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-deep-purple-deep-purple .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-purple-deep-purple .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-deep-purple-deep-purple .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-deep-purple-deep-purple .mat-mdc-option.mat-mdc-option-active, .tema-deep-purple-deep-purple .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-deep-purple-deep-purple .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #673ab7);
}
.tema-deep-purple-deep-purple .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #673ab7);
}
.tema-deep-purple-deep-purple .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-purple-deep-purple .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-deep-purple-deep-purple .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-deep-purple-deep-purple .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-deep-purple-deep-purple .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #673ab7;
}
.tema-deep-purple-deep-purple .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-deep-purple-deep-purple .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-deep-purple-deep-purple .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-deep-purple-deep-purple .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-deep-purple-deep-purple .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #673ab7;
}
.tema-deep-purple-deep-purple .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-deep-purple-deep-purple .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-deep-purple-deep-purple .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-deep-purple-deep-purple .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-deep-purple-deep-purple .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #673ab7;
}
.tema-deep-purple-deep-purple .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-deep-purple-deep-purple .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-deep-purple-deep-purple .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-deep-purple-deep-purple .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-deep-purple-deep-purple .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-deep-purple-deep-purple .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-deep-purple-deep-purple .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-deep-purple-deep-purple .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-deep-purple-deep-purple .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-deep-purple-deep-purple .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-deep-purple-deep-purple .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-deep-purple-deep-purple .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-deep-purple-deep-purple .mat-app-background, .tema-deep-purple-deep-purple.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-purple-deep-purple .mat-elevation-z0, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z1, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z2, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z3, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z4, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z5, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z6, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z7, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z8, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z9, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z10, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z11, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z12, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z13, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z14, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z15, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z16, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z17, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z18, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z19, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z20, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z21, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z22, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z23, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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);
}
.tema-deep-purple-deep-purple .mat-elevation-z24, .tema-deep-purple-deep-purple .mat-mdc-elevation-specific.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;
}

.tema-deep-purple-deep-purple .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-deep-purple-deep-purple .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-deep-purple-deep-purple .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(103, 58, 183, 0.25)'/%3E%3C/svg%3E");
}
.tema-deep-purple-deep-purple .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(103, 58, 183, 0.25);
}
.tema-deep-purple-deep-purple .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(103, 58, 183, 0.25)'/%3E%3C/svg%3E");
}
.tema-deep-purple-deep-purple .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(103, 58, 183, 0.25);
}
.tema-deep-purple-deep-purple .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-deep-purple-deep-purple .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-deep-purple-deep-purple .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-deep-purple-deep-purple .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-deep-purple-deep-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-deep-purple-deep-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-deep-purple-deep-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-deep-purple-deep-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-deep-purple-deep-purple .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #673ab7);
}
.tema-deep-purple-deep-purple .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-deep-purple-deep-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-deep-purple-deep-purple .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-deep-purple-deep-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-deep-purple-deep-purple .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-deep-purple-deep-purple .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-deep-purple-deep-purple .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-deep-purple-deep-purple .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-deep-purple-deep-purple .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-deep-purple-deep-purple .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-deep-purple-deep-purple .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-deep-purple-deep-purple .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-deep-purple-deep-purple .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-deep-purple-deep-purple .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-deep-purple-deep-purple .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #673ab7);
}
.tema-deep-purple-deep-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-deep-purple-deep-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #673ab7);
}
[dir=rtl] .tema-deep-purple-deep-purple .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-deep-purple-deep-purple .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-deep-purple-deep-purple .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-deep-purple-deep-purple .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-deep-purple-deep-purple .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-deep-purple-deep-purple .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-deep-purple-deep-purple .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-deep-purple-deep-purple .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-deep-purple-deep-purple .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(103, 58, 183, 0.87);
}
.tema-deep-purple-deep-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-deep-purple-deep-purple .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-purple-deep-purple .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-deep-purple-deep-purple .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-deep-purple-deep-purple .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-deep-purple-deep-purple .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-deep-purple-deep-purple .mdc-text-field--end-aligned .mdc-text-field__input, .tema-deep-purple-deep-purple .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-deep-purple-deep-purple .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-deep-purple-deep-purple .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-deep-purple-deep-purple .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-deep-purple-deep-purple .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(103, 58, 183, 0.87);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(103, 58, 183, 0.87);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #673ab7);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #673ab7);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(103, 58, 183, 0.87);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #673ab7);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-deep-purple-deep-purple [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-deep-purple-deep-purple .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-deep-purple-deep-purple .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-deep-purple-deep-purple .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-deep-purple-deep-purple .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-deep-purple-deep-purple .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-deep-purple-deep-purple .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-deep-purple-deep-purple .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-purple-deep-purple .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-deep-purple-deep-purple .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-purple-deep-purple .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-purple-deep-purple .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-deep-purple-deep-purple .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-purple-deep-purple .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-purple-deep-purple .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__start,
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__content,
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-deep-purple-deep-purple .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #673ab7);
}
.tema-deep-purple-deep-purple .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-purple-deep-purple .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #673ab7);
}
.tema-deep-purple-deep-purple .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-purple-deep-purple .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-deep-purple-deep-purple .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-purple-deep-purple .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-deep-purple-deep-purple .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(103, 58, 183, 0.87);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(103, 58, 183, 0.87);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-deep-purple-deep-purple .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-purple-deep-purple .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-deep-purple-deep-purple .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-purple-deep-purple .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-purple-deep-purple .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-deep-purple-deep-purple .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-purple-deep-purple .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-purple-deep-purple .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__start,
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__content,
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-deep-purple-deep-purple .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #673ab7);
}
.tema-deep-purple-deep-purple .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-purple-deep-purple .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #673ab7);
}
.tema-deep-purple-deep-purple .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-purple-deep-purple .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-deep-purple-deep-purple .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-deep-purple-deep-purple .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-deep-purple-deep-purple .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-deep-purple-deep-purple .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #673ab7;
  --mdc-chip-elevated-disabled-container-color: #673ab7;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-deep-purple-deep-purple .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-deep-purple-deep-purple .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #673ab7;
  --mdc-chip-elevated-disabled-container-color: #673ab7;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-deep-purple-deep-purple .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-deep-purple-deep-purple .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-deep-purple-deep-purple .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-deep-purple-deep-purple .mat-mdc-chip {
  height: 32px;
}
.tema-deep-purple-deep-purple .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-deep-purple-deep-purple .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-purple-deep-purple .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #5e35b1;
  --mdc-switch-selected-handle-color: #5e35b1;
  --mdc-switch-selected-hover-state-layer-color: #5e35b1;
  --mdc-switch-selected-pressed-state-layer-color: #5e35b1;
  --mdc-switch-selected-focus-handle-color: #311b92;
  --mdc-switch-selected-hover-handle-color: #311b92;
  --mdc-switch-selected-pressed-handle-color: #311b92;
  --mdc-switch-selected-focus-track-color: #9575cd;
  --mdc-switch-selected-hover-track-color: #9575cd;
  --mdc-switch-selected-pressed-track-color: #9575cd;
  --mdc-switch-selected-track-color: #9575cd;
}
.tema-deep-purple-deep-purple .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #5e35b1;
  --mdc-switch-selected-handle-color: #5e35b1;
  --mdc-switch-selected-hover-state-layer-color: #5e35b1;
  --mdc-switch-selected-pressed-state-layer-color: #5e35b1;
  --mdc-switch-selected-focus-handle-color: #311b92;
  --mdc-switch-selected-hover-handle-color: #311b92;
  --mdc-switch-selected-pressed-handle-color: #311b92;
  --mdc-switch-selected-focus-track-color: #9575cd;
  --mdc-switch-selected-hover-track-color: #9575cd;
  --mdc-switch-selected-pressed-track-color: #9575cd;
  --mdc-switch-selected-track-color: #9575cd;
}
.tema-deep-purple-deep-purple .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-deep-purple-deep-purple .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-deep-purple-deep-purple .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-purple-deep-purple .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #673ab7;
  --mdc-radio-selected-hover-icon-color: #673ab7;
  --mdc-radio-selected-icon-color: #673ab7;
  --mdc-radio-selected-pressed-icon-color: #673ab7;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #673ab7;
  --mdc-radio-selected-hover-icon-color: #673ab7;
  --mdc-radio-selected-icon-color: #673ab7;
  --mdc-radio-selected-pressed-icon-color: #673ab7;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-deep-purple-deep-purple .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-deep-purple-deep-purple .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-deep-purple-deep-purple .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-deep-purple-deep-purple .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-deep-purple-deep-purple .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #673ab7;
  --mdc-slider-focus-handle-color: #673ab7;
  --mdc-slider-hover-handle-color: #673ab7;
  --mdc-slider-active-track-color: #673ab7;
  --mdc-slider-inactive-track-color: #673ab7;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #673ab7;
  --mat-mdc-slider-ripple-color: #673ab7;
  --mat-mdc-slider-hover-ripple-color: rgba(103, 58, 183, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(103, 58, 183, 0.2);
}
.tema-deep-purple-deep-purple .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #673ab7;
  --mdc-slider-focus-handle-color: #673ab7;
  --mdc-slider-hover-handle-color: #673ab7;
  --mdc-slider-active-track-color: #673ab7;
  --mdc-slider-inactive-track-color: #673ab7;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #673ab7;
  --mat-mdc-slider-ripple-color: #673ab7;
  --mat-mdc-slider-hover-ripple-color: rgba(103, 58, 183, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(103, 58, 183, 0.2);
}
.tema-deep-purple-deep-purple .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-deep-purple-deep-purple .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-purple-deep-purple .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-deep-purple-deep-purple .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-purple-deep-purple .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-purple-deep-purple .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-deep-purple-deep-purple .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-purple-deep-purple .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-purple-deep-purple .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__start,
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__content,
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-deep-purple-deep-purple .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #673ab7);
}
.tema-deep-purple-deep-purple .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-purple-deep-purple .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #673ab7);
}
.tema-deep-purple-deep-purple .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-purple-deep-purple .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-deep-purple-deep-purple .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-mdc-menu-item[disabled],
.tema-deep-purple-deep-purple .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-deep-purple-deep-purple .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-purple-deep-purple .mat-mdc-menu-item .mat-icon-no-color,
.tema-deep-purple-deep-purple .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-purple-deep-purple .mat-mdc-menu-item:hover:not([disabled]),
.tema-deep-purple-deep-purple .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-deep-purple-deep-purple .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-deep-purple-deep-purple .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-deep-purple-deep-purple .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-deep-purple-deep-purple .mat-mdc-list-option .mdc-list-item__start, .tema-deep-purple-deep-purple .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #673ab7;
  --mdc-checkbox-selected-hover-icon-color: #673ab7;
  --mdc-checkbox-selected-icon-color: #673ab7;
  --mdc-checkbox-selected-pressed-icon-color: #673ab7;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-mdc-list-option .mdc-list-item__start, .tema-deep-purple-deep-purple .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #673ab7;
  --mdc-radio-selected-hover-icon-color: #673ab7;
  --mdc-radio-selected-icon-color: #673ab7;
  --mdc-radio-selected-pressed-icon-color: #673ab7;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-deep-purple-deep-purple .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-deep-purple-deep-purple .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #673ab7;
  --mdc-checkbox-selected-hover-icon-color: #673ab7;
  --mdc-checkbox-selected-icon-color: #673ab7;
  --mdc-checkbox-selected-pressed-icon-color: #673ab7;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-deep-purple-deep-purple .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #673ab7;
  --mdc-radio-selected-hover-icon-color: #673ab7;
  --mdc-radio-selected-icon-color: #673ab7;
  --mdc-radio-selected-pressed-icon-color: #673ab7;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-deep-purple-deep-purple .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-deep-purple-deep-purple .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-deep-purple-deep-purple .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-deep-purple-deep-purple .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-deep-purple-deep-purple .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-deep-purple-deep-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-purple-deep-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-deep-purple-deep-purple .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-deep-purple-deep-purple .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-deep-purple-deep-purple .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-deep-purple-deep-purple .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-deep-purple-deep-purple .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-deep-purple-deep-purple .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-deep-purple-deep-purple .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-deep-purple-deep-purple .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-deep-purple-deep-purple .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-deep-purple-deep-purple .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-purple-deep-purple .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-mdc-paginator-decrement,
.tema-deep-purple-deep-purple .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-mdc-paginator-first,
.tema-deep-purple-deep-purple .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-deep-purple-deep-purple .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-deep-purple-deep-purple .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-deep-purple-deep-purple .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-deep-purple-deep-purple .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-deep-purple-deep-purple .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-deep-purple-deep-purple .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-deep-purple-deep-purple .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-deep-purple-deep-purple .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-deep-purple-deep-purple .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-deep-purple-deep-purple .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-deep-purple-deep-purple .mat-mdc-tab, .tema-deep-purple-deep-purple .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-deep-purple-deep-purple .mat-mdc-tab .mdc-tab__text-label, .tema-deep-purple-deep-purple .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-deep-purple-deep-purple .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-deep-purple-deep-purple .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-deep-purple-deep-purple .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-deep-purple-deep-purple .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-deep-purple-deep-purple .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-deep-purple-deep-purple .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #673ab7);
}
.tema-deep-purple-deep-purple .mdc-tab__ripple::before,
.tema-deep-purple-deep-purple .mat-mdc-tab .mat-ripple-element,
.tema-deep-purple-deep-purple .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-deep-purple-deep-purple .mat-mdc-tab-link .mat-ripple-element {
  background-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #673ab7);
}
.tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-background-primary, .tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #673ab7;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-background-accent, .tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #673ab7;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-deep-purple-deep-purple .mat-mdc-tab-group.mat-background-warn, .tema-deep-purple-deep-purple .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-deep-purple-deep-purple .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-purple-deep-purple .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #673ab7;
  --mdc-checkbox-selected-hover-icon-color: #673ab7;
  --mdc-checkbox-selected-icon-color: #673ab7;
  --mdc-checkbox-selected-pressed-icon-color: #673ab7;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(103, 58, 183, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #673ab7;
  --mdc-checkbox-selected-hover-icon-color: #673ab7;
  --mdc-checkbox-selected-icon-color: #673ab7;
  --mdc-checkbox-selected-pressed-icon-color: #673ab7;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(103, 58, 183, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-deep-purple-deep-purple .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-deep-purple-deep-purple .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-deep-purple-deep-purple .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-deep-purple-deep-purple .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-deep-purple-deep-purple .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #673ab7;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-deep-purple-deep-purple .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #673ab7;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-deep-purple-deep-purple .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-deep-purple-deep-purple .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-deep-purple-deep-purple .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #673ab7;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-deep-purple-deep-purple .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #673ab7;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-deep-purple-deep-purple .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-deep-purple-deep-purple .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-deep-purple-deep-purple .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-deep-purple-deep-purple .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-deep-purple-deep-purple .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-mdc-button, .tema-deep-purple-deep-purple .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-deep-purple-deep-purple .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-purple-deep-purple .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-purple-deep-purple .mat-mdc-button.mat-primary, .tema-deep-purple-deep-purple .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #673ab7;
  --mat-mdc-button-ripple-color: rgba(103, 58, 183, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-button.mat-accent, .tema-deep-purple-deep-purple .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #673ab7;
  --mat-mdc-button-ripple-color: rgba(103, 58, 183, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-button.mat-warn, .tema-deep-purple-deep-purple .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-raised-button, .tema-deep-purple-deep-purple .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-deep-purple-deep-purple .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-purple-deep-purple .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-purple-deep-purple .mat-mdc-raised-button.mat-primary, .tema-deep-purple-deep-purple .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-raised-button.mat-accent, .tema-deep-purple-deep-purple .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-raised-button.mat-warn, .tema-deep-purple-deep-purple .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-button.mat-mdc-button-base,
.tema-deep-purple-deep-purple .mat-mdc-raised-button.mat-mdc-button-base,
.tema-deep-purple-deep-purple .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-deep-purple-deep-purple .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #673ab7;
  --mat-mdc-button-ripple-color: rgba(103, 58, 183, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #673ab7;
  --mat-mdc-button-ripple-color: rgba(103, 58, 183, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-deep-purple-deep-purple .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-deep-purple-deep-purple .mat-mdc-fab, .tema-deep-purple-deep-purple .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-deep-purple-deep-purple .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-purple-deep-purple .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-deep-purple-deep-purple .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-purple-deep-purple .mat-mdc-fab.mat-primary, .tema-deep-purple-deep-purple .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-fab.mat-accent, .tema-deep-purple-deep-purple .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-fab.mat-warn, .tema-deep-purple-deep-purple .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-deep-purple-deep-purple .mat-mdc-fab.mat-unthemed, .tema-deep-purple-deep-purple .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-deep-purple-deep-purple .mat-mdc-fab.mat-primary, .tema-deep-purple-deep-purple .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #673ab7;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-deep-purple-deep-purple .mat-mdc-fab.mat-accent, .tema-deep-purple-deep-purple .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #673ab7;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-deep-purple-deep-purple .mat-mdc-fab.mat-warn, .tema-deep-purple-deep-purple .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-deep-purple-deep-purple .mat-mdc-fab[disabled][disabled], .tema-deep-purple-deep-purple .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #673ab7;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-deep-purple-deep-purple .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mdc-data-table__row {
  background-color: inherit;
}
.tema-deep-purple-deep-purple .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-deep-purple-deep-purple .mdc-data-table__row--selected {
  background-color: rgba(103, 58, 183, 0.04);
}
.tema-deep-purple-deep-purple .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-deep-purple-deep-purple .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-deep-purple-deep-purple .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mdc-data-table__cell,
.tema-deep-purple-deep-purple .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-deep-purple-deep-purple .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-purple-deep-purple .mdc-data-table__pagination-total,
.tema-deep-purple-deep-purple .mdc-data-table__pagination-rows-per-page-label,
.tema-deep-purple-deep-purple .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-deep-purple-deep-purple .mdc-data-table__pagination-button .mdc-button__icon, .tema-deep-purple-deep-purple .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-deep-purple-deep-purple .mat-mdc-table {
  background: white;
}
.tema-deep-purple-deep-purple .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-deep-purple-deep-purple .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-deep-purple-deep-purple .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-deep-purple-deep-purple .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-deep-purple-deep-purple .mat-badge {
  position: relative;
}
.tema-deep-purple-deep-purple .mat-badge.mat-badge {
  overflow: visible;
}
.tema-deep-purple-deep-purple .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-deep-purple-deep-purple .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;
}
.tema-deep-purple-deep-purple .ng-animate-disabled .mat-badge-content,
.tema-deep-purple-deep-purple .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-deep-purple-deep-purple .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-deep-purple-deep-purple .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-deep-purple-deep-purple .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-deep-purple-deep-purple .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-deep-purple-deep-purple .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-deep-purple-deep-purple .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-deep-purple-deep-purple .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-deep-purple-deep-purple .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-deep-purple-deep-purple .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-deep-purple-deep-purple .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-deep-purple-deep-purple .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-deep-purple-deep-purple .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-deep-purple-deep-purple .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-deep-purple-deep-purple .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-deep-purple-deep-purple .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-deep-purple-deep-purple .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-deep-purple-deep-purple .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-deep-purple-deep-purple .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-deep-purple-deep-purple .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-deep-purple-deep-purple .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-deep-purple-deep-purple .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-deep-purple-deep-purple .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-deep-purple-deep-purple .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-deep-purple-deep-purple .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-deep-purple-deep-purple .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-deep-purple-deep-purple .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-deep-purple-deep-purple .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-deep-purple-deep-purple .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-deep-purple-deep-purple .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-deep-purple-deep-purple .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-deep-purple-deep-purple .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-deep-purple-deep-purple .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-deep-purple-deep-purple .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-deep-purple-deep-purple .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-deep-purple-deep-purple .mat-badge-content {
  color: white;
  background: #673ab7;
}
.cdk-high-contrast-active .tema-deep-purple-deep-purple .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-deep-purple-deep-purple .mat-badge-accent .mat-badge-content {
  background: #673ab7;
  color: white;
}
.tema-deep-purple-deep-purple .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-deep-purple-deep-purple .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .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);
}
.tema-deep-purple-deep-purple .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-deep-purple-deep-purple .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-deep-purple-deep-purple .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-deep-purple-deep-purple .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-deep-purple-deep-purple .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-deep-purple-deep-purple .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-deep-purple-deep-purple [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-deep-purple-deep-purple .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-deep-purple-deep-purple .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-purple-deep-purple .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-deep-purple-deep-purple .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-deep-purple-deep-purple .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-deep-purple-deep-purple .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-deep-purple-deep-purple .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-deep-purple-deep-purple .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-datepicker-toggle,
.tema-deep-purple-deep-purple .mat-datepicker-content .mat-calendar-next-button,
.tema-deep-purple-deep-purple .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-calendar-table-header,
.tema-deep-purple-deep-purple .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-calendar-body-cell-content,
.tema-deep-purple-deep-purple .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-deep-purple-deep-purple .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);
}
.tema-deep-purple-deep-purple .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-deep-purple-deep-purple .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .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);
}
.tema-deep-purple-deep-purple .mat-calendar-body-in-range::before {
  background: rgba(103, 58, 183, 0.2);
}
.tema-deep-purple-deep-purple .mat-calendar-body-comparison-identical,
.tema-deep-purple-deep-purple .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-deep-purple-deep-purple .mat-calendar-body-comparison-bridge-start::before,
.tema-deep-purple-deep-purple [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-deep-purple-deep-purple .mat-calendar-body-comparison-bridge-end::before,
.tema-deep-purple-deep-purple [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-deep-purple-deep-purple .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-deep-purple-deep-purple .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-deep-purple-deep-purple .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-deep-purple-deep-purple .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-deep-purple-deep-purple .mat-calendar-body-selected {
  background-color: #673ab7;
  color: white;
}
.tema-deep-purple-deep-purple .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(103, 58, 183, 0.4);
}
.tema-deep-purple-deep-purple .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-deep-purple-deep-purple .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-deep-purple-deep-purple .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(103, 58, 183, 0.3);
}
@media (hover: hover) {
  .tema-deep-purple-deep-purple .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(103, 58, 183, 0.3);
  }
}
.tema-deep-purple-deep-purple .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);
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(103, 58, 183, 0.2);
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #673ab7;
  color: white;
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(103, 58, 183, 0.4);
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-deep-purple-deep-purple .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),
.tema-deep-purple-deep-purple .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(103, 58, 183, 0.3);
}
@media (hover: hover) {
  .tema-deep-purple-deep-purple .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(103, 58, 183, 0.3);
  }
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-deep-purple-deep-purple .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%);
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-deep-purple-deep-purple .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%);
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-deep-purple-deep-purple .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),
.tema-deep-purple-deep-purple .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-deep-purple-deep-purple .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-deep-purple-deep-purple .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);
}
.tema-deep-purple-deep-purple .mat-datepicker-toggle-active {
  color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-datepicker-toggle-active.mat-accent {
  color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-deep-purple-deep-purple .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-purple-deep-purple .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-deep-purple-deep-purple .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-deep-purple-deep-purple .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-deep-purple-deep-purple .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-deep-purple-deep-purple .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-deep-purple-deep-purple .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-deep-purple-deep-purple .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-purple-deep-purple .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);
}
.tema-deep-purple-deep-purple .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-deep-purple-deep-purple .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-deep-purple-deep-purple .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) {
  .tema-deep-purple-deep-purple .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-deep-purple-deep-purple .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-purple-deep-purple .mat-expansion-panel-header-description,
.tema-deep-purple-deep-purple .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-deep-purple-deep-purple .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-deep-purple-deep-purple .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-deep-purple-deep-purple .mat-icon.mat-primary {
  color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-icon.mat-accent {
  color: #673ab7;
}
.tema-deep-purple-deep-purple .mat-icon.mat-warn {
  color: #f44336;
}
.tema-deep-purple-deep-purple .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-purple-deep-purple .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-purple-deep-purple .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-deep-purple-deep-purple .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);
}
.tema-deep-purple-deep-purple .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-deep-purple-deep-purple [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-deep-purple-deep-purple [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-deep-purple-deep-purple .mat-step-header.cdk-keyboard-focused, .tema-deep-purple-deep-purple .mat-step-header.cdk-program-focused, .tema-deep-purple-deep-purple .mat-step-header:hover:not([aria-disabled]), .tema-deep-purple-deep-purple .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-deep-purple-deep-purple .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-deep-purple-deep-purple .mat-step-header:hover {
    background: none;
  }
}
.tema-deep-purple-deep-purple .mat-step-header .mat-step-label,
.tema-deep-purple-deep-purple .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-purple-deep-purple .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.tema-deep-purple-deep-purple .mat-step-header .mat-step-icon-selected,
.tema-deep-purple-deep-purple .mat-step-header .mat-step-icon-state-done,
.tema-deep-purple-deep-purple .mat-step-header .mat-step-icon-state-edit {
  background-color: #673ab7;
  color: white;
}
.tema-deep-purple-deep-purple .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.tema-deep-purple-deep-purple .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-deep-purple-deep-purple .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-deep-purple-deep-purple .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #673ab7;
  color: white;
}
.tema-deep-purple-deep-purple .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-deep-purple-deep-purple .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-deep-purple-deep-purple .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-deep-purple-deep-purple .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-deep-purple-deep-purple .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-deep-purple-deep-purple .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-purple-deep-purple .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-deep-purple-deep-purple .mat-stepper-horizontal, .tema-deep-purple-deep-purple .mat-stepper-vertical {
  background-color: white;
}
.tema-deep-purple-deep-purple .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-horizontal-stepper-header::before,
.tema-deep-purple-deep-purple .mat-horizontal-stepper-header::after,
.tema-deep-purple-deep-purple .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-purple-deep-purple .mat-sort-header-arrow {
  color: #757575;
}
.tema-deep-purple-deep-purple .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-purple-deep-purple .mat-toolbar.mat-primary {
  background: #673ab7;
  color: white;
}
.tema-deep-purple-deep-purple .mat-toolbar.mat-accent {
  background: #673ab7;
  color: white;
}
.tema-deep-purple-deep-purple .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-deep-purple-deep-purple .mat-toolbar .mat-form-field-underline,
.tema-deep-purple-deep-purple .mat-toolbar .mat-form-field-ripple,
.tema-deep-purple-deep-purple .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-deep-purple-deep-purple .mat-toolbar .mat-form-field-label,
.tema-deep-purple-deep-purple .mat-toolbar .mat-focused .mat-form-field-label,
.tema-deep-purple-deep-purple .mat-toolbar .mat-select-value,
.tema-deep-purple-deep-purple .mat-toolbar .mat-select-arrow,
.tema-deep-purple-deep-purple .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-deep-purple-deep-purple .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-deep-purple-deep-purple .mat-tree {
  background: white;
}
.tema-deep-purple-deep-purple .mat-tree-node,
.tema-deep-purple-deep-purple .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-indigo-indigo .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-indigo-indigo .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-indigo-indigo .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-indigo-indigo .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-indigo-indigo .mat-mdc-option.mat-mdc-option-active, .tema-indigo-indigo .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-indigo-indigo .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #3f51b5);
}
.tema-indigo-indigo .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #3f51b5);
}
.tema-indigo-indigo .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-indigo-indigo .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-indigo-indigo .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-indigo-indigo .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #3f51b5;
}
.tema-indigo-indigo .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-indigo-indigo .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #3f51b5;
}
.tema-indigo-indigo .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-indigo-indigo .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-indigo-indigo .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-indigo-indigo .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #3f51b5;
}
.tema-indigo-indigo .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-indigo-indigo .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #3f51b5;
}
.tema-indigo-indigo .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-indigo-indigo .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-indigo-indigo .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-indigo-indigo .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #3f51b5;
}
.tema-indigo-indigo .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-indigo-indigo .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #3f51b5;
}
.tema-indigo-indigo .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-indigo-indigo .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-indigo-indigo .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-indigo-indigo .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-indigo-indigo .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-indigo-indigo .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-indigo-indigo .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-indigo-indigo .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-indigo-indigo .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-indigo-indigo .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-indigo-indigo .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-indigo-indigo .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-indigo-indigo .mat-app-background, .tema-indigo-indigo.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-indigo-indigo .mat-elevation-z0, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z1, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z2, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z3, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z4, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z5, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z6, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z7, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z8, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z9, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z10, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z11, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z12, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z13, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z14, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z15, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z16, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z17, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z18, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z19, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z20, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z21, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z22, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z23, .tema-indigo-indigo .mat-mdc-elevation-specific.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);
}
.tema-indigo-indigo .mat-elevation-z24, .tema-indigo-indigo .mat-mdc-elevation-specific.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;
}

.tema-indigo-indigo .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-indigo-indigo .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-indigo-indigo .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(63, 81, 181, 0.25)'/%3E%3C/svg%3E");
}
.tema-indigo-indigo .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(63, 81, 181, 0.25);
}
.tema-indigo-indigo .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(63, 81, 181, 0.25)'/%3E%3C/svg%3E");
}
.tema-indigo-indigo .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(63, 81, 181, 0.25);
}
.tema-indigo-indigo .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-indigo-indigo .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-indigo-indigo .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-indigo-indigo .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-indigo-indigo .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-indigo-indigo .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-indigo-indigo .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-indigo-indigo .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-indigo-indigo .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #3f51b5);
}
.tema-indigo-indigo .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-indigo-indigo .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-indigo-indigo .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-indigo-indigo .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-indigo-indigo .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-indigo-indigo .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-indigo-indigo .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-indigo-indigo .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-indigo-indigo .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-indigo-indigo .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-indigo-indigo .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-indigo-indigo .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-indigo-indigo .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-indigo-indigo .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-indigo-indigo .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #3f51b5);
}
.tema-indigo-indigo .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-indigo-indigo .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-indigo-indigo .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-indigo-indigo .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-indigo-indigo .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-indigo-indigo .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-indigo-indigo .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-indigo-indigo .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #3f51b5);
}
[dir=rtl] .tema-indigo-indigo .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-indigo-indigo .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-indigo-indigo .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-indigo-indigo .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-indigo-indigo .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-indigo-indigo .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-indigo-indigo .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-indigo-indigo .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-indigo-indigo .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(63, 81, 181, 0.87);
}
.tema-indigo-indigo .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-indigo-indigo .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-indigo-indigo .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-indigo-indigo .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-indigo-indigo .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-indigo-indigo .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-indigo-indigo .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-indigo-indigo .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-indigo-indigo .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-indigo-indigo .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-indigo-indigo .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-indigo-indigo .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-indigo-indigo .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-indigo-indigo .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-indigo-indigo .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-indigo-indigo .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-indigo-indigo .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-indigo-indigo .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-indigo-indigo .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-indigo-indigo .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-indigo-indigo .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-indigo-indigo .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-indigo-indigo .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-indigo-indigo .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-indigo-indigo .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-indigo-indigo .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-indigo-indigo .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-indigo-indigo .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-indigo-indigo .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-indigo-indigo .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-indigo-indigo .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-indigo-indigo .mdc-text-field--end-aligned .mdc-text-field__input, .tema-indigo-indigo .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-indigo-indigo .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-indigo-indigo .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-indigo-indigo .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-indigo-indigo .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-indigo-indigo .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-indigo-indigo .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(63, 81, 181, 0.87);
}
.tema-indigo-indigo .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(63, 81, 181, 0.87);
}
.tema-indigo-indigo .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-indigo-indigo .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #3f51b5);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #3f51b5);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(63, 81, 181, 0.87);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-indigo-indigo .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #3f51b5);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-indigo-indigo .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-indigo-indigo [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-indigo-indigo .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-indigo-indigo .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-indigo-indigo .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-indigo-indigo .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-indigo-indigo .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-indigo-indigo .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-indigo-indigo .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-indigo-indigo .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-indigo-indigo .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-indigo-indigo .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-indigo-indigo .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-indigo-indigo .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-indigo-indigo .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-indigo-indigo .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__start,
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__content,
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-indigo-indigo .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #3f51b5);
}
.tema-indigo-indigo .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-indigo-indigo .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #3f51b5);
}
.tema-indigo-indigo .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-indigo-indigo .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-indigo-indigo .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-indigo-indigo .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-indigo-indigo .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(63, 81, 181, 0.87);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(63, 81, 181, 0.87);
}
.tema-indigo-indigo .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-indigo-indigo .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-indigo-indigo .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-indigo-indigo .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-indigo-indigo .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-indigo-indigo .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-indigo-indigo .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-indigo-indigo .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-indigo-indigo .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-indigo-indigo .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__start,
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__content,
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-indigo-indigo .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #3f51b5);
}
.tema-indigo-indigo .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-indigo-indigo .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #3f51b5);
}
.tema-indigo-indigo .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-indigo-indigo .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-indigo-indigo .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-indigo-indigo .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-indigo-indigo .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-indigo-indigo .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #3f51b5;
  --mdc-chip-elevated-disabled-container-color: #3f51b5;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-indigo-indigo .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-indigo-indigo .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #3f51b5;
  --mdc-chip-elevated-disabled-container-color: #3f51b5;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-indigo-indigo .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-indigo-indigo .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-indigo-indigo .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-indigo-indigo .mat-mdc-chip {
  height: 32px;
}
.tema-indigo-indigo .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-indigo-indigo .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-indigo-indigo .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #3949ab;
  --mdc-switch-selected-handle-color: #3949ab;
  --mdc-switch-selected-hover-state-layer-color: #3949ab;
  --mdc-switch-selected-pressed-state-layer-color: #3949ab;
  --mdc-switch-selected-focus-handle-color: #1a237e;
  --mdc-switch-selected-hover-handle-color: #1a237e;
  --mdc-switch-selected-pressed-handle-color: #1a237e;
  --mdc-switch-selected-focus-track-color: #7986cb;
  --mdc-switch-selected-hover-track-color: #7986cb;
  --mdc-switch-selected-pressed-track-color: #7986cb;
  --mdc-switch-selected-track-color: #7986cb;
}
.tema-indigo-indigo .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #3949ab;
  --mdc-switch-selected-handle-color: #3949ab;
  --mdc-switch-selected-hover-state-layer-color: #3949ab;
  --mdc-switch-selected-pressed-state-layer-color: #3949ab;
  --mdc-switch-selected-focus-handle-color: #1a237e;
  --mdc-switch-selected-hover-handle-color: #1a237e;
  --mdc-switch-selected-pressed-handle-color: #1a237e;
  --mdc-switch-selected-focus-track-color: #7986cb;
  --mdc-switch-selected-hover-track-color: #7986cb;
  --mdc-switch-selected-pressed-track-color: #7986cb;
  --mdc-switch-selected-track-color: #7986cb;
}
.tema-indigo-indigo .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-indigo-indigo .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-indigo-indigo .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-indigo-indigo .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-indigo-indigo .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-indigo-indigo .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-indigo-indigo .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-indigo-indigo .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-indigo-indigo .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #3f51b5;
  --mdc-slider-focus-handle-color: #3f51b5;
  --mdc-slider-hover-handle-color: #3f51b5;
  --mdc-slider-active-track-color: #3f51b5;
  --mdc-slider-inactive-track-color: #3f51b5;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;
  --mat-mdc-slider-ripple-color: #3f51b5;
  --mat-mdc-slider-hover-ripple-color: rgba(63, 81, 181, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(63, 81, 181, 0.2);
}
.tema-indigo-indigo .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #3f51b5;
  --mdc-slider-focus-handle-color: #3f51b5;
  --mdc-slider-hover-handle-color: #3f51b5;
  --mdc-slider-active-track-color: #3f51b5;
  --mdc-slider-inactive-track-color: #3f51b5;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;
  --mat-mdc-slider-ripple-color: #3f51b5;
  --mat-mdc-slider-hover-ripple-color: rgba(63, 81, 181, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(63, 81, 181, 0.2);
}
.tema-indigo-indigo .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-indigo-indigo .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-indigo-indigo .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-indigo-indigo .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-indigo-indigo .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-indigo-indigo .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-indigo-indigo .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-indigo-indigo .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-indigo-indigo .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__start,
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__content,
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-indigo-indigo .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #3f51b5);
}
.tema-indigo-indigo .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-indigo-indigo .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #3f51b5);
}
.tema-indigo-indigo .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-indigo-indigo .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-indigo-indigo .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-mdc-menu-item[disabled],
.tema-indigo-indigo .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-indigo-indigo .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-indigo-indigo .mat-mdc-menu-item .mat-icon-no-color,
.tema-indigo-indigo .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-indigo-indigo .mat-mdc-menu-item:hover:not([disabled]),
.tema-indigo-indigo .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-indigo-indigo .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-indigo-indigo .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-indigo-indigo .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-indigo-indigo .mat-mdc-list-option .mdc-list-item__start, .tema-indigo-indigo .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-mdc-list-option .mdc-list-item__start, .tema-indigo-indigo .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-indigo-indigo .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-indigo-indigo .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-indigo-indigo .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-indigo-indigo .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-indigo-indigo .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-indigo-indigo .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-indigo-indigo .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-indigo-indigo .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-indigo-indigo .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-indigo-indigo .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-indigo-indigo .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-indigo-indigo .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-indigo-indigo .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-indigo-indigo .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-indigo-indigo .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-indigo-indigo .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-indigo-indigo .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-indigo-indigo .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-indigo-indigo .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-indigo-indigo .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-indigo-indigo .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-mdc-paginator-decrement,
.tema-indigo-indigo .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-mdc-paginator-first,
.tema-indigo-indigo .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-indigo-indigo .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-indigo-indigo .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-indigo-indigo .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-indigo-indigo .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-indigo-indigo .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-indigo-indigo .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-indigo-indigo .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-indigo-indigo .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-indigo-indigo .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-indigo-indigo .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-indigo-indigo .mat-mdc-tab, .tema-indigo-indigo .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-indigo-indigo .mat-mdc-tab .mdc-tab__text-label, .tema-indigo-indigo .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-indigo-indigo .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-indigo-indigo .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-indigo-indigo .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-indigo-indigo .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-indigo-indigo .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-indigo-indigo .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #3f51b5);
}
.tema-indigo-indigo .mdc-tab__ripple::before,
.tema-indigo-indigo .mat-mdc-tab .mat-ripple-element,
.tema-indigo-indigo .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-indigo-indigo .mat-mdc-tab-link .mat-ripple-element {
  background-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-indigo-indigo .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-indigo-indigo .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #3f51b5);
}
.tema-indigo-indigo .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-indigo-indigo .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-indigo-indigo .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-indigo-indigo .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-indigo-indigo .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-indigo-indigo .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-indigo-indigo .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-indigo-indigo .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-indigo-indigo .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-indigo-indigo .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-indigo-indigo .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-indigo-indigo .mat-mdc-tab-group.mat-background-primary, .tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #3f51b5;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-indigo-indigo .mat-mdc-tab-group.mat-background-accent, .tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #3f51b5;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-indigo-indigo .mat-mdc-tab-group.mat-background-warn, .tema-indigo-indigo .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-indigo-indigo .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-indigo-indigo .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-indigo-indigo .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-indigo-indigo .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-indigo-indigo .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-indigo-indigo .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(63, 81, 181, 0.1);
}
.tema-indigo-indigo .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(63, 81, 181, 0.1);
}
.tema-indigo-indigo .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-indigo-indigo .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-indigo-indigo .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-indigo-indigo .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-indigo-indigo .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-indigo-indigo .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-indigo-indigo .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-indigo-indigo .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-indigo-indigo .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3f51b5;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-indigo-indigo .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #3f51b5;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-indigo-indigo .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-indigo-indigo .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-indigo-indigo .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3f51b5;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-indigo-indigo .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #3f51b5;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-indigo-indigo .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-indigo-indigo .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-indigo-indigo .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-indigo-indigo .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-indigo-indigo .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-mdc-button, .tema-indigo-indigo .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-indigo-indigo .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-indigo-indigo .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-indigo-indigo .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-indigo-indigo .mat-mdc-button.mat-primary, .tema-indigo-indigo .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #3f51b5;
  --mat-mdc-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.tema-indigo-indigo .mat-mdc-button.mat-accent, .tema-indigo-indigo .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #3f51b5;
  --mat-mdc-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.tema-indigo-indigo .mat-mdc-button.mat-warn, .tema-indigo-indigo .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-indigo-indigo .mat-mdc-raised-button, .tema-indigo-indigo .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-indigo-indigo .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-indigo-indigo .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-indigo-indigo .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-indigo-indigo .mat-mdc-raised-button.mat-primary, .tema-indigo-indigo .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-indigo-indigo .mat-mdc-raised-button.mat-accent, .tema-indigo-indigo .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-indigo-indigo .mat-mdc-raised-button.mat-warn, .tema-indigo-indigo .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-indigo-indigo .mat-mdc-button.mat-mdc-button-base,
.tema-indigo-indigo .mat-mdc-raised-button.mat-mdc-button-base,
.tema-indigo-indigo .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-indigo-indigo .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-indigo-indigo .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-indigo-indigo .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-indigo-indigo .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-indigo-indigo .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-indigo-indigo .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #3f51b5;
  --mat-mdc-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.tema-indigo-indigo .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #3f51b5;
  --mat-mdc-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.tema-indigo-indigo .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-indigo-indigo .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-indigo-indigo .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-indigo-indigo .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-indigo-indigo .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-indigo-indigo .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-indigo-indigo .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-indigo-indigo .mat-mdc-fab, .tema-indigo-indigo .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-indigo-indigo .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-indigo-indigo .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-indigo-indigo .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-indigo-indigo .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-indigo-indigo .mat-mdc-fab.mat-primary, .tema-indigo-indigo .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-indigo-indigo .mat-mdc-fab.mat-accent, .tema-indigo-indigo .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-indigo-indigo .mat-mdc-fab.mat-warn, .tema-indigo-indigo .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-indigo-indigo .mat-mdc-fab.mat-unthemed, .tema-indigo-indigo .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-indigo-indigo .mat-mdc-fab.mat-primary, .tema-indigo-indigo .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #3f51b5;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-indigo-indigo .mat-mdc-fab.mat-accent, .tema-indigo-indigo .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #3f51b5;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-indigo-indigo .mat-mdc-fab.mat-warn, .tema-indigo-indigo .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-indigo-indigo .mat-mdc-fab[disabled][disabled], .tema-indigo-indigo .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #3f51b5;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-indigo-indigo .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mdc-data-table__row {
  background-color: inherit;
}
.tema-indigo-indigo .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-indigo-indigo .mdc-data-table__row--selected {
  background-color: rgba(63, 81, 181, 0.04);
}
.tema-indigo-indigo .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-indigo-indigo .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-indigo-indigo .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mdc-data-table__cell,
.tema-indigo-indigo .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-indigo-indigo .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-indigo-indigo .mdc-data-table__pagination-total,
.tema-indigo-indigo .mdc-data-table__pagination-rows-per-page-label,
.tema-indigo-indigo .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-indigo-indigo .mdc-data-table__pagination-button .mdc-button__icon, .tema-indigo-indigo .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-indigo-indigo .mat-mdc-table {
  background: white;
}
.tema-indigo-indigo .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-indigo-indigo .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-indigo-indigo .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-indigo-indigo .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #3f51b5;
}
.tema-indigo-indigo .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-indigo-indigo .mat-badge {
  position: relative;
}
.tema-indigo-indigo .mat-badge.mat-badge {
  overflow: visible;
}
.tema-indigo-indigo .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-indigo-indigo .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;
}
.tema-indigo-indigo .ng-animate-disabled .mat-badge-content,
.tema-indigo-indigo .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-indigo-indigo .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-indigo-indigo .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-indigo-indigo .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-indigo-indigo .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-indigo-indigo .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-indigo-indigo .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-indigo-indigo .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-indigo-indigo .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-indigo-indigo .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-indigo-indigo .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-indigo-indigo .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-indigo-indigo .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-indigo-indigo .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-indigo-indigo .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-indigo-indigo .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-indigo-indigo .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-indigo-indigo .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-indigo-indigo .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-indigo-indigo .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-indigo-indigo .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-indigo-indigo .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-indigo-indigo .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-indigo-indigo .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-indigo-indigo .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-indigo-indigo .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-indigo-indigo .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-indigo-indigo .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-indigo-indigo .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-indigo-indigo .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-indigo-indigo .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-indigo-indigo .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-indigo-indigo .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-indigo-indigo .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-indigo-indigo .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-indigo-indigo .mat-badge-content {
  color: white;
  background: #3f51b5;
}
.cdk-high-contrast-active .tema-indigo-indigo .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-indigo-indigo .mat-badge-accent .mat-badge-content {
  background: #3f51b5;
  color: white;
}
.tema-indigo-indigo .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-indigo-indigo .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .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);
}
.tema-indigo-indigo .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-indigo-indigo .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-indigo-indigo .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-indigo-indigo .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-indigo-indigo .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-indigo-indigo .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-indigo-indigo [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-indigo-indigo .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-indigo-indigo .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-indigo-indigo .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-indigo-indigo .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-indigo-indigo .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-indigo-indigo .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-indigo-indigo .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-indigo-indigo .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-datepicker-toggle,
.tema-indigo-indigo .mat-datepicker-content .mat-calendar-next-button,
.tema-indigo-indigo .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-calendar-table-header,
.tema-indigo-indigo .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-calendar-body-cell-content,
.tema-indigo-indigo .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-indigo-indigo .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);
}
.tema-indigo-indigo .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-indigo-indigo .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .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);
}
.tema-indigo-indigo .mat-calendar-body-in-range::before {
  background: rgba(63, 81, 181, 0.2);
}
.tema-indigo-indigo .mat-calendar-body-comparison-identical,
.tema-indigo-indigo .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-indigo-indigo .mat-calendar-body-comparison-bridge-start::before,
.tema-indigo-indigo [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-indigo-indigo .mat-calendar-body-comparison-bridge-end::before,
.tema-indigo-indigo [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-indigo-indigo .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-indigo-indigo .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-indigo-indigo .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-indigo-indigo .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-indigo-indigo .mat-calendar-body-selected {
  background-color: #3f51b5;
  color: white;
}
.tema-indigo-indigo .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}
.tema-indigo-indigo .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-indigo-indigo .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-indigo-indigo .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(63, 81, 181, 0.3);
}
@media (hover: hover) {
  .tema-indigo-indigo .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(63, 81, 181, 0.3);
  }
}
.tema-indigo-indigo .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);
}
.tema-indigo-indigo .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(63, 81, 181, 0.2);
}
.tema-indigo-indigo .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-indigo-indigo .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-indigo-indigo .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-indigo-indigo .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-indigo-indigo .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-indigo-indigo .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-indigo-indigo .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-indigo-indigo .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-indigo-indigo .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-indigo-indigo .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-indigo-indigo .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #3f51b5;
  color: white;
}
.tema-indigo-indigo .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}
.tema-indigo-indigo .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-indigo-indigo .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),
.tema-indigo-indigo .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(63, 81, 181, 0.3);
}
@media (hover: hover) {
  .tema-indigo-indigo .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(63, 81, 181, 0.3);
  }
}
.tema-indigo-indigo .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-indigo-indigo .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-indigo-indigo .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-indigo-indigo .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-indigo-indigo .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%);
}
.tema-indigo-indigo .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-indigo-indigo .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%);
}
.tema-indigo-indigo .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-indigo-indigo .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-indigo-indigo .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-indigo-indigo .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-indigo-indigo .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-indigo-indigo .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-indigo-indigo .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-indigo-indigo .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),
.tema-indigo-indigo .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-indigo-indigo .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-indigo-indigo .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);
}
.tema-indigo-indigo .mat-datepicker-toggle-active {
  color: #3f51b5;
}
.tema-indigo-indigo .mat-datepicker-toggle-active.mat-accent {
  color: #3f51b5;
}
.tema-indigo-indigo .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-indigo-indigo .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-indigo-indigo .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-indigo-indigo .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-indigo-indigo .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-indigo-indigo .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-indigo-indigo .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-indigo-indigo .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-indigo-indigo .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-indigo-indigo .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);
}
.tema-indigo-indigo .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-indigo-indigo .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-indigo-indigo .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) {
  .tema-indigo-indigo .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-indigo-indigo .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-indigo-indigo .mat-expansion-panel-header-description,
.tema-indigo-indigo .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-indigo-indigo .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-indigo-indigo .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-indigo-indigo .mat-icon.mat-primary {
  color: #3f51b5;
}
.tema-indigo-indigo .mat-icon.mat-accent {
  color: #3f51b5;
}
.tema-indigo-indigo .mat-icon.mat-warn {
  color: #f44336;
}
.tema-indigo-indigo .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-indigo-indigo .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-indigo-indigo .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-indigo-indigo .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);
}
.tema-indigo-indigo .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-indigo-indigo [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-indigo-indigo [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-indigo-indigo .mat-step-header.cdk-keyboard-focused, .tema-indigo-indigo .mat-step-header.cdk-program-focused, .tema-indigo-indigo .mat-step-header:hover:not([aria-disabled]), .tema-indigo-indigo .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-indigo-indigo .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-indigo-indigo .mat-step-header:hover {
    background: none;
  }
}
.tema-indigo-indigo .mat-step-header .mat-step-label,
.tema-indigo-indigo .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-indigo-indigo .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.tema-indigo-indigo .mat-step-header .mat-step-icon-selected,
.tema-indigo-indigo .mat-step-header .mat-step-icon-state-done,
.tema-indigo-indigo .mat-step-header .mat-step-icon-state-edit {
  background-color: #3f51b5;
  color: white;
}
.tema-indigo-indigo .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.tema-indigo-indigo .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-indigo-indigo .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-indigo-indigo .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #3f51b5;
  color: white;
}
.tema-indigo-indigo .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-indigo-indigo .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-indigo-indigo .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-indigo-indigo .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-indigo-indigo .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-indigo-indigo .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-indigo-indigo .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-indigo-indigo .mat-stepper-horizontal, .tema-indigo-indigo .mat-stepper-vertical {
  background-color: white;
}
.tema-indigo-indigo .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-horizontal-stepper-header::before,
.tema-indigo-indigo .mat-horizontal-stepper-header::after,
.tema-indigo-indigo .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-indigo-indigo .mat-sort-header-arrow {
  color: #757575;
}
.tema-indigo-indigo .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-indigo-indigo .mat-toolbar.mat-primary {
  background: #3f51b5;
  color: white;
}
.tema-indigo-indigo .mat-toolbar.mat-accent {
  background: #3f51b5;
  color: white;
}
.tema-indigo-indigo .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-indigo-indigo .mat-toolbar .mat-form-field-underline,
.tema-indigo-indigo .mat-toolbar .mat-form-field-ripple,
.tema-indigo-indigo .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-indigo-indigo .mat-toolbar .mat-form-field-label,
.tema-indigo-indigo .mat-toolbar .mat-focused .mat-form-field-label,
.tema-indigo-indigo .mat-toolbar .mat-select-value,
.tema-indigo-indigo .mat-toolbar .mat-select-arrow,
.tema-indigo-indigo .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-indigo-indigo .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-indigo-indigo .mat-tree {
  background: white;
}
.tema-indigo-indigo .mat-tree-node,
.tema-indigo-indigo .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-blue-blue .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-blue .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-blue .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-blue-blue .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-blue-blue .mat-mdc-option.mat-mdc-option-active, .tema-blue-blue .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-blue-blue .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #2196f3);
}
.tema-blue-blue .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #2196f3);
}
.tema-blue-blue .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-blue .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-blue-blue .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-blue-blue .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #2196f3;
}
.tema-blue-blue .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-blue-blue .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #2196f3;
}
.tema-blue-blue .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-blue-blue .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-blue-blue .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-blue-blue .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #2196f3;
}
.tema-blue-blue .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-blue-blue .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #2196f3;
}
.tema-blue-blue .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-blue-blue .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-blue-blue .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-blue-blue .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #2196f3;
}
.tema-blue-blue .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-blue-blue .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #2196f3;
}
.tema-blue-blue .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-blue-blue .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-blue-blue .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-blue-blue .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-blue-blue .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-blue-blue .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-blue-blue .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-blue-blue .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-blue-blue .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-blue-blue .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-blue-blue .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-blue-blue .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-blue-blue .mat-app-background, .tema-blue-blue.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-blue .mat-elevation-z0, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z1, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z2, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z3, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z4, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z5, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z6, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z7, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z8, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z9, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z10, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z11, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z12, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z13, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z14, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z15, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z16, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z17, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z18, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z19, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z20, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z21, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z22, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z23, .tema-blue-blue .mat-mdc-elevation-specific.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);
}
.tema-blue-blue .mat-elevation-z24, .tema-blue-blue .mat-mdc-elevation-specific.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;
}

.tema-blue-blue .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-blue-blue .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-blue-blue .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #2196f3;
}
.tema-blue-blue .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(33, 150, 243, 0.25)'/%3E%3C/svg%3E");
}
.tema-blue-blue .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(33, 150, 243, 0.25);
}
.tema-blue-blue .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #2196f3;
}
.tema-blue-blue .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(33, 150, 243, 0.25)'/%3E%3C/svg%3E");
}
.tema-blue-blue .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(33, 150, 243, 0.25);
}
.tema-blue-blue .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-blue-blue .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-blue-blue .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-blue-blue .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-blue-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-blue-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-blue-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-blue-blue .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #2196f3);
}
.tema-blue-blue .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-blue-blue .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-blue .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-blue-blue .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-blue-blue .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-blue-blue .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-blue-blue .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-blue-blue .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-blue-blue .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-blue-blue .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-blue-blue .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-blue-blue .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #2196f3);
}
.tema-blue-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-blue-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-blue-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-blue-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-blue-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-blue-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #2196f3);
}
[dir=rtl] .tema-blue-blue .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-blue-blue .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-blue-blue .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-blue-blue .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-blue-blue .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-blue-blue .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-blue-blue .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-blue-blue .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-blue-blue .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(33, 150, 243, 0.87);
}
.tema-blue-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-blue-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-blue-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-blue-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-blue-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-blue-blue .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-blue-blue .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-blue-blue .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-blue-blue .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-blue-blue .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-blue-blue .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-blue-blue .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-blue-blue .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-blue-blue .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-blue .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-blue .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-blue .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-blue .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-blue .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-blue-blue .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-blue .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-blue .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-blue .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-blue .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-blue .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-blue .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-blue-blue .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-blue-blue .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-blue-blue .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-blue-blue .mdc-text-field--end-aligned .mdc-text-field__input, .tema-blue-blue .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-blue-blue .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-blue-blue .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-blue-blue .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-blue-blue .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-blue-blue .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-blue-blue .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(33, 150, 243, 0.87);
}
.tema-blue-blue .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(33, 150, 243, 0.87);
}
.tema-blue-blue .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-blue-blue .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #2196f3);
}
.tema-blue-blue .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #2196f3);
}
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(33, 150, 243, 0.87);
}
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-blue .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #2196f3);
}
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-blue .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-blue .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-blue-blue [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-blue-blue .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-blue-blue .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-blue-blue .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-blue-blue .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-blue-blue .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-blue-blue .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-blue-blue .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-blue .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-blue-blue .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-blue .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-blue .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-blue-blue .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-blue .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-blue .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__start,
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__content,
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-blue-blue .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #2196f3);
}
.tema-blue-blue .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-blue .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #2196f3);
}
.tema-blue-blue .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-blue .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-blue-blue .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-blue .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-blue .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(33, 150, 243, 0.87);
}
.tema-blue-blue .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(33, 150, 243, 0.87);
}
.tema-blue-blue .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-blue-blue .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-blue-blue .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-blue .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-blue-blue .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-blue .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-blue .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-blue-blue .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-blue .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-blue .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__start,
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__content,
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-blue-blue .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #2196f3);
}
.tema-blue-blue .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-blue .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #2196f3);
}
.tema-blue-blue .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-blue .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-blue-blue .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-blue-blue .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-blue-blue .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-blue-blue .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #2196f3;
  --mdc-chip-elevated-disabled-container-color: #2196f3;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-blue-blue .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-blue-blue .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #2196f3;
  --mdc-chip-elevated-disabled-container-color: #2196f3;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-blue-blue .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-blue-blue .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-blue-blue .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-blue-blue .mat-mdc-chip {
  height: 32px;
}
.tema-blue-blue .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-blue-blue .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-blue .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #1e88e5;
  --mdc-switch-selected-handle-color: #1e88e5;
  --mdc-switch-selected-hover-state-layer-color: #1e88e5;
  --mdc-switch-selected-pressed-state-layer-color: #1e88e5;
  --mdc-switch-selected-focus-handle-color: #0d47a1;
  --mdc-switch-selected-hover-handle-color: #0d47a1;
  --mdc-switch-selected-pressed-handle-color: #0d47a1;
  --mdc-switch-selected-focus-track-color: #64b5f6;
  --mdc-switch-selected-hover-track-color: #64b5f6;
  --mdc-switch-selected-pressed-track-color: #64b5f6;
  --mdc-switch-selected-track-color: #64b5f6;
}
.tema-blue-blue .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #1e88e5;
  --mdc-switch-selected-handle-color: #1e88e5;
  --mdc-switch-selected-hover-state-layer-color: #1e88e5;
  --mdc-switch-selected-pressed-state-layer-color: #1e88e5;
  --mdc-switch-selected-focus-handle-color: #0d47a1;
  --mdc-switch-selected-hover-handle-color: #0d47a1;
  --mdc-switch-selected-pressed-handle-color: #0d47a1;
  --mdc-switch-selected-focus-track-color: #64b5f6;
  --mdc-switch-selected-hover-track-color: #64b5f6;
  --mdc-switch-selected-pressed-track-color: #64b5f6;
  --mdc-switch-selected-track-color: #64b5f6;
}
.tema-blue-blue .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-blue-blue .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-blue-blue .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-blue .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #2196f3;
  --mdc-radio-selected-hover-icon-color: #2196f3;
  --mdc-radio-selected-icon-color: #2196f3;
  --mdc-radio-selected-pressed-icon-color: #2196f3;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #2196f3;
}
.tema-blue-blue .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #2196f3;
  --mdc-radio-selected-hover-icon-color: #2196f3;
  --mdc-radio-selected-icon-color: #2196f3;
  --mdc-radio-selected-pressed-icon-color: #2196f3;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #2196f3;
}
.tema-blue-blue .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-blue-blue .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-blue-blue .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-blue-blue .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-blue-blue .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-blue-blue .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #2196f3;
  --mdc-slider-focus-handle-color: #2196f3;
  --mdc-slider-hover-handle-color: #2196f3;
  --mdc-slider-active-track-color: #2196f3;
  --mdc-slider-inactive-track-color: #2196f3;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #2196f3;
  --mat-mdc-slider-ripple-color: #2196f3;
  --mat-mdc-slider-hover-ripple-color: rgba(33, 150, 243, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(33, 150, 243, 0.2);
}
.tema-blue-blue .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #2196f3;
  --mdc-slider-focus-handle-color: #2196f3;
  --mdc-slider-hover-handle-color: #2196f3;
  --mdc-slider-active-track-color: #2196f3;
  --mdc-slider-inactive-track-color: #2196f3;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #2196f3;
  --mat-mdc-slider-ripple-color: #2196f3;
  --mat-mdc-slider-hover-ripple-color: rgba(33, 150, 243, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(33, 150, 243, 0.2);
}
.tema-blue-blue .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-blue-blue .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-blue .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-blue-blue .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-blue .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-blue .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-blue-blue .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-blue .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-blue .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__start,
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__content,
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-blue-blue .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #2196f3);
}
.tema-blue-blue .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-blue .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #2196f3);
}
.tema-blue-blue .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-blue .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-blue-blue .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-mdc-menu-item[disabled],
.tema-blue-blue .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-blue-blue .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-blue .mat-mdc-menu-item .mat-icon-no-color,
.tema-blue-blue .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-blue .mat-mdc-menu-item:hover:not([disabled]),
.tema-blue-blue .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-blue-blue .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-blue-blue .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-blue-blue .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-blue-blue .mat-mdc-list-option .mdc-list-item__start, .tema-blue-blue .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #2196f3;
  --mdc-checkbox-selected-hover-icon-color: #2196f3;
  --mdc-checkbox-selected-icon-color: #2196f3;
  --mdc-checkbox-selected-pressed-icon-color: #2196f3;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-mdc-list-option .mdc-list-item__start, .tema-blue-blue .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #2196f3;
  --mdc-radio-selected-hover-icon-color: #2196f3;
  --mdc-radio-selected-icon-color: #2196f3;
  --mdc-radio-selected-pressed-icon-color: #2196f3;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #2196f3;
}
.tema-blue-blue .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-blue-blue .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-blue-blue .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #2196f3;
  --mdc-checkbox-selected-hover-icon-color: #2196f3;
  --mdc-checkbox-selected-icon-color: #2196f3;
  --mdc-checkbox-selected-pressed-icon-color: #2196f3;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-blue-blue .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #2196f3;
  --mdc-radio-selected-hover-icon-color: #2196f3;
  --mdc-radio-selected-icon-color: #2196f3;
  --mdc-radio-selected-pressed-icon-color: #2196f3;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #2196f3;
}
.tema-blue-blue .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-blue-blue .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-blue-blue .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-blue-blue .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-blue-blue .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-blue-blue .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-blue-blue .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #2196f3;
}
.tema-blue-blue .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-blue .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #2196f3;
}
.tema-blue-blue .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-blue-blue .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-blue-blue .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-blue-blue .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-blue-blue .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-blue-blue .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-blue-blue .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-blue-blue .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-blue-blue .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-blue-blue .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-blue-blue .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-blue .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-mdc-paginator-decrement,
.tema-blue-blue .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-mdc-paginator-first,
.tema-blue-blue .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-blue-blue .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-blue-blue .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-blue-blue .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-blue-blue .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-blue-blue .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-blue-blue .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-blue-blue .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-blue-blue .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-blue-blue .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-blue-blue .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-blue-blue .mat-mdc-tab, .tema-blue-blue .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-blue-blue .mat-mdc-tab .mdc-tab__text-label, .tema-blue-blue .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-blue .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-blue-blue .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-blue-blue .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-blue-blue .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-blue .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #2196f3;
}
.tema-blue-blue .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-blue .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #2196f3);
}
.tema-blue-blue .mdc-tab__ripple::before,
.tema-blue-blue .mat-mdc-tab .mat-ripple-element,
.tema-blue-blue .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-blue-blue .mat-mdc-tab-link .mat-ripple-element {
  background-color: #2196f3;
}
.tema-blue-blue .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-blue .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-blue .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-blue .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #2196f3;
}
.tema-blue-blue .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-blue .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-blue .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-blue .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #2196f3);
}
.tema-blue-blue .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-blue-blue .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-blue-blue .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-blue-blue .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-blue-blue .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-blue-blue .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-blue-blue .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-blue-blue .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #2196f3;
}
.tema-blue-blue .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-blue .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-blue .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-blue .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-blue-blue .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-blue .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-blue .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-blue .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-blue-blue .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-blue-blue .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-blue-blue .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-blue-blue .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-blue-blue .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-blue-blue .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-blue-blue .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-blue-blue .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-blue-blue .mat-mdc-tab-group.mat-background-primary, .tema-blue-blue .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #2196f3;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-blue-blue .mat-mdc-tab-group.mat-background-accent, .tema-blue-blue .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #2196f3;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-blue-blue .mat-mdc-tab-group.mat-background-warn, .tema-blue-blue .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-blue-blue .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-blue .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-blue-blue .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-blue .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-blue .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-blue-blue .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #2196f3;
  --mdc-checkbox-selected-hover-icon-color: #2196f3;
  --mdc-checkbox-selected-icon-color: #2196f3;
  --mdc-checkbox-selected-pressed-icon-color: #2196f3;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(33, 150, 243, 0.1);
}
.tema-blue-blue .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #2196f3;
}
.tema-blue-blue .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #2196f3;
  --mdc-checkbox-selected-hover-icon-color: #2196f3;
  --mdc-checkbox-selected-icon-color: #2196f3;
  --mdc-checkbox-selected-pressed-icon-color: #2196f3;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(33, 150, 243, 0.1);
}
.tema-blue-blue .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #2196f3;
}
.tema-blue-blue .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-blue-blue .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-blue-blue .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-blue-blue .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-blue-blue .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-blue-blue .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-blue-blue .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #2196f3;
}
.tema-blue-blue .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #2196f3;
}
.tema-blue-blue .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-blue-blue .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-blue-blue .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #2196f3;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-blue-blue .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #2196f3;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-blue-blue .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-blue-blue .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-blue-blue .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #2196f3;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-blue-blue .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #2196f3;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-blue-blue .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-blue-blue .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-blue-blue .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-blue-blue .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #2196f3;
}
.tema-blue-blue .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #2196f3;
}
.tema-blue-blue .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-blue-blue .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-mdc-button, .tema-blue-blue .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-blue .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-blue-blue .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-blue .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-blue .mat-mdc-button.mat-primary, .tema-blue-blue .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #2196f3;
  --mat-mdc-button-ripple-color: rgba(33, 150, 243, 0.1);
}
.tema-blue-blue .mat-mdc-button.mat-accent, .tema-blue-blue .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #2196f3;
  --mat-mdc-button-ripple-color: rgba(33, 150, 243, 0.1);
}
.tema-blue-blue .mat-mdc-button.mat-warn, .tema-blue-blue .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-blue-blue .mat-mdc-raised-button, .tema-blue-blue .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-blue .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-blue-blue .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-blue .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-blue .mat-mdc-raised-button.mat-primary, .tema-blue-blue .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-blue .mat-mdc-raised-button.mat-accent, .tema-blue-blue .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-blue .mat-mdc-raised-button.mat-warn, .tema-blue-blue .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-blue .mat-mdc-button.mat-mdc-button-base,
.tema-blue-blue .mat-mdc-raised-button.mat-mdc-button-base,
.tema-blue-blue .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-blue-blue .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-blue-blue .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-blue .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-blue-blue .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-blue .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-blue .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #2196f3;
  --mat-mdc-button-ripple-color: rgba(33, 150, 243, 0.1);
}
.tema-blue-blue .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #2196f3;
  --mat-mdc-button-ripple-color: rgba(33, 150, 243, 0.1);
}
.tema-blue-blue .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-blue-blue .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #2196f3;
}
.tema-blue-blue .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #2196f3;
}
.tema-blue-blue .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-blue-blue .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-blue-blue .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-blue-blue .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-blue-blue .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-blue-blue .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-blue-blue .mat-mdc-fab, .tema-blue-blue .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-blue .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-blue-blue .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-blue .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-blue-blue .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-blue .mat-mdc-fab.mat-primary, .tema-blue-blue .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-blue .mat-mdc-fab.mat-accent, .tema-blue-blue .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-blue .mat-mdc-fab.mat-warn, .tema-blue-blue .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-blue .mat-mdc-fab.mat-unthemed, .tema-blue-blue .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-blue-blue .mat-mdc-fab.mat-primary, .tema-blue-blue .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #2196f3;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-blue-blue .mat-mdc-fab.mat-accent, .tema-blue-blue .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #2196f3;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-blue-blue .mat-mdc-fab.mat-warn, .tema-blue-blue .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-blue-blue .mat-mdc-fab[disabled][disabled], .tema-blue-blue .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #2196f3;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-blue-blue .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mdc-data-table__row {
  background-color: inherit;
}
.tema-blue-blue .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-blue-blue .mdc-data-table__row--selected {
  background-color: rgba(33, 150, 243, 0.04);
}
.tema-blue-blue .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-blue-blue .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-blue-blue .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mdc-data-table__cell,
.tema-blue-blue .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-blue-blue .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-blue .mdc-data-table__pagination-total,
.tema-blue-blue .mdc-data-table__pagination-rows-per-page-label,
.tema-blue-blue .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-blue-blue .mdc-data-table__pagination-button .mdc-button__icon, .tema-blue-blue .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-blue-blue .mat-mdc-table {
  background: white;
}
.tema-blue-blue .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-blue-blue .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-blue-blue .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-blue-blue .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #2196f3;
}
.tema-blue-blue .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #2196f3;
}
.tema-blue-blue .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-blue-blue .mat-badge {
  position: relative;
}
.tema-blue-blue .mat-badge.mat-badge {
  overflow: visible;
}
.tema-blue-blue .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-blue-blue .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;
}
.tema-blue-blue .ng-animate-disabled .mat-badge-content,
.tema-blue-blue .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-blue-blue .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-blue-blue .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-blue-blue .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-blue-blue .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-blue-blue .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-blue-blue .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-blue-blue .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-blue-blue .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-blue-blue .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-blue-blue .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-blue-blue .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-blue-blue .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-blue-blue .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-blue-blue .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-blue-blue .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-blue-blue .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-blue-blue .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-blue-blue .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-blue-blue .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-blue-blue .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-blue-blue .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-blue-blue .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-blue-blue .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-blue-blue .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-blue-blue .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-blue-blue .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-blue-blue .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-blue-blue .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-blue-blue .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-blue-blue .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-blue-blue .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-blue-blue .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-blue-blue .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-blue-blue .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-blue-blue .mat-badge-content {
  color: white;
  background: #2196f3;
}
.cdk-high-contrast-active .tema-blue-blue .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-blue-blue .mat-badge-accent .mat-badge-content {
  background: #2196f3;
  color: white;
}
.tema-blue-blue .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-blue-blue .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .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);
}
.tema-blue-blue .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-blue-blue .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-blue-blue .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-blue-blue .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-blue-blue .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-blue-blue .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-blue-blue [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-blue-blue .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-blue-blue .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-blue .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-blue-blue .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-blue-blue .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-blue-blue .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-blue-blue .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-blue-blue .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-datepicker-toggle,
.tema-blue-blue .mat-datepicker-content .mat-calendar-next-button,
.tema-blue-blue .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-calendar-table-header,
.tema-blue-blue .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-calendar-body-cell-content,
.tema-blue-blue .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-blue-blue .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);
}
.tema-blue-blue .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-blue-blue .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .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);
}
.tema-blue-blue .mat-calendar-body-in-range::before {
  background: rgba(33, 150, 243, 0.2);
}
.tema-blue-blue .mat-calendar-body-comparison-identical,
.tema-blue-blue .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-blue-blue .mat-calendar-body-comparison-bridge-start::before,
.tema-blue-blue [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(33, 150, 243, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-blue-blue .mat-calendar-body-comparison-bridge-end::before,
.tema-blue-blue [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(33, 150, 243, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-blue-blue .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-blue-blue .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-blue-blue .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-blue-blue .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-blue-blue .mat-calendar-body-selected {
  background-color: #2196f3;
  color: white;
}
.tema-blue-blue .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(33, 150, 243, 0.4);
}
.tema-blue-blue .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-blue-blue .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-blue-blue .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(33, 150, 243, 0.3);
}
@media (hover: hover) {
  .tema-blue-blue .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(33, 150, 243, 0.3);
  }
}
.tema-blue-blue .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);
}
.tema-blue-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(33, 150, 243, 0.2);
}
.tema-blue-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-blue-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-blue-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-blue-blue .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(33, 150, 243, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-blue-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-blue-blue .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(33, 150, 243, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-blue-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-blue-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-blue-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-blue-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-blue-blue .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #2196f3;
  color: white;
}
.tema-blue-blue .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(33, 150, 243, 0.4);
}
.tema-blue-blue .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-blue-blue .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),
.tema-blue-blue .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(33, 150, 243, 0.3);
}
@media (hover: hover) {
  .tema-blue-blue .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(33, 150, 243, 0.3);
  }
}
.tema-blue-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-blue-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-blue-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-blue-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-blue-blue .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%);
}
.tema-blue-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-blue-blue .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%);
}
.tema-blue-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-blue-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-blue-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-blue-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-blue-blue .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-blue-blue .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-blue-blue .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-blue-blue .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),
.tema-blue-blue .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-blue-blue .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-blue-blue .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);
}
.tema-blue-blue .mat-datepicker-toggle-active {
  color: #2196f3;
}
.tema-blue-blue .mat-datepicker-toggle-active.mat-accent {
  color: #2196f3;
}
.tema-blue-blue .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-blue-blue .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-blue .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-blue-blue .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-blue-blue .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-blue-blue .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-blue-blue .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-blue-blue .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-blue-blue .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-blue .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);
}
.tema-blue-blue .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-blue-blue .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-blue-blue .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) {
  .tema-blue-blue .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-blue-blue .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-blue .mat-expansion-panel-header-description,
.tema-blue-blue .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-blue-blue .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-blue-blue .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-blue-blue .mat-icon.mat-primary {
  color: #2196f3;
}
.tema-blue-blue .mat-icon.mat-accent {
  color: #2196f3;
}
.tema-blue-blue .mat-icon.mat-warn {
  color: #f44336;
}
.tema-blue-blue .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-blue .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-blue .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-blue-blue .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);
}
.tema-blue-blue .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-blue-blue [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-blue-blue [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-blue-blue .mat-step-header.cdk-keyboard-focused, .tema-blue-blue .mat-step-header.cdk-program-focused, .tema-blue-blue .mat-step-header:hover:not([aria-disabled]), .tema-blue-blue .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-blue-blue .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-blue-blue .mat-step-header:hover {
    background: none;
  }
}
.tema-blue-blue .mat-step-header .mat-step-label,
.tema-blue-blue .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-blue .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.tema-blue-blue .mat-step-header .mat-step-icon-selected,
.tema-blue-blue .mat-step-header .mat-step-icon-state-done,
.tema-blue-blue .mat-step-header .mat-step-icon-state-edit {
  background-color: #2196f3;
  color: white;
}
.tema-blue-blue .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.tema-blue-blue .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-blue-blue .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-blue-blue .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #2196f3;
  color: white;
}
.tema-blue-blue .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-blue-blue .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-blue-blue .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-blue-blue .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-blue-blue .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-blue-blue .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-blue .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-blue-blue .mat-stepper-horizontal, .tema-blue-blue .mat-stepper-vertical {
  background-color: white;
}
.tema-blue-blue .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-horizontal-stepper-header::before,
.tema-blue-blue .mat-horizontal-stepper-header::after,
.tema-blue-blue .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-blue .mat-sort-header-arrow {
  color: #757575;
}
.tema-blue-blue .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-blue .mat-toolbar.mat-primary {
  background: #2196f3;
  color: white;
}
.tema-blue-blue .mat-toolbar.mat-accent {
  background: #2196f3;
  color: white;
}
.tema-blue-blue .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-blue-blue .mat-toolbar .mat-form-field-underline,
.tema-blue-blue .mat-toolbar .mat-form-field-ripple,
.tema-blue-blue .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-blue-blue .mat-toolbar .mat-form-field-label,
.tema-blue-blue .mat-toolbar .mat-focused .mat-form-field-label,
.tema-blue-blue .mat-toolbar .mat-select-value,
.tema-blue-blue .mat-toolbar .mat-select-arrow,
.tema-blue-blue .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-blue-blue .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-blue-blue .mat-tree {
  background: white;
}
.tema-blue-blue .mat-tree-node,
.tema-blue-blue .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-light-blue-light-blue .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-blue-light-blue .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-light-blue-light-blue .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-light-blue-light-blue .mat-mdc-option.mat-mdc-option-active, .tema-light-blue-light-blue .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-light-blue-light-blue .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #03a9f4);
}
.tema-light-blue-light-blue .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #03a9f4);
}
.tema-light-blue-light-blue .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-blue-light-blue .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-light-blue-light-blue .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-light-blue-light-blue .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #03a9f4;
}
.tema-light-blue-light-blue .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-light-blue-light-blue .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #03a9f4;
}
.tema-light-blue-light-blue .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-light-blue-light-blue .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-light-blue-light-blue .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-light-blue-light-blue .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #03a9f4;
}
.tema-light-blue-light-blue .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-light-blue-light-blue .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #03a9f4;
}
.tema-light-blue-light-blue .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-light-blue-light-blue .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-light-blue-light-blue .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-light-blue-light-blue .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #03a9f4;
}
.tema-light-blue-light-blue .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-light-blue-light-blue .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #03a9f4;
}
.tema-light-blue-light-blue .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-light-blue-light-blue .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-light-blue-light-blue .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-light-blue-light-blue .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-light-blue-light-blue .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-light-blue-light-blue .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-light-blue-light-blue .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-light-blue-light-blue .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-light-blue-light-blue .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-light-blue-light-blue .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-light-blue-light-blue .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-light-blue-light-blue .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-light-blue-light-blue .mat-app-background, .tema-light-blue-light-blue.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-blue-light-blue .mat-elevation-z0, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z1, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z2, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z3, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z4, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z5, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z6, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z7, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z8, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z9, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z10, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z11, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z12, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z13, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z14, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z15, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z16, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z17, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z18, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z19, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z20, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z21, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z22, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z23, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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);
}
.tema-light-blue-light-blue .mat-elevation-z24, .tema-light-blue-light-blue .mat-mdc-elevation-specific.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;
}

.tema-light-blue-light-blue .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-light-blue-light-blue .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-light-blue-light-blue .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(3, 169, 244, 0.25)'/%3E%3C/svg%3E");
}
.tema-light-blue-light-blue .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(3, 169, 244, 0.25);
}
.tema-light-blue-light-blue .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(3, 169, 244, 0.25)'/%3E%3C/svg%3E");
}
.tema-light-blue-light-blue .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(3, 169, 244, 0.25);
}
.tema-light-blue-light-blue .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-light-blue-light-blue .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-light-blue-light-blue .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-light-blue-light-blue .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-light-blue-light-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-light-blue-light-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-light-blue-light-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-light-blue-light-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-light-blue-light-blue .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #03a9f4);
}
.tema-light-blue-light-blue .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-light-blue-light-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-light-blue-light-blue .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-light-blue-light-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-light-blue-light-blue .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-light-blue-light-blue .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-light-blue-light-blue .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-light-blue-light-blue .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-light-blue-light-blue .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-light-blue-light-blue .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-light-blue-light-blue .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-light-blue-light-blue .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-light-blue-light-blue .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-light-blue-light-blue .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-light-blue-light-blue .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #03a9f4);
}
.tema-light-blue-light-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-light-blue-light-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #03a9f4);
}
[dir=rtl] .tema-light-blue-light-blue .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-light-blue-light-blue .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-light-blue-light-blue .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-light-blue-light-blue .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-light-blue-light-blue .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-light-blue-light-blue .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-light-blue-light-blue .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-light-blue-light-blue .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-light-blue-light-blue .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(3, 169, 244, 0.87);
}
.tema-light-blue-light-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-light-blue-light-blue .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-light-blue-light-blue .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-light-blue-light-blue .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-light-blue-light-blue .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-light-blue-light-blue .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-light-blue-light-blue .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-light-blue-light-blue .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-blue-light-blue .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-blue-light-blue .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-blue-light-blue .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-blue-light-blue .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-blue-light-blue .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-light-blue-light-blue .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-blue-light-blue .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-blue-light-blue .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-blue-light-blue .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-blue-light-blue .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-blue-light-blue .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-blue-light-blue .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-light-blue-light-blue .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-light-blue-light-blue .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-light-blue-light-blue .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-light-blue-light-blue .mdc-text-field--end-aligned .mdc-text-field__input, .tema-light-blue-light-blue .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-light-blue-light-blue .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-light-blue-light-blue .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-light-blue-light-blue .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-light-blue-light-blue .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-light-blue-light-blue .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(3, 169, 244, 0.87);
}
.tema-light-blue-light-blue .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(3, 169, 244, 0.87);
}
.tema-light-blue-light-blue .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-light-blue-light-blue .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #03a9f4);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #03a9f4);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(3, 169, 244, 0.87);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #03a9f4);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-light-blue-light-blue [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-light-blue-light-blue .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-light-blue-light-blue .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-light-blue-light-blue .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-light-blue-light-blue .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-light-blue-light-blue .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-light-blue-light-blue .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-light-blue-light-blue .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-blue-light-blue .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-light-blue-light-blue .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-blue-light-blue .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-blue-light-blue .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-light-blue-light-blue .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-blue-light-blue .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-blue-light-blue .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__start,
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__content,
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-light-blue-light-blue .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #03a9f4);
}
.tema-light-blue-light-blue .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-blue-light-blue .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #03a9f4);
}
.tema-light-blue-light-blue .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-blue-light-blue .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-light-blue-light-blue .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-blue-light-blue .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-light-blue-light-blue .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(3, 169, 244, 0.87);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(3, 169, 244, 0.87);
}
.tema-light-blue-light-blue .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-light-blue-light-blue .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-light-blue-light-blue .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-blue-light-blue .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-light-blue-light-blue .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-blue-light-blue .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-blue-light-blue .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-light-blue-light-blue .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-blue-light-blue .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-blue-light-blue .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__start,
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__content,
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-light-blue-light-blue .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #03a9f4);
}
.tema-light-blue-light-blue .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-blue-light-blue .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #03a9f4);
}
.tema-light-blue-light-blue .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-blue-light-blue .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-light-blue-light-blue .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-light-blue-light-blue .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-light-blue-light-blue .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-light-blue-light-blue .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #03a9f4;
  --mdc-chip-elevated-disabled-container-color: #03a9f4;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-light-blue-light-blue .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-light-blue-light-blue .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #03a9f4;
  --mdc-chip-elevated-disabled-container-color: #03a9f4;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-light-blue-light-blue .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-light-blue-light-blue .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-light-blue-light-blue .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-light-blue-light-blue .mat-mdc-chip {
  height: 32px;
}
.tema-light-blue-light-blue .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-light-blue-light-blue .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-blue-light-blue .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #039be5;
  --mdc-switch-selected-handle-color: #039be5;
  --mdc-switch-selected-hover-state-layer-color: #039be5;
  --mdc-switch-selected-pressed-state-layer-color: #039be5;
  --mdc-switch-selected-focus-handle-color: #01579b;
  --mdc-switch-selected-hover-handle-color: #01579b;
  --mdc-switch-selected-pressed-handle-color: #01579b;
  --mdc-switch-selected-focus-track-color: #4fc3f7;
  --mdc-switch-selected-hover-track-color: #4fc3f7;
  --mdc-switch-selected-pressed-track-color: #4fc3f7;
  --mdc-switch-selected-track-color: #4fc3f7;
}
.tema-light-blue-light-blue .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #039be5;
  --mdc-switch-selected-handle-color: #039be5;
  --mdc-switch-selected-hover-state-layer-color: #039be5;
  --mdc-switch-selected-pressed-state-layer-color: #039be5;
  --mdc-switch-selected-focus-handle-color: #01579b;
  --mdc-switch-selected-hover-handle-color: #01579b;
  --mdc-switch-selected-pressed-handle-color: #01579b;
  --mdc-switch-selected-focus-track-color: #4fc3f7;
  --mdc-switch-selected-hover-track-color: #4fc3f7;
  --mdc-switch-selected-pressed-track-color: #4fc3f7;
  --mdc-switch-selected-track-color: #4fc3f7;
}
.tema-light-blue-light-blue .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-light-blue-light-blue .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-light-blue-light-blue .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-blue-light-blue .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #03a9f4;
  --mdc-radio-selected-hover-icon-color: #03a9f4;
  --mdc-radio-selected-icon-color: #03a9f4;
  --mdc-radio-selected-pressed-icon-color: #03a9f4;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #03a9f4;
  --mdc-radio-selected-hover-icon-color: #03a9f4;
  --mdc-radio-selected-icon-color: #03a9f4;
  --mdc-radio-selected-pressed-icon-color: #03a9f4;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-light-blue-light-blue .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-light-blue-light-blue .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-light-blue-light-blue .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-light-blue-light-blue .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-light-blue-light-blue .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #03a9f4;
  --mdc-slider-focus-handle-color: #03a9f4;
  --mdc-slider-hover-handle-color: #03a9f4;
  --mdc-slider-active-track-color: #03a9f4;
  --mdc-slider-inactive-track-color: #03a9f4;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #03a9f4;
  --mat-mdc-slider-ripple-color: #03a9f4;
  --mat-mdc-slider-hover-ripple-color: rgba(3, 169, 244, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(3, 169, 244, 0.2);
}
.tema-light-blue-light-blue .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #03a9f4;
  --mdc-slider-focus-handle-color: #03a9f4;
  --mdc-slider-hover-handle-color: #03a9f4;
  --mdc-slider-active-track-color: #03a9f4;
  --mdc-slider-inactive-track-color: #03a9f4;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #03a9f4;
  --mat-mdc-slider-ripple-color: #03a9f4;
  --mat-mdc-slider-hover-ripple-color: rgba(3, 169, 244, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(3, 169, 244, 0.2);
}
.tema-light-blue-light-blue .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-light-blue-light-blue .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-blue-light-blue .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-light-blue-light-blue .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-blue-light-blue .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-blue-light-blue .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-light-blue-light-blue .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-blue-light-blue .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-blue-light-blue .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__start,
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__content,
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-light-blue-light-blue .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #03a9f4);
}
.tema-light-blue-light-blue .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-blue-light-blue .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #03a9f4);
}
.tema-light-blue-light-blue .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-blue-light-blue .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-light-blue-light-blue .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-mdc-menu-item[disabled],
.tema-light-blue-light-blue .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-light-blue-light-blue .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-blue-light-blue .mat-mdc-menu-item .mat-icon-no-color,
.tema-light-blue-light-blue .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-blue-light-blue .mat-mdc-menu-item:hover:not([disabled]),
.tema-light-blue-light-blue .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-light-blue-light-blue .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-light-blue-light-blue .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-light-blue-light-blue .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-light-blue-light-blue .mat-mdc-list-option .mdc-list-item__start, .tema-light-blue-light-blue .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #03a9f4;
  --mdc-checkbox-selected-hover-icon-color: #03a9f4;
  --mdc-checkbox-selected-icon-color: #03a9f4;
  --mdc-checkbox-selected-pressed-icon-color: #03a9f4;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-mdc-list-option .mdc-list-item__start, .tema-light-blue-light-blue .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #03a9f4;
  --mdc-radio-selected-hover-icon-color: #03a9f4;
  --mdc-radio-selected-icon-color: #03a9f4;
  --mdc-radio-selected-pressed-icon-color: #03a9f4;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-light-blue-light-blue .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-light-blue-light-blue .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #03a9f4;
  --mdc-checkbox-selected-hover-icon-color: #03a9f4;
  --mdc-checkbox-selected-icon-color: #03a9f4;
  --mdc-checkbox-selected-pressed-icon-color: #03a9f4;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-light-blue-light-blue .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #03a9f4;
  --mdc-radio-selected-hover-icon-color: #03a9f4;
  --mdc-radio-selected-icon-color: #03a9f4;
  --mdc-radio-selected-pressed-icon-color: #03a9f4;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-light-blue-light-blue .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-light-blue-light-blue .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-light-blue-light-blue .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-light-blue-light-blue .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-light-blue-light-blue .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-light-blue-light-blue .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-blue-light-blue .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-light-blue-light-blue .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-light-blue-light-blue .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-light-blue-light-blue .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-light-blue-light-blue .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-light-blue-light-blue .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-light-blue-light-blue .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-light-blue-light-blue .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-light-blue-light-blue .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-light-blue-light-blue .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-light-blue-light-blue .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-blue-light-blue .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-mdc-paginator-decrement,
.tema-light-blue-light-blue .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-mdc-paginator-first,
.tema-light-blue-light-blue .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-light-blue-light-blue .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-light-blue-light-blue .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-light-blue-light-blue .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-light-blue-light-blue .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-light-blue-light-blue .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-light-blue-light-blue .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-light-blue-light-blue .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-light-blue-light-blue .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-light-blue-light-blue .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-light-blue-light-blue .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-light-blue-light-blue .mat-mdc-tab, .tema-light-blue-light-blue .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-light-blue-light-blue .mat-mdc-tab .mdc-tab__text-label, .tema-light-blue-light-blue .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-light-blue-light-blue .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-light-blue-light-blue .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-light-blue-light-blue .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-light-blue-light-blue .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-light-blue-light-blue .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-light-blue-light-blue .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #03a9f4);
}
.tema-light-blue-light-blue .mdc-tab__ripple::before,
.tema-light-blue-light-blue .mat-mdc-tab .mat-ripple-element,
.tema-light-blue-light-blue .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-light-blue-light-blue .mat-mdc-tab-link .mat-ripple-element {
  background-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-light-blue-light-blue .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-light-blue-light-blue .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #03a9f4);
}
.tema-light-blue-light-blue .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-light-blue-light-blue .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-light-blue-light-blue .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-light-blue-light-blue .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-light-blue-light-blue .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-light-blue-light-blue .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-light-blue-light-blue .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-light-blue-light-blue .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-light-blue-light-blue .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-light-blue-light-blue .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-light-blue-light-blue .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-light-blue-light-blue .mat-mdc-tab-group.mat-background-primary, .tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #03a9f4;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-light-blue-light-blue .mat-mdc-tab-group.mat-background-accent, .tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #03a9f4;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-light-blue-light-blue .mat-mdc-tab-group.mat-background-warn, .tema-light-blue-light-blue .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-light-blue-light-blue .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-light-blue-light-blue .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-light-blue-light-blue .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-blue-light-blue .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-light-blue-light-blue .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #03a9f4;
  --mdc-checkbox-selected-hover-icon-color: #03a9f4;
  --mdc-checkbox-selected-icon-color: #03a9f4;
  --mdc-checkbox-selected-pressed-icon-color: #03a9f4;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(3, 169, 244, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #03a9f4;
  --mdc-checkbox-selected-hover-icon-color: #03a9f4;
  --mdc-checkbox-selected-icon-color: #03a9f4;
  --mdc-checkbox-selected-pressed-icon-color: #03a9f4;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(3, 169, 244, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-light-blue-light-blue .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-light-blue-light-blue .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-light-blue-light-blue .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-light-blue-light-blue .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-light-blue-light-blue .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-light-blue-light-blue .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-light-blue-light-blue .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #03a9f4;
  --mdc-filled-button-label-text-color: #000;
}
.tema-light-blue-light-blue .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #03a9f4;
  --mdc-filled-button-label-text-color: #000;
}
.tema-light-blue-light-blue .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-light-blue-light-blue .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-light-blue-light-blue .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #03a9f4;
  --mdc-protected-button-label-text-color: #000;
}
.tema-light-blue-light-blue .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #03a9f4;
  --mdc-protected-button-label-text-color: #000;
}
.tema-light-blue-light-blue .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-light-blue-light-blue .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-light-blue-light-blue .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-light-blue-light-blue .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-light-blue-light-blue .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-mdc-button, .tema-light-blue-light-blue .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-light-blue-light-blue .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-blue-light-blue .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-blue-light-blue .mat-mdc-button.mat-primary, .tema-light-blue-light-blue .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #03a9f4;
  --mat-mdc-button-ripple-color: rgba(3, 169, 244, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-button.mat-accent, .tema-light-blue-light-blue .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #03a9f4;
  --mat-mdc-button-ripple-color: rgba(3, 169, 244, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-button.mat-warn, .tema-light-blue-light-blue .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-raised-button, .tema-light-blue-light-blue .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-light-blue-light-blue .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-blue-light-blue .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-blue-light-blue .mat-mdc-raised-button.mat-primary, .tema-light-blue-light-blue .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-raised-button.mat-accent, .tema-light-blue-light-blue .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-raised-button.mat-warn, .tema-light-blue-light-blue .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-button.mat-mdc-button-base,
.tema-light-blue-light-blue .mat-mdc-raised-button.mat-mdc-button-base,
.tema-light-blue-light-blue .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-light-blue-light-blue .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-light-blue-light-blue .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-light-blue-light-blue .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-blue-light-blue .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-blue-light-blue .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #03a9f4;
  --mat-mdc-button-ripple-color: rgba(3, 169, 244, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #03a9f4;
  --mat-mdc-button-ripple-color: rgba(3, 169, 244, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-light-blue-light-blue .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-light-blue-light-blue .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-light-blue-light-blue .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-light-blue-light-blue .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-light-blue-light-blue .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-light-blue-light-blue .mat-mdc-fab, .tema-light-blue-light-blue .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-light-blue-light-blue .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-blue-light-blue .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-light-blue-light-blue .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-blue-light-blue .mat-mdc-fab.mat-primary, .tema-light-blue-light-blue .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-fab.mat-accent, .tema-light-blue-light-blue .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-fab.mat-warn, .tema-light-blue-light-blue .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-light-blue-light-blue .mat-mdc-fab.mat-unthemed, .tema-light-blue-light-blue .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-light-blue-light-blue .mat-mdc-fab.mat-primary, .tema-light-blue-light-blue .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #03a9f4;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-light-blue-light-blue .mat-mdc-fab.mat-accent, .tema-light-blue-light-blue .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #03a9f4;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-light-blue-light-blue .mat-mdc-fab.mat-warn, .tema-light-blue-light-blue .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-light-blue-light-blue .mat-mdc-fab[disabled][disabled], .tema-light-blue-light-blue .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #03a9f4;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-light-blue-light-blue .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mdc-data-table__row {
  background-color: inherit;
}
.tema-light-blue-light-blue .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-light-blue-light-blue .mdc-data-table__row--selected {
  background-color: rgba(3, 169, 244, 0.04);
}
.tema-light-blue-light-blue .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-light-blue-light-blue .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-light-blue-light-blue .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mdc-data-table__cell,
.tema-light-blue-light-blue .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-light-blue-light-blue .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-blue-light-blue .mdc-data-table__pagination-total,
.tema-light-blue-light-blue .mdc-data-table__pagination-rows-per-page-label,
.tema-light-blue-light-blue .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-light-blue-light-blue .mdc-data-table__pagination-button .mdc-button__icon, .tema-light-blue-light-blue .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-light-blue-light-blue .mat-mdc-table {
  background: white;
}
.tema-light-blue-light-blue .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-light-blue-light-blue .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-light-blue-light-blue .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-light-blue-light-blue .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #03a9f4;
}
.tema-light-blue-light-blue .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-light-blue-light-blue .mat-badge {
  position: relative;
}
.tema-light-blue-light-blue .mat-badge.mat-badge {
  overflow: visible;
}
.tema-light-blue-light-blue .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-light-blue-light-blue .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;
}
.tema-light-blue-light-blue .ng-animate-disabled .mat-badge-content,
.tema-light-blue-light-blue .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-light-blue-light-blue .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-light-blue-light-blue .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-light-blue-light-blue .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-light-blue-light-blue .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-light-blue-light-blue .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-light-blue-light-blue .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-light-blue-light-blue .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-light-blue-light-blue .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-light-blue-light-blue .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-light-blue-light-blue .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-light-blue-light-blue .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-light-blue-light-blue .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-light-blue-light-blue .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-light-blue-light-blue .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-light-blue-light-blue .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-light-blue-light-blue .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-light-blue-light-blue .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-light-blue-light-blue .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-light-blue-light-blue .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-light-blue-light-blue .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-light-blue-light-blue .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-light-blue-light-blue .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-light-blue-light-blue .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-light-blue-light-blue .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-light-blue-light-blue .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-light-blue-light-blue .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-light-blue-light-blue .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-light-blue-light-blue .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-light-blue-light-blue .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-light-blue-light-blue .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-light-blue-light-blue .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-light-blue-light-blue .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-light-blue-light-blue .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-light-blue-light-blue .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-light-blue-light-blue .mat-badge-content {
  color: white;
  background: #03a9f4;
}
.cdk-high-contrast-active .tema-light-blue-light-blue .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-light-blue-light-blue .mat-badge-accent .mat-badge-content {
  background: #03a9f4;
  color: white;
}
.tema-light-blue-light-blue .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-light-blue-light-blue .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .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);
}
.tema-light-blue-light-blue .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-light-blue-light-blue .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-light-blue-light-blue .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-light-blue-light-blue .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-light-blue-light-blue .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-light-blue-light-blue .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-light-blue-light-blue [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-light-blue-light-blue .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-light-blue-light-blue .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-blue-light-blue .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-light-blue-light-blue .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-light-blue-light-blue .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-light-blue-light-blue .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-light-blue-light-blue .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-light-blue-light-blue .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-datepicker-toggle,
.tema-light-blue-light-blue .mat-datepicker-content .mat-calendar-next-button,
.tema-light-blue-light-blue .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-calendar-table-header,
.tema-light-blue-light-blue .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-calendar-body-cell-content,
.tema-light-blue-light-blue .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-light-blue-light-blue .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);
}
.tema-light-blue-light-blue .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-light-blue-light-blue .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .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);
}
.tema-light-blue-light-blue .mat-calendar-body-in-range::before {
  background: rgba(3, 169, 244, 0.2);
}
.tema-light-blue-light-blue .mat-calendar-body-comparison-identical,
.tema-light-blue-light-blue .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-light-blue-light-blue .mat-calendar-body-comparison-bridge-start::before,
.tema-light-blue-light-blue [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(3, 169, 244, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-light-blue-light-blue .mat-calendar-body-comparison-bridge-end::before,
.tema-light-blue-light-blue [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(3, 169, 244, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-light-blue-light-blue .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-light-blue-light-blue .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-light-blue-light-blue .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-light-blue-light-blue .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-light-blue-light-blue .mat-calendar-body-selected {
  background-color: #03a9f4;
  color: white;
}
.tema-light-blue-light-blue .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(3, 169, 244, 0.4);
}
.tema-light-blue-light-blue .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-light-blue-light-blue .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-light-blue-light-blue .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(3, 169, 244, 0.3);
}
@media (hover: hover) {
  .tema-light-blue-light-blue .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(3, 169, 244, 0.3);
  }
}
.tema-light-blue-light-blue .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);
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(3, 169, 244, 0.2);
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-light-blue-light-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-light-blue-light-blue .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(3, 169, 244, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-light-blue-light-blue .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(3, 169, 244, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-light-blue-light-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-light-blue-light-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #03a9f4;
  color: white;
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(3, 169, 244, 0.4);
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-light-blue-light-blue .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),
.tema-light-blue-light-blue .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(3, 169, 244, 0.3);
}
@media (hover: hover) {
  .tema-light-blue-light-blue .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(3, 169, 244, 0.3);
  }
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-light-blue-light-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-light-blue-light-blue .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%);
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-light-blue-light-blue .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%);
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-light-blue-light-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-light-blue-light-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-light-blue-light-blue .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-light-blue-light-blue .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),
.tema-light-blue-light-blue .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-light-blue-light-blue .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-light-blue-light-blue .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);
}
.tema-light-blue-light-blue .mat-datepicker-toggle-active {
  color: #03a9f4;
}
.tema-light-blue-light-blue .mat-datepicker-toggle-active.mat-accent {
  color: #03a9f4;
}
.tema-light-blue-light-blue .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-light-blue-light-blue .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-blue-light-blue .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-light-blue-light-blue .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-light-blue-light-blue .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-light-blue-light-blue .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-light-blue-light-blue .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-light-blue-light-blue .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-light-blue-light-blue .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-blue-light-blue .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);
}
.tema-light-blue-light-blue .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-light-blue-light-blue .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-light-blue-light-blue .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) {
  .tema-light-blue-light-blue .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-light-blue-light-blue .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-blue-light-blue .mat-expansion-panel-header-description,
.tema-light-blue-light-blue .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-light-blue-light-blue .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-light-blue-light-blue .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-light-blue-light-blue .mat-icon.mat-primary {
  color: #03a9f4;
}
.tema-light-blue-light-blue .mat-icon.mat-accent {
  color: #03a9f4;
}
.tema-light-blue-light-blue .mat-icon.mat-warn {
  color: #f44336;
}
.tema-light-blue-light-blue .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-blue-light-blue .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-blue-light-blue .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-light-blue-light-blue .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);
}
.tema-light-blue-light-blue .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-light-blue-light-blue [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-light-blue-light-blue [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-light-blue-light-blue .mat-step-header.cdk-keyboard-focused, .tema-light-blue-light-blue .mat-step-header.cdk-program-focused, .tema-light-blue-light-blue .mat-step-header:hover:not([aria-disabled]), .tema-light-blue-light-blue .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-light-blue-light-blue .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-light-blue-light-blue .mat-step-header:hover {
    background: none;
  }
}
.tema-light-blue-light-blue .mat-step-header .mat-step-label,
.tema-light-blue-light-blue .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-blue-light-blue .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.tema-light-blue-light-blue .mat-step-header .mat-step-icon-selected,
.tema-light-blue-light-blue .mat-step-header .mat-step-icon-state-done,
.tema-light-blue-light-blue .mat-step-header .mat-step-icon-state-edit {
  background-color: #03a9f4;
  color: white;
}
.tema-light-blue-light-blue .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.tema-light-blue-light-blue .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-light-blue-light-blue .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-light-blue-light-blue .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #03a9f4;
  color: white;
}
.tema-light-blue-light-blue .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-light-blue-light-blue .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-light-blue-light-blue .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-light-blue-light-blue .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-light-blue-light-blue .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-light-blue-light-blue .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-blue-light-blue .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-light-blue-light-blue .mat-stepper-horizontal, .tema-light-blue-light-blue .mat-stepper-vertical {
  background-color: white;
}
.tema-light-blue-light-blue .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-horizontal-stepper-header::before,
.tema-light-blue-light-blue .mat-horizontal-stepper-header::after,
.tema-light-blue-light-blue .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-light-blue-light-blue .mat-sort-header-arrow {
  color: #757575;
}
.tema-light-blue-light-blue .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-blue-light-blue .mat-toolbar.mat-primary {
  background: #03a9f4;
  color: white;
}
.tema-light-blue-light-blue .mat-toolbar.mat-accent {
  background: #03a9f4;
  color: white;
}
.tema-light-blue-light-blue .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-light-blue-light-blue .mat-toolbar .mat-form-field-underline,
.tema-light-blue-light-blue .mat-toolbar .mat-form-field-ripple,
.tema-light-blue-light-blue .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-light-blue-light-blue .mat-toolbar .mat-form-field-label,
.tema-light-blue-light-blue .mat-toolbar .mat-focused .mat-form-field-label,
.tema-light-blue-light-blue .mat-toolbar .mat-select-value,
.tema-light-blue-light-blue .mat-toolbar .mat-select-arrow,
.tema-light-blue-light-blue .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-light-blue-light-blue .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-light-blue-light-blue .mat-tree {
  background: white;
}
.tema-light-blue-light-blue .mat-tree-node,
.tema-light-blue-light-blue .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-cyan-cyan .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-cyan-cyan .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-cyan-cyan .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-cyan-cyan .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-cyan-cyan .mat-mdc-option.mat-mdc-option-active, .tema-cyan-cyan .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-cyan-cyan .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #00bcd4);
}
.tema-cyan-cyan .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #00bcd4);
}
.tema-cyan-cyan .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-cyan-cyan .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-cyan-cyan .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-cyan-cyan .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #00bcd4;
}
.tema-cyan-cyan .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-cyan-cyan .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #00bcd4;
}
.tema-cyan-cyan .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-cyan-cyan .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-cyan-cyan .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-cyan-cyan .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #00bcd4;
}
.tema-cyan-cyan .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-cyan-cyan .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #00bcd4;
}
.tema-cyan-cyan .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-cyan-cyan .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-cyan-cyan .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-cyan-cyan .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #00bcd4;
}
.tema-cyan-cyan .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-cyan-cyan .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #00bcd4;
}
.tema-cyan-cyan .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-cyan-cyan .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-cyan-cyan .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-cyan-cyan .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-cyan-cyan .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-cyan-cyan .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-cyan-cyan .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-cyan-cyan .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-cyan-cyan .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-cyan-cyan .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-cyan-cyan .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-cyan-cyan .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-cyan-cyan .mat-app-background, .tema-cyan-cyan.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-cyan-cyan .mat-elevation-z0, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z1, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z2, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z3, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z4, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z5, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z6, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z7, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z8, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z9, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z10, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z11, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z12, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z13, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z14, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z15, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z16, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z17, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z18, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z19, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z20, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z21, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z22, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z23, .tema-cyan-cyan .mat-mdc-elevation-specific.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);
}
.tema-cyan-cyan .mat-elevation-z24, .tema-cyan-cyan .mat-mdc-elevation-specific.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;
}

.tema-cyan-cyan .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-cyan-cyan .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-cyan-cyan .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(0, 188, 212, 0.25)'/%3E%3C/svg%3E");
}
.tema-cyan-cyan .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(0, 188, 212, 0.25);
}
.tema-cyan-cyan .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(0, 188, 212, 0.25)'/%3E%3C/svg%3E");
}
.tema-cyan-cyan .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(0, 188, 212, 0.25);
}
.tema-cyan-cyan .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-cyan-cyan .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-cyan-cyan .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-cyan-cyan .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-cyan-cyan .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-cyan-cyan .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-cyan-cyan .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-cyan-cyan .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-cyan-cyan .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #00bcd4);
}
.tema-cyan-cyan .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-cyan-cyan .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-cyan-cyan .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-cyan-cyan .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-cyan-cyan .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-cyan-cyan .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-cyan-cyan .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-cyan-cyan .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-cyan-cyan .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-cyan-cyan .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-cyan-cyan .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-cyan-cyan .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-cyan-cyan .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-cyan-cyan .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-cyan-cyan .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #00bcd4);
}
.tema-cyan-cyan .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-cyan-cyan .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-cyan-cyan .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-cyan-cyan .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-cyan-cyan .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-cyan-cyan .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-cyan-cyan .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-cyan-cyan .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #00bcd4);
}
[dir=rtl] .tema-cyan-cyan .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-cyan-cyan .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-cyan-cyan .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-cyan-cyan .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-cyan-cyan .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-cyan-cyan .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-cyan-cyan .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-cyan-cyan .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-cyan-cyan .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 188, 212, 0.87);
}
.tema-cyan-cyan .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-cyan-cyan .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-cyan-cyan .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-cyan-cyan .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-cyan-cyan .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-cyan-cyan .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-cyan-cyan .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-cyan-cyan .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-cyan-cyan .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-cyan-cyan .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-cyan-cyan .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-cyan-cyan .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-cyan-cyan .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-cyan-cyan .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-cyan-cyan .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-cyan-cyan .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-cyan-cyan .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-cyan-cyan .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-cyan-cyan .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-cyan-cyan .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-cyan-cyan .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-cyan-cyan .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-cyan-cyan .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-cyan-cyan .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-cyan-cyan .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-cyan-cyan .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-cyan-cyan .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-cyan-cyan .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-cyan-cyan .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-cyan-cyan .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-cyan-cyan .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-cyan-cyan .mdc-text-field--end-aligned .mdc-text-field__input, .tema-cyan-cyan .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-cyan-cyan .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-cyan-cyan .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-cyan-cyan .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-cyan-cyan .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-cyan-cyan .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-cyan-cyan .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(0, 188, 212, 0.87);
}
.tema-cyan-cyan .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(0, 188, 212, 0.87);
}
.tema-cyan-cyan .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-cyan-cyan .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #00bcd4);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #00bcd4);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 188, 212, 0.87);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-cyan-cyan .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #00bcd4);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-cyan-cyan .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-cyan-cyan [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-cyan-cyan .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-cyan-cyan .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-cyan-cyan .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-cyan-cyan .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-cyan-cyan .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-cyan-cyan .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-cyan-cyan .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-cyan-cyan .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-cyan-cyan .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-cyan-cyan .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-cyan-cyan .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-cyan-cyan .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-cyan-cyan .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-cyan-cyan .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__start,
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__content,
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-cyan-cyan .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #00bcd4);
}
.tema-cyan-cyan .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-cyan-cyan .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #00bcd4);
}
.tema-cyan-cyan .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-cyan-cyan .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-cyan-cyan .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-cyan-cyan .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-cyan-cyan .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(0, 188, 212, 0.87);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(0, 188, 212, 0.87);
}
.tema-cyan-cyan .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-cyan-cyan .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-cyan-cyan .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-cyan-cyan .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-cyan-cyan .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-cyan-cyan .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-cyan-cyan .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-cyan-cyan .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-cyan-cyan .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-cyan-cyan .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__start,
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__content,
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-cyan-cyan .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #00bcd4);
}
.tema-cyan-cyan .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-cyan-cyan .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #00bcd4);
}
.tema-cyan-cyan .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-cyan-cyan .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-cyan-cyan .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-cyan-cyan .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-cyan-cyan .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-cyan-cyan .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #00bcd4;
  --mdc-chip-elevated-disabled-container-color: #00bcd4;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-cyan-cyan .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-cyan-cyan .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #00bcd4;
  --mdc-chip-elevated-disabled-container-color: #00bcd4;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-cyan-cyan .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-cyan-cyan .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-cyan-cyan .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-cyan-cyan .mat-mdc-chip {
  height: 32px;
}
.tema-cyan-cyan .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-cyan-cyan .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-cyan-cyan .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #00acc1;
  --mdc-switch-selected-handle-color: #00acc1;
  --mdc-switch-selected-hover-state-layer-color: #00acc1;
  --mdc-switch-selected-pressed-state-layer-color: #00acc1;
  --mdc-switch-selected-focus-handle-color: #006064;
  --mdc-switch-selected-hover-handle-color: #006064;
  --mdc-switch-selected-pressed-handle-color: #006064;
  --mdc-switch-selected-focus-track-color: #4dd0e1;
  --mdc-switch-selected-hover-track-color: #4dd0e1;
  --mdc-switch-selected-pressed-track-color: #4dd0e1;
  --mdc-switch-selected-track-color: #4dd0e1;
}
.tema-cyan-cyan .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #00acc1;
  --mdc-switch-selected-handle-color: #00acc1;
  --mdc-switch-selected-hover-state-layer-color: #00acc1;
  --mdc-switch-selected-pressed-state-layer-color: #00acc1;
  --mdc-switch-selected-focus-handle-color: #006064;
  --mdc-switch-selected-hover-handle-color: #006064;
  --mdc-switch-selected-pressed-handle-color: #006064;
  --mdc-switch-selected-focus-track-color: #4dd0e1;
  --mdc-switch-selected-hover-track-color: #4dd0e1;
  --mdc-switch-selected-pressed-track-color: #4dd0e1;
  --mdc-switch-selected-track-color: #4dd0e1;
}
.tema-cyan-cyan .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-cyan-cyan .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-cyan-cyan .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-cyan-cyan .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #00bcd4;
  --mdc-radio-selected-hover-icon-color: #00bcd4;
  --mdc-radio-selected-icon-color: #00bcd4;
  --mdc-radio-selected-pressed-icon-color: #00bcd4;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #00bcd4;
  --mdc-radio-selected-hover-icon-color: #00bcd4;
  --mdc-radio-selected-icon-color: #00bcd4;
  --mdc-radio-selected-pressed-icon-color: #00bcd4;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-cyan-cyan .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-cyan-cyan .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-cyan-cyan .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-cyan-cyan .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-cyan-cyan .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #00bcd4;
  --mdc-slider-focus-handle-color: #00bcd4;
  --mdc-slider-hover-handle-color: #00bcd4;
  --mdc-slider-active-track-color: #00bcd4;
  --mdc-slider-inactive-track-color: #00bcd4;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #00bcd4;
  --mat-mdc-slider-ripple-color: #00bcd4;
  --mat-mdc-slider-hover-ripple-color: rgba(0, 188, 212, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(0, 188, 212, 0.2);
}
.tema-cyan-cyan .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #00bcd4;
  --mdc-slider-focus-handle-color: #00bcd4;
  --mdc-slider-hover-handle-color: #00bcd4;
  --mdc-slider-active-track-color: #00bcd4;
  --mdc-slider-inactive-track-color: #00bcd4;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #00bcd4;
  --mat-mdc-slider-ripple-color: #00bcd4;
  --mat-mdc-slider-hover-ripple-color: rgba(0, 188, 212, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(0, 188, 212, 0.2);
}
.tema-cyan-cyan .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-cyan-cyan .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-cyan-cyan .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-cyan-cyan .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-cyan-cyan .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-cyan-cyan .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-cyan-cyan .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-cyan-cyan .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-cyan-cyan .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__start,
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__content,
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-cyan-cyan .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #00bcd4);
}
.tema-cyan-cyan .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-cyan-cyan .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #00bcd4);
}
.tema-cyan-cyan .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-cyan-cyan .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-cyan-cyan .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-mdc-menu-item[disabled],
.tema-cyan-cyan .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-cyan-cyan .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-cyan-cyan .mat-mdc-menu-item .mat-icon-no-color,
.tema-cyan-cyan .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-cyan-cyan .mat-mdc-menu-item:hover:not([disabled]),
.tema-cyan-cyan .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-cyan-cyan .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-cyan-cyan .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-cyan-cyan .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-cyan-cyan .mat-mdc-list-option .mdc-list-item__start, .tema-cyan-cyan .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #00bcd4;
  --mdc-checkbox-selected-hover-icon-color: #00bcd4;
  --mdc-checkbox-selected-icon-color: #00bcd4;
  --mdc-checkbox-selected-pressed-icon-color: #00bcd4;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-mdc-list-option .mdc-list-item__start, .tema-cyan-cyan .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #00bcd4;
  --mdc-radio-selected-hover-icon-color: #00bcd4;
  --mdc-radio-selected-icon-color: #00bcd4;
  --mdc-radio-selected-pressed-icon-color: #00bcd4;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-cyan-cyan .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-cyan-cyan .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #00bcd4;
  --mdc-checkbox-selected-hover-icon-color: #00bcd4;
  --mdc-checkbox-selected-icon-color: #00bcd4;
  --mdc-checkbox-selected-pressed-icon-color: #00bcd4;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-cyan-cyan .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #00bcd4;
  --mdc-radio-selected-hover-icon-color: #00bcd4;
  --mdc-radio-selected-icon-color: #00bcd4;
  --mdc-radio-selected-pressed-icon-color: #00bcd4;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-cyan-cyan .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-cyan-cyan .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-cyan-cyan .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-cyan-cyan .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-cyan-cyan .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-cyan-cyan .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-cyan-cyan .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-cyan-cyan .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-cyan-cyan .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-cyan-cyan .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-cyan-cyan .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-cyan-cyan .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-cyan-cyan .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-cyan-cyan .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-cyan-cyan .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-cyan-cyan .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-cyan-cyan .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-cyan-cyan .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-mdc-paginator-decrement,
.tema-cyan-cyan .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-mdc-paginator-first,
.tema-cyan-cyan .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-cyan-cyan .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-cyan-cyan .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-cyan-cyan .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-cyan-cyan .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-cyan-cyan .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-cyan-cyan .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-cyan-cyan .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-cyan-cyan .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-cyan-cyan .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-cyan-cyan .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-cyan-cyan .mat-mdc-tab, .tema-cyan-cyan .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-cyan-cyan .mat-mdc-tab .mdc-tab__text-label, .tema-cyan-cyan .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-cyan-cyan .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-cyan-cyan .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-cyan-cyan .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-cyan-cyan .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-cyan-cyan .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-cyan-cyan .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #00bcd4);
}
.tema-cyan-cyan .mdc-tab__ripple::before,
.tema-cyan-cyan .mat-mdc-tab .mat-ripple-element,
.tema-cyan-cyan .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-cyan-cyan .mat-mdc-tab-link .mat-ripple-element {
  background-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-cyan-cyan .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-cyan-cyan .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #00bcd4);
}
.tema-cyan-cyan .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-cyan-cyan .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-cyan-cyan .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-cyan-cyan .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-cyan-cyan .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-cyan-cyan .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-cyan-cyan .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-cyan-cyan .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-cyan-cyan .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-cyan-cyan .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-cyan-cyan .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-cyan-cyan .mat-mdc-tab-group.mat-background-primary, .tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #00bcd4;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-cyan-cyan .mat-mdc-tab-group.mat-background-accent, .tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #00bcd4;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-cyan-cyan .mat-mdc-tab-group.mat-background-warn, .tema-cyan-cyan .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-cyan-cyan .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-cyan-cyan .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-cyan-cyan .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-cyan-cyan .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-cyan-cyan .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-cyan-cyan .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #00bcd4;
  --mdc-checkbox-selected-hover-icon-color: #00bcd4;
  --mdc-checkbox-selected-icon-color: #00bcd4;
  --mdc-checkbox-selected-pressed-icon-color: #00bcd4;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(0, 188, 212, 0.1);
}
.tema-cyan-cyan .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #00bcd4;
  --mdc-checkbox-selected-hover-icon-color: #00bcd4;
  --mdc-checkbox-selected-icon-color: #00bcd4;
  --mdc-checkbox-selected-pressed-icon-color: #00bcd4;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(0, 188, 212, 0.1);
}
.tema-cyan-cyan .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-cyan-cyan .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-cyan-cyan .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-cyan-cyan .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-cyan-cyan .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-cyan-cyan .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-cyan-cyan .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-cyan-cyan .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-cyan-cyan .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #00bcd4;
  --mdc-filled-button-label-text-color: #000;
}
.tema-cyan-cyan .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #00bcd4;
  --mdc-filled-button-label-text-color: #000;
}
.tema-cyan-cyan .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-cyan-cyan .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-cyan-cyan .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #00bcd4;
  --mdc-protected-button-label-text-color: #000;
}
.tema-cyan-cyan .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #00bcd4;
  --mdc-protected-button-label-text-color: #000;
}
.tema-cyan-cyan .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-cyan-cyan .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-cyan-cyan .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-cyan-cyan .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-cyan-cyan .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-mdc-button, .tema-cyan-cyan .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-cyan-cyan .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-cyan-cyan .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-cyan-cyan .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-cyan-cyan .mat-mdc-button.mat-primary, .tema-cyan-cyan .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #00bcd4;
  --mat-mdc-button-ripple-color: rgba(0, 188, 212, 0.1);
}
.tema-cyan-cyan .mat-mdc-button.mat-accent, .tema-cyan-cyan .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #00bcd4;
  --mat-mdc-button-ripple-color: rgba(0, 188, 212, 0.1);
}
.tema-cyan-cyan .mat-mdc-button.mat-warn, .tema-cyan-cyan .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-cyan-cyan .mat-mdc-raised-button, .tema-cyan-cyan .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-cyan-cyan .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-cyan-cyan .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-cyan-cyan .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-cyan-cyan .mat-mdc-raised-button.mat-primary, .tema-cyan-cyan .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-cyan-cyan .mat-mdc-raised-button.mat-accent, .tema-cyan-cyan .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-cyan-cyan .mat-mdc-raised-button.mat-warn, .tema-cyan-cyan .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-cyan-cyan .mat-mdc-button.mat-mdc-button-base,
.tema-cyan-cyan .mat-mdc-raised-button.mat-mdc-button-base,
.tema-cyan-cyan .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-cyan-cyan .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-cyan-cyan .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-cyan-cyan .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-cyan-cyan .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-cyan-cyan .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-cyan-cyan .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #00bcd4;
  --mat-mdc-button-ripple-color: rgba(0, 188, 212, 0.1);
}
.tema-cyan-cyan .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #00bcd4;
  --mat-mdc-button-ripple-color: rgba(0, 188, 212, 0.1);
}
.tema-cyan-cyan .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-cyan-cyan .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-cyan-cyan .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-cyan-cyan .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-cyan-cyan .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-cyan-cyan .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-cyan-cyan .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-cyan-cyan .mat-mdc-fab, .tema-cyan-cyan .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-cyan-cyan .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-cyan-cyan .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-cyan-cyan .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-cyan-cyan .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-cyan-cyan .mat-mdc-fab.mat-primary, .tema-cyan-cyan .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-cyan-cyan .mat-mdc-fab.mat-accent, .tema-cyan-cyan .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-cyan-cyan .mat-mdc-fab.mat-warn, .tema-cyan-cyan .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-cyan-cyan .mat-mdc-fab.mat-unthemed, .tema-cyan-cyan .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-cyan-cyan .mat-mdc-fab.mat-primary, .tema-cyan-cyan .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #00bcd4;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-cyan-cyan .mat-mdc-fab.mat-accent, .tema-cyan-cyan .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #00bcd4;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-cyan-cyan .mat-mdc-fab.mat-warn, .tema-cyan-cyan .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-cyan-cyan .mat-mdc-fab[disabled][disabled], .tema-cyan-cyan .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #00bcd4;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-cyan-cyan .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mdc-data-table__row {
  background-color: inherit;
}
.tema-cyan-cyan .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-cyan-cyan .mdc-data-table__row--selected {
  background-color: rgba(0, 188, 212, 0.04);
}
.tema-cyan-cyan .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-cyan-cyan .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-cyan-cyan .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mdc-data-table__cell,
.tema-cyan-cyan .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-cyan-cyan .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-cyan-cyan .mdc-data-table__pagination-total,
.tema-cyan-cyan .mdc-data-table__pagination-rows-per-page-label,
.tema-cyan-cyan .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-cyan-cyan .mdc-data-table__pagination-button .mdc-button__icon, .tema-cyan-cyan .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-cyan-cyan .mat-mdc-table {
  background: white;
}
.tema-cyan-cyan .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-cyan-cyan .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-cyan-cyan .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-cyan-cyan .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #00bcd4;
}
.tema-cyan-cyan .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-cyan-cyan .mat-badge {
  position: relative;
}
.tema-cyan-cyan .mat-badge.mat-badge {
  overflow: visible;
}
.tema-cyan-cyan .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-cyan-cyan .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;
}
.tema-cyan-cyan .ng-animate-disabled .mat-badge-content,
.tema-cyan-cyan .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-cyan-cyan .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-cyan-cyan .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-cyan-cyan .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-cyan-cyan .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-cyan-cyan .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-cyan-cyan .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-cyan-cyan .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-cyan-cyan .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-cyan-cyan .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-cyan-cyan .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-cyan-cyan .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-cyan-cyan .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-cyan-cyan .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-cyan-cyan .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-cyan-cyan .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-cyan-cyan .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-cyan-cyan .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-cyan-cyan .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-cyan-cyan .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-cyan-cyan .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-cyan-cyan .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-cyan-cyan .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-cyan-cyan .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-cyan-cyan .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-cyan-cyan .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-cyan-cyan .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-cyan-cyan .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-cyan-cyan .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-cyan-cyan .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-cyan-cyan .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-cyan-cyan .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-cyan-cyan .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-cyan-cyan .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-cyan-cyan .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-cyan-cyan .mat-badge-content {
  color: white;
  background: #00bcd4;
}
.cdk-high-contrast-active .tema-cyan-cyan .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-cyan-cyan .mat-badge-accent .mat-badge-content {
  background: #00bcd4;
  color: white;
}
.tema-cyan-cyan .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-cyan-cyan .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .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);
}
.tema-cyan-cyan .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-cyan-cyan .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-cyan-cyan .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-cyan-cyan .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-cyan-cyan .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-cyan-cyan .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-cyan-cyan [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-cyan-cyan .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-cyan-cyan .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-cyan-cyan .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-cyan-cyan .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-cyan-cyan .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-cyan-cyan .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-cyan-cyan .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-cyan-cyan .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-datepicker-toggle,
.tema-cyan-cyan .mat-datepicker-content .mat-calendar-next-button,
.tema-cyan-cyan .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-calendar-table-header,
.tema-cyan-cyan .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-calendar-body-cell-content,
.tema-cyan-cyan .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-cyan-cyan .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);
}
.tema-cyan-cyan .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-cyan-cyan .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .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);
}
.tema-cyan-cyan .mat-calendar-body-in-range::before {
  background: rgba(0, 188, 212, 0.2);
}
.tema-cyan-cyan .mat-calendar-body-comparison-identical,
.tema-cyan-cyan .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-cyan-cyan .mat-calendar-body-comparison-bridge-start::before,
.tema-cyan-cyan [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(0, 188, 212, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-cyan-cyan .mat-calendar-body-comparison-bridge-end::before,
.tema-cyan-cyan [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(0, 188, 212, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-cyan-cyan .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-cyan-cyan .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-cyan-cyan .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-cyan-cyan .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-cyan-cyan .mat-calendar-body-selected {
  background-color: #00bcd4;
  color: white;
}
.tema-cyan-cyan .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 188, 212, 0.4);
}
.tema-cyan-cyan .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-cyan-cyan .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-cyan-cyan .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, 188, 212, 0.3);
}
@media (hover: hover) {
  .tema-cyan-cyan .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(0, 188, 212, 0.3);
  }
}
.tema-cyan-cyan .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);
}
.tema-cyan-cyan .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(0, 188, 212, 0.2);
}
.tema-cyan-cyan .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-cyan-cyan .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-cyan-cyan .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-cyan-cyan .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(0, 188, 212, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-cyan-cyan .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-cyan-cyan .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(0, 188, 212, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-cyan-cyan .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-cyan-cyan .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-cyan-cyan .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-cyan-cyan .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-cyan-cyan .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #00bcd4;
  color: white;
}
.tema-cyan-cyan .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 188, 212, 0.4);
}
.tema-cyan-cyan .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-cyan-cyan .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),
.tema-cyan-cyan .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(0, 188, 212, 0.3);
}
@media (hover: hover) {
  .tema-cyan-cyan .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(0, 188, 212, 0.3);
  }
}
.tema-cyan-cyan .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-cyan-cyan .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-cyan-cyan .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-cyan-cyan .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-cyan-cyan .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%);
}
.tema-cyan-cyan .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-cyan-cyan .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%);
}
.tema-cyan-cyan .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-cyan-cyan .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-cyan-cyan .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-cyan-cyan .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-cyan-cyan .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-cyan-cyan .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-cyan-cyan .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-cyan-cyan .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),
.tema-cyan-cyan .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-cyan-cyan .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-cyan-cyan .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);
}
.tema-cyan-cyan .mat-datepicker-toggle-active {
  color: #00bcd4;
}
.tema-cyan-cyan .mat-datepicker-toggle-active.mat-accent {
  color: #00bcd4;
}
.tema-cyan-cyan .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-cyan-cyan .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-cyan-cyan .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-cyan-cyan .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-cyan-cyan .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-cyan-cyan .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-cyan-cyan .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-cyan-cyan .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-cyan-cyan .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-cyan-cyan .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);
}
.tema-cyan-cyan .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-cyan-cyan .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-cyan-cyan .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) {
  .tema-cyan-cyan .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-cyan-cyan .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-cyan-cyan .mat-expansion-panel-header-description,
.tema-cyan-cyan .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-cyan-cyan .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-cyan-cyan .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-cyan-cyan .mat-icon.mat-primary {
  color: #00bcd4;
}
.tema-cyan-cyan .mat-icon.mat-accent {
  color: #00bcd4;
}
.tema-cyan-cyan .mat-icon.mat-warn {
  color: #f44336;
}
.tema-cyan-cyan .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-cyan-cyan .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-cyan-cyan .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-cyan-cyan .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);
}
.tema-cyan-cyan .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-cyan-cyan [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-cyan-cyan [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-cyan-cyan .mat-step-header.cdk-keyboard-focused, .tema-cyan-cyan .mat-step-header.cdk-program-focused, .tema-cyan-cyan .mat-step-header:hover:not([aria-disabled]), .tema-cyan-cyan .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-cyan-cyan .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-cyan-cyan .mat-step-header:hover {
    background: none;
  }
}
.tema-cyan-cyan .mat-step-header .mat-step-label,
.tema-cyan-cyan .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-cyan-cyan .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.tema-cyan-cyan .mat-step-header .mat-step-icon-selected,
.tema-cyan-cyan .mat-step-header .mat-step-icon-state-done,
.tema-cyan-cyan .mat-step-header .mat-step-icon-state-edit {
  background-color: #00bcd4;
  color: white;
}
.tema-cyan-cyan .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.tema-cyan-cyan .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-cyan-cyan .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-cyan-cyan .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #00bcd4;
  color: white;
}
.tema-cyan-cyan .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-cyan-cyan .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-cyan-cyan .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-cyan-cyan .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-cyan-cyan .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-cyan-cyan .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-cyan-cyan .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-cyan-cyan .mat-stepper-horizontal, .tema-cyan-cyan .mat-stepper-vertical {
  background-color: white;
}
.tema-cyan-cyan .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-horizontal-stepper-header::before,
.tema-cyan-cyan .mat-horizontal-stepper-header::after,
.tema-cyan-cyan .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-cyan-cyan .mat-sort-header-arrow {
  color: #757575;
}
.tema-cyan-cyan .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-cyan-cyan .mat-toolbar.mat-primary {
  background: #00bcd4;
  color: white;
}
.tema-cyan-cyan .mat-toolbar.mat-accent {
  background: #00bcd4;
  color: white;
}
.tema-cyan-cyan .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-cyan-cyan .mat-toolbar .mat-form-field-underline,
.tema-cyan-cyan .mat-toolbar .mat-form-field-ripple,
.tema-cyan-cyan .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-cyan-cyan .mat-toolbar .mat-form-field-label,
.tema-cyan-cyan .mat-toolbar .mat-focused .mat-form-field-label,
.tema-cyan-cyan .mat-toolbar .mat-select-value,
.tema-cyan-cyan .mat-toolbar .mat-select-arrow,
.tema-cyan-cyan .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-cyan-cyan .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-cyan-cyan .mat-tree {
  background: white;
}
.tema-cyan-cyan .mat-tree-node,
.tema-cyan-cyan .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-teal-teal .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-teal-teal .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-teal-teal .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-teal-teal .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-teal-teal .mat-mdc-option.mat-mdc-option-active, .tema-teal-teal .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-teal-teal .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #009688);
}
.tema-teal-teal .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #009688);
}
.tema-teal-teal .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-teal-teal .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-teal-teal .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-teal-teal .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #009688;
}
.tema-teal-teal .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-teal-teal .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #009688;
}
.tema-teal-teal .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-teal-teal .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-teal-teal .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-teal-teal .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #009688;
}
.tema-teal-teal .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-teal-teal .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #009688;
}
.tema-teal-teal .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-teal-teal .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-teal-teal .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-teal-teal .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #009688;
}
.tema-teal-teal .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-teal-teal .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #009688;
}
.tema-teal-teal .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-teal-teal .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-teal-teal .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-teal-teal .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-teal-teal .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-teal-teal .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-teal-teal .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-teal-teal .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-teal-teal .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-teal-teal .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-teal-teal .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-teal-teal .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-teal-teal .mat-app-background, .tema-teal-teal.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-teal-teal .mat-elevation-z0, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z1, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z2, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z3, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z4, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z5, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z6, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z7, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z8, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z9, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z10, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z11, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z12, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z13, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z14, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z15, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z16, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z17, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z18, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z19, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z20, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z21, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z22, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z23, .tema-teal-teal .mat-mdc-elevation-specific.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);
}
.tema-teal-teal .mat-elevation-z24, .tema-teal-teal .mat-mdc-elevation-specific.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;
}

.tema-teal-teal .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-teal-teal .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-teal-teal .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #009688;
}
.tema-teal-teal .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(0, 150, 136, 0.25)'/%3E%3C/svg%3E");
}
.tema-teal-teal .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(0, 150, 136, 0.25);
}
.tema-teal-teal .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #009688;
}
.tema-teal-teal .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(0, 150, 136, 0.25)'/%3E%3C/svg%3E");
}
.tema-teal-teal .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(0, 150, 136, 0.25);
}
.tema-teal-teal .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-teal-teal .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-teal-teal .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-teal-teal .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-teal-teal .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-teal-teal .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-teal-teal .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-teal-teal .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-teal-teal .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #009688);
}
.tema-teal-teal .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-teal-teal .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-teal-teal .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-teal-teal .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-teal-teal .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-teal-teal .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-teal-teal .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-teal-teal .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-teal-teal .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-teal-teal .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-teal-teal .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-teal-teal .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-teal-teal .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-teal-teal .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-teal-teal .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #009688);
}
.tema-teal-teal .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-teal-teal .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-teal-teal .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-teal-teal .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-teal-teal .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-teal-teal .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-teal-teal .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-teal-teal .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #009688);
}
[dir=rtl] .tema-teal-teal .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-teal-teal .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-teal-teal .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-teal-teal .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-teal-teal .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-teal-teal .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-teal-teal .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-teal-teal .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-teal-teal .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 150, 136, 0.87);
}
.tema-teal-teal .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-teal-teal .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-teal-teal .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-teal-teal .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-teal-teal .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-teal-teal .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-teal-teal .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-teal-teal .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-teal-teal .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-teal-teal .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-teal-teal .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-teal-teal .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-teal-teal .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-teal-teal .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-teal-teal .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-teal-teal .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-teal-teal .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-teal-teal .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-teal-teal .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-teal-teal .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-teal-teal .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-teal-teal .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-teal-teal .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-teal-teal .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-teal-teal .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-teal-teal .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-teal-teal .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-teal-teal .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-teal-teal .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-teal-teal .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-teal-teal .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-teal-teal .mdc-text-field--end-aligned .mdc-text-field__input, .tema-teal-teal .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-teal-teal .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-teal-teal .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-teal-teal .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-teal-teal .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-teal-teal .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-teal-teal .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(0, 150, 136, 0.87);
}
.tema-teal-teal .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(0, 150, 136, 0.87);
}
.tema-teal-teal .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-teal-teal .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #009688);
}
.tema-teal-teal .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #009688);
}
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 150, 136, 0.87);
}
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-teal-teal .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #009688);
}
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-teal-teal .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-teal-teal .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-teal-teal [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-teal-teal .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-teal-teal .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-teal-teal .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-teal-teal .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-teal-teal .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-teal-teal .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-teal-teal .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-teal-teal .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-teal-teal .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-teal-teal .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-teal-teal .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-teal-teal .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-teal-teal .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-teal-teal .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__start,
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__content,
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-teal-teal .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #009688);
}
.tema-teal-teal .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-teal-teal .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #009688);
}
.tema-teal-teal .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-teal-teal .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-teal-teal .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-teal-teal .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-teal-teal .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(0, 150, 136, 0.87);
}
.tema-teal-teal .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(0, 150, 136, 0.87);
}
.tema-teal-teal .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-teal-teal .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-teal-teal .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-teal-teal .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-teal-teal .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-teal-teal .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-teal-teal .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-teal-teal .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-teal-teal .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-teal-teal .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__start,
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__content,
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-teal-teal .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #009688);
}
.tema-teal-teal .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-teal-teal .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #009688);
}
.tema-teal-teal .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-teal-teal .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-teal-teal .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-teal-teal .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-teal-teal .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-teal-teal .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #009688;
  --mdc-chip-elevated-disabled-container-color: #009688;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-teal-teal .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-teal-teal .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #009688;
  --mdc-chip-elevated-disabled-container-color: #009688;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-teal-teal .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-teal-teal .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-teal-teal .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-teal-teal .mat-mdc-chip {
  height: 32px;
}
.tema-teal-teal .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-teal-teal .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-teal-teal .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #00897b;
  --mdc-switch-selected-handle-color: #00897b;
  --mdc-switch-selected-hover-state-layer-color: #00897b;
  --mdc-switch-selected-pressed-state-layer-color: #00897b;
  --mdc-switch-selected-focus-handle-color: #004d40;
  --mdc-switch-selected-hover-handle-color: #004d40;
  --mdc-switch-selected-pressed-handle-color: #004d40;
  --mdc-switch-selected-focus-track-color: #4db6ac;
  --mdc-switch-selected-hover-track-color: #4db6ac;
  --mdc-switch-selected-pressed-track-color: #4db6ac;
  --mdc-switch-selected-track-color: #4db6ac;
}
.tema-teal-teal .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #00897b;
  --mdc-switch-selected-handle-color: #00897b;
  --mdc-switch-selected-hover-state-layer-color: #00897b;
  --mdc-switch-selected-pressed-state-layer-color: #00897b;
  --mdc-switch-selected-focus-handle-color: #004d40;
  --mdc-switch-selected-hover-handle-color: #004d40;
  --mdc-switch-selected-pressed-handle-color: #004d40;
  --mdc-switch-selected-focus-track-color: #4db6ac;
  --mdc-switch-selected-hover-track-color: #4db6ac;
  --mdc-switch-selected-pressed-track-color: #4db6ac;
  --mdc-switch-selected-track-color: #4db6ac;
}
.tema-teal-teal .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-teal-teal .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-teal-teal .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-teal-teal .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #009688;
  --mdc-radio-selected-hover-icon-color: #009688;
  --mdc-radio-selected-icon-color: #009688;
  --mdc-radio-selected-pressed-icon-color: #009688;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #009688;
}
.tema-teal-teal .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #009688;
  --mdc-radio-selected-hover-icon-color: #009688;
  --mdc-radio-selected-icon-color: #009688;
  --mdc-radio-selected-pressed-icon-color: #009688;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #009688;
}
.tema-teal-teal .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-teal-teal .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-teal-teal .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-teal-teal .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-teal-teal .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-teal-teal .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #009688;
  --mdc-slider-focus-handle-color: #009688;
  --mdc-slider-hover-handle-color: #009688;
  --mdc-slider-active-track-color: #009688;
  --mdc-slider-inactive-track-color: #009688;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #009688;
  --mat-mdc-slider-ripple-color: #009688;
  --mat-mdc-slider-hover-ripple-color: rgba(0, 150, 136, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(0, 150, 136, 0.2);
}
.tema-teal-teal .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #009688;
  --mdc-slider-focus-handle-color: #009688;
  --mdc-slider-hover-handle-color: #009688;
  --mdc-slider-active-track-color: #009688;
  --mdc-slider-inactive-track-color: #009688;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #009688;
  --mat-mdc-slider-ripple-color: #009688;
  --mat-mdc-slider-hover-ripple-color: rgba(0, 150, 136, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(0, 150, 136, 0.2);
}
.tema-teal-teal .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-teal-teal .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-teal-teal .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-teal-teal .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-teal-teal .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-teal-teal .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-teal-teal .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-teal-teal .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-teal-teal .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__start,
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__content,
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-teal-teal .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #009688);
}
.tema-teal-teal .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-teal-teal .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #009688);
}
.tema-teal-teal .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-teal-teal .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-teal-teal .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-mdc-menu-item[disabled],
.tema-teal-teal .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-teal-teal .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-teal-teal .mat-mdc-menu-item .mat-icon-no-color,
.tema-teal-teal .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-teal-teal .mat-mdc-menu-item:hover:not([disabled]),
.tema-teal-teal .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-teal-teal .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-teal-teal .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-teal-teal .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-teal-teal .mat-mdc-list-option .mdc-list-item__start, .tema-teal-teal .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #009688;
  --mdc-checkbox-selected-hover-icon-color: #009688;
  --mdc-checkbox-selected-icon-color: #009688;
  --mdc-checkbox-selected-pressed-icon-color: #009688;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-mdc-list-option .mdc-list-item__start, .tema-teal-teal .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #009688;
  --mdc-radio-selected-hover-icon-color: #009688;
  --mdc-radio-selected-icon-color: #009688;
  --mdc-radio-selected-pressed-icon-color: #009688;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #009688;
}
.tema-teal-teal .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-teal-teal .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-teal-teal .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #009688;
  --mdc-checkbox-selected-hover-icon-color: #009688;
  --mdc-checkbox-selected-icon-color: #009688;
  --mdc-checkbox-selected-pressed-icon-color: #009688;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-teal-teal .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #009688;
  --mdc-radio-selected-hover-icon-color: #009688;
  --mdc-radio-selected-icon-color: #009688;
  --mdc-radio-selected-pressed-icon-color: #009688;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #009688;
}
.tema-teal-teal .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-teal-teal .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-teal-teal .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-teal-teal .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-teal-teal .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-teal-teal .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-teal-teal .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #009688;
}
.tema-teal-teal .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-teal-teal .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #009688;
}
.tema-teal-teal .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-teal-teal .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-teal-teal .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-teal-teal .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-teal-teal .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-teal-teal .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-teal-teal .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-teal-teal .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-teal-teal .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-teal-teal .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-teal-teal .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-teal-teal .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-mdc-paginator-decrement,
.tema-teal-teal .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-mdc-paginator-first,
.tema-teal-teal .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-teal-teal .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-teal-teal .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-teal-teal .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-teal-teal .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-teal-teal .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-teal-teal .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-teal-teal .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-teal-teal .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-teal-teal .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-teal-teal .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-teal-teal .mat-mdc-tab, .tema-teal-teal .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-teal-teal .mat-mdc-tab .mdc-tab__text-label, .tema-teal-teal .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-teal-teal .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-teal-teal .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-teal-teal .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-teal-teal .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-teal-teal .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #009688;
}
.tema-teal-teal .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-teal-teal .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #009688);
}
.tema-teal-teal .mdc-tab__ripple::before,
.tema-teal-teal .mat-mdc-tab .mat-ripple-element,
.tema-teal-teal .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-teal-teal .mat-mdc-tab-link .mat-ripple-element {
  background-color: #009688;
}
.tema-teal-teal .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-teal-teal .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-teal-teal .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-teal-teal .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #009688;
}
.tema-teal-teal .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-teal-teal .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-teal-teal .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-teal-teal .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #009688);
}
.tema-teal-teal .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-teal-teal .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-teal-teal .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-teal-teal .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-teal-teal .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-teal-teal .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-teal-teal .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-teal-teal .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #009688;
}
.tema-teal-teal .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-teal-teal .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-teal-teal .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-teal-teal .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-teal-teal .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-teal-teal .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-teal-teal .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-teal-teal .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-teal-teal .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-teal-teal .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-teal-teal .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-teal-teal .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-teal-teal .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-teal-teal .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-teal-teal .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-teal-teal .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-teal-teal .mat-mdc-tab-group.mat-background-primary, .tema-teal-teal .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #009688;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-teal-teal .mat-mdc-tab-group.mat-background-accent, .tema-teal-teal .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #009688;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-teal-teal .mat-mdc-tab-group.mat-background-warn, .tema-teal-teal .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-teal-teal .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-teal-teal .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-teal-teal .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-teal-teal .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-teal-teal .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-teal-teal .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #009688;
  --mdc-checkbox-selected-hover-icon-color: #009688;
  --mdc-checkbox-selected-icon-color: #009688;
  --mdc-checkbox-selected-pressed-icon-color: #009688;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(0, 150, 136, 0.1);
}
.tema-teal-teal .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #009688;
}
.tema-teal-teal .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #009688;
  --mdc-checkbox-selected-hover-icon-color: #009688;
  --mdc-checkbox-selected-icon-color: #009688;
  --mdc-checkbox-selected-pressed-icon-color: #009688;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(0, 150, 136, 0.1);
}
.tema-teal-teal .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #009688;
}
.tema-teal-teal .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-teal-teal .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-teal-teal .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-teal-teal .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-teal-teal .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-teal-teal .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-teal-teal .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #009688;
}
.tema-teal-teal .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #009688;
}
.tema-teal-teal .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-teal-teal .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-teal-teal .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #009688;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-teal-teal .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #009688;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-teal-teal .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-teal-teal .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-teal-teal .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #009688;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-teal-teal .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #009688;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-teal-teal .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-teal-teal .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-teal-teal .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-teal-teal .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #009688;
}
.tema-teal-teal .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #009688;
}
.tema-teal-teal .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-teal-teal .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-mdc-button, .tema-teal-teal .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-teal-teal .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-teal-teal .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-teal-teal .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-teal-teal .mat-mdc-button.mat-primary, .tema-teal-teal .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #009688;
  --mat-mdc-button-ripple-color: rgba(0, 150, 136, 0.1);
}
.tema-teal-teal .mat-mdc-button.mat-accent, .tema-teal-teal .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #009688;
  --mat-mdc-button-ripple-color: rgba(0, 150, 136, 0.1);
}
.tema-teal-teal .mat-mdc-button.mat-warn, .tema-teal-teal .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-teal-teal .mat-mdc-raised-button, .tema-teal-teal .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-teal-teal .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-teal-teal .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-teal-teal .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-teal-teal .mat-mdc-raised-button.mat-primary, .tema-teal-teal .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-teal-teal .mat-mdc-raised-button.mat-accent, .tema-teal-teal .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-teal-teal .mat-mdc-raised-button.mat-warn, .tema-teal-teal .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-teal-teal .mat-mdc-button.mat-mdc-button-base,
.tema-teal-teal .mat-mdc-raised-button.mat-mdc-button-base,
.tema-teal-teal .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-teal-teal .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-teal-teal .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-teal-teal .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-teal-teal .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-teal-teal .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-teal-teal .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #009688;
  --mat-mdc-button-ripple-color: rgba(0, 150, 136, 0.1);
}
.tema-teal-teal .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #009688;
  --mat-mdc-button-ripple-color: rgba(0, 150, 136, 0.1);
}
.tema-teal-teal .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-teal-teal .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #009688;
}
.tema-teal-teal .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #009688;
}
.tema-teal-teal .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-teal-teal .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-teal-teal .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-teal-teal .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-teal-teal .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-teal-teal .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-teal-teal .mat-mdc-fab, .tema-teal-teal .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-teal-teal .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-teal-teal .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-teal-teal .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-teal-teal .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-teal-teal .mat-mdc-fab.mat-primary, .tema-teal-teal .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-teal-teal .mat-mdc-fab.mat-accent, .tema-teal-teal .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-teal-teal .mat-mdc-fab.mat-warn, .tema-teal-teal .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-teal-teal .mat-mdc-fab.mat-unthemed, .tema-teal-teal .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-teal-teal .mat-mdc-fab.mat-primary, .tema-teal-teal .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #009688;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-teal-teal .mat-mdc-fab.mat-accent, .tema-teal-teal .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #009688;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-teal-teal .mat-mdc-fab.mat-warn, .tema-teal-teal .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-teal-teal .mat-mdc-fab[disabled][disabled], .tema-teal-teal .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #009688;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-teal-teal .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mdc-data-table__row {
  background-color: inherit;
}
.tema-teal-teal .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-teal-teal .mdc-data-table__row--selected {
  background-color: rgba(0, 150, 136, 0.04);
}
.tema-teal-teal .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-teal-teal .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-teal-teal .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mdc-data-table__cell,
.tema-teal-teal .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-teal-teal .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-teal-teal .mdc-data-table__pagination-total,
.tema-teal-teal .mdc-data-table__pagination-rows-per-page-label,
.tema-teal-teal .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-teal-teal .mdc-data-table__pagination-button .mdc-button__icon, .tema-teal-teal .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-teal-teal .mat-mdc-table {
  background: white;
}
.tema-teal-teal .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-teal-teal .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-teal-teal .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-teal-teal .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #009688;
}
.tema-teal-teal .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #009688;
}
.tema-teal-teal .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-teal-teal .mat-badge {
  position: relative;
}
.tema-teal-teal .mat-badge.mat-badge {
  overflow: visible;
}
.tema-teal-teal .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-teal-teal .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;
}
.tema-teal-teal .ng-animate-disabled .mat-badge-content,
.tema-teal-teal .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-teal-teal .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-teal-teal .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-teal-teal .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-teal-teal .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-teal-teal .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-teal-teal .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-teal-teal .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-teal-teal .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-teal-teal .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-teal-teal .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-teal-teal .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-teal-teal .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-teal-teal .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-teal-teal .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-teal-teal .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-teal-teal .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-teal-teal .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-teal-teal .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-teal-teal .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-teal-teal .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-teal-teal .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-teal-teal .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-teal-teal .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-teal-teal .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-teal-teal .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-teal-teal .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-teal-teal .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-teal-teal .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-teal-teal .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-teal-teal .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-teal-teal .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-teal-teal .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-teal-teal .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-teal-teal .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-teal-teal .mat-badge-content {
  color: white;
  background: #009688;
}
.cdk-high-contrast-active .tema-teal-teal .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-teal-teal .mat-badge-accent .mat-badge-content {
  background: #009688;
  color: white;
}
.tema-teal-teal .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-teal-teal .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .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);
}
.tema-teal-teal .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-teal-teal .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-teal-teal .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-teal-teal .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-teal-teal .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-teal-teal .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-teal-teal [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-teal-teal .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-teal-teal .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-teal-teal .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-teal-teal .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-teal-teal .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-teal-teal .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-teal-teal .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-teal-teal .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-datepicker-toggle,
.tema-teal-teal .mat-datepicker-content .mat-calendar-next-button,
.tema-teal-teal .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-calendar-table-header,
.tema-teal-teal .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-calendar-body-cell-content,
.tema-teal-teal .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-teal-teal .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);
}
.tema-teal-teal .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-teal-teal .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .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);
}
.tema-teal-teal .mat-calendar-body-in-range::before {
  background: rgba(0, 150, 136, 0.2);
}
.tema-teal-teal .mat-calendar-body-comparison-identical,
.tema-teal-teal .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-teal-teal .mat-calendar-body-comparison-bridge-start::before,
.tema-teal-teal [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%);
}
.tema-teal-teal .mat-calendar-body-comparison-bridge-end::before,
.tema-teal-teal [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%);
}
.tema-teal-teal .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-teal-teal .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-teal-teal .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-teal-teal .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-teal-teal .mat-calendar-body-selected {
  background-color: #009688;
  color: white;
}
.tema-teal-teal .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 150, 136, 0.4);
}
.tema-teal-teal .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-teal-teal .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-teal-teal .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);
}
@media (hover: hover) {
  .tema-teal-teal .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(0, 150, 136, 0.3);
  }
}
.tema-teal-teal .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);
}
.tema-teal-teal .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(0, 150, 136, 0.2);
}
.tema-teal-teal .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-teal-teal .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-teal-teal .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-teal-teal .mat-datepicker-content.mat-accent [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%);
}
.tema-teal-teal .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-teal-teal .mat-datepicker-content.mat-accent [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%);
}
.tema-teal-teal .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-teal-teal .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-teal-teal .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-teal-teal .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-teal-teal .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #009688;
  color: white;
}
.tema-teal-teal .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 150, 136, 0.4);
}
.tema-teal-teal .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-teal-teal .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),
.tema-teal-teal .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(0, 150, 136, 0.3);
}
@media (hover: hover) {
  .tema-teal-teal .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(0, 150, 136, 0.3);
  }
}
.tema-teal-teal .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-teal-teal .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-teal-teal .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-teal-teal .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-teal-teal .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%);
}
.tema-teal-teal .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-teal-teal .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%);
}
.tema-teal-teal .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-teal-teal .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-teal-teal .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-teal-teal .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-teal-teal .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-teal-teal .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-teal-teal .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-teal-teal .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),
.tema-teal-teal .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-teal-teal .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-teal-teal .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);
}
.tema-teal-teal .mat-datepicker-toggle-active {
  color: #009688;
}
.tema-teal-teal .mat-datepicker-toggle-active.mat-accent {
  color: #009688;
}
.tema-teal-teal .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-teal-teal .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-teal-teal .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-teal-teal .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-teal-teal .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-teal-teal .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-teal-teal .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-teal-teal .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-teal-teal .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-teal-teal .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);
}
.tema-teal-teal .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-teal-teal .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-teal-teal .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) {
  .tema-teal-teal .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-teal-teal .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-teal-teal .mat-expansion-panel-header-description,
.tema-teal-teal .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-teal-teal .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-teal-teal .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-teal-teal .mat-icon.mat-primary {
  color: #009688;
}
.tema-teal-teal .mat-icon.mat-accent {
  color: #009688;
}
.tema-teal-teal .mat-icon.mat-warn {
  color: #f44336;
}
.tema-teal-teal .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-teal-teal .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-teal-teal .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-teal-teal .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);
}
.tema-teal-teal .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-teal-teal [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-teal-teal [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-teal-teal .mat-step-header.cdk-keyboard-focused, .tema-teal-teal .mat-step-header.cdk-program-focused, .tema-teal-teal .mat-step-header:hover:not([aria-disabled]), .tema-teal-teal .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-teal-teal .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-teal-teal .mat-step-header:hover {
    background: none;
  }
}
.tema-teal-teal .mat-step-header .mat-step-label,
.tema-teal-teal .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-teal-teal .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.tema-teal-teal .mat-step-header .mat-step-icon-selected,
.tema-teal-teal .mat-step-header .mat-step-icon-state-done,
.tema-teal-teal .mat-step-header .mat-step-icon-state-edit {
  background-color: #009688;
  color: white;
}
.tema-teal-teal .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.tema-teal-teal .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-teal-teal .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-teal-teal .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #009688;
  color: white;
}
.tema-teal-teal .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-teal-teal .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-teal-teal .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-teal-teal .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-teal-teal .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-teal-teal .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-teal-teal .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-teal-teal .mat-stepper-horizontal, .tema-teal-teal .mat-stepper-vertical {
  background-color: white;
}
.tema-teal-teal .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-horizontal-stepper-header::before,
.tema-teal-teal .mat-horizontal-stepper-header::after,
.tema-teal-teal .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-teal-teal .mat-sort-header-arrow {
  color: #757575;
}
.tema-teal-teal .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-teal-teal .mat-toolbar.mat-primary {
  background: #009688;
  color: white;
}
.tema-teal-teal .mat-toolbar.mat-accent {
  background: #009688;
  color: white;
}
.tema-teal-teal .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-teal-teal .mat-toolbar .mat-form-field-underline,
.tema-teal-teal .mat-toolbar .mat-form-field-ripple,
.tema-teal-teal .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-teal-teal .mat-toolbar .mat-form-field-label,
.tema-teal-teal .mat-toolbar .mat-focused .mat-form-field-label,
.tema-teal-teal .mat-toolbar .mat-select-value,
.tema-teal-teal .mat-toolbar .mat-select-arrow,
.tema-teal-teal .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-teal-teal .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-teal-teal .mat-tree {
  background: white;
}
.tema-teal-teal .mat-tree-node,
.tema-teal-teal .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-green-green .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-green-green .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-green-green .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-green-green .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-green-green .mat-mdc-option.mat-mdc-option-active, .tema-green-green .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-green-green .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #4caf50);
}
.tema-green-green .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #4caf50);
}
.tema-green-green .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-green-green .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-green-green .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-green-green .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #4caf50;
}
.tema-green-green .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-green-green .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #4caf50;
}
.tema-green-green .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-green-green .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-green-green .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-green-green .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #4caf50;
}
.tema-green-green .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-green-green .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #4caf50;
}
.tema-green-green .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-green-green .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-green-green .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-green-green .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #4caf50;
}
.tema-green-green .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-green-green .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #4caf50;
}
.tema-green-green .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-green-green .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-green-green .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-green-green .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-green-green .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-green-green .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-green-green .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-green-green .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-green-green .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-green-green .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-green-green .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-green-green .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-green-green .mat-app-background, .tema-green-green.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-elevation-z0, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z1, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z2, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z3, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z4, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z5, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z6, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z7, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z8, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z9, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z10, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z11, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z12, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z13, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z14, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z15, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z16, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z17, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z18, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z19, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z20, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z21, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z22, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z23, .tema-green-green .mat-mdc-elevation-specific.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);
}
.tema-green-green .mat-elevation-z24, .tema-green-green .mat-mdc-elevation-specific.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;
}

.tema-green-green .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-green-green .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-green-green .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #4caf50;
}
.tema-green-green .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(76, 175, 80, 0.25)'/%3E%3C/svg%3E");
}
.tema-green-green .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(76, 175, 80, 0.25);
}
.tema-green-green .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #4caf50;
}
.tema-green-green .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(76, 175, 80, 0.25)'/%3E%3C/svg%3E");
}
.tema-green-green .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(76, 175, 80, 0.25);
}
.tema-green-green .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-green-green .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-green-green .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-green-green .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-green-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-green-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-green-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-green-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-green-green .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #4caf50);
}
.tema-green-green .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-green-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-green-green .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-green-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-green-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-green-green .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-green-green .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-green-green .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-green-green .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-green-green .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-green-green .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-green-green .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-green-green .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-green-green .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #4caf50);
}
.tema-green-green .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-green-green .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-green-green .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-green-green .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-green-green .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-green-green .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-green-green .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #4caf50);
}
[dir=rtl] .tema-green-green .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-green-green .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-green-green .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-green-green .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-green-green .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-green-green .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-green-green .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-green-green .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-green-green .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(76, 175, 80, 0.87);
}
.tema-green-green .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-green-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-green-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-green-green .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-green-green .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-green-green .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-green-green .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-green-green .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-green-green .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-green-green .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-green-green .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-green-green .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-green-green .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-green-green .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-green-green .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-green-green .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-green-green .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-green-green .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-green-green .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-green-green .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-green-green .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-green-green .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-green-green .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-green-green .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-green-green .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-green-green .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-green-green .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-green-green .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-green-green .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-green-green .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-green-green .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-green-green .mdc-text-field--end-aligned .mdc-text-field__input, .tema-green-green .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-green-green .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-green-green .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-green-green .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-green-green .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-green-green .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(76, 175, 80, 0.87);
}
.tema-green-green .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(76, 175, 80, 0.87);
}
.tema-green-green .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-green-green .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #4caf50);
}
.tema-green-green .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #4caf50);
}
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(76, 175, 80, 0.87);
}
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-green-green .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #4caf50);
}
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-green-green .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-green-green .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-green-green [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-green-green .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-green-green .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-green-green .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-green-green .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-green-green .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-green-green .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-green-green .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-green-green .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-green-green .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-green-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-green-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-green-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-green-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-green-green .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-green-green .mdc-list-item--disabled .mdc-list-item__start,
.tema-green-green .mdc-list-item--disabled .mdc-list-item__content,
.tema-green-green .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-green-green .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-green-green .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #4caf50);
}
.tema-green-green .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-green-green .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #4caf50);
}
.tema-green-green .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-green-green .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-green-green .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-green-green .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(76, 175, 80, 0.87);
}
.tema-green-green .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(76, 175, 80, 0.87);
}
.tema-green-green .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-green-green .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-green-green .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-green-green .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-green-green .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-green-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-green-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-green-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-green-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-green-green .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-green-green .mdc-list-item--disabled .mdc-list-item__start,
.tema-green-green .mdc-list-item--disabled .mdc-list-item__content,
.tema-green-green .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-green-green .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-green-green .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #4caf50);
}
.tema-green-green .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-green-green .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #4caf50);
}
.tema-green-green .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-green-green .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-green-green .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-green-green .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-green-green .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-green-green .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #4caf50;
  --mdc-chip-elevated-disabled-container-color: #4caf50;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-green-green .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #4caf50;
  --mdc-chip-elevated-disabled-container-color: #4caf50;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-green-green .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-green-green .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-green-green .mat-mdc-chip {
  height: 32px;
}
.tema-green-green .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-green-green .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-green-green .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #43a047;
  --mdc-switch-selected-handle-color: #43a047;
  --mdc-switch-selected-hover-state-layer-color: #43a047;
  --mdc-switch-selected-pressed-state-layer-color: #43a047;
  --mdc-switch-selected-focus-handle-color: #1b5e20;
  --mdc-switch-selected-hover-handle-color: #1b5e20;
  --mdc-switch-selected-pressed-handle-color: #1b5e20;
  --mdc-switch-selected-focus-track-color: #81c784;
  --mdc-switch-selected-hover-track-color: #81c784;
  --mdc-switch-selected-pressed-track-color: #81c784;
  --mdc-switch-selected-track-color: #81c784;
}
.tema-green-green .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #43a047;
  --mdc-switch-selected-handle-color: #43a047;
  --mdc-switch-selected-hover-state-layer-color: #43a047;
  --mdc-switch-selected-pressed-state-layer-color: #43a047;
  --mdc-switch-selected-focus-handle-color: #1b5e20;
  --mdc-switch-selected-hover-handle-color: #1b5e20;
  --mdc-switch-selected-pressed-handle-color: #1b5e20;
  --mdc-switch-selected-focus-track-color: #81c784;
  --mdc-switch-selected-hover-track-color: #81c784;
  --mdc-switch-selected-pressed-track-color: #81c784;
  --mdc-switch-selected-track-color: #81c784;
}
.tema-green-green .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-green-green .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-green-green .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-green-green .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #4caf50;
  --mdc-radio-selected-hover-icon-color: #4caf50;
  --mdc-radio-selected-icon-color: #4caf50;
  --mdc-radio-selected-pressed-icon-color: #4caf50;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #4caf50;
}
.tema-green-green .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #4caf50;
  --mdc-radio-selected-hover-icon-color: #4caf50;
  --mdc-radio-selected-icon-color: #4caf50;
  --mdc-radio-selected-pressed-icon-color: #4caf50;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #4caf50;
}
.tema-green-green .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-green-green .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-green-green .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-green-green .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-green-green .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-green-green .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #4caf50;
  --mdc-slider-focus-handle-color: #4caf50;
  --mdc-slider-hover-handle-color: #4caf50;
  --mdc-slider-active-track-color: #4caf50;
  --mdc-slider-inactive-track-color: #4caf50;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #4caf50;
  --mat-mdc-slider-ripple-color: #4caf50;
  --mat-mdc-slider-hover-ripple-color: rgba(76, 175, 80, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(76, 175, 80, 0.2);
}
.tema-green-green .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #4caf50;
  --mdc-slider-focus-handle-color: #4caf50;
  --mdc-slider-hover-handle-color: #4caf50;
  --mdc-slider-active-track-color: #4caf50;
  --mdc-slider-inactive-track-color: #4caf50;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #4caf50;
  --mat-mdc-slider-ripple-color: #4caf50;
  --mat-mdc-slider-hover-ripple-color: rgba(76, 175, 80, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(76, 175, 80, 0.2);
}
.tema-green-green .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-green-green .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-green-green .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-green-green .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-green-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-green-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-green-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-green-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-green-green .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-green-green .mdc-list-item--disabled .mdc-list-item__start,
.tema-green-green .mdc-list-item--disabled .mdc-list-item__content,
.tema-green-green .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-green-green .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-green-green .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #4caf50);
}
.tema-green-green .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-green-green .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #4caf50);
}
.tema-green-green .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-green-green .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-green-green .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-mdc-menu-item[disabled],
.tema-green-green .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-green-green .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-green-green .mat-mdc-menu-item .mat-icon-no-color,
.tema-green-green .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-green-green .mat-mdc-menu-item:hover:not([disabled]),
.tema-green-green .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-green-green .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-green-green .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-green-green .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-green-green .mat-mdc-list-option .mdc-list-item__start, .tema-green-green .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #4caf50;
  --mdc-checkbox-selected-hover-icon-color: #4caf50;
  --mdc-checkbox-selected-icon-color: #4caf50;
  --mdc-checkbox-selected-pressed-icon-color: #4caf50;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-mdc-list-option .mdc-list-item__start, .tema-green-green .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #4caf50;
  --mdc-radio-selected-hover-icon-color: #4caf50;
  --mdc-radio-selected-icon-color: #4caf50;
  --mdc-radio-selected-pressed-icon-color: #4caf50;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #4caf50;
}
.tema-green-green .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-green-green .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-green-green .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #4caf50;
  --mdc-checkbox-selected-hover-icon-color: #4caf50;
  --mdc-checkbox-selected-icon-color: #4caf50;
  --mdc-checkbox-selected-pressed-icon-color: #4caf50;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-green-green .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #4caf50;
  --mdc-radio-selected-hover-icon-color: #4caf50;
  --mdc-radio-selected-icon-color: #4caf50;
  --mdc-radio-selected-pressed-icon-color: #4caf50;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #4caf50;
}
.tema-green-green .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-green-green .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-green-green .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-green-green .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-green-green .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-green-green .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-green-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #4caf50;
}
.tema-green-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-green-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #4caf50;
}
.tema-green-green .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-green-green .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-green-green .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-green-green .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-green-green .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-green-green .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-green-green .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-green-green .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-green-green .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-green-green .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-green-green .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-mdc-paginator-decrement,
.tema-green-green .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-mdc-paginator-first,
.tema-green-green .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-green-green .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-green-green .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-green-green .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-green-green .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-green-green .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-green-green .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-green-green .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-green-green .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-green-green .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-green-green .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-green-green .mat-mdc-tab, .tema-green-green .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-green-green .mat-mdc-tab .mdc-tab__text-label, .tema-green-green .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-green-green .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-green-green .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-green-green .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-green-green .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-green-green .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #4caf50;
}
.tema-green-green .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-green-green .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #4caf50);
}
.tema-green-green .mdc-tab__ripple::before,
.tema-green-green .mat-mdc-tab .mat-ripple-element,
.tema-green-green .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-green-green .mat-mdc-tab-link .mat-ripple-element {
  background-color: #4caf50;
}
.tema-green-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-green-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-green-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-green-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #4caf50;
}
.tema-green-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-green-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-green-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-green-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #4caf50);
}
.tema-green-green .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-green-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-green-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-green-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-green-green .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-green-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-green-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-green-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #4caf50;
}
.tema-green-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-green-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-green-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-green-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-green-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-green-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-green-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-green-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-green-green .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-green-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-green-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-green-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-green-green .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-green-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-green-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-green-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-green-green .mat-mdc-tab-group.mat-background-primary, .tema-green-green .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #4caf50;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-green-green .mat-mdc-tab-group.mat-background-accent, .tema-green-green .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #4caf50;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-green-green .mat-mdc-tab-group.mat-background-warn, .tema-green-green .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-green-green .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-green-green .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-green-green .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-green-green .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-green-green .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-green-green .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #4caf50;
  --mdc-checkbox-selected-hover-icon-color: #4caf50;
  --mdc-checkbox-selected-icon-color: #4caf50;
  --mdc-checkbox-selected-pressed-icon-color: #4caf50;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(76, 175, 80, 0.1);
}
.tema-green-green .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #4caf50;
}
.tema-green-green .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #4caf50;
  --mdc-checkbox-selected-hover-icon-color: #4caf50;
  --mdc-checkbox-selected-icon-color: #4caf50;
  --mdc-checkbox-selected-pressed-icon-color: #4caf50;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(76, 175, 80, 0.1);
}
.tema-green-green .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #4caf50;
}
.tema-green-green .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-green-green .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-green-green .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-green-green .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-green-green .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-green-green .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-green-green .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #4caf50;
}
.tema-green-green .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #4caf50;
}
.tema-green-green .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-green-green .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-green-green .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #4caf50;
  --mdc-filled-button-label-text-color: #000;
}
.tema-green-green .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #4caf50;
  --mdc-filled-button-label-text-color: #000;
}
.tema-green-green .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-green-green .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-green-green .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #4caf50;
  --mdc-protected-button-label-text-color: #000;
}
.tema-green-green .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #4caf50;
  --mdc-protected-button-label-text-color: #000;
}
.tema-green-green .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-green-green .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-green-green .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-green-green .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #4caf50;
}
.tema-green-green .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #4caf50;
}
.tema-green-green .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-green-green .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-mdc-button, .tema-green-green .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-green-green .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-green-green .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-green-green .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-green-green .mat-mdc-button.mat-primary, .tema-green-green .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #4caf50;
  --mat-mdc-button-ripple-color: rgba(76, 175, 80, 0.1);
}
.tema-green-green .mat-mdc-button.mat-accent, .tema-green-green .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #4caf50;
  --mat-mdc-button-ripple-color: rgba(76, 175, 80, 0.1);
}
.tema-green-green .mat-mdc-button.mat-warn, .tema-green-green .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-green-green .mat-mdc-raised-button, .tema-green-green .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-green-green .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-green-green .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-green-green .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-green-green .mat-mdc-raised-button.mat-primary, .tema-green-green .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-green-green .mat-mdc-raised-button.mat-accent, .tema-green-green .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-green-green .mat-mdc-raised-button.mat-warn, .tema-green-green .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-green-green .mat-mdc-button.mat-mdc-button-base,
.tema-green-green .mat-mdc-raised-button.mat-mdc-button-base,
.tema-green-green .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-green-green .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-green-green .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-green-green .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-green-green .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-green-green .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-green-green .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #4caf50;
  --mat-mdc-button-ripple-color: rgba(76, 175, 80, 0.1);
}
.tema-green-green .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #4caf50;
  --mat-mdc-button-ripple-color: rgba(76, 175, 80, 0.1);
}
.tema-green-green .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-green-green .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #4caf50;
}
.tema-green-green .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #4caf50;
}
.tema-green-green .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-green-green .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-green-green .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-green-green .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-green-green .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-green-green .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-green-green .mat-mdc-fab, .tema-green-green .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-green-green .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-green-green .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-green-green .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-green-green .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-green-green .mat-mdc-fab.mat-primary, .tema-green-green .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-green-green .mat-mdc-fab.mat-accent, .tema-green-green .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-green-green .mat-mdc-fab.mat-warn, .tema-green-green .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-green-green .mat-mdc-fab.mat-unthemed, .tema-green-green .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-green-green .mat-mdc-fab.mat-primary, .tema-green-green .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #4caf50;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-green-green .mat-mdc-fab.mat-accent, .tema-green-green .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #4caf50;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-green-green .mat-mdc-fab.mat-warn, .tema-green-green .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-green-green .mat-mdc-fab[disabled][disabled], .tema-green-green .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #4caf50;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-green-green .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mdc-data-table__row {
  background-color: inherit;
}
.tema-green-green .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-green-green .mdc-data-table__row--selected {
  background-color: rgba(76, 175, 80, 0.04);
}
.tema-green-green .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-green-green .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-green-green .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mdc-data-table__cell,
.tema-green-green .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-green-green .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mdc-data-table__pagination-total,
.tema-green-green .mdc-data-table__pagination-rows-per-page-label,
.tema-green-green .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-green-green .mdc-data-table__pagination-button .mdc-button__icon, .tema-green-green .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-green-green .mat-mdc-table {
  background: white;
}
.tema-green-green .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-green-green .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-green-green .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-green-green .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #4caf50;
}
.tema-green-green .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #4caf50;
}
.tema-green-green .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-green-green .mat-badge {
  position: relative;
}
.tema-green-green .mat-badge.mat-badge {
  overflow: visible;
}
.tema-green-green .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-green-green .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;
}
.tema-green-green .ng-animate-disabled .mat-badge-content,
.tema-green-green .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-green-green .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-green-green .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-green-green .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-green-green .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-green-green .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-green-green .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-green-green .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-green-green .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-green-green .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-green-green .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-green-green .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-green-green .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-green-green .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-green-green .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-green-green .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-green-green .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-green-green .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-green-green .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-green-green .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-green-green .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-green-green .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-green-green .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-green-green .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-green-green .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-green-green .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-green-green .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-green-green .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-green-green .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-green-green .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-green-green .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-green-green .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-green-green .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-green-green .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-green-green .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-green-green .mat-badge-content {
  color: rgba(0, 0, 0, 0.87);
  background: #4caf50;
}
.cdk-high-contrast-active .tema-green-green .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-green-green .mat-badge-accent .mat-badge-content {
  background: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-green-green .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .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);
}
.tema-green-green .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-green-green .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-green-green .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-green-green .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-green-green .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-green-green .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-green-green [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-green-green .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-green-green .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-green-green .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-green-green .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-green-green .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-green-green .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-green-green .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-datepicker-toggle,
.tema-green-green .mat-datepicker-content .mat-calendar-next-button,
.tema-green-green .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-calendar-table-header,
.tema-green-green .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-calendar-body-cell-content,
.tema-green-green .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-green-green .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);
}
.tema-green-green .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-green-green .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .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);
}
.tema-green-green .mat-calendar-body-in-range::before {
  background: rgba(76, 175, 80, 0.2);
}
.tema-green-green .mat-calendar-body-comparison-identical,
.tema-green-green .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-green-green .mat-calendar-body-comparison-bridge-start::before,
.tema-green-green [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(76, 175, 80, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-green-green .mat-calendar-body-comparison-bridge-end::before,
.tema-green-green [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(76, 175, 80, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-green-green .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-green-green .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-green-green .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-green-green .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-green-green .mat-calendar-body-selected {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(76, 175, 80, 0.4);
}
.tema-green-green .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.tema-green-green .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-green-green .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(76, 175, 80, 0.3);
}
@media (hover: hover) {
  .tema-green-green .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(76, 175, 80, 0.3);
  }
}
.tema-green-green .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);
}
.tema-green-green .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(76, 175, 80, 0.2);
}
.tema-green-green .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-green-green .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-green-green .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-green-green .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(76, 175, 80, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-green-green .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-green-green .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(76, 175, 80, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-green-green .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-green-green .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-green-green .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-green-green .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-green-green .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(76, 175, 80, 0.4);
}
.tema-green-green .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.tema-green-green .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),
.tema-green-green .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(76, 175, 80, 0.3);
}
@media (hover: hover) {
  .tema-green-green .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(76, 175, 80, 0.3);
  }
}
.tema-green-green .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-green-green .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-green-green .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-green-green .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-green-green .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%);
}
.tema-green-green .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-green-green .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%);
}
.tema-green-green .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-green-green .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-green-green .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-green-green .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-green-green .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-green-green .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-green-green .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-green-green .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),
.tema-green-green .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-green-green .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-green-green .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);
}
.tema-green-green .mat-datepicker-toggle-active {
  color: #4caf50;
}
.tema-green-green .mat-datepicker-toggle-active.mat-accent {
  color: #4caf50;
}
.tema-green-green .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-green-green .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-green-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-green-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-green-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-green-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-green-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-green-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-green-green .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .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);
}
.tema-green-green .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-green-green .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-green-green .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) {
  .tema-green-green .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-green-green .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-expansion-panel-header-description,
.tema-green-green .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-green-green .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-green-green .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-green-green .mat-icon.mat-primary {
  color: #4caf50;
}
.tema-green-green .mat-icon.mat-accent {
  color: #4caf50;
}
.tema-green-green .mat-icon.mat-warn {
  color: #f44336;
}
.tema-green-green .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-green-green .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);
}
.tema-green-green .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-green-green [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-green-green [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-green-green .mat-step-header.cdk-keyboard-focused, .tema-green-green .mat-step-header.cdk-program-focused, .tema-green-green .mat-step-header:hover:not([aria-disabled]), .tema-green-green .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-green-green .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-green-green .mat-step-header:hover {
    background: none;
  }
}
.tema-green-green .mat-step-header .mat-step-label,
.tema-green-green .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-green-green .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-step-header .mat-step-icon-selected,
.tema-green-green .mat-step-header .mat-step-icon-state-done,
.tema-green-green .mat-step-header .mat-step-icon-state-edit {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-green-green .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-green-green .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-green-green .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-green-green .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-green-green .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-green-green .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-green-green .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-green-green .mat-stepper-horizontal, .tema-green-green .mat-stepper-vertical {
  background-color: white;
}
.tema-green-green .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-horizontal-stepper-header::before,
.tema-green-green .mat-horizontal-stepper-header::after,
.tema-green-green .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-green-green .mat-sort-header-arrow {
  color: #757575;
}
.tema-green-green .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-toolbar.mat-primary {
  background: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-toolbar.mat-accent {
  background: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}
.tema-green-green .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-green-green .mat-toolbar .mat-form-field-underline,
.tema-green-green .mat-toolbar .mat-form-field-ripple,
.tema-green-green .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-green-green .mat-toolbar .mat-form-field-label,
.tema-green-green .mat-toolbar .mat-focused .mat-form-field-label,
.tema-green-green .mat-toolbar .mat-select-value,
.tema-green-green .mat-toolbar .mat-select-arrow,
.tema-green-green .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-green-green .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-green-green .mat-tree {
  background: white;
}
.tema-green-green .mat-tree-node,
.tema-green-green .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-light-green-light-green .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-light-green-light-green .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-green-light-green .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-light-green-light-green .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-light-green-light-green .mat-mdc-option.mat-mdc-option-active, .tema-light-green-light-green .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-light-green-light-green .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #8bc34a);
}
.tema-light-green-light-green .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #8bc34a);
}
.tema-light-green-light-green .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-green-light-green .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-light-green-light-green .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-light-green-light-green .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #8bc34a;
}
.tema-light-green-light-green .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-light-green-light-green .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #8bc34a;
}
.tema-light-green-light-green .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-light-green-light-green .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-light-green-light-green .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-light-green-light-green .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #8bc34a;
}
.tema-light-green-light-green .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-light-green-light-green .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #8bc34a;
}
.tema-light-green-light-green .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-light-green-light-green .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-light-green-light-green .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-light-green-light-green .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #8bc34a;
}
.tema-light-green-light-green .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-light-green-light-green .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #8bc34a;
}
.tema-light-green-light-green .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-light-green-light-green .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-light-green-light-green .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-light-green-light-green .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-light-green-light-green .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-light-green-light-green .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-light-green-light-green .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-light-green-light-green .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-light-green-light-green .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-light-green-light-green .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-light-green-light-green .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-light-green-light-green .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-light-green-light-green .mat-app-background, .tema-light-green-light-green.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-elevation-z0, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z1, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z2, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z3, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z4, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z5, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z6, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z7, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z8, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z9, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z10, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z11, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z12, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z13, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z14, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z15, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z16, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z17, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z18, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z19, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z20, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z21, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z22, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z23, .tema-light-green-light-green .mat-mdc-elevation-specific.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);
}
.tema-light-green-light-green .mat-elevation-z24, .tema-light-green-light-green .mat-mdc-elevation-specific.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;
}

.tema-light-green-light-green .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-light-green-light-green .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-light-green-light-green .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(139, 195, 74, 0.25)'/%3E%3C/svg%3E");
}
.tema-light-green-light-green .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(139, 195, 74, 0.25);
}
.tema-light-green-light-green .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(139, 195, 74, 0.25)'/%3E%3C/svg%3E");
}
.tema-light-green-light-green .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(139, 195, 74, 0.25);
}
.tema-light-green-light-green .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-light-green-light-green .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-light-green-light-green .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-light-green-light-green .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-light-green-light-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-light-green-light-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-light-green-light-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-light-green-light-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-light-green-light-green .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #8bc34a);
}
.tema-light-green-light-green .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-light-green-light-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-light-green-light-green .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-light-green-light-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-light-green-light-green .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-light-green-light-green .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-light-green-light-green .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-light-green-light-green .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-light-green-light-green .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-light-green-light-green .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-light-green-light-green .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-light-green-light-green .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-light-green-light-green .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-light-green-light-green .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #8bc34a);
}
.tema-light-green-light-green .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-light-green-light-green .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-light-green-light-green .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-light-green-light-green .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-light-green-light-green .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-light-green-light-green .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-light-green-light-green .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #8bc34a);
}
[dir=rtl] .tema-light-green-light-green .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-light-green-light-green .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-light-green-light-green .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-light-green-light-green .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-light-green-light-green .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-light-green-light-green .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-light-green-light-green .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-light-green-light-green .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-light-green-light-green .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(139, 195, 74, 0.87);
}
.tema-light-green-light-green .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-light-green-light-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-light-green-light-green .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-light-green-light-green .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-light-green-light-green .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-light-green-light-green .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-light-green-light-green .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-light-green-light-green .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-light-green-light-green .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-light-green-light-green .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-light-green-light-green .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-light-green-light-green .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-light-green-light-green .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-light-green-light-green .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-light-green-light-green .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-light-green-light-green .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-green-light-green .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-green-light-green .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-green-light-green .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-green-light-green .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-green-light-green .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-light-green-light-green .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-green-light-green .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-green-light-green .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-green-light-green .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-green-light-green .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-green-light-green .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-light-green-light-green .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-light-green-light-green .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-light-green-light-green .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-light-green-light-green .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-light-green-light-green .mdc-text-field--end-aligned .mdc-text-field__input, .tema-light-green-light-green .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-light-green-light-green .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-light-green-light-green .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-light-green-light-green .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-light-green-light-green .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-light-green-light-green .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(139, 195, 74, 0.87);
}
.tema-light-green-light-green .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(139, 195, 74, 0.87);
}
.tema-light-green-light-green .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-light-green-light-green .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #8bc34a);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #8bc34a);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(139, 195, 74, 0.87);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-light-green-light-green .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #8bc34a);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-light-green-light-green .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-light-green-light-green [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-light-green-light-green .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-light-green-light-green .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-light-green-light-green .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-light-green-light-green .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-light-green-light-green .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-light-green-light-green .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-light-green-light-green .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-green-light-green .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-light-green-light-green .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-green-light-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-green-light-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-light-green-light-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-green-light-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-green-light-green .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__start,
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__content,
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-light-green-light-green .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #8bc34a);
}
.tema-light-green-light-green .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-green-light-green .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #8bc34a);
}
.tema-light-green-light-green .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-green-light-green .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-light-green-light-green .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-light-green-light-green .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(139, 195, 74, 0.87);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(139, 195, 74, 0.87);
}
.tema-light-green-light-green .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-light-green-light-green .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-light-green-light-green .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-green-light-green .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-light-green-light-green .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-green-light-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-green-light-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-light-green-light-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-green-light-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-green-light-green .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__start,
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__content,
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-light-green-light-green .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #8bc34a);
}
.tema-light-green-light-green .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-green-light-green .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #8bc34a);
}
.tema-light-green-light-green .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-green-light-green .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-light-green-light-green .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-light-green-light-green .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-light-green-light-green .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-light-green-light-green .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #8bc34a;
  --mdc-chip-elevated-disabled-container-color: #8bc34a;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-light-green-light-green .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #8bc34a;
  --mdc-chip-elevated-disabled-container-color: #8bc34a;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-light-green-light-green .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-light-green-light-green .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-light-green-light-green .mat-mdc-chip {
  height: 32px;
}
.tema-light-green-light-green .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-light-green-light-green .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-green-light-green .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #7cb342;
  --mdc-switch-selected-handle-color: #7cb342;
  --mdc-switch-selected-hover-state-layer-color: #7cb342;
  --mdc-switch-selected-pressed-state-layer-color: #7cb342;
  --mdc-switch-selected-focus-handle-color: #33691e;
  --mdc-switch-selected-hover-handle-color: #33691e;
  --mdc-switch-selected-pressed-handle-color: #33691e;
  --mdc-switch-selected-focus-track-color: #aed581;
  --mdc-switch-selected-hover-track-color: #aed581;
  --mdc-switch-selected-pressed-track-color: #aed581;
  --mdc-switch-selected-track-color: #aed581;
}
.tema-light-green-light-green .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #7cb342;
  --mdc-switch-selected-handle-color: #7cb342;
  --mdc-switch-selected-hover-state-layer-color: #7cb342;
  --mdc-switch-selected-pressed-state-layer-color: #7cb342;
  --mdc-switch-selected-focus-handle-color: #33691e;
  --mdc-switch-selected-hover-handle-color: #33691e;
  --mdc-switch-selected-pressed-handle-color: #33691e;
  --mdc-switch-selected-focus-track-color: #aed581;
  --mdc-switch-selected-hover-track-color: #aed581;
  --mdc-switch-selected-pressed-track-color: #aed581;
  --mdc-switch-selected-track-color: #aed581;
}
.tema-light-green-light-green .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-light-green-light-green .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-light-green-light-green .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-green-light-green .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #8bc34a;
  --mdc-radio-selected-hover-icon-color: #8bc34a;
  --mdc-radio-selected-icon-color: #8bc34a;
  --mdc-radio-selected-pressed-icon-color: #8bc34a;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #8bc34a;
  --mdc-radio-selected-hover-icon-color: #8bc34a;
  --mdc-radio-selected-icon-color: #8bc34a;
  --mdc-radio-selected-pressed-icon-color: #8bc34a;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-light-green-light-green .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-light-green-light-green .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-light-green-light-green .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-light-green-light-green .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-light-green-light-green .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #8bc34a;
  --mdc-slider-focus-handle-color: #8bc34a;
  --mdc-slider-hover-handle-color: #8bc34a;
  --mdc-slider-active-track-color: #8bc34a;
  --mdc-slider-inactive-track-color: #8bc34a;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #8bc34a;
  --mat-mdc-slider-ripple-color: #8bc34a;
  --mat-mdc-slider-hover-ripple-color: rgba(139, 195, 74, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(139, 195, 74, 0.2);
}
.tema-light-green-light-green .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #8bc34a;
  --mdc-slider-focus-handle-color: #8bc34a;
  --mdc-slider-hover-handle-color: #8bc34a;
  --mdc-slider-active-track-color: #8bc34a;
  --mdc-slider-inactive-track-color: #8bc34a;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #8bc34a;
  --mat-mdc-slider-ripple-color: #8bc34a;
  --mat-mdc-slider-hover-ripple-color: rgba(139, 195, 74, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(139, 195, 74, 0.2);
}
.tema-light-green-light-green .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-light-green-light-green .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-green-light-green .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-light-green-light-green .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-green-light-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-green-light-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-light-green-light-green .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-green-light-green .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-green-light-green .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__start,
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__content,
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-light-green-light-green .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #8bc34a);
}
.tema-light-green-light-green .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-green-light-green .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #8bc34a);
}
.tema-light-green-light-green .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-green-light-green .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-light-green-light-green .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-mdc-menu-item[disabled],
.tema-light-green-light-green .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-light-green-light-green .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-light-green-light-green .mat-mdc-menu-item .mat-icon-no-color,
.tema-light-green-light-green .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-green-light-green .mat-mdc-menu-item:hover:not([disabled]),
.tema-light-green-light-green .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-light-green-light-green .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-light-green-light-green .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-light-green-light-green .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-light-green-light-green .mat-mdc-list-option .mdc-list-item__start, .tema-light-green-light-green .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #8bc34a;
  --mdc-checkbox-selected-hover-icon-color: #8bc34a;
  --mdc-checkbox-selected-icon-color: #8bc34a;
  --mdc-checkbox-selected-pressed-icon-color: #8bc34a;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-mdc-list-option .mdc-list-item__start, .tema-light-green-light-green .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #8bc34a;
  --mdc-radio-selected-hover-icon-color: #8bc34a;
  --mdc-radio-selected-icon-color: #8bc34a;
  --mdc-radio-selected-pressed-icon-color: #8bc34a;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-light-green-light-green .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-light-green-light-green .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #8bc34a;
  --mdc-checkbox-selected-hover-icon-color: #8bc34a;
  --mdc-checkbox-selected-icon-color: #8bc34a;
  --mdc-checkbox-selected-pressed-icon-color: #8bc34a;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-light-green-light-green .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #8bc34a;
  --mdc-radio-selected-hover-icon-color: #8bc34a;
  --mdc-radio-selected-icon-color: #8bc34a;
  --mdc-radio-selected-pressed-icon-color: #8bc34a;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-light-green-light-green .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-light-green-light-green .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-light-green-light-green .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-light-green-light-green .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-light-green-light-green .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-light-green-light-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-light-green-light-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-light-green-light-green .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-light-green-light-green .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-light-green-light-green .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-light-green-light-green .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-light-green-light-green .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-light-green-light-green .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-light-green-light-green .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-light-green-light-green .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-light-green-light-green .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-light-green-light-green .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-mdc-paginator-decrement,
.tema-light-green-light-green .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-mdc-paginator-first,
.tema-light-green-light-green .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-light-green-light-green .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-light-green-light-green .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-light-green-light-green .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-light-green-light-green .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-light-green-light-green .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-light-green-light-green .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-light-green-light-green .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-light-green-light-green .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-light-green-light-green .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-light-green-light-green .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-light-green-light-green .mat-mdc-tab, .tema-light-green-light-green .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-light-green-light-green .mat-mdc-tab .mdc-tab__text-label, .tema-light-green-light-green .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-light-green-light-green .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-light-green-light-green .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-light-green-light-green .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-light-green-light-green .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-light-green-light-green .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-light-green-light-green .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #8bc34a);
}
.tema-light-green-light-green .mdc-tab__ripple::before,
.tema-light-green-light-green .mat-mdc-tab .mat-ripple-element,
.tema-light-green-light-green .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-light-green-light-green .mat-mdc-tab-link .mat-ripple-element {
  background-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-light-green-light-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-light-green-light-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #8bc34a);
}
.tema-light-green-light-green .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-light-green-light-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-light-green-light-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-light-green-light-green .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-light-green-light-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-light-green-light-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-light-green-light-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-light-green-light-green .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-light-green-light-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-light-green-light-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-light-green-light-green .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-light-green-light-green .mat-mdc-tab-group.mat-background-primary, .tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #8bc34a;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-light-green-light-green .mat-mdc-tab-group.mat-background-accent, .tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #8bc34a;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-light-green-light-green .mat-mdc-tab-group.mat-background-warn, .tema-light-green-light-green .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-light-green-light-green .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-light-green-light-green .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-light-green-light-green .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-light-green-light-green .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-light-green-light-green .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-light-green-light-green .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #8bc34a;
  --mdc-checkbox-selected-hover-icon-color: #8bc34a;
  --mdc-checkbox-selected-icon-color: #8bc34a;
  --mdc-checkbox-selected-pressed-icon-color: #8bc34a;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(139, 195, 74, 0.1);
}
.tema-light-green-light-green .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #8bc34a;
  --mdc-checkbox-selected-hover-icon-color: #8bc34a;
  --mdc-checkbox-selected-icon-color: #8bc34a;
  --mdc-checkbox-selected-pressed-icon-color: #8bc34a;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(139, 195, 74, 0.1);
}
.tema-light-green-light-green .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-light-green-light-green .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-light-green-light-green .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-light-green-light-green .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-light-green-light-green .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-light-green-light-green .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-light-green-light-green .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-light-green-light-green .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-light-green-light-green .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #8bc34a;
  --mdc-filled-button-label-text-color: #000;
}
.tema-light-green-light-green .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #8bc34a;
  --mdc-filled-button-label-text-color: #000;
}
.tema-light-green-light-green .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-light-green-light-green .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-light-green-light-green .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #8bc34a;
  --mdc-protected-button-label-text-color: #000;
}
.tema-light-green-light-green .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #8bc34a;
  --mdc-protected-button-label-text-color: #000;
}
.tema-light-green-light-green .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-light-green-light-green .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-light-green-light-green .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-light-green-light-green .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-light-green-light-green .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-mdc-button, .tema-light-green-light-green .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-green-light-green .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-light-green-light-green .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-green-light-green .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-green-light-green .mat-mdc-button.mat-primary, .tema-light-green-light-green .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #8bc34a;
  --mat-mdc-button-ripple-color: rgba(139, 195, 74, 0.1);
}
.tema-light-green-light-green .mat-mdc-button.mat-accent, .tema-light-green-light-green .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #8bc34a;
  --mat-mdc-button-ripple-color: rgba(139, 195, 74, 0.1);
}
.tema-light-green-light-green .mat-mdc-button.mat-warn, .tema-light-green-light-green .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-light-green-light-green .mat-mdc-raised-button, .tema-light-green-light-green .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-green-light-green .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-light-green-light-green .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-green-light-green .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-green-light-green .mat-mdc-raised-button.mat-primary, .tema-light-green-light-green .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-green-light-green .mat-mdc-raised-button.mat-accent, .tema-light-green-light-green .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-green-light-green .mat-mdc-raised-button.mat-warn, .tema-light-green-light-green .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-light-green-light-green .mat-mdc-button.mat-mdc-button-base,
.tema-light-green-light-green .mat-mdc-raised-button.mat-mdc-button-base,
.tema-light-green-light-green .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-light-green-light-green .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-light-green-light-green .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-green-light-green .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-light-green-light-green .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-green-light-green .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-green-light-green .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #8bc34a;
  --mat-mdc-button-ripple-color: rgba(139, 195, 74, 0.1);
}
.tema-light-green-light-green .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #8bc34a;
  --mat-mdc-button-ripple-color: rgba(139, 195, 74, 0.1);
}
.tema-light-green-light-green .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-light-green-light-green .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-light-green-light-green .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-light-green-light-green .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-light-green-light-green .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-light-green-light-green .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-light-green-light-green .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-light-green-light-green .mat-mdc-fab, .tema-light-green-light-green .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-green-light-green .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-light-green-light-green .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-green-light-green .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-light-green-light-green .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-light-green-light-green .mat-mdc-fab.mat-primary, .tema-light-green-light-green .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-green-light-green .mat-mdc-fab.mat-accent, .tema-light-green-light-green .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-light-green-light-green .mat-mdc-fab.mat-warn, .tema-light-green-light-green .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-light-green-light-green .mat-mdc-fab.mat-unthemed, .tema-light-green-light-green .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-light-green-light-green .mat-mdc-fab.mat-primary, .tema-light-green-light-green .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #8bc34a;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-light-green-light-green .mat-mdc-fab.mat-accent, .tema-light-green-light-green .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #8bc34a;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-light-green-light-green .mat-mdc-fab.mat-warn, .tema-light-green-light-green .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-light-green-light-green .mat-mdc-fab[disabled][disabled], .tema-light-green-light-green .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #8bc34a;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-light-green-light-green .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mdc-data-table__row {
  background-color: inherit;
}
.tema-light-green-light-green .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-light-green-light-green .mdc-data-table__row--selected {
  background-color: rgba(139, 195, 74, 0.04);
}
.tema-light-green-light-green .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-light-green-light-green .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-light-green-light-green .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mdc-data-table__cell,
.tema-light-green-light-green .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-light-green-light-green .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mdc-data-table__pagination-total,
.tema-light-green-light-green .mdc-data-table__pagination-rows-per-page-label,
.tema-light-green-light-green .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-light-green-light-green .mdc-data-table__pagination-button .mdc-button__icon, .tema-light-green-light-green .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-light-green-light-green .mat-mdc-table {
  background: white;
}
.tema-light-green-light-green .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-light-green-light-green .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-light-green-light-green .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-light-green-light-green .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #8bc34a;
}
.tema-light-green-light-green .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-light-green-light-green .mat-badge {
  position: relative;
}
.tema-light-green-light-green .mat-badge.mat-badge {
  overflow: visible;
}
.tema-light-green-light-green .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-light-green-light-green .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;
}
.tema-light-green-light-green .ng-animate-disabled .mat-badge-content,
.tema-light-green-light-green .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-light-green-light-green .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-light-green-light-green .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-light-green-light-green .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-light-green-light-green .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-light-green-light-green .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-light-green-light-green .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-light-green-light-green .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-light-green-light-green .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-light-green-light-green .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-light-green-light-green .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-light-green-light-green .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-light-green-light-green .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-light-green-light-green .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-light-green-light-green .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-light-green-light-green .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-light-green-light-green .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-light-green-light-green .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-light-green-light-green .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-light-green-light-green .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-light-green-light-green .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-light-green-light-green .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-light-green-light-green .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-light-green-light-green .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-light-green-light-green .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-light-green-light-green .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-light-green-light-green .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-light-green-light-green .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-light-green-light-green .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-light-green-light-green .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-light-green-light-green .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-light-green-light-green .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-light-green-light-green .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-light-green-light-green .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-light-green-light-green .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-light-green-light-green .mat-badge-content {
  color: rgba(0, 0, 0, 0.87);
  background: #8bc34a;
}
.cdk-high-contrast-active .tema-light-green-light-green .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-light-green-light-green .mat-badge-accent .mat-badge-content {
  background: #8bc34a;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-light-green-light-green .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .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);
}
.tema-light-green-light-green .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-light-green-light-green .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-light-green-light-green .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-light-green-light-green .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-light-green-light-green .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-light-green-light-green .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-light-green-light-green [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-light-green-light-green .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-light-green-light-green .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-light-green-light-green .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-light-green-light-green .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-light-green-light-green .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-light-green-light-green .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-light-green-light-green .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-datepicker-toggle,
.tema-light-green-light-green .mat-datepicker-content .mat-calendar-next-button,
.tema-light-green-light-green .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-calendar-table-header,
.tema-light-green-light-green .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-calendar-body-cell-content,
.tema-light-green-light-green .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-light-green-light-green .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);
}
.tema-light-green-light-green .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-light-green-light-green .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .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);
}
.tema-light-green-light-green .mat-calendar-body-in-range::before {
  background: rgba(139, 195, 74, 0.2);
}
.tema-light-green-light-green .mat-calendar-body-comparison-identical,
.tema-light-green-light-green .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-light-green-light-green .mat-calendar-body-comparison-bridge-start::before,
.tema-light-green-light-green [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(139, 195, 74, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-light-green-light-green .mat-calendar-body-comparison-bridge-end::before,
.tema-light-green-light-green [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(139, 195, 74, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-light-green-light-green .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-light-green-light-green .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-light-green-light-green .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-light-green-light-green .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-light-green-light-green .mat-calendar-body-selected {
  background-color: #8bc34a;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(139, 195, 74, 0.4);
}
.tema-light-green-light-green .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-light-green-light-green .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(139, 195, 74, 0.3);
}
@media (hover: hover) {
  .tema-light-green-light-green .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(139, 195, 74, 0.3);
  }
}
.tema-light-green-light-green .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);
}
.tema-light-green-light-green .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(139, 195, 74, 0.2);
}
.tema-light-green-light-green .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-light-green-light-green .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-light-green-light-green .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-light-green-light-green .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(139, 195, 74, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-light-green-light-green .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-light-green-light-green .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(139, 195, 74, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-light-green-light-green .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-light-green-light-green .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-light-green-light-green .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-light-green-light-green .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-light-green-light-green .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #8bc34a;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(139, 195, 74, 0.4);
}
.tema-light-green-light-green .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .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),
.tema-light-green-light-green .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(139, 195, 74, 0.3);
}
@media (hover: hover) {
  .tema-light-green-light-green .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(139, 195, 74, 0.3);
  }
}
.tema-light-green-light-green .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-light-green-light-green .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-light-green-light-green .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-light-green-light-green .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-light-green-light-green .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%);
}
.tema-light-green-light-green .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-light-green-light-green .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%);
}
.tema-light-green-light-green .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-light-green-light-green .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-light-green-light-green .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-light-green-light-green .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-light-green-light-green .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-light-green-light-green .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-light-green-light-green .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-light-green-light-green .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),
.tema-light-green-light-green .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-light-green-light-green .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-light-green-light-green .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);
}
.tema-light-green-light-green .mat-datepicker-toggle-active {
  color: #8bc34a;
}
.tema-light-green-light-green .mat-datepicker-toggle-active.mat-accent {
  color: #8bc34a;
}
.tema-light-green-light-green .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-light-green-light-green .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-light-green-light-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-light-green-light-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-light-green-light-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-light-green-light-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-light-green-light-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-light-green-light-green .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-light-green-light-green .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .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);
}
.tema-light-green-light-green .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-light-green-light-green .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-light-green-light-green .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) {
  .tema-light-green-light-green .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-light-green-light-green .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-expansion-panel-header-description,
.tema-light-green-light-green .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-light-green-light-green .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-light-green-light-green .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-light-green-light-green .mat-icon.mat-primary {
  color: #8bc34a;
}
.tema-light-green-light-green .mat-icon.mat-accent {
  color: #8bc34a;
}
.tema-light-green-light-green .mat-icon.mat-warn {
  color: #f44336;
}
.tema-light-green-light-green .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-light-green-light-green .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);
}
.tema-light-green-light-green .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-light-green-light-green [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-light-green-light-green [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-light-green-light-green .mat-step-header.cdk-keyboard-focused, .tema-light-green-light-green .mat-step-header.cdk-program-focused, .tema-light-green-light-green .mat-step-header:hover:not([aria-disabled]), .tema-light-green-light-green .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-light-green-light-green .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-light-green-light-green .mat-step-header:hover {
    background: none;
  }
}
.tema-light-green-light-green .mat-step-header .mat-step-label,
.tema-light-green-light-green .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-light-green-light-green .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-step-header .mat-step-icon-selected,
.tema-light-green-light-green .mat-step-header .mat-step-icon-state-done,
.tema-light-green-light-green .mat-step-header .mat-step-icon-state-edit {
  background-color: #8bc34a;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-light-green-light-green .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-light-green-light-green .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #8bc34a;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-light-green-light-green .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-light-green-light-green .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-light-green-light-green .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-light-green-light-green .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-light-green-light-green .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-light-green-light-green .mat-stepper-horizontal, .tema-light-green-light-green .mat-stepper-vertical {
  background-color: white;
}
.tema-light-green-light-green .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-horizontal-stepper-header::before,
.tema-light-green-light-green .mat-horizontal-stepper-header::after,
.tema-light-green-light-green .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-light-green-light-green .mat-sort-header-arrow {
  color: #757575;
}
.tema-light-green-light-green .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-toolbar.mat-primary {
  background: #8bc34a;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-toolbar.mat-accent {
  background: #8bc34a;
  color: rgba(0, 0, 0, 0.87);
}
.tema-light-green-light-green .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-light-green-light-green .mat-toolbar .mat-form-field-underline,
.tema-light-green-light-green .mat-toolbar .mat-form-field-ripple,
.tema-light-green-light-green .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-light-green-light-green .mat-toolbar .mat-form-field-label,
.tema-light-green-light-green .mat-toolbar .mat-focused .mat-form-field-label,
.tema-light-green-light-green .mat-toolbar .mat-select-value,
.tema-light-green-light-green .mat-toolbar .mat-select-arrow,
.tema-light-green-light-green .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-light-green-light-green .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-light-green-light-green .mat-tree {
  background: white;
}
.tema-light-green-light-green .mat-tree-node,
.tema-light-green-light-green .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-lime-lime .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-lime-lime .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-lime-lime .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-lime-lime .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-lime-lime .mat-mdc-option.mat-mdc-option-active, .tema-lime-lime .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-lime-lime .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #cddc39);
}
.tema-lime-lime .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #cddc39);
}
.tema-lime-lime .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-lime-lime .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-lime-lime .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-lime-lime .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #cddc39;
}
.tema-lime-lime .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-lime-lime .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #cddc39;
}
.tema-lime-lime .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-lime-lime .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-lime-lime .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-lime-lime .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #cddc39;
}
.tema-lime-lime .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-lime-lime .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #cddc39;
}
.tema-lime-lime .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-lime-lime .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-lime-lime .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-lime-lime .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #cddc39;
}
.tema-lime-lime .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-lime-lime .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #cddc39;
}
.tema-lime-lime .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-lime-lime .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-lime-lime .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-lime-lime .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-lime-lime .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-lime-lime .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-lime-lime .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-lime-lime .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-lime-lime .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-lime-lime .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-lime-lime .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-lime-lime .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-lime-lime .mat-app-background, .tema-lime-lime.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-elevation-z0, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z1, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z2, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z3, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z4, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z5, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z6, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z7, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z8, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z9, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z10, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z11, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z12, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z13, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z14, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z15, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z16, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z17, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z18, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z19, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z20, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z21, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z22, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z23, .tema-lime-lime .mat-mdc-elevation-specific.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);
}
.tema-lime-lime .mat-elevation-z24, .tema-lime-lime .mat-mdc-elevation-specific.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;
}

.tema-lime-lime .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-lime-lime .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-lime-lime .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #cddc39;
}
.tema-lime-lime .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(205, 220, 57, 0.25)'/%3E%3C/svg%3E");
}
.tema-lime-lime .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(205, 220, 57, 0.25);
}
.tema-lime-lime .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #cddc39;
}
.tema-lime-lime .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(205, 220, 57, 0.25)'/%3E%3C/svg%3E");
}
.tema-lime-lime .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(205, 220, 57, 0.25);
}
.tema-lime-lime .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-lime-lime .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-lime-lime .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-lime-lime .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-lime-lime .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-lime-lime .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-lime-lime .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-lime-lime .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-lime-lime .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #cddc39);
}
.tema-lime-lime .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-lime-lime .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-lime-lime .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-lime-lime .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-lime-lime .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-lime-lime .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-lime-lime .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-lime-lime .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-lime-lime .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-lime-lime .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-lime-lime .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-lime-lime .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-lime-lime .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-lime-lime .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #cddc39);
}
.tema-lime-lime .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-lime-lime .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-lime-lime .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-lime-lime .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-lime-lime .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-lime-lime .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-lime-lime .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #cddc39);
}
[dir=rtl] .tema-lime-lime .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-lime-lime .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-lime-lime .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-lime-lime .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-lime-lime .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-lime-lime .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-lime-lime .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-lime-lime .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-lime-lime .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(205, 220, 57, 0.87);
}
.tema-lime-lime .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-lime-lime .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-lime-lime .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-lime-lime .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-lime-lime .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-lime-lime .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-lime-lime .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-lime-lime .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-lime-lime .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-lime-lime .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-lime-lime .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-lime-lime .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-lime-lime .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-lime-lime .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-lime-lime .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-lime-lime .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-lime-lime .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-lime-lime .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-lime-lime .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-lime-lime .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-lime-lime .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-lime-lime .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-lime-lime .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-lime-lime .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-lime-lime .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-lime-lime .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-lime-lime .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-lime-lime .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-lime-lime .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-lime-lime .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-lime-lime .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-lime-lime .mdc-text-field--end-aligned .mdc-text-field__input, .tema-lime-lime .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-lime-lime .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-lime-lime .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-lime-lime .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-lime-lime .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-lime-lime .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(205, 220, 57, 0.87);
}
.tema-lime-lime .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(205, 220, 57, 0.87);
}
.tema-lime-lime .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-lime-lime .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #cddc39);
}
.tema-lime-lime .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #cddc39);
}
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(205, 220, 57, 0.87);
}
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-lime-lime .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #cddc39);
}
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-lime-lime .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-lime-lime .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-lime-lime [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-lime-lime .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-lime-lime .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-lime-lime .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-lime-lime .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-lime-lime .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-lime-lime .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-lime-lime .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-lime-lime .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-lime-lime .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-lime-lime .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-lime-lime .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-lime-lime .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-lime-lime .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-lime-lime .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__start,
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__content,
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-lime-lime .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #cddc39);
}
.tema-lime-lime .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-lime-lime .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #cddc39);
}
.tema-lime-lime .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-lime-lime .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-lime-lime .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-lime-lime .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(205, 220, 57, 0.87);
}
.tema-lime-lime .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(205, 220, 57, 0.87);
}
.tema-lime-lime .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-lime-lime .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-lime-lime .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-lime-lime .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-lime-lime .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-lime-lime .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-lime-lime .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-lime-lime .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-lime-lime .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-lime-lime .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__start,
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__content,
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-lime-lime .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #cddc39);
}
.tema-lime-lime .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-lime-lime .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #cddc39);
}
.tema-lime-lime .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-lime-lime .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-lime-lime .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-lime-lime .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-lime-lime .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-lime-lime .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #cddc39;
  --mdc-chip-elevated-disabled-container-color: #cddc39;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-lime-lime .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #cddc39;
  --mdc-chip-elevated-disabled-container-color: #cddc39;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-lime-lime .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-lime-lime .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-lime-lime .mat-mdc-chip {
  height: 32px;
}
.tema-lime-lime .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-lime-lime .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-lime-lime .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #c0ca33;
  --mdc-switch-selected-handle-color: #c0ca33;
  --mdc-switch-selected-hover-state-layer-color: #c0ca33;
  --mdc-switch-selected-pressed-state-layer-color: #c0ca33;
  --mdc-switch-selected-focus-handle-color: #827717;
  --mdc-switch-selected-hover-handle-color: #827717;
  --mdc-switch-selected-pressed-handle-color: #827717;
  --mdc-switch-selected-focus-track-color: #dce775;
  --mdc-switch-selected-hover-track-color: #dce775;
  --mdc-switch-selected-pressed-track-color: #dce775;
  --mdc-switch-selected-track-color: #dce775;
}
.tema-lime-lime .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #c0ca33;
  --mdc-switch-selected-handle-color: #c0ca33;
  --mdc-switch-selected-hover-state-layer-color: #c0ca33;
  --mdc-switch-selected-pressed-state-layer-color: #c0ca33;
  --mdc-switch-selected-focus-handle-color: #827717;
  --mdc-switch-selected-hover-handle-color: #827717;
  --mdc-switch-selected-pressed-handle-color: #827717;
  --mdc-switch-selected-focus-track-color: #dce775;
  --mdc-switch-selected-hover-track-color: #dce775;
  --mdc-switch-selected-pressed-track-color: #dce775;
  --mdc-switch-selected-track-color: #dce775;
}
.tema-lime-lime .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-lime-lime .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-lime-lime .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-lime-lime .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #cddc39;
  --mdc-radio-selected-hover-icon-color: #cddc39;
  --mdc-radio-selected-icon-color: #cddc39;
  --mdc-radio-selected-pressed-icon-color: #cddc39;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #cddc39;
}
.tema-lime-lime .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #cddc39;
  --mdc-radio-selected-hover-icon-color: #cddc39;
  --mdc-radio-selected-icon-color: #cddc39;
  --mdc-radio-selected-pressed-icon-color: #cddc39;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #cddc39;
}
.tema-lime-lime .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-lime-lime .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-lime-lime .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-lime-lime .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-lime-lime .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-lime-lime .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #cddc39;
  --mdc-slider-focus-handle-color: #cddc39;
  --mdc-slider-hover-handle-color: #cddc39;
  --mdc-slider-active-track-color: #cddc39;
  --mdc-slider-inactive-track-color: #cddc39;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #cddc39;
  --mat-mdc-slider-ripple-color: #cddc39;
  --mat-mdc-slider-hover-ripple-color: rgba(205, 220, 57, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(205, 220, 57, 0.2);
}
.tema-lime-lime .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #cddc39;
  --mdc-slider-focus-handle-color: #cddc39;
  --mdc-slider-hover-handle-color: #cddc39;
  --mdc-slider-active-track-color: #cddc39;
  --mdc-slider-inactive-track-color: #cddc39;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #cddc39;
  --mat-mdc-slider-ripple-color: #cddc39;
  --mat-mdc-slider-hover-ripple-color: rgba(205, 220, 57, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(205, 220, 57, 0.2);
}
.tema-lime-lime .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-lime-lime .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-lime-lime .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-lime-lime .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-lime-lime .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-lime-lime .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-lime-lime .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-lime-lime .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-lime-lime .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__start,
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__content,
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-lime-lime .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #cddc39);
}
.tema-lime-lime .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-lime-lime .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #cddc39);
}
.tema-lime-lime .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-lime-lime .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-lime-lime .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-mdc-menu-item[disabled],
.tema-lime-lime .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-lime-lime .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-lime-lime .mat-mdc-menu-item .mat-icon-no-color,
.tema-lime-lime .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-lime-lime .mat-mdc-menu-item:hover:not([disabled]),
.tema-lime-lime .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-lime-lime .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-lime-lime .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-lime-lime .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-lime-lime .mat-mdc-list-option .mdc-list-item__start, .tema-lime-lime .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #cddc39;
  --mdc-checkbox-selected-hover-icon-color: #cddc39;
  --mdc-checkbox-selected-icon-color: #cddc39;
  --mdc-checkbox-selected-pressed-icon-color: #cddc39;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-mdc-list-option .mdc-list-item__start, .tema-lime-lime .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #cddc39;
  --mdc-radio-selected-hover-icon-color: #cddc39;
  --mdc-radio-selected-icon-color: #cddc39;
  --mdc-radio-selected-pressed-icon-color: #cddc39;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #cddc39;
}
.tema-lime-lime .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-lime-lime .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-lime-lime .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #cddc39;
  --mdc-checkbox-selected-hover-icon-color: #cddc39;
  --mdc-checkbox-selected-icon-color: #cddc39;
  --mdc-checkbox-selected-pressed-icon-color: #cddc39;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-lime-lime .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #cddc39;
  --mdc-radio-selected-hover-icon-color: #cddc39;
  --mdc-radio-selected-icon-color: #cddc39;
  --mdc-radio-selected-pressed-icon-color: #cddc39;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #cddc39;
}
.tema-lime-lime .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-lime-lime .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-lime-lime .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-lime-lime .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-lime-lime .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-lime-lime .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-lime-lime .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #cddc39;
}
.tema-lime-lime .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-lime-lime .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #cddc39;
}
.tema-lime-lime .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-lime-lime .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-lime-lime .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-lime-lime .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-lime-lime .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-lime-lime .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-lime-lime .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-lime-lime .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-lime-lime .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-lime-lime .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-lime-lime .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-mdc-paginator-decrement,
.tema-lime-lime .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-mdc-paginator-first,
.tema-lime-lime .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-lime-lime .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-lime-lime .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-lime-lime .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-lime-lime .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-lime-lime .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-lime-lime .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-lime-lime .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-lime-lime .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-lime-lime .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-lime-lime .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-lime-lime .mat-mdc-tab, .tema-lime-lime .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-lime-lime .mat-mdc-tab .mdc-tab__text-label, .tema-lime-lime .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-lime-lime .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-lime-lime .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-lime-lime .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-lime-lime .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-lime-lime .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #cddc39;
}
.tema-lime-lime .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-lime-lime .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #cddc39);
}
.tema-lime-lime .mdc-tab__ripple::before,
.tema-lime-lime .mat-mdc-tab .mat-ripple-element,
.tema-lime-lime .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-lime-lime .mat-mdc-tab-link .mat-ripple-element {
  background-color: #cddc39;
}
.tema-lime-lime .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-lime-lime .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-lime-lime .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-lime-lime .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #cddc39;
}
.tema-lime-lime .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-lime-lime .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-lime-lime .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-lime-lime .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #cddc39);
}
.tema-lime-lime .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-lime-lime .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-lime-lime .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-lime-lime .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-lime-lime .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-lime-lime .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-lime-lime .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-lime-lime .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #cddc39;
}
.tema-lime-lime .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-lime-lime .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-lime-lime .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-lime-lime .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-lime-lime .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-lime-lime .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-lime-lime .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-lime-lime .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-lime-lime .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-lime-lime .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-lime-lime .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-lime-lime .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-lime-lime .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-lime-lime .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-lime-lime .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-lime-lime .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-lime-lime .mat-mdc-tab-group.mat-background-primary, .tema-lime-lime .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #cddc39;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-lime-lime .mat-mdc-tab-group.mat-background-accent, .tema-lime-lime .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #cddc39;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-lime-lime .mat-mdc-tab-group.mat-background-warn, .tema-lime-lime .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-lime-lime .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-lime-lime .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-lime-lime .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-lime-lime .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-lime-lime .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-lime-lime .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #cddc39;
  --mdc-checkbox-selected-hover-icon-color: #cddc39;
  --mdc-checkbox-selected-icon-color: #cddc39;
  --mdc-checkbox-selected-pressed-icon-color: #cddc39;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(205, 220, 57, 0.1);
}
.tema-lime-lime .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #cddc39;
}
.tema-lime-lime .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #cddc39;
  --mdc-checkbox-selected-hover-icon-color: #cddc39;
  --mdc-checkbox-selected-icon-color: #cddc39;
  --mdc-checkbox-selected-pressed-icon-color: #cddc39;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(205, 220, 57, 0.1);
}
.tema-lime-lime .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #cddc39;
}
.tema-lime-lime .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-lime-lime .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-lime-lime .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-lime-lime .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-lime-lime .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-lime-lime .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-lime-lime .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #cddc39;
}
.tema-lime-lime .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #cddc39;
}
.tema-lime-lime .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-lime-lime .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-lime-lime .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #cddc39;
  --mdc-filled-button-label-text-color: #000;
}
.tema-lime-lime .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #cddc39;
  --mdc-filled-button-label-text-color: #000;
}
.tema-lime-lime .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-lime-lime .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-lime-lime .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #cddc39;
  --mdc-protected-button-label-text-color: #000;
}
.tema-lime-lime .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #cddc39;
  --mdc-protected-button-label-text-color: #000;
}
.tema-lime-lime .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-lime-lime .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-lime-lime .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-lime-lime .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #cddc39;
}
.tema-lime-lime .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #cddc39;
}
.tema-lime-lime .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-lime-lime .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-mdc-button, .tema-lime-lime .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-lime-lime .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-lime-lime .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-lime-lime .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-lime-lime .mat-mdc-button.mat-primary, .tema-lime-lime .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #cddc39;
  --mat-mdc-button-ripple-color: rgba(205, 220, 57, 0.1);
}
.tema-lime-lime .mat-mdc-button.mat-accent, .tema-lime-lime .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #cddc39;
  --mat-mdc-button-ripple-color: rgba(205, 220, 57, 0.1);
}
.tema-lime-lime .mat-mdc-button.mat-warn, .tema-lime-lime .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-lime-lime .mat-mdc-raised-button, .tema-lime-lime .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-lime-lime .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-lime-lime .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-lime-lime .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-lime-lime .mat-mdc-raised-button.mat-primary, .tema-lime-lime .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-lime-lime .mat-mdc-raised-button.mat-accent, .tema-lime-lime .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-lime-lime .mat-mdc-raised-button.mat-warn, .tema-lime-lime .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-lime-lime .mat-mdc-button.mat-mdc-button-base,
.tema-lime-lime .mat-mdc-raised-button.mat-mdc-button-base,
.tema-lime-lime .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-lime-lime .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-lime-lime .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-lime-lime .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-lime-lime .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-lime-lime .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-lime-lime .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #cddc39;
  --mat-mdc-button-ripple-color: rgba(205, 220, 57, 0.1);
}
.tema-lime-lime .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #cddc39;
  --mat-mdc-button-ripple-color: rgba(205, 220, 57, 0.1);
}
.tema-lime-lime .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-lime-lime .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #cddc39;
}
.tema-lime-lime .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #cddc39;
}
.tema-lime-lime .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-lime-lime .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-lime-lime .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-lime-lime .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-lime-lime .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-lime-lime .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-lime-lime .mat-mdc-fab, .tema-lime-lime .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-lime-lime .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-lime-lime .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-lime-lime .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-lime-lime .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-lime-lime .mat-mdc-fab.mat-primary, .tema-lime-lime .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-lime-lime .mat-mdc-fab.mat-accent, .tema-lime-lime .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-lime-lime .mat-mdc-fab.mat-warn, .tema-lime-lime .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-lime-lime .mat-mdc-fab.mat-unthemed, .tema-lime-lime .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-lime-lime .mat-mdc-fab.mat-primary, .tema-lime-lime .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #cddc39;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-lime-lime .mat-mdc-fab.mat-accent, .tema-lime-lime .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #cddc39;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-lime-lime .mat-mdc-fab.mat-warn, .tema-lime-lime .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-lime-lime .mat-mdc-fab[disabled][disabled], .tema-lime-lime .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #cddc39;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-lime-lime .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mdc-data-table__row {
  background-color: inherit;
}
.tema-lime-lime .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-lime-lime .mdc-data-table__row--selected {
  background-color: rgba(205, 220, 57, 0.04);
}
.tema-lime-lime .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-lime-lime .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-lime-lime .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mdc-data-table__cell,
.tema-lime-lime .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-lime-lime .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mdc-data-table__pagination-total,
.tema-lime-lime .mdc-data-table__pagination-rows-per-page-label,
.tema-lime-lime .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-lime-lime .mdc-data-table__pagination-button .mdc-button__icon, .tema-lime-lime .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-lime-lime .mat-mdc-table {
  background: white;
}
.tema-lime-lime .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-lime-lime .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-lime-lime .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-lime-lime .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #cddc39;
}
.tema-lime-lime .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #cddc39;
}
.tema-lime-lime .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-lime-lime .mat-badge {
  position: relative;
}
.tema-lime-lime .mat-badge.mat-badge {
  overflow: visible;
}
.tema-lime-lime .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-lime-lime .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;
}
.tema-lime-lime .ng-animate-disabled .mat-badge-content,
.tema-lime-lime .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-lime-lime .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-lime-lime .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-lime-lime .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-lime-lime .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-lime-lime .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-lime-lime .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-lime-lime .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-lime-lime .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-lime-lime .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-lime-lime .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-lime-lime .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-lime-lime .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-lime-lime .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-lime-lime .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-lime-lime .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-lime-lime .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-lime-lime .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-lime-lime .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-lime-lime .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-lime-lime .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-lime-lime .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-lime-lime .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-lime-lime .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-lime-lime .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-lime-lime .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-lime-lime .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-lime-lime .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-lime-lime .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-lime-lime .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-lime-lime .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-lime-lime .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-lime-lime .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-lime-lime .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-lime-lime .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-lime-lime .mat-badge-content {
  color: rgba(0, 0, 0, 0.87);
  background: #cddc39;
}
.cdk-high-contrast-active .tema-lime-lime .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-lime-lime .mat-badge-accent .mat-badge-content {
  background: #cddc39;
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-lime-lime .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .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);
}
.tema-lime-lime .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-lime-lime .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-lime-lime .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-lime-lime .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-lime-lime .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-lime-lime .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-lime-lime [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-lime-lime .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-lime-lime .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-lime-lime .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-lime-lime .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-lime-lime .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-lime-lime .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-lime-lime .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-datepicker-toggle,
.tema-lime-lime .mat-datepicker-content .mat-calendar-next-button,
.tema-lime-lime .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-calendar-table-header,
.tema-lime-lime .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-calendar-body-cell-content,
.tema-lime-lime .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-lime-lime .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);
}
.tema-lime-lime .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-lime-lime .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .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);
}
.tema-lime-lime .mat-calendar-body-in-range::before {
  background: rgba(205, 220, 57, 0.2);
}
.tema-lime-lime .mat-calendar-body-comparison-identical,
.tema-lime-lime .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-lime-lime .mat-calendar-body-comparison-bridge-start::before,
.tema-lime-lime [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(205, 220, 57, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-lime-lime .mat-calendar-body-comparison-bridge-end::before,
.tema-lime-lime [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(205, 220, 57, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-lime-lime .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-lime-lime .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-lime-lime .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-lime-lime .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-lime-lime .mat-calendar-body-selected {
  background-color: #cddc39;
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(205, 220, 57, 0.4);
}
.tema-lime-lime .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-lime-lime .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(205, 220, 57, 0.3);
}
@media (hover: hover) {
  .tema-lime-lime .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(205, 220, 57, 0.3);
  }
}
.tema-lime-lime .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);
}
.tema-lime-lime .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(205, 220, 57, 0.2);
}
.tema-lime-lime .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-lime-lime .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-lime-lime .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-lime-lime .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(205, 220, 57, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-lime-lime .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-lime-lime .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(205, 220, 57, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-lime-lime .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-lime-lime .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-lime-lime .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-lime-lime .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-lime-lime .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #cddc39;
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(205, 220, 57, 0.4);
}
.tema-lime-lime .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .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),
.tema-lime-lime .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(205, 220, 57, 0.3);
}
@media (hover: hover) {
  .tema-lime-lime .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(205, 220, 57, 0.3);
  }
}
.tema-lime-lime .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-lime-lime .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-lime-lime .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-lime-lime .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-lime-lime .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%);
}
.tema-lime-lime .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-lime-lime .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%);
}
.tema-lime-lime .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-lime-lime .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-lime-lime .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-lime-lime .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-lime-lime .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-lime-lime .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-lime-lime .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-lime-lime .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),
.tema-lime-lime .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-lime-lime .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-lime-lime .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);
}
.tema-lime-lime .mat-datepicker-toggle-active {
  color: #cddc39;
}
.tema-lime-lime .mat-datepicker-toggle-active.mat-accent {
  color: #cddc39;
}
.tema-lime-lime .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-lime-lime .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-lime-lime .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-lime-lime .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-lime-lime .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-lime-lime .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-lime-lime .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-lime-lime .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-lime-lime .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .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);
}
.tema-lime-lime .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-lime-lime .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-lime-lime .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) {
  .tema-lime-lime .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-lime-lime .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-expansion-panel-header-description,
.tema-lime-lime .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-lime-lime .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-lime-lime .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-lime-lime .mat-icon.mat-primary {
  color: #cddc39;
}
.tema-lime-lime .mat-icon.mat-accent {
  color: #cddc39;
}
.tema-lime-lime .mat-icon.mat-warn {
  color: #f44336;
}
.tema-lime-lime .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-lime-lime .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);
}
.tema-lime-lime .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-lime-lime [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-lime-lime [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-lime-lime .mat-step-header.cdk-keyboard-focused, .tema-lime-lime .mat-step-header.cdk-program-focused, .tema-lime-lime .mat-step-header:hover:not([aria-disabled]), .tema-lime-lime .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-lime-lime .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-lime-lime .mat-step-header:hover {
    background: none;
  }
}
.tema-lime-lime .mat-step-header .mat-step-label,
.tema-lime-lime .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-lime-lime .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-step-header .mat-step-icon-selected,
.tema-lime-lime .mat-step-header .mat-step-icon-state-done,
.tema-lime-lime .mat-step-header .mat-step-icon-state-edit {
  background-color: #cddc39;
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-lime-lime .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-lime-lime .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #cddc39;
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-lime-lime .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-lime-lime .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-lime-lime .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-lime-lime .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-lime-lime .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-lime-lime .mat-stepper-horizontal, .tema-lime-lime .mat-stepper-vertical {
  background-color: white;
}
.tema-lime-lime .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-horizontal-stepper-header::before,
.tema-lime-lime .mat-horizontal-stepper-header::after,
.tema-lime-lime .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-lime-lime .mat-sort-header-arrow {
  color: #757575;
}
.tema-lime-lime .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-toolbar.mat-primary {
  background: #cddc39;
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-toolbar.mat-accent {
  background: #cddc39;
  color: rgba(0, 0, 0, 0.87);
}
.tema-lime-lime .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-lime-lime .mat-toolbar .mat-form-field-underline,
.tema-lime-lime .mat-toolbar .mat-form-field-ripple,
.tema-lime-lime .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-lime-lime .mat-toolbar .mat-form-field-label,
.tema-lime-lime .mat-toolbar .mat-focused .mat-form-field-label,
.tema-lime-lime .mat-toolbar .mat-select-value,
.tema-lime-lime .mat-toolbar .mat-select-arrow,
.tema-lime-lime .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-lime-lime .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-lime-lime .mat-tree {
  background: white;
}
.tema-lime-lime .mat-tree-node,
.tema-lime-lime .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-yellow-yellow .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-yellow-yellow .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-yellow-yellow .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-yellow-yellow .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-yellow-yellow .mat-mdc-option.mat-mdc-option-active, .tema-yellow-yellow .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-yellow-yellow .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ffeb3b);
}
.tema-yellow-yellow .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #ffeb3b);
}
.tema-yellow-yellow .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-yellow-yellow .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-yellow-yellow .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-yellow-yellow .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffeb3b;
}
.tema-yellow-yellow .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-yellow-yellow .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffeb3b;
}
.tema-yellow-yellow .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-yellow-yellow .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-yellow-yellow .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-yellow-yellow .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffeb3b;
}
.tema-yellow-yellow .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-yellow-yellow .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffeb3b;
}
.tema-yellow-yellow .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-yellow-yellow .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-yellow-yellow .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-yellow-yellow .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffeb3b;
}
.tema-yellow-yellow .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-yellow-yellow .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffeb3b;
}
.tema-yellow-yellow .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-yellow-yellow .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-yellow-yellow .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-yellow-yellow .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-yellow-yellow .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-yellow-yellow .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-yellow-yellow .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-yellow-yellow .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-yellow-yellow .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-yellow-yellow .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-yellow-yellow .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-yellow-yellow .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-yellow-yellow .mat-app-background, .tema-yellow-yellow.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-elevation-z0, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z1, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z2, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z3, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z4, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z5, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z6, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z7, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z8, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z9, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z10, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z11, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z12, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z13, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z14, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z15, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z16, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z17, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z18, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z19, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z20, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z21, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z22, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z23, .tema-yellow-yellow .mat-mdc-elevation-specific.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);
}
.tema-yellow-yellow .mat-elevation-z24, .tema-yellow-yellow .mat-mdc-elevation-specific.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;
}

.tema-yellow-yellow .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-yellow-yellow .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-yellow-yellow .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 235, 59, 0.25)'/%3E%3C/svg%3E");
}
.tema-yellow-yellow .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 235, 59, 0.25);
}
.tema-yellow-yellow .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 235, 59, 0.25)'/%3E%3C/svg%3E");
}
.tema-yellow-yellow .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 235, 59, 0.25);
}
.tema-yellow-yellow .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-yellow-yellow .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-yellow-yellow .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-yellow-yellow .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-yellow-yellow .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-yellow-yellow .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-yellow-yellow .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-yellow-yellow .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-yellow-yellow .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #ffeb3b);
}
.tema-yellow-yellow .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-yellow-yellow .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-yellow-yellow .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-yellow-yellow .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-yellow-yellow .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-yellow-yellow .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-yellow-yellow .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-yellow-yellow .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-yellow-yellow .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-yellow-yellow .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-yellow-yellow .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-yellow-yellow .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-yellow-yellow .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-yellow-yellow .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #ffeb3b);
}
.tema-yellow-yellow .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-yellow-yellow .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-yellow-yellow .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-yellow-yellow .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-yellow-yellow .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-yellow-yellow .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-yellow-yellow .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #ffeb3b);
}
[dir=rtl] .tema-yellow-yellow .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-yellow-yellow .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-yellow-yellow .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-yellow-yellow .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-yellow-yellow .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-yellow-yellow .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-yellow-yellow .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-yellow-yellow .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-yellow-yellow .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 235, 59, 0.87);
}
.tema-yellow-yellow .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-yellow-yellow .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-yellow-yellow .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-yellow-yellow .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-yellow-yellow .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-yellow-yellow .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-yellow-yellow .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-yellow-yellow .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-yellow-yellow .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-yellow-yellow .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-yellow-yellow .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-yellow-yellow .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-yellow-yellow .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-yellow-yellow .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-yellow-yellow .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-yellow-yellow .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-yellow-yellow .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-yellow-yellow .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-yellow-yellow .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-yellow-yellow .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-yellow-yellow .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-yellow-yellow .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-yellow-yellow .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-yellow-yellow .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-yellow-yellow .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-yellow-yellow .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-yellow-yellow .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-yellow-yellow .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-yellow-yellow .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-yellow-yellow .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-yellow-yellow .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-yellow-yellow .mdc-text-field--end-aligned .mdc-text-field__input, .tema-yellow-yellow .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-yellow-yellow .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-yellow-yellow .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-yellow-yellow .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-yellow-yellow .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-yellow-yellow .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(255, 235, 59, 0.87);
}
.tema-yellow-yellow .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 235, 59, 0.87);
}
.tema-yellow-yellow .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-yellow-yellow .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #ffeb3b);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #ffeb3b);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 235, 59, 0.87);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-yellow-yellow .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #ffeb3b);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-yellow-yellow .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-yellow-yellow [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-yellow-yellow .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-yellow-yellow .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-yellow-yellow .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-yellow-yellow .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-yellow-yellow .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-yellow-yellow .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-yellow-yellow .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-yellow-yellow .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-yellow-yellow .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-yellow-yellow .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-yellow-yellow .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-yellow-yellow .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-yellow-yellow .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-yellow-yellow .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__start,
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__content,
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-yellow-yellow .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ffeb3b);
}
.tema-yellow-yellow .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-yellow-yellow .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #ffeb3b);
}
.tema-yellow-yellow .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-yellow-yellow .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-yellow-yellow .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-yellow-yellow .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(255, 235, 59, 0.87);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(255, 235, 59, 0.87);
}
.tema-yellow-yellow .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-yellow-yellow .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-yellow-yellow .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-yellow-yellow .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-yellow-yellow .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-yellow-yellow .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-yellow-yellow .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-yellow-yellow .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-yellow-yellow .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-yellow-yellow .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__start,
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__content,
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-yellow-yellow .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ffeb3b);
}
.tema-yellow-yellow .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-yellow-yellow .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #ffeb3b);
}
.tema-yellow-yellow .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-yellow-yellow .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-yellow-yellow .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-yellow-yellow .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-yellow-yellow .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-yellow-yellow .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ffeb3b;
  --mdc-chip-elevated-disabled-container-color: #ffeb3b;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-yellow-yellow .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ffeb3b;
  --mdc-chip-elevated-disabled-container-color: #ffeb3b;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-yellow-yellow .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-yellow-yellow .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-yellow-yellow .mat-mdc-chip {
  height: 32px;
}
.tema-yellow-yellow .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-yellow-yellow .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-yellow-yellow .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #fdd835;
  --mdc-switch-selected-handle-color: #fdd835;
  --mdc-switch-selected-hover-state-layer-color: #fdd835;
  --mdc-switch-selected-pressed-state-layer-color: #fdd835;
  --mdc-switch-selected-focus-handle-color: #f57f17;
  --mdc-switch-selected-hover-handle-color: #f57f17;
  --mdc-switch-selected-pressed-handle-color: #f57f17;
  --mdc-switch-selected-focus-track-color: #fff176;
  --mdc-switch-selected-hover-track-color: #fff176;
  --mdc-switch-selected-pressed-track-color: #fff176;
  --mdc-switch-selected-track-color: #fff176;
}
.tema-yellow-yellow .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fdd835;
  --mdc-switch-selected-handle-color: #fdd835;
  --mdc-switch-selected-hover-state-layer-color: #fdd835;
  --mdc-switch-selected-pressed-state-layer-color: #fdd835;
  --mdc-switch-selected-focus-handle-color: #f57f17;
  --mdc-switch-selected-hover-handle-color: #f57f17;
  --mdc-switch-selected-pressed-handle-color: #f57f17;
  --mdc-switch-selected-focus-track-color: #fff176;
  --mdc-switch-selected-hover-track-color: #fff176;
  --mdc-switch-selected-pressed-track-color: #fff176;
  --mdc-switch-selected-track-color: #fff176;
}
.tema-yellow-yellow .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-yellow-yellow .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-yellow-yellow .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-yellow-yellow .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffeb3b;
  --mdc-radio-selected-hover-icon-color: #ffeb3b;
  --mdc-radio-selected-icon-color: #ffeb3b;
  --mdc-radio-selected-pressed-icon-color: #ffeb3b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffeb3b;
  --mdc-radio-selected-hover-icon-color: #ffeb3b;
  --mdc-radio-selected-icon-color: #ffeb3b;
  --mdc-radio-selected-pressed-icon-color: #ffeb3b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-yellow-yellow .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-yellow-yellow .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-yellow-yellow .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-yellow-yellow .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-yellow-yellow .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #ffeb3b;
  --mdc-slider-focus-handle-color: #ffeb3b;
  --mdc-slider-hover-handle-color: #ffeb3b;
  --mdc-slider-active-track-color: #ffeb3b;
  --mdc-slider-inactive-track-color: #ffeb3b;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #ffeb3b;
  --mat-mdc-slider-ripple-color: #ffeb3b;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 235, 59, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 235, 59, 0.2);
}
.tema-yellow-yellow .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ffeb3b;
  --mdc-slider-focus-handle-color: #ffeb3b;
  --mdc-slider-hover-handle-color: #ffeb3b;
  --mdc-slider-active-track-color: #ffeb3b;
  --mdc-slider-inactive-track-color: #ffeb3b;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #ffeb3b;
  --mat-mdc-slider-ripple-color: #ffeb3b;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 235, 59, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 235, 59, 0.2);
}
.tema-yellow-yellow .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-yellow-yellow .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-yellow-yellow .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-yellow-yellow .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-yellow-yellow .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-yellow-yellow .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-yellow-yellow .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-yellow-yellow .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-yellow-yellow .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__start,
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__content,
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-yellow-yellow .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ffeb3b);
}
.tema-yellow-yellow .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-yellow-yellow .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #ffeb3b);
}
.tema-yellow-yellow .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-yellow-yellow .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-yellow-yellow .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-mdc-menu-item[disabled],
.tema-yellow-yellow .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-yellow-yellow .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-yellow-yellow .mat-mdc-menu-item .mat-icon-no-color,
.tema-yellow-yellow .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-yellow-yellow .mat-mdc-menu-item:hover:not([disabled]),
.tema-yellow-yellow .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-yellow-yellow .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-yellow-yellow .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-yellow-yellow .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-yellow-yellow .mat-mdc-list-option .mdc-list-item__start, .tema-yellow-yellow .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffeb3b;
  --mdc-checkbox-selected-hover-icon-color: #ffeb3b;
  --mdc-checkbox-selected-icon-color: #ffeb3b;
  --mdc-checkbox-selected-pressed-icon-color: #ffeb3b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-mdc-list-option .mdc-list-item__start, .tema-yellow-yellow .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffeb3b;
  --mdc-radio-selected-hover-icon-color: #ffeb3b;
  --mdc-radio-selected-icon-color: #ffeb3b;
  --mdc-radio-selected-pressed-icon-color: #ffeb3b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-yellow-yellow .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-yellow-yellow .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffeb3b;
  --mdc-checkbox-selected-hover-icon-color: #ffeb3b;
  --mdc-checkbox-selected-icon-color: #ffeb3b;
  --mdc-checkbox-selected-pressed-icon-color: #ffeb3b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-yellow-yellow .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffeb3b;
  --mdc-radio-selected-hover-icon-color: #ffeb3b;
  --mdc-radio-selected-icon-color: #ffeb3b;
  --mdc-radio-selected-pressed-icon-color: #ffeb3b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-yellow-yellow .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-yellow-yellow .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-yellow-yellow .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-yellow-yellow .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-yellow-yellow .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-yellow-yellow .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-yellow-yellow .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-yellow-yellow .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-yellow-yellow .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-yellow-yellow .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-yellow-yellow .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-yellow-yellow .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-yellow-yellow .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-yellow-yellow .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-yellow-yellow .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-yellow-yellow .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-yellow-yellow .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-mdc-paginator-decrement,
.tema-yellow-yellow .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-mdc-paginator-first,
.tema-yellow-yellow .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-yellow-yellow .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-yellow-yellow .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-yellow-yellow .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-yellow-yellow .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-yellow-yellow .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-yellow-yellow .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-yellow-yellow .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-yellow-yellow .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-yellow-yellow .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-yellow-yellow .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-yellow-yellow .mat-mdc-tab, .tema-yellow-yellow .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-yellow-yellow .mat-mdc-tab .mdc-tab__text-label, .tema-yellow-yellow .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-yellow-yellow .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-yellow-yellow .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-yellow-yellow .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-yellow-yellow .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-yellow-yellow .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-yellow-yellow .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ffeb3b);
}
.tema-yellow-yellow .mdc-tab__ripple::before,
.tema-yellow-yellow .mat-mdc-tab .mat-ripple-element,
.tema-yellow-yellow .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-yellow-yellow .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-yellow-yellow .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-yellow-yellow .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ffeb3b);
}
.tema-yellow-yellow .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-yellow-yellow .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-yellow-yellow .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-yellow-yellow .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-yellow-yellow .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-yellow-yellow .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-yellow-yellow .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-yellow-yellow .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-yellow-yellow .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-yellow-yellow .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-yellow-yellow .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-yellow-yellow .mat-mdc-tab-group.mat-background-primary, .tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #ffeb3b;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-yellow-yellow .mat-mdc-tab-group.mat-background-accent, .tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #ffeb3b;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-yellow-yellow .mat-mdc-tab-group.mat-background-warn, .tema-yellow-yellow .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-yellow-yellow .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-yellow-yellow .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-yellow-yellow .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-yellow-yellow .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-yellow-yellow .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-yellow-yellow .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffeb3b;
  --mdc-checkbox-selected-hover-icon-color: #ffeb3b;
  --mdc-checkbox-selected-icon-color: #ffeb3b;
  --mdc-checkbox-selected-pressed-icon-color: #ffeb3b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 235, 59, 0.1);
}
.tema-yellow-yellow .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffeb3b;
  --mdc-checkbox-selected-hover-icon-color: #ffeb3b;
  --mdc-checkbox-selected-icon-color: #ffeb3b;
  --mdc-checkbox-selected-pressed-icon-color: #ffeb3b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 235, 59, 0.1);
}
.tema-yellow-yellow .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-yellow-yellow .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-yellow-yellow .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-yellow-yellow .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-yellow-yellow .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-yellow-yellow .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-yellow-yellow .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-yellow-yellow .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-yellow-yellow .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #ffeb3b;
  --mdc-filled-button-label-text-color: #000;
}
.tema-yellow-yellow .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ffeb3b;
  --mdc-filled-button-label-text-color: #000;
}
.tema-yellow-yellow .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-yellow-yellow .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-yellow-yellow .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #ffeb3b;
  --mdc-protected-button-label-text-color: #000;
}
.tema-yellow-yellow .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ffeb3b;
  --mdc-protected-button-label-text-color: #000;
}
.tema-yellow-yellow .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-yellow-yellow .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-yellow-yellow .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-yellow-yellow .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-yellow-yellow .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-mdc-button, .tema-yellow-yellow .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-yellow-yellow .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-yellow-yellow .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-yellow-yellow .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-yellow-yellow .mat-mdc-button.mat-primary, .tema-yellow-yellow .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #ffeb3b;
  --mat-mdc-button-ripple-color: rgba(255, 235, 59, 0.1);
}
.tema-yellow-yellow .mat-mdc-button.mat-accent, .tema-yellow-yellow .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ffeb3b;
  --mat-mdc-button-ripple-color: rgba(255, 235, 59, 0.1);
}
.tema-yellow-yellow .mat-mdc-button.mat-warn, .tema-yellow-yellow .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-yellow-yellow .mat-mdc-raised-button, .tema-yellow-yellow .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-yellow-yellow .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-yellow-yellow .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-yellow-yellow .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-yellow-yellow .mat-mdc-raised-button.mat-primary, .tema-yellow-yellow .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-yellow-yellow .mat-mdc-raised-button.mat-accent, .tema-yellow-yellow .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-yellow-yellow .mat-mdc-raised-button.mat-warn, .tema-yellow-yellow .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-yellow-yellow .mat-mdc-button.mat-mdc-button-base,
.tema-yellow-yellow .mat-mdc-raised-button.mat-mdc-button-base,
.tema-yellow-yellow .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-yellow-yellow .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-yellow-yellow .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-yellow-yellow .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-yellow-yellow .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-yellow-yellow .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-yellow-yellow .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #ffeb3b;
  --mat-mdc-button-ripple-color: rgba(255, 235, 59, 0.1);
}
.tema-yellow-yellow .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ffeb3b;
  --mat-mdc-button-ripple-color: rgba(255, 235, 59, 0.1);
}
.tema-yellow-yellow .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-yellow-yellow .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-yellow-yellow .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-yellow-yellow .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-yellow-yellow .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-yellow-yellow .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-yellow-yellow .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-yellow-yellow .mat-mdc-fab, .tema-yellow-yellow .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-yellow-yellow .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-yellow-yellow .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-yellow-yellow .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-yellow-yellow .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-yellow-yellow .mat-mdc-fab.mat-primary, .tema-yellow-yellow .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-yellow-yellow .mat-mdc-fab.mat-accent, .tema-yellow-yellow .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-yellow-yellow .mat-mdc-fab.mat-warn, .tema-yellow-yellow .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-yellow-yellow .mat-mdc-fab.mat-unthemed, .tema-yellow-yellow .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-yellow-yellow .mat-mdc-fab.mat-primary, .tema-yellow-yellow .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #ffeb3b;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-yellow-yellow .mat-mdc-fab.mat-accent, .tema-yellow-yellow .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #ffeb3b;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-yellow-yellow .mat-mdc-fab.mat-warn, .tema-yellow-yellow .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-yellow-yellow .mat-mdc-fab[disabled][disabled], .tema-yellow-yellow .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #ffeb3b;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-yellow-yellow .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mdc-data-table__row {
  background-color: inherit;
}
.tema-yellow-yellow .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-yellow-yellow .mdc-data-table__row--selected {
  background-color: rgba(255, 235, 59, 0.04);
}
.tema-yellow-yellow .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-yellow-yellow .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-yellow-yellow .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mdc-data-table__cell,
.tema-yellow-yellow .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-yellow-yellow .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mdc-data-table__pagination-total,
.tema-yellow-yellow .mdc-data-table__pagination-rows-per-page-label,
.tema-yellow-yellow .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-yellow-yellow .mdc-data-table__pagination-button .mdc-button__icon, .tema-yellow-yellow .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-yellow-yellow .mat-mdc-table {
  background: white;
}
.tema-yellow-yellow .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-yellow-yellow .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-yellow-yellow .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-yellow-yellow .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ffeb3b;
}
.tema-yellow-yellow .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-yellow-yellow .mat-badge {
  position: relative;
}
.tema-yellow-yellow .mat-badge.mat-badge {
  overflow: visible;
}
.tema-yellow-yellow .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-yellow-yellow .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;
}
.tema-yellow-yellow .ng-animate-disabled .mat-badge-content,
.tema-yellow-yellow .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-yellow-yellow .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-yellow-yellow .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-yellow-yellow .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-yellow-yellow .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-yellow-yellow .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-yellow-yellow .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-yellow-yellow .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-yellow-yellow .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-yellow-yellow .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-yellow-yellow .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-yellow-yellow .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-yellow-yellow .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-yellow-yellow .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-yellow-yellow .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-yellow-yellow .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-yellow-yellow .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-yellow-yellow .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-yellow-yellow .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-yellow-yellow .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-yellow-yellow .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-yellow-yellow .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-yellow-yellow .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-yellow-yellow .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-yellow-yellow .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-yellow-yellow .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-yellow-yellow .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-yellow-yellow .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-yellow-yellow .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-yellow-yellow .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-yellow-yellow .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-yellow-yellow .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-yellow-yellow .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-yellow-yellow .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-yellow-yellow .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-yellow-yellow .mat-badge-content {
  color: rgba(0, 0, 0, 0.87);
  background: #ffeb3b;
}
.cdk-high-contrast-active .tema-yellow-yellow .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-yellow-yellow .mat-badge-accent .mat-badge-content {
  background: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-yellow-yellow .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .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);
}
.tema-yellow-yellow .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-yellow-yellow .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-yellow-yellow .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-yellow-yellow .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-yellow-yellow .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-yellow-yellow .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-yellow-yellow [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-yellow-yellow .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-yellow-yellow .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-yellow-yellow .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-yellow-yellow .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-yellow-yellow .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-yellow-yellow .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-yellow-yellow .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-datepicker-toggle,
.tema-yellow-yellow .mat-datepicker-content .mat-calendar-next-button,
.tema-yellow-yellow .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-calendar-table-header,
.tema-yellow-yellow .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-calendar-body-cell-content,
.tema-yellow-yellow .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-yellow-yellow .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);
}
.tema-yellow-yellow .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-yellow-yellow .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .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);
}
.tema-yellow-yellow .mat-calendar-body-in-range::before {
  background: rgba(255, 235, 59, 0.2);
}
.tema-yellow-yellow .mat-calendar-body-comparison-identical,
.tema-yellow-yellow .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-yellow-yellow .mat-calendar-body-comparison-bridge-start::before,
.tema-yellow-yellow [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 235, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-yellow-yellow .mat-calendar-body-comparison-bridge-end::before,
.tema-yellow-yellow [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 235, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-yellow-yellow .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-yellow-yellow .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-yellow-yellow .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-yellow-yellow .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-yellow-yellow .mat-calendar-body-selected {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 235, 59, 0.4);
}
.tema-yellow-yellow .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-yellow-yellow .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, 235, 59, 0.3);
}
@media (hover: hover) {
  .tema-yellow-yellow .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 235, 59, 0.3);
  }
}
.tema-yellow-yellow .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);
}
.tema-yellow-yellow .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 235, 59, 0.2);
}
.tema-yellow-yellow .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-yellow-yellow .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-yellow-yellow .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-yellow-yellow .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 235, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-yellow-yellow .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-yellow-yellow .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 235, 59, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-yellow-yellow .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-yellow-yellow .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-yellow-yellow .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-yellow-yellow .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-yellow-yellow .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 235, 59, 0.4);
}
.tema-yellow-yellow .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .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),
.tema-yellow-yellow .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, 235, 59, 0.3);
}
@media (hover: hover) {
  .tema-yellow-yellow .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 235, 59, 0.3);
  }
}
.tema-yellow-yellow .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-yellow-yellow .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-yellow-yellow .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-yellow-yellow .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-yellow-yellow .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%);
}
.tema-yellow-yellow .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-yellow-yellow .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%);
}
.tema-yellow-yellow .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-yellow-yellow .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-yellow-yellow .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-yellow-yellow .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-yellow-yellow .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-yellow-yellow .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-yellow-yellow .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-yellow-yellow .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),
.tema-yellow-yellow .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-yellow-yellow .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-yellow-yellow .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);
}
.tema-yellow-yellow .mat-datepicker-toggle-active {
  color: #ffeb3b;
}
.tema-yellow-yellow .mat-datepicker-toggle-active.mat-accent {
  color: #ffeb3b;
}
.tema-yellow-yellow .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-yellow-yellow .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-yellow-yellow .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-yellow-yellow .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-yellow-yellow .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-yellow-yellow .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-yellow-yellow .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-yellow-yellow .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-yellow-yellow .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .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);
}
.tema-yellow-yellow .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-yellow-yellow .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-yellow-yellow .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) {
  .tema-yellow-yellow .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-yellow-yellow .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-expansion-panel-header-description,
.tema-yellow-yellow .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-yellow-yellow .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-yellow-yellow .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-yellow-yellow .mat-icon.mat-primary {
  color: #ffeb3b;
}
.tema-yellow-yellow .mat-icon.mat-accent {
  color: #ffeb3b;
}
.tema-yellow-yellow .mat-icon.mat-warn {
  color: #f44336;
}
.tema-yellow-yellow .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-yellow-yellow .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);
}
.tema-yellow-yellow .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-yellow-yellow [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-yellow-yellow [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-yellow-yellow .mat-step-header.cdk-keyboard-focused, .tema-yellow-yellow .mat-step-header.cdk-program-focused, .tema-yellow-yellow .mat-step-header:hover:not([aria-disabled]), .tema-yellow-yellow .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-yellow-yellow .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-yellow-yellow .mat-step-header:hover {
    background: none;
  }
}
.tema-yellow-yellow .mat-step-header .mat-step-label,
.tema-yellow-yellow .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-yellow-yellow .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-step-header .mat-step-icon-selected,
.tema-yellow-yellow .mat-step-header .mat-step-icon-state-done,
.tema-yellow-yellow .mat-step-header .mat-step-icon-state-edit {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-yellow-yellow .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-yellow-yellow .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-yellow-yellow .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-yellow-yellow .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-yellow-yellow .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-yellow-yellow .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-yellow-yellow .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-yellow-yellow .mat-stepper-horizontal, .tema-yellow-yellow .mat-stepper-vertical {
  background-color: white;
}
.tema-yellow-yellow .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-horizontal-stepper-header::before,
.tema-yellow-yellow .mat-horizontal-stepper-header::after,
.tema-yellow-yellow .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-yellow-yellow .mat-sort-header-arrow {
  color: #757575;
}
.tema-yellow-yellow .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-toolbar.mat-primary {
  background: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-toolbar.mat-accent {
  background: #ffeb3b;
  color: rgba(0, 0, 0, 0.87);
}
.tema-yellow-yellow .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-yellow-yellow .mat-toolbar .mat-form-field-underline,
.tema-yellow-yellow .mat-toolbar .mat-form-field-ripple,
.tema-yellow-yellow .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-yellow-yellow .mat-toolbar .mat-form-field-label,
.tema-yellow-yellow .mat-toolbar .mat-focused .mat-form-field-label,
.tema-yellow-yellow .mat-toolbar .mat-select-value,
.tema-yellow-yellow .mat-toolbar .mat-select-arrow,
.tema-yellow-yellow .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-yellow-yellow .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-yellow-yellow .mat-tree {
  background: white;
}
.tema-yellow-yellow .mat-tree-node,
.tema-yellow-yellow .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-amber-amber .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-amber-amber .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-amber-amber .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-amber-amber .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-amber-amber .mat-mdc-option.mat-mdc-option-active, .tema-amber-amber .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-amber-amber .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ffc107);
}
.tema-amber-amber .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #ffc107);
}
.tema-amber-amber .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-amber-amber .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-amber-amber .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-amber-amber .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffc107;
}
.tema-amber-amber .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-amber-amber .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffc107;
}
.tema-amber-amber .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-amber-amber .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-amber-amber .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-amber-amber .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffc107;
}
.tema-amber-amber .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-amber-amber .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffc107;
}
.tema-amber-amber .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-amber-amber .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-amber-amber .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-amber-amber .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffc107;
}
.tema-amber-amber .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-amber-amber .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffc107;
}
.tema-amber-amber .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-amber-amber .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-amber-amber .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-amber-amber .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-amber-amber .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-amber-amber .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-amber-amber .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-amber-amber .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-amber-amber .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-amber-amber .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-amber-amber .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-amber-amber .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-amber-amber .mat-app-background, .tema-amber-amber.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-elevation-z0, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z1, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z2, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z3, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z4, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z5, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z6, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z7, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z8, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z9, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z10, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z11, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z12, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z13, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z14, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z15, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z16, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z17, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z18, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z19, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z20, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z21, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z22, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z23, .tema-amber-amber .mat-mdc-elevation-specific.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);
}
.tema-amber-amber .mat-elevation-z24, .tema-amber-amber .mat-mdc-elevation-specific.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;
}

.tema-amber-amber .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-amber-amber .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-amber-amber .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #ffc107;
}
.tema-amber-amber .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 193, 7, 0.25)'/%3E%3C/svg%3E");
}
.tema-amber-amber .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 193, 7, 0.25);
}
.tema-amber-amber .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ffc107;
}
.tema-amber-amber .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 193, 7, 0.25)'/%3E%3C/svg%3E");
}
.tema-amber-amber .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 193, 7, 0.25);
}
.tema-amber-amber .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-amber-amber .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-amber-amber .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-amber-amber .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-amber-amber .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-amber-amber .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-amber-amber .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-amber-amber .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-amber-amber .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #ffc107);
}
.tema-amber-amber .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-amber-amber .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-amber-amber .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-amber-amber .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-amber-amber .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-amber-amber .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-amber-amber .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-amber-amber .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-amber-amber .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-amber-amber .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-amber-amber .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-amber-amber .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-amber-amber .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-amber-amber .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #ffc107);
}
.tema-amber-amber .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-amber-amber .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-amber-amber .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-amber-amber .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-amber-amber .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-amber-amber .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-amber-amber .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #ffc107);
}
[dir=rtl] .tema-amber-amber .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-amber-amber .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-amber-amber .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-amber-amber .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-amber-amber .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-amber-amber .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-amber-amber .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-amber-amber .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-amber-amber .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 193, 7, 0.87);
}
.tema-amber-amber .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-amber-amber .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-amber-amber .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-amber-amber .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-amber-amber .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-amber-amber .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-amber-amber .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-amber-amber .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-amber-amber .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-amber-amber .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-amber-amber .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-amber-amber .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-amber-amber .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-amber-amber .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-amber-amber .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-amber-amber .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-amber-amber .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-amber-amber .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-amber-amber .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-amber-amber .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-amber-amber .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-amber-amber .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-amber-amber .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-amber-amber .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-amber-amber .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-amber-amber .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-amber-amber .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-amber-amber .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-amber-amber .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-amber-amber .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-amber-amber .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-amber-amber .mdc-text-field--end-aligned .mdc-text-field__input, .tema-amber-amber .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-amber-amber .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-amber-amber .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-amber-amber .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-amber-amber .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-amber-amber .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(255, 193, 7, 0.87);
}
.tema-amber-amber .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 193, 7, 0.87);
}
.tema-amber-amber .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-amber-amber .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #ffc107);
}
.tema-amber-amber .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #ffc107);
}
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 193, 7, 0.87);
}
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-amber-amber .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #ffc107);
}
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-amber-amber .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-amber-amber .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-amber-amber [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-amber-amber .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-amber-amber .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-amber-amber .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-amber-amber .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-amber-amber .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-amber-amber .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-amber-amber .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-amber-amber .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-amber-amber .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-amber-amber .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-amber-amber .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-amber-amber .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-amber-amber .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-amber-amber .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__start,
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__content,
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-amber-amber .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ffc107);
}
.tema-amber-amber .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-amber-amber .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #ffc107);
}
.tema-amber-amber .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-amber-amber .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-amber-amber .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-amber-amber .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(255, 193, 7, 0.87);
}
.tema-amber-amber .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(255, 193, 7, 0.87);
}
.tema-amber-amber .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-amber-amber .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-amber-amber .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-amber-amber .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-amber-amber .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-amber-amber .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-amber-amber .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-amber-amber .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-amber-amber .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-amber-amber .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__start,
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__content,
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-amber-amber .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ffc107);
}
.tema-amber-amber .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-amber-amber .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #ffc107);
}
.tema-amber-amber .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-amber-amber .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-amber-amber .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-amber-amber .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-amber-amber .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-amber-amber .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ffc107;
  --mdc-chip-elevated-disabled-container-color: #ffc107;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-amber-amber .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ffc107;
  --mdc-chip-elevated-disabled-container-color: #ffc107;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-amber-amber .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-amber-amber .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-amber-amber .mat-mdc-chip {
  height: 32px;
}
.tema-amber-amber .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-amber-amber .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-amber-amber .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #ffb300;
  --mdc-switch-selected-handle-color: #ffb300;
  --mdc-switch-selected-hover-state-layer-color: #ffb300;
  --mdc-switch-selected-pressed-state-layer-color: #ffb300;
  --mdc-switch-selected-focus-handle-color: #ff6f00;
  --mdc-switch-selected-hover-handle-color: #ff6f00;
  --mdc-switch-selected-pressed-handle-color: #ff6f00;
  --mdc-switch-selected-focus-track-color: #ffd54f;
  --mdc-switch-selected-hover-track-color: #ffd54f;
  --mdc-switch-selected-pressed-track-color: #ffd54f;
  --mdc-switch-selected-track-color: #ffd54f;
}
.tema-amber-amber .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #ffb300;
  --mdc-switch-selected-handle-color: #ffb300;
  --mdc-switch-selected-hover-state-layer-color: #ffb300;
  --mdc-switch-selected-pressed-state-layer-color: #ffb300;
  --mdc-switch-selected-focus-handle-color: #ff6f00;
  --mdc-switch-selected-hover-handle-color: #ff6f00;
  --mdc-switch-selected-pressed-handle-color: #ff6f00;
  --mdc-switch-selected-focus-track-color: #ffd54f;
  --mdc-switch-selected-hover-track-color: #ffd54f;
  --mdc-switch-selected-pressed-track-color: #ffd54f;
  --mdc-switch-selected-track-color: #ffd54f;
}
.tema-amber-amber .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-amber-amber .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-amber-amber .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-amber-amber .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffc107;
  --mdc-radio-selected-hover-icon-color: #ffc107;
  --mdc-radio-selected-icon-color: #ffc107;
  --mdc-radio-selected-pressed-icon-color: #ffc107;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ffc107;
}
.tema-amber-amber .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffc107;
  --mdc-radio-selected-hover-icon-color: #ffc107;
  --mdc-radio-selected-icon-color: #ffc107;
  --mdc-radio-selected-pressed-icon-color: #ffc107;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ffc107;
}
.tema-amber-amber .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-amber-amber .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-amber-amber .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-amber-amber .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-amber-amber .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-amber-amber .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #ffc107;
  --mdc-slider-focus-handle-color: #ffc107;
  --mdc-slider-hover-handle-color: #ffc107;
  --mdc-slider-active-track-color: #ffc107;
  --mdc-slider-inactive-track-color: #ffc107;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #ffc107;
  --mat-mdc-slider-ripple-color: #ffc107;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 193, 7, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 193, 7, 0.2);
}
.tema-amber-amber .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ffc107;
  --mdc-slider-focus-handle-color: #ffc107;
  --mdc-slider-hover-handle-color: #ffc107;
  --mdc-slider-active-track-color: #ffc107;
  --mdc-slider-inactive-track-color: #ffc107;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #ffc107;
  --mat-mdc-slider-ripple-color: #ffc107;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 193, 7, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 193, 7, 0.2);
}
.tema-amber-amber .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-amber-amber .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-amber-amber .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-amber-amber .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-amber-amber .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-amber-amber .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-amber-amber .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-amber-amber .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-amber-amber .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__start,
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__content,
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-amber-amber .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ffc107);
}
.tema-amber-amber .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-amber-amber .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #ffc107);
}
.tema-amber-amber .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-amber-amber .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-amber-amber .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-mdc-menu-item[disabled],
.tema-amber-amber .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-amber-amber .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-amber-amber .mat-mdc-menu-item .mat-icon-no-color,
.tema-amber-amber .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-amber-amber .mat-mdc-menu-item:hover:not([disabled]),
.tema-amber-amber .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-amber-amber .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-amber-amber .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-amber-amber .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-amber-amber .mat-mdc-list-option .mdc-list-item__start, .tema-amber-amber .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffc107;
  --mdc-checkbox-selected-hover-icon-color: #ffc107;
  --mdc-checkbox-selected-icon-color: #ffc107;
  --mdc-checkbox-selected-pressed-icon-color: #ffc107;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-mdc-list-option .mdc-list-item__start, .tema-amber-amber .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffc107;
  --mdc-radio-selected-hover-icon-color: #ffc107;
  --mdc-radio-selected-icon-color: #ffc107;
  --mdc-radio-selected-pressed-icon-color: #ffc107;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ffc107;
}
.tema-amber-amber .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-amber-amber .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-amber-amber .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffc107;
  --mdc-checkbox-selected-hover-icon-color: #ffc107;
  --mdc-checkbox-selected-icon-color: #ffc107;
  --mdc-checkbox-selected-pressed-icon-color: #ffc107;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-amber-amber .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffc107;
  --mdc-radio-selected-hover-icon-color: #ffc107;
  --mdc-radio-selected-icon-color: #ffc107;
  --mdc-radio-selected-pressed-icon-color: #ffc107;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ffc107;
}
.tema-amber-amber .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-amber-amber .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-amber-amber .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-amber-amber .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-amber-amber .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-amber-amber .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-amber-amber .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #ffc107;
}
.tema-amber-amber .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-amber-amber .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #ffc107;
}
.tema-amber-amber .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-amber-amber .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-amber-amber .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-amber-amber .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-amber-amber .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-amber-amber .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-amber-amber .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-amber-amber .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-amber-amber .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-amber-amber .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-amber-amber .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-mdc-paginator-decrement,
.tema-amber-amber .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-mdc-paginator-first,
.tema-amber-amber .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-amber-amber .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-amber-amber .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-amber-amber .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-amber-amber .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-amber-amber .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-amber-amber .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-amber-amber .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-amber-amber .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-amber-amber .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-amber-amber .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-amber-amber .mat-mdc-tab, .tema-amber-amber .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-amber-amber .mat-mdc-tab .mdc-tab__text-label, .tema-amber-amber .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-amber-amber .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-amber-amber .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-amber-amber .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-amber-amber .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-amber-amber .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ffc107;
}
.tema-amber-amber .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-amber-amber .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ffc107);
}
.tema-amber-amber .mdc-tab__ripple::before,
.tema-amber-amber .mat-mdc-tab .mat-ripple-element,
.tema-amber-amber .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-amber-amber .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ffc107;
}
.tema-amber-amber .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-amber-amber .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-amber-amber .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-amber-amber .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ffc107;
}
.tema-amber-amber .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-amber-amber .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-amber-amber .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-amber-amber .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ffc107);
}
.tema-amber-amber .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-amber-amber .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-amber-amber .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-amber-amber .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-amber-amber .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-amber-amber .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-amber-amber .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-amber-amber .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ffc107;
}
.tema-amber-amber .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-amber-amber .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-amber-amber .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-amber-amber .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-amber-amber .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-amber-amber .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-amber-amber .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-amber-amber .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-amber-amber .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-amber-amber .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-amber-amber .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-amber-amber .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-amber-amber .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-amber-amber .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-amber-amber .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-amber-amber .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-amber-amber .mat-mdc-tab-group.mat-background-primary, .tema-amber-amber .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #ffc107;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-amber-amber .mat-mdc-tab-group.mat-background-accent, .tema-amber-amber .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #ffc107;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-amber-amber .mat-mdc-tab-group.mat-background-warn, .tema-amber-amber .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-amber-amber .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-amber-amber .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-amber-amber .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-amber-amber .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-amber-amber .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-amber-amber .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffc107;
  --mdc-checkbox-selected-hover-icon-color: #ffc107;
  --mdc-checkbox-selected-icon-color: #ffc107;
  --mdc-checkbox-selected-pressed-icon-color: #ffc107;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 193, 7, 0.1);
}
.tema-amber-amber .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ffc107;
}
.tema-amber-amber .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffc107;
  --mdc-checkbox-selected-hover-icon-color: #ffc107;
  --mdc-checkbox-selected-icon-color: #ffc107;
  --mdc-checkbox-selected-pressed-icon-color: #ffc107;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 193, 7, 0.1);
}
.tema-amber-amber .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ffc107;
}
.tema-amber-amber .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-amber-amber .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-amber-amber .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-amber-amber .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-amber-amber .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-amber-amber .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-amber-amber .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #ffc107;
}
.tema-amber-amber .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ffc107;
}
.tema-amber-amber .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-amber-amber .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-amber-amber .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #ffc107;
  --mdc-filled-button-label-text-color: #000;
}
.tema-amber-amber .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ffc107;
  --mdc-filled-button-label-text-color: #000;
}
.tema-amber-amber .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-amber-amber .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-amber-amber .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #ffc107;
  --mdc-protected-button-label-text-color: #000;
}
.tema-amber-amber .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ffc107;
  --mdc-protected-button-label-text-color: #000;
}
.tema-amber-amber .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-amber-amber .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-amber-amber .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-amber-amber .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #ffc107;
}
.tema-amber-amber .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ffc107;
}
.tema-amber-amber .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-amber-amber .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-mdc-button, .tema-amber-amber .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-amber-amber .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-amber-amber .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-amber-amber .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-amber-amber .mat-mdc-button.mat-primary, .tema-amber-amber .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #ffc107;
  --mat-mdc-button-ripple-color: rgba(255, 193, 7, 0.1);
}
.tema-amber-amber .mat-mdc-button.mat-accent, .tema-amber-amber .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ffc107;
  --mat-mdc-button-ripple-color: rgba(255, 193, 7, 0.1);
}
.tema-amber-amber .mat-mdc-button.mat-warn, .tema-amber-amber .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-amber-amber .mat-mdc-raised-button, .tema-amber-amber .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-amber-amber .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-amber-amber .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-amber-amber .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-amber-amber .mat-mdc-raised-button.mat-primary, .tema-amber-amber .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-amber-amber .mat-mdc-raised-button.mat-accent, .tema-amber-amber .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-amber-amber .mat-mdc-raised-button.mat-warn, .tema-amber-amber .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-amber-amber .mat-mdc-button.mat-mdc-button-base,
.tema-amber-amber .mat-mdc-raised-button.mat-mdc-button-base,
.tema-amber-amber .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-amber-amber .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-amber-amber .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-amber-amber .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-amber-amber .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-amber-amber .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-amber-amber .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #ffc107;
  --mat-mdc-button-ripple-color: rgba(255, 193, 7, 0.1);
}
.tema-amber-amber .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ffc107;
  --mat-mdc-button-ripple-color: rgba(255, 193, 7, 0.1);
}
.tema-amber-amber .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-amber-amber .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #ffc107;
}
.tema-amber-amber .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ffc107;
}
.tema-amber-amber .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-amber-amber .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-amber-amber .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-amber-amber .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-amber-amber .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-amber-amber .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-amber-amber .mat-mdc-fab, .tema-amber-amber .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-amber-amber .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-amber-amber .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-amber-amber .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-amber-amber .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-amber-amber .mat-mdc-fab.mat-primary, .tema-amber-amber .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-amber-amber .mat-mdc-fab.mat-accent, .tema-amber-amber .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-amber-amber .mat-mdc-fab.mat-warn, .tema-amber-amber .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-amber-amber .mat-mdc-fab.mat-unthemed, .tema-amber-amber .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-amber-amber .mat-mdc-fab.mat-primary, .tema-amber-amber .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #ffc107;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-amber-amber .mat-mdc-fab.mat-accent, .tema-amber-amber .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #ffc107;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-amber-amber .mat-mdc-fab.mat-warn, .tema-amber-amber .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-amber-amber .mat-mdc-fab[disabled][disabled], .tema-amber-amber .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #ffc107;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-amber-amber .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mdc-data-table__row {
  background-color: inherit;
}
.tema-amber-amber .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-amber-amber .mdc-data-table__row--selected {
  background-color: rgba(255, 193, 7, 0.04);
}
.tema-amber-amber .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-amber-amber .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-amber-amber .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mdc-data-table__cell,
.tema-amber-amber .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-amber-amber .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mdc-data-table__pagination-total,
.tema-amber-amber .mdc-data-table__pagination-rows-per-page-label,
.tema-amber-amber .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-amber-amber .mdc-data-table__pagination-button .mdc-button__icon, .tema-amber-amber .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-amber-amber .mat-mdc-table {
  background: white;
}
.tema-amber-amber .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-amber-amber .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-amber-amber .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-amber-amber .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #ffc107;
}
.tema-amber-amber .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ffc107;
}
.tema-amber-amber .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-amber-amber .mat-badge {
  position: relative;
}
.tema-amber-amber .mat-badge.mat-badge {
  overflow: visible;
}
.tema-amber-amber .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-amber-amber .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;
}
.tema-amber-amber .ng-animate-disabled .mat-badge-content,
.tema-amber-amber .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-amber-amber .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-amber-amber .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-amber-amber .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-amber-amber .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-amber-amber .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-amber-amber .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-amber-amber .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-amber-amber .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-amber-amber .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-amber-amber .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-amber-amber .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-amber-amber .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-amber-amber .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-amber-amber .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-amber-amber .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-amber-amber .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-amber-amber .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-amber-amber .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-amber-amber .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-amber-amber .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-amber-amber .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-amber-amber .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-amber-amber .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-amber-amber .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-amber-amber .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-amber-amber .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-amber-amber .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-amber-amber .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-amber-amber .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-amber-amber .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-amber-amber .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-amber-amber .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-amber-amber .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-amber-amber .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-amber-amber .mat-badge-content {
  color: rgba(0, 0, 0, 0.87);
  background: #ffc107;
}
.cdk-high-contrast-active .tema-amber-amber .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-amber-amber .mat-badge-accent .mat-badge-content {
  background: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-amber-amber .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .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);
}
.tema-amber-amber .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-amber-amber .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-amber-amber .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-amber-amber .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-amber-amber .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-amber-amber .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-amber-amber [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-amber-amber .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-amber-amber .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-amber-amber .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-amber-amber .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-amber-amber .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-amber-amber .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-amber-amber .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-datepicker-toggle,
.tema-amber-amber .mat-datepicker-content .mat-calendar-next-button,
.tema-amber-amber .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-calendar-table-header,
.tema-amber-amber .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-calendar-body-cell-content,
.tema-amber-amber .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-amber-amber .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);
}
.tema-amber-amber .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-amber-amber .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .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);
}
.tema-amber-amber .mat-calendar-body-in-range::before {
  background: rgba(255, 193, 7, 0.2);
}
.tema-amber-amber .mat-calendar-body-comparison-identical,
.tema-amber-amber .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-amber-amber .mat-calendar-body-comparison-bridge-start::before,
.tema-amber-amber [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 193, 7, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-amber-amber .mat-calendar-body-comparison-bridge-end::before,
.tema-amber-amber [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 193, 7, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-amber-amber .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-amber-amber .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-amber-amber .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-amber-amber .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-amber-amber .mat-calendar-body-selected {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 193, 7, 0.4);
}
.tema-amber-amber .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-amber-amber .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, 193, 7, 0.3);
}
@media (hover: hover) {
  .tema-amber-amber .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 193, 7, 0.3);
  }
}
.tema-amber-amber .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);
}
.tema-amber-amber .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 193, 7, 0.2);
}
.tema-amber-amber .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-amber-amber .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-amber-amber .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-amber-amber .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 193, 7, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-amber-amber .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-amber-amber .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 193, 7, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-amber-amber .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-amber-amber .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-amber-amber .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-amber-amber .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-amber-amber .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 193, 7, 0.4);
}
.tema-amber-amber .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .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),
.tema-amber-amber .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, 193, 7, 0.3);
}
@media (hover: hover) {
  .tema-amber-amber .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 193, 7, 0.3);
  }
}
.tema-amber-amber .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-amber-amber .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-amber-amber .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-amber-amber .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-amber-amber .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%);
}
.tema-amber-amber .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-amber-amber .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%);
}
.tema-amber-amber .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-amber-amber .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-amber-amber .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-amber-amber .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-amber-amber .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-amber-amber .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-amber-amber .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-amber-amber .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),
.tema-amber-amber .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-amber-amber .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-amber-amber .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);
}
.tema-amber-amber .mat-datepicker-toggle-active {
  color: #ffc107;
}
.tema-amber-amber .mat-datepicker-toggle-active.mat-accent {
  color: #ffc107;
}
.tema-amber-amber .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-amber-amber .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-amber-amber .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-amber-amber .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-amber-amber .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-amber-amber .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-amber-amber .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-amber-amber .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-amber-amber .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .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);
}
.tema-amber-amber .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-amber-amber .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-amber-amber .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) {
  .tema-amber-amber .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-amber-amber .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-expansion-panel-header-description,
.tema-amber-amber .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-amber-amber .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-amber-amber .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-amber-amber .mat-icon.mat-primary {
  color: #ffc107;
}
.tema-amber-amber .mat-icon.mat-accent {
  color: #ffc107;
}
.tema-amber-amber .mat-icon.mat-warn {
  color: #f44336;
}
.tema-amber-amber .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-amber-amber .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);
}
.tema-amber-amber .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-amber-amber [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-amber-amber [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-amber-amber .mat-step-header.cdk-keyboard-focused, .tema-amber-amber .mat-step-header.cdk-program-focused, .tema-amber-amber .mat-step-header:hover:not([aria-disabled]), .tema-amber-amber .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-amber-amber .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-amber-amber .mat-step-header:hover {
    background: none;
  }
}
.tema-amber-amber .mat-step-header .mat-step-label,
.tema-amber-amber .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-amber-amber .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-step-header .mat-step-icon-selected,
.tema-amber-amber .mat-step-header .mat-step-icon-state-done,
.tema-amber-amber .mat-step-header .mat-step-icon-state-edit {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-amber-amber .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-amber-amber .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-amber-amber .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-amber-amber .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-amber-amber .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-amber-amber .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-amber-amber .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-amber-amber .mat-stepper-horizontal, .tema-amber-amber .mat-stepper-vertical {
  background-color: white;
}
.tema-amber-amber .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-horizontal-stepper-header::before,
.tema-amber-amber .mat-horizontal-stepper-header::after,
.tema-amber-amber .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-amber-amber .mat-sort-header-arrow {
  color: #757575;
}
.tema-amber-amber .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-toolbar.mat-primary {
  background: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-toolbar.mat-accent {
  background: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}
.tema-amber-amber .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-amber-amber .mat-toolbar .mat-form-field-underline,
.tema-amber-amber .mat-toolbar .mat-form-field-ripple,
.tema-amber-amber .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-amber-amber .mat-toolbar .mat-form-field-label,
.tema-amber-amber .mat-toolbar .mat-focused .mat-form-field-label,
.tema-amber-amber .mat-toolbar .mat-select-value,
.tema-amber-amber .mat-toolbar .mat-select-arrow,
.tema-amber-amber .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-amber-amber .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-amber-amber .mat-tree {
  background: white;
}
.tema-amber-amber .mat-tree-node,
.tema-amber-amber .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-orange-orange .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-orange-orange .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-orange-orange .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-orange-orange .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-orange-orange .mat-mdc-option.mat-mdc-option-active, .tema-orange-orange .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-orange-orange .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ff9800);
}
.tema-orange-orange .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #ff9800);
}
.tema-orange-orange .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-orange-orange .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-orange-orange .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-orange-orange .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff9800;
}
.tema-orange-orange .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-orange-orange .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff9800;
}
.tema-orange-orange .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-orange-orange .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-orange-orange .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-orange-orange .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff9800;
}
.tema-orange-orange .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-orange-orange .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff9800;
}
.tema-orange-orange .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-orange-orange .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-orange-orange .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-orange-orange .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff9800;
}
.tema-orange-orange .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-orange-orange .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff9800;
}
.tema-orange-orange .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-orange-orange .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-orange-orange .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-orange-orange .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-orange-orange .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-orange-orange .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-orange-orange .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-orange-orange .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-orange-orange .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-orange-orange .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-orange-orange .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-orange-orange .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-orange-orange .mat-app-background, .tema-orange-orange.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-elevation-z0, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z1, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z2, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z3, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z4, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z5, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z6, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z7, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z8, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z9, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z10, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z11, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z12, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z13, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z14, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z15, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z16, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z17, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z18, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z19, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z20, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z21, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z22, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z23, .tema-orange-orange .mat-mdc-elevation-specific.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);
}
.tema-orange-orange .mat-elevation-z24, .tema-orange-orange .mat-mdc-elevation-specific.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;
}

.tema-orange-orange .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-orange-orange .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-orange-orange .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #ff9800;
}
.tema-orange-orange .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 152, 0, 0.25)'/%3E%3C/svg%3E");
}
.tema-orange-orange .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 152, 0, 0.25);
}
.tema-orange-orange .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ff9800;
}
.tema-orange-orange .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 152, 0, 0.25)'/%3E%3C/svg%3E");
}
.tema-orange-orange .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 152, 0, 0.25);
}
.tema-orange-orange .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-orange-orange .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-orange-orange .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-orange-orange .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-orange-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-orange-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-orange-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-orange-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-orange-orange .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #ff9800);
}
.tema-orange-orange .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-orange-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-orange-orange .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-orange-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-orange-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-orange-orange .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-orange-orange .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-orange-orange .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-orange-orange .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-orange-orange .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-orange-orange .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-orange-orange .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-orange-orange .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-orange-orange .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #ff9800);
}
.tema-orange-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-orange-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-orange-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-orange-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-orange-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-orange-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-orange-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #ff9800);
}
[dir=rtl] .tema-orange-orange .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-orange-orange .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-orange-orange .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-orange-orange .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-orange-orange .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-orange-orange .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-orange-orange .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-orange-orange .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-orange-orange .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 152, 0, 0.87);
}
.tema-orange-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-orange-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-orange-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-orange-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-orange-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-orange-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-orange-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-orange-orange .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-orange-orange .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-orange-orange .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-orange-orange .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-orange-orange .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-orange-orange .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-orange-orange .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-orange-orange .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-orange-orange .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-orange-orange .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-orange-orange .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-orange-orange .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-orange-orange .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-orange-orange .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-orange-orange .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-orange-orange .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-orange-orange .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-orange-orange .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-orange-orange .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-orange-orange .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-orange-orange .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-orange-orange .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-orange-orange .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-orange-orange .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-orange-orange .mdc-text-field--end-aligned .mdc-text-field__input, .tema-orange-orange .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-orange-orange .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-orange-orange .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-orange-orange .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-orange-orange .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-orange-orange .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(255, 152, 0, 0.87);
}
.tema-orange-orange .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 152, 0, 0.87);
}
.tema-orange-orange .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-orange-orange .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #ff9800);
}
.tema-orange-orange .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #ff9800);
}
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 152, 0, 0.87);
}
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-orange-orange .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #ff9800);
}
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-orange-orange .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-orange-orange .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-orange-orange [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-orange-orange .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-orange-orange .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-orange-orange .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-orange-orange .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-orange-orange .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-orange-orange .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-orange-orange .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-orange-orange .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-orange-orange .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-orange-orange .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-orange-orange .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-orange-orange .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-orange-orange .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-orange-orange .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__start,
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__content,
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-orange-orange .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ff9800);
}
.tema-orange-orange .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-orange-orange .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #ff9800);
}
.tema-orange-orange .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-orange-orange .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-orange-orange .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-orange-orange .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(255, 152, 0, 0.87);
}
.tema-orange-orange .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(255, 152, 0, 0.87);
}
.tema-orange-orange .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-orange-orange .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-orange-orange .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-orange-orange .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-orange-orange .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-orange-orange .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-orange-orange .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-orange-orange .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-orange-orange .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-orange-orange .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__start,
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__content,
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-orange-orange .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ff9800);
}
.tema-orange-orange .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-orange-orange .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #ff9800);
}
.tema-orange-orange .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-orange-orange .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-orange-orange .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-orange-orange .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-orange-orange .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-orange-orange .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ff9800;
  --mdc-chip-elevated-disabled-container-color: #ff9800;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-orange-orange .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ff9800;
  --mdc-chip-elevated-disabled-container-color: #ff9800;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-orange-orange .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-orange-orange .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-orange-orange .mat-mdc-chip {
  height: 32px;
}
.tema-orange-orange .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-orange-orange .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-orange-orange .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #fb8c00;
  --mdc-switch-selected-handle-color: #fb8c00;
  --mdc-switch-selected-hover-state-layer-color: #fb8c00;
  --mdc-switch-selected-pressed-state-layer-color: #fb8c00;
  --mdc-switch-selected-focus-handle-color: #e65100;
  --mdc-switch-selected-hover-handle-color: #e65100;
  --mdc-switch-selected-pressed-handle-color: #e65100;
  --mdc-switch-selected-focus-track-color: #ffb74d;
  --mdc-switch-selected-hover-track-color: #ffb74d;
  --mdc-switch-selected-pressed-track-color: #ffb74d;
  --mdc-switch-selected-track-color: #ffb74d;
}
.tema-orange-orange .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fb8c00;
  --mdc-switch-selected-handle-color: #fb8c00;
  --mdc-switch-selected-hover-state-layer-color: #fb8c00;
  --mdc-switch-selected-pressed-state-layer-color: #fb8c00;
  --mdc-switch-selected-focus-handle-color: #e65100;
  --mdc-switch-selected-hover-handle-color: #e65100;
  --mdc-switch-selected-pressed-handle-color: #e65100;
  --mdc-switch-selected-focus-track-color: #ffb74d;
  --mdc-switch-selected-hover-track-color: #ffb74d;
  --mdc-switch-selected-pressed-track-color: #ffb74d;
  --mdc-switch-selected-track-color: #ffb74d;
}
.tema-orange-orange .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-orange-orange .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-orange-orange .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-orange-orange .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff9800;
  --mdc-radio-selected-hover-icon-color: #ff9800;
  --mdc-radio-selected-icon-color: #ff9800;
  --mdc-radio-selected-pressed-icon-color: #ff9800;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff9800;
}
.tema-orange-orange .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff9800;
  --mdc-radio-selected-hover-icon-color: #ff9800;
  --mdc-radio-selected-icon-color: #ff9800;
  --mdc-radio-selected-pressed-icon-color: #ff9800;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff9800;
}
.tema-orange-orange .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-orange-orange .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-orange-orange .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-orange-orange .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-orange-orange .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-orange-orange .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #ff9800;
  --mdc-slider-focus-handle-color: #ff9800;
  --mdc-slider-hover-handle-color: #ff9800;
  --mdc-slider-active-track-color: #ff9800;
  --mdc-slider-inactive-track-color: #ff9800;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff9800;
  --mat-mdc-slider-ripple-color: #ff9800;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 152, 0, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 152, 0, 0.2);
}
.tema-orange-orange .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ff9800;
  --mdc-slider-focus-handle-color: #ff9800;
  --mdc-slider-hover-handle-color: #ff9800;
  --mdc-slider-active-track-color: #ff9800;
  --mdc-slider-inactive-track-color: #ff9800;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff9800;
  --mat-mdc-slider-ripple-color: #ff9800;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 152, 0, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 152, 0, 0.2);
}
.tema-orange-orange .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-orange-orange .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-orange-orange .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-orange-orange .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-orange-orange .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-orange-orange .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-orange-orange .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-orange-orange .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-orange-orange .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__start,
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__content,
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-orange-orange .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ff9800);
}
.tema-orange-orange .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-orange-orange .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #ff9800);
}
.tema-orange-orange .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-orange-orange .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-orange-orange .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-mdc-menu-item[disabled],
.tema-orange-orange .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-orange-orange .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-orange-orange .mat-mdc-menu-item .mat-icon-no-color,
.tema-orange-orange .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-orange-orange .mat-mdc-menu-item:hover:not([disabled]),
.tema-orange-orange .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-orange-orange .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-orange-orange .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-orange-orange .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-orange-orange .mat-mdc-list-option .mdc-list-item__start, .tema-orange-orange .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ff9800;
  --mdc-checkbox-selected-hover-icon-color: #ff9800;
  --mdc-checkbox-selected-icon-color: #ff9800;
  --mdc-checkbox-selected-pressed-icon-color: #ff9800;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-mdc-list-option .mdc-list-item__start, .tema-orange-orange .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff9800;
  --mdc-radio-selected-hover-icon-color: #ff9800;
  --mdc-radio-selected-icon-color: #ff9800;
  --mdc-radio-selected-pressed-icon-color: #ff9800;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff9800;
}
.tema-orange-orange .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-orange-orange .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-orange-orange .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ff9800;
  --mdc-checkbox-selected-hover-icon-color: #ff9800;
  --mdc-checkbox-selected-icon-color: #ff9800;
  --mdc-checkbox-selected-pressed-icon-color: #ff9800;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-orange-orange .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff9800;
  --mdc-radio-selected-hover-icon-color: #ff9800;
  --mdc-radio-selected-icon-color: #ff9800;
  --mdc-radio-selected-pressed-icon-color: #ff9800;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff9800;
}
.tema-orange-orange .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-orange-orange .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-orange-orange .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-orange-orange .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-orange-orange .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-orange-orange .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-orange-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #ff9800;
}
.tema-orange-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-orange-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #ff9800;
}
.tema-orange-orange .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-orange-orange .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-orange-orange .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-orange-orange .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-orange-orange .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-orange-orange .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-orange-orange .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-orange-orange .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-orange-orange .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-orange-orange .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-orange-orange .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-mdc-paginator-decrement,
.tema-orange-orange .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-mdc-paginator-first,
.tema-orange-orange .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-orange-orange .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-orange-orange .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-orange-orange .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-orange-orange .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-orange-orange .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-orange-orange .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-orange-orange .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-orange-orange .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-orange-orange .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-orange-orange .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-orange-orange .mat-mdc-tab, .tema-orange-orange .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-orange-orange .mat-mdc-tab .mdc-tab__text-label, .tema-orange-orange .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-orange-orange .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-orange-orange .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-orange-orange .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-orange-orange .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-orange-orange .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ff9800;
}
.tema-orange-orange .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-orange-orange .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ff9800);
}
.tema-orange-orange .mdc-tab__ripple::before,
.tema-orange-orange .mat-mdc-tab .mat-ripple-element,
.tema-orange-orange .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-orange-orange .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ff9800;
}
.tema-orange-orange .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-orange-orange .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-orange-orange .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-orange-orange .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ff9800;
}
.tema-orange-orange .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-orange-orange .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-orange-orange .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-orange-orange .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ff9800);
}
.tema-orange-orange .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-orange-orange .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-orange-orange .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-orange-orange .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-orange-orange .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-orange-orange .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-orange-orange .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-orange-orange .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ff9800;
}
.tema-orange-orange .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-orange-orange .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-orange-orange .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-orange-orange .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-orange-orange .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-orange-orange .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-orange-orange .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-orange-orange .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-orange-orange .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-orange-orange .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-orange-orange .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-orange-orange .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-orange-orange .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-orange-orange .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-orange-orange .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-orange-orange .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-orange-orange .mat-mdc-tab-group.mat-background-primary, .tema-orange-orange .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #ff9800;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-orange-orange .mat-mdc-tab-group.mat-background-accent, .tema-orange-orange .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #ff9800;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-orange-orange .mat-mdc-tab-group.mat-background-warn, .tema-orange-orange .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-orange-orange .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-orange-orange .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-orange-orange .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-orange-orange .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-orange-orange .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-orange-orange .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ff9800;
  --mdc-checkbox-selected-hover-icon-color: #ff9800;
  --mdc-checkbox-selected-icon-color: #ff9800;
  --mdc-checkbox-selected-pressed-icon-color: #ff9800;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 152, 0, 0.1);
}
.tema-orange-orange .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ff9800;
}
.tema-orange-orange .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ff9800;
  --mdc-checkbox-selected-hover-icon-color: #ff9800;
  --mdc-checkbox-selected-icon-color: #ff9800;
  --mdc-checkbox-selected-pressed-icon-color: #ff9800;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 152, 0, 0.1);
}
.tema-orange-orange .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ff9800;
}
.tema-orange-orange .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-orange-orange .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-orange-orange .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-orange-orange .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-orange-orange .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-orange-orange .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-orange-orange .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #ff9800;
}
.tema-orange-orange .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff9800;
}
.tema-orange-orange .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-orange-orange .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-orange-orange .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #ff9800;
  --mdc-filled-button-label-text-color: #000;
}
.tema-orange-orange .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff9800;
  --mdc-filled-button-label-text-color: #000;
}
.tema-orange-orange .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-orange-orange .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-orange-orange .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #ff9800;
  --mdc-protected-button-label-text-color: #000;
}
.tema-orange-orange .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff9800;
  --mdc-protected-button-label-text-color: #000;
}
.tema-orange-orange .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-orange-orange .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-orange-orange .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-orange-orange .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #ff9800;
}
.tema-orange-orange .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ff9800;
}
.tema-orange-orange .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-orange-orange .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-mdc-button, .tema-orange-orange .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-orange-orange .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-orange-orange .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-orange-orange .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-orange-orange .mat-mdc-button.mat-primary, .tema-orange-orange .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #ff9800;
  --mat-mdc-button-ripple-color: rgba(255, 152, 0, 0.1);
}
.tema-orange-orange .mat-mdc-button.mat-accent, .tema-orange-orange .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ff9800;
  --mat-mdc-button-ripple-color: rgba(255, 152, 0, 0.1);
}
.tema-orange-orange .mat-mdc-button.mat-warn, .tema-orange-orange .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-orange-orange .mat-mdc-raised-button, .tema-orange-orange .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-orange-orange .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-orange-orange .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-orange-orange .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-orange-orange .mat-mdc-raised-button.mat-primary, .tema-orange-orange .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-orange-orange .mat-mdc-raised-button.mat-accent, .tema-orange-orange .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-orange-orange .mat-mdc-raised-button.mat-warn, .tema-orange-orange .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-orange-orange .mat-mdc-button.mat-mdc-button-base,
.tema-orange-orange .mat-mdc-raised-button.mat-mdc-button-base,
.tema-orange-orange .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-orange-orange .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-orange-orange .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-orange-orange .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-orange-orange .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-orange-orange .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-orange-orange .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #ff9800;
  --mat-mdc-button-ripple-color: rgba(255, 152, 0, 0.1);
}
.tema-orange-orange .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ff9800;
  --mat-mdc-button-ripple-color: rgba(255, 152, 0, 0.1);
}
.tema-orange-orange .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-orange-orange .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #ff9800;
}
.tema-orange-orange .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff9800;
}
.tema-orange-orange .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-orange-orange .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-orange-orange .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-orange-orange .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-orange-orange .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-orange-orange .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-orange-orange .mat-mdc-fab, .tema-orange-orange .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-orange-orange .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-orange-orange .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-orange-orange .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-orange-orange .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-orange-orange .mat-mdc-fab.mat-primary, .tema-orange-orange .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-orange-orange .mat-mdc-fab.mat-accent, .tema-orange-orange .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-orange-orange .mat-mdc-fab.mat-warn, .tema-orange-orange .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-orange-orange .mat-mdc-fab.mat-unthemed, .tema-orange-orange .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-orange-orange .mat-mdc-fab.mat-primary, .tema-orange-orange .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #ff9800;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-orange-orange .mat-mdc-fab.mat-accent, .tema-orange-orange .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #ff9800;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-orange-orange .mat-mdc-fab.mat-warn, .tema-orange-orange .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-orange-orange .mat-mdc-fab[disabled][disabled], .tema-orange-orange .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #ff9800;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-orange-orange .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mdc-data-table__row {
  background-color: inherit;
}
.tema-orange-orange .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-orange-orange .mdc-data-table__row--selected {
  background-color: rgba(255, 152, 0, 0.04);
}
.tema-orange-orange .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-orange-orange .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-orange-orange .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mdc-data-table__cell,
.tema-orange-orange .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-orange-orange .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mdc-data-table__pagination-total,
.tema-orange-orange .mdc-data-table__pagination-rows-per-page-label,
.tema-orange-orange .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-orange-orange .mdc-data-table__pagination-button .mdc-button__icon, .tema-orange-orange .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-orange-orange .mat-mdc-table {
  background: white;
}
.tema-orange-orange .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-orange-orange .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-orange-orange .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-orange-orange .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #ff9800;
}
.tema-orange-orange .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ff9800;
}
.tema-orange-orange .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-orange-orange .mat-badge {
  position: relative;
}
.tema-orange-orange .mat-badge.mat-badge {
  overflow: visible;
}
.tema-orange-orange .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-orange-orange .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;
}
.tema-orange-orange .ng-animate-disabled .mat-badge-content,
.tema-orange-orange .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-orange-orange .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-orange-orange .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-orange-orange .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-orange-orange .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-orange-orange .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-orange-orange .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-orange-orange .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-orange-orange .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-orange-orange .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-orange-orange .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-orange-orange .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-orange-orange .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-orange-orange .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-orange-orange .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-orange-orange .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-orange-orange .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-orange-orange .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-orange-orange .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-orange-orange .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-orange-orange .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-orange-orange .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-orange-orange .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-orange-orange .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-orange-orange .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-orange-orange .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-orange-orange .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-orange-orange .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-orange-orange .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-orange-orange .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-orange-orange .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-orange-orange .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-orange-orange .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-orange-orange .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-orange-orange .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-orange-orange .mat-badge-content {
  color: rgba(0, 0, 0, 0.87);
  background: #ff9800;
}
.cdk-high-contrast-active .tema-orange-orange .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-orange-orange .mat-badge-accent .mat-badge-content {
  background: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-orange-orange .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .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);
}
.tema-orange-orange .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-orange-orange .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-orange-orange .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-orange-orange .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-orange-orange .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-orange-orange .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-orange-orange [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-orange-orange .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-orange-orange .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-orange-orange .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-orange-orange .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-orange-orange .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-orange-orange .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-orange-orange .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-datepicker-toggle,
.tema-orange-orange .mat-datepicker-content .mat-calendar-next-button,
.tema-orange-orange .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-calendar-table-header,
.tema-orange-orange .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-calendar-body-cell-content,
.tema-orange-orange .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-orange-orange .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);
}
.tema-orange-orange .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-orange-orange .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .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);
}
.tema-orange-orange .mat-calendar-body-in-range::before {
  background: rgba(255, 152, 0, 0.2);
}
.tema-orange-orange .mat-calendar-body-comparison-identical,
.tema-orange-orange .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-orange-orange .mat-calendar-body-comparison-bridge-start::before,
.tema-orange-orange [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 152, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-orange-orange .mat-calendar-body-comparison-bridge-end::before,
.tema-orange-orange [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 152, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-orange-orange .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-orange-orange .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-orange-orange .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-orange-orange .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-orange-orange .mat-calendar-body-selected {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 152, 0, 0.4);
}
.tema-orange-orange .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-orange-orange .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, 152, 0, 0.3);
}
@media (hover: hover) {
  .tema-orange-orange .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 152, 0, 0.3);
  }
}
.tema-orange-orange .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);
}
.tema-orange-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 152, 0, 0.2);
}
.tema-orange-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-orange-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-orange-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-orange-orange .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 152, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-orange-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-orange-orange .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 152, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-orange-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-orange-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-orange-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-orange-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-orange-orange .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 152, 0, 0.4);
}
.tema-orange-orange .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .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),
.tema-orange-orange .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, 152, 0, 0.3);
}
@media (hover: hover) {
  .tema-orange-orange .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 152, 0, 0.3);
  }
}
.tema-orange-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-orange-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-orange-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-orange-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-orange-orange .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%);
}
.tema-orange-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-orange-orange .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%);
}
.tema-orange-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-orange-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-orange-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-orange-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-orange-orange .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-orange-orange .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-orange-orange .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-orange-orange .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),
.tema-orange-orange .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-orange-orange .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-orange-orange .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);
}
.tema-orange-orange .mat-datepicker-toggle-active {
  color: #ff9800;
}
.tema-orange-orange .mat-datepicker-toggle-active.mat-accent {
  color: #ff9800;
}
.tema-orange-orange .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-orange-orange .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-orange-orange .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-orange-orange .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-orange-orange .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-orange-orange .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-orange-orange .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-orange-orange .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-orange-orange .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .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);
}
.tema-orange-orange .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-orange-orange .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-orange-orange .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) {
  .tema-orange-orange .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-orange-orange .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-expansion-panel-header-description,
.tema-orange-orange .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-orange-orange .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-orange-orange .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-orange-orange .mat-icon.mat-primary {
  color: #ff9800;
}
.tema-orange-orange .mat-icon.mat-accent {
  color: #ff9800;
}
.tema-orange-orange .mat-icon.mat-warn {
  color: #f44336;
}
.tema-orange-orange .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-orange-orange .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);
}
.tema-orange-orange .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-orange-orange [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-orange-orange [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-orange-orange .mat-step-header.cdk-keyboard-focused, .tema-orange-orange .mat-step-header.cdk-program-focused, .tema-orange-orange .mat-step-header:hover:not([aria-disabled]), .tema-orange-orange .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-orange-orange .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-orange-orange .mat-step-header:hover {
    background: none;
  }
}
.tema-orange-orange .mat-step-header .mat-step-label,
.tema-orange-orange .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-orange-orange .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-step-header .mat-step-icon-selected,
.tema-orange-orange .mat-step-header .mat-step-icon-state-done,
.tema-orange-orange .mat-step-header .mat-step-icon-state-edit {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-orange-orange .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-orange-orange .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-orange-orange .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-orange-orange .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-orange-orange .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-orange-orange .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-orange-orange .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-orange-orange .mat-stepper-horizontal, .tema-orange-orange .mat-stepper-vertical {
  background-color: white;
}
.tema-orange-orange .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-horizontal-stepper-header::before,
.tema-orange-orange .mat-horizontal-stepper-header::after,
.tema-orange-orange .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-orange-orange .mat-sort-header-arrow {
  color: #757575;
}
.tema-orange-orange .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-toolbar.mat-primary {
  background: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-toolbar.mat-accent {
  background: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
.tema-orange-orange .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-orange-orange .mat-toolbar .mat-form-field-underline,
.tema-orange-orange .mat-toolbar .mat-form-field-ripple,
.tema-orange-orange .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-orange-orange .mat-toolbar .mat-form-field-label,
.tema-orange-orange .mat-toolbar .mat-focused .mat-form-field-label,
.tema-orange-orange .mat-toolbar .mat-select-value,
.tema-orange-orange .mat-toolbar .mat-select-arrow,
.tema-orange-orange .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-orange-orange .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-orange-orange .mat-tree {
  background: white;
}
.tema-orange-orange .mat-tree-node,
.tema-orange-orange .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-deep-orange-deep-orange .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-orange-deep-orange .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-deep-orange-deep-orange .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-deep-orange-deep-orange .mat-mdc-option.mat-mdc-option-active, .tema-deep-orange-deep-orange .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-deep-orange-deep-orange .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ff5722);
}
.tema-deep-orange-deep-orange .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #ff5722);
}
.tema-deep-orange-deep-orange .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-orange-deep-orange .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-deep-orange-deep-orange .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-deep-orange-deep-orange .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-deep-orange-deep-orange .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff5722;
}
.tema-deep-orange-deep-orange .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-deep-orange-deep-orange .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-deep-orange-deep-orange .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-deep-orange-deep-orange .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-deep-orange-deep-orange .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff5722;
}
.tema-deep-orange-deep-orange .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-deep-orange-deep-orange .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-deep-orange-deep-orange .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-deep-orange-deep-orange .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-deep-orange-deep-orange .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff5722;
}
.tema-deep-orange-deep-orange .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-deep-orange-deep-orange .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-deep-orange-deep-orange .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-deep-orange-deep-orange .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-deep-orange-deep-orange .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-deep-orange-deep-orange .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-deep-orange-deep-orange .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-deep-orange-deep-orange .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-deep-orange-deep-orange .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-deep-orange-deep-orange .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-deep-orange-deep-orange .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-deep-orange-deep-orange .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-deep-orange-deep-orange .mat-app-background, .tema-deep-orange-deep-orange.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-orange-deep-orange .mat-elevation-z0, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z1, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z2, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z3, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z4, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z5, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z6, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z7, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z8, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z9, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z10, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z11, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z12, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z13, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z14, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z15, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z16, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z17, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z18, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z19, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z20, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z21, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z22, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z23, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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);
}
.tema-deep-orange-deep-orange .mat-elevation-z24, .tema-deep-orange-deep-orange .mat-mdc-elevation-specific.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;
}

.tema-deep-orange-deep-orange .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-deep-orange-deep-orange .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-deep-orange-deep-orange .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 87, 34, 0.25)'/%3E%3C/svg%3E");
}
.tema-deep-orange-deep-orange .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 87, 34, 0.25);
}
.tema-deep-orange-deep-orange .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 87, 34, 0.25)'/%3E%3C/svg%3E");
}
.tema-deep-orange-deep-orange .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 87, 34, 0.25);
}
.tema-deep-orange-deep-orange .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-deep-orange-deep-orange .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-deep-orange-deep-orange .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-deep-orange-deep-orange .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-deep-orange-deep-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-deep-orange-deep-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-deep-orange-deep-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-deep-orange-deep-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-deep-orange-deep-orange .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #ff5722);
}
.tema-deep-orange-deep-orange .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-deep-orange-deep-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-deep-orange-deep-orange .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-deep-orange-deep-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-deep-orange-deep-orange .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-deep-orange-deep-orange .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-deep-orange-deep-orange .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-deep-orange-deep-orange .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-deep-orange-deep-orange .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-deep-orange-deep-orange .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-deep-orange-deep-orange .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-deep-orange-deep-orange .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-deep-orange-deep-orange .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-deep-orange-deep-orange .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-deep-orange-deep-orange .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #ff5722);
}
.tema-deep-orange-deep-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-deep-orange-deep-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #ff5722);
}
[dir=rtl] .tema-deep-orange-deep-orange .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-deep-orange-deep-orange .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-deep-orange-deep-orange .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-deep-orange-deep-orange .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-deep-orange-deep-orange .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-deep-orange-deep-orange .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-deep-orange-deep-orange .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-deep-orange-deep-orange .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-deep-orange-deep-orange .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 87, 34, 0.87);
}
.tema-deep-orange-deep-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-deep-orange-deep-orange .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-orange-deep-orange .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-deep-orange-deep-orange .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-deep-orange-deep-orange .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-deep-orange-deep-orange .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-deep-orange-deep-orange .mdc-text-field--end-aligned .mdc-text-field__input, .tema-deep-orange-deep-orange .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-deep-orange-deep-orange .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-deep-orange-deep-orange .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-deep-orange-deep-orange .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-deep-orange-deep-orange .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(255, 87, 34, 0.87);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 87, 34, 0.87);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #ff5722);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #ff5722);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 87, 34, 0.87);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #ff5722);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-deep-orange-deep-orange [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-deep-orange-deep-orange .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-deep-orange-deep-orange .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-deep-orange-deep-orange .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-deep-orange-deep-orange .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-deep-orange-deep-orange .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-deep-orange-deep-orange .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-deep-orange-deep-orange .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-orange-deep-orange .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-deep-orange-deep-orange .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-orange-deep-orange .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-orange-deep-orange .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-deep-orange-deep-orange .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-orange-deep-orange .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-orange-deep-orange .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__start,
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__content,
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-deep-orange-deep-orange .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ff5722);
}
.tema-deep-orange-deep-orange .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-orange-deep-orange .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #ff5722);
}
.tema-deep-orange-deep-orange .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-orange-deep-orange .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-deep-orange-deep-orange .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-orange-deep-orange .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-deep-orange-deep-orange .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(255, 87, 34, 0.87);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(255, 87, 34, 0.87);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-deep-orange-deep-orange .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-orange-deep-orange .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-deep-orange-deep-orange .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-orange-deep-orange .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-orange-deep-orange .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-deep-orange-deep-orange .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-orange-deep-orange .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-orange-deep-orange .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__start,
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__content,
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-deep-orange-deep-orange .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ff5722);
}
.tema-deep-orange-deep-orange .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-orange-deep-orange .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #ff5722);
}
.tema-deep-orange-deep-orange .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-orange-deep-orange .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-deep-orange-deep-orange .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-deep-orange-deep-orange .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-deep-orange-deep-orange .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-deep-orange-deep-orange .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ff5722;
  --mdc-chip-elevated-disabled-container-color: #ff5722;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-deep-orange-deep-orange .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-deep-orange-deep-orange .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ff5722;
  --mdc-chip-elevated-disabled-container-color: #ff5722;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-deep-orange-deep-orange .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-deep-orange-deep-orange .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-deep-orange-deep-orange .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-deep-orange-deep-orange .mat-mdc-chip {
  height: 32px;
}
.tema-deep-orange-deep-orange .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-deep-orange-deep-orange .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-orange-deep-orange .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #f4511e;
  --mdc-switch-selected-handle-color: #f4511e;
  --mdc-switch-selected-hover-state-layer-color: #f4511e;
  --mdc-switch-selected-pressed-state-layer-color: #f4511e;
  --mdc-switch-selected-focus-handle-color: #bf360c;
  --mdc-switch-selected-hover-handle-color: #bf360c;
  --mdc-switch-selected-pressed-handle-color: #bf360c;
  --mdc-switch-selected-focus-track-color: #ff8a65;
  --mdc-switch-selected-hover-track-color: #ff8a65;
  --mdc-switch-selected-pressed-track-color: #ff8a65;
  --mdc-switch-selected-track-color: #ff8a65;
}
.tema-deep-orange-deep-orange .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #f4511e;
  --mdc-switch-selected-handle-color: #f4511e;
  --mdc-switch-selected-hover-state-layer-color: #f4511e;
  --mdc-switch-selected-pressed-state-layer-color: #f4511e;
  --mdc-switch-selected-focus-handle-color: #bf360c;
  --mdc-switch-selected-hover-handle-color: #bf360c;
  --mdc-switch-selected-pressed-handle-color: #bf360c;
  --mdc-switch-selected-focus-track-color: #ff8a65;
  --mdc-switch-selected-hover-track-color: #ff8a65;
  --mdc-switch-selected-pressed-track-color: #ff8a65;
  --mdc-switch-selected-track-color: #ff8a65;
}
.tema-deep-orange-deep-orange .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-deep-orange-deep-orange .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-deep-orange-deep-orange .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-orange-deep-orange .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff5722;
  --mdc-radio-selected-hover-icon-color: #ff5722;
  --mdc-radio-selected-icon-color: #ff5722;
  --mdc-radio-selected-pressed-icon-color: #ff5722;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff5722;
  --mdc-radio-selected-hover-icon-color: #ff5722;
  --mdc-radio-selected-icon-color: #ff5722;
  --mdc-radio-selected-pressed-icon-color: #ff5722;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-deep-orange-deep-orange .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-deep-orange-deep-orange .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-deep-orange-deep-orange .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-deep-orange-deep-orange .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-deep-orange-deep-orange .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #ff5722;
  --mdc-slider-focus-handle-color: #ff5722;
  --mdc-slider-hover-handle-color: #ff5722;
  --mdc-slider-active-track-color: #ff5722;
  --mdc-slider-inactive-track-color: #ff5722;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff5722;
  --mat-mdc-slider-ripple-color: #ff5722;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 87, 34, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 87, 34, 0.2);
}
.tema-deep-orange-deep-orange .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ff5722;
  --mdc-slider-focus-handle-color: #ff5722;
  --mdc-slider-hover-handle-color: #ff5722;
  --mdc-slider-active-track-color: #ff5722;
  --mdc-slider-inactive-track-color: #ff5722;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff5722;
  --mat-mdc-slider-ripple-color: #ff5722;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 87, 34, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 87, 34, 0.2);
}
.tema-deep-orange-deep-orange .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-deep-orange-deep-orange .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-orange-deep-orange .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-deep-orange-deep-orange .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-orange-deep-orange .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-orange-deep-orange .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-deep-orange-deep-orange .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-orange-deep-orange .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-orange-deep-orange .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__start,
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__content,
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-deep-orange-deep-orange .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #ff5722);
}
.tema-deep-orange-deep-orange .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-orange-deep-orange .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #ff5722);
}
.tema-deep-orange-deep-orange .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-orange-deep-orange .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-deep-orange-deep-orange .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-mdc-menu-item[disabled],
.tema-deep-orange-deep-orange .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-deep-orange-deep-orange .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-deep-orange-deep-orange .mat-mdc-menu-item .mat-icon-no-color,
.tema-deep-orange-deep-orange .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-orange-deep-orange .mat-mdc-menu-item:hover:not([disabled]),
.tema-deep-orange-deep-orange .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-deep-orange-deep-orange .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-deep-orange-deep-orange .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-deep-orange-deep-orange .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-deep-orange-deep-orange .mat-mdc-list-option .mdc-list-item__start, .tema-deep-orange-deep-orange .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff5722;
  --mdc-checkbox-selected-hover-icon-color: #ff5722;
  --mdc-checkbox-selected-icon-color: #ff5722;
  --mdc-checkbox-selected-pressed-icon-color: #ff5722;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-mdc-list-option .mdc-list-item__start, .tema-deep-orange-deep-orange .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff5722;
  --mdc-radio-selected-hover-icon-color: #ff5722;
  --mdc-radio-selected-icon-color: #ff5722;
  --mdc-radio-selected-pressed-icon-color: #ff5722;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-deep-orange-deep-orange .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-deep-orange-deep-orange .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff5722;
  --mdc-checkbox-selected-hover-icon-color: #ff5722;
  --mdc-checkbox-selected-icon-color: #ff5722;
  --mdc-checkbox-selected-pressed-icon-color: #ff5722;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-deep-orange-deep-orange .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff5722;
  --mdc-radio-selected-hover-icon-color: #ff5722;
  --mdc-radio-selected-icon-color: #ff5722;
  --mdc-radio-selected-pressed-icon-color: #ff5722;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-deep-orange-deep-orange .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-deep-orange-deep-orange .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-deep-orange-deep-orange .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-deep-orange-deep-orange .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-deep-orange-deep-orange .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-deep-orange-deep-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-deep-orange-deep-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-deep-orange-deep-orange .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-deep-orange-deep-orange .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-deep-orange-deep-orange .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-deep-orange-deep-orange .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-deep-orange-deep-orange .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-deep-orange-deep-orange .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-deep-orange-deep-orange .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-deep-orange-deep-orange .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-deep-orange-deep-orange .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-deep-orange-deep-orange .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-orange-deep-orange .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-mdc-paginator-decrement,
.tema-deep-orange-deep-orange .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-mdc-paginator-first,
.tema-deep-orange-deep-orange .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-deep-orange-deep-orange .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-deep-orange-deep-orange .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-deep-orange-deep-orange .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-deep-orange-deep-orange .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-deep-orange-deep-orange .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-deep-orange-deep-orange .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-deep-orange-deep-orange .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-deep-orange-deep-orange .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-deep-orange-deep-orange .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-deep-orange-deep-orange .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-deep-orange-deep-orange .mat-mdc-tab, .tema-deep-orange-deep-orange .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-deep-orange-deep-orange .mat-mdc-tab .mdc-tab__text-label, .tema-deep-orange-deep-orange .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-deep-orange-deep-orange .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-deep-orange-deep-orange .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-deep-orange-deep-orange .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-deep-orange-deep-orange .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-deep-orange-deep-orange .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-deep-orange-deep-orange .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ff5722);
}
.tema-deep-orange-deep-orange .mdc-tab__ripple::before,
.tema-deep-orange-deep-orange .mat-mdc-tab .mat-ripple-element,
.tema-deep-orange-deep-orange .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-deep-orange-deep-orange .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ff5722);
}
.tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-background-primary, .tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #ff5722;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-background-accent, .tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #ff5722;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-deep-orange-deep-orange .mat-mdc-tab-group.mat-background-warn, .tema-deep-orange-deep-orange .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-deep-orange-deep-orange .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-deep-orange-deep-orange .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff5722;
  --mdc-checkbox-selected-hover-icon-color: #ff5722;
  --mdc-checkbox-selected-icon-color: #ff5722;
  --mdc-checkbox-selected-pressed-icon-color: #ff5722;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 87, 34, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff5722;
  --mdc-checkbox-selected-hover-icon-color: #ff5722;
  --mdc-checkbox-selected-icon-color: #ff5722;
  --mdc-checkbox-selected-pressed-icon-color: #ff5722;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 87, 34, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-deep-orange-deep-orange .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-deep-orange-deep-orange .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-deep-orange-deep-orange .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-deep-orange-deep-orange .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-deep-orange-deep-orange .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #ff5722;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-deep-orange-deep-orange .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff5722;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-deep-orange-deep-orange .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-deep-orange-deep-orange .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-deep-orange-deep-orange .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #ff5722;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-deep-orange-deep-orange .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff5722;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-deep-orange-deep-orange .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-deep-orange-deep-orange .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-deep-orange-deep-orange .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-deep-orange-deep-orange .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-deep-orange-deep-orange .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-mdc-button, .tema-deep-orange-deep-orange .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-deep-orange-deep-orange .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-orange-deep-orange .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-orange-deep-orange .mat-mdc-button.mat-primary, .tema-deep-orange-deep-orange .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #ff5722;
  --mat-mdc-button-ripple-color: rgba(255, 87, 34, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-button.mat-accent, .tema-deep-orange-deep-orange .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ff5722;
  --mat-mdc-button-ripple-color: rgba(255, 87, 34, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-button.mat-warn, .tema-deep-orange-deep-orange .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-raised-button, .tema-deep-orange-deep-orange .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-deep-orange-deep-orange .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-orange-deep-orange .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-orange-deep-orange .mat-mdc-raised-button.mat-primary, .tema-deep-orange-deep-orange .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-raised-button.mat-accent, .tema-deep-orange-deep-orange .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-raised-button.mat-warn, .tema-deep-orange-deep-orange .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-button.mat-mdc-button-base,
.tema-deep-orange-deep-orange .mat-mdc-raised-button.mat-mdc-button-base,
.tema-deep-orange-deep-orange .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-deep-orange-deep-orange .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #ff5722;
  --mat-mdc-button-ripple-color: rgba(255, 87, 34, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ff5722;
  --mat-mdc-button-ripple-color: rgba(255, 87, 34, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-deep-orange-deep-orange .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-deep-orange-deep-orange .mat-mdc-fab, .tema-deep-orange-deep-orange .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-deep-orange-deep-orange .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-orange-deep-orange .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-deep-orange-deep-orange .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-deep-orange-deep-orange .mat-mdc-fab.mat-primary, .tema-deep-orange-deep-orange .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-fab.mat-accent, .tema-deep-orange-deep-orange .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-fab.mat-warn, .tema-deep-orange-deep-orange .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-deep-orange-deep-orange .mat-mdc-fab.mat-unthemed, .tema-deep-orange-deep-orange .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-deep-orange-deep-orange .mat-mdc-fab.mat-primary, .tema-deep-orange-deep-orange .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #ff5722;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-deep-orange-deep-orange .mat-mdc-fab.mat-accent, .tema-deep-orange-deep-orange .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #ff5722;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-deep-orange-deep-orange .mat-mdc-fab.mat-warn, .tema-deep-orange-deep-orange .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-deep-orange-deep-orange .mat-mdc-fab[disabled][disabled], .tema-deep-orange-deep-orange .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #ff5722;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-deep-orange-deep-orange .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mdc-data-table__row {
  background-color: inherit;
}
.tema-deep-orange-deep-orange .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-deep-orange-deep-orange .mdc-data-table__row--selected {
  background-color: rgba(255, 87, 34, 0.04);
}
.tema-deep-orange-deep-orange .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-deep-orange-deep-orange .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-deep-orange-deep-orange .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mdc-data-table__cell,
.tema-deep-orange-deep-orange .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-deep-orange-deep-orange .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-orange-deep-orange .mdc-data-table__pagination-total,
.tema-deep-orange-deep-orange .mdc-data-table__pagination-rows-per-page-label,
.tema-deep-orange-deep-orange .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-deep-orange-deep-orange .mdc-data-table__pagination-button .mdc-button__icon, .tema-deep-orange-deep-orange .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-deep-orange-deep-orange .mat-mdc-table {
  background: white;
}
.tema-deep-orange-deep-orange .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-deep-orange-deep-orange .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-deep-orange-deep-orange .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-deep-orange-deep-orange .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-deep-orange-deep-orange .mat-badge {
  position: relative;
}
.tema-deep-orange-deep-orange .mat-badge.mat-badge {
  overflow: visible;
}
.tema-deep-orange-deep-orange .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-deep-orange-deep-orange .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;
}
.tema-deep-orange-deep-orange .ng-animate-disabled .mat-badge-content,
.tema-deep-orange-deep-orange .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-deep-orange-deep-orange .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-deep-orange-deep-orange .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-deep-orange-deep-orange .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-deep-orange-deep-orange .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-deep-orange-deep-orange .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-deep-orange-deep-orange .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-deep-orange-deep-orange .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-deep-orange-deep-orange .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-deep-orange-deep-orange .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-deep-orange-deep-orange .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-deep-orange-deep-orange .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-deep-orange-deep-orange .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-deep-orange-deep-orange .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-deep-orange-deep-orange .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-deep-orange-deep-orange .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-deep-orange-deep-orange .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-deep-orange-deep-orange .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-deep-orange-deep-orange .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-deep-orange-deep-orange .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-deep-orange-deep-orange .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-deep-orange-deep-orange .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-deep-orange-deep-orange .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-deep-orange-deep-orange .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-deep-orange-deep-orange .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-deep-orange-deep-orange .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-deep-orange-deep-orange .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-deep-orange-deep-orange .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-deep-orange-deep-orange .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-deep-orange-deep-orange .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-deep-orange-deep-orange .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-deep-orange-deep-orange .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-deep-orange-deep-orange .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-deep-orange-deep-orange .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-deep-orange-deep-orange .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-deep-orange-deep-orange .mat-badge-content {
  color: white;
  background: #ff5722;
}
.cdk-high-contrast-active .tema-deep-orange-deep-orange .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-deep-orange-deep-orange .mat-badge-accent .mat-badge-content {
  background: #ff5722;
  color: white;
}
.tema-deep-orange-deep-orange .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-deep-orange-deep-orange .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .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);
}
.tema-deep-orange-deep-orange .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-deep-orange-deep-orange .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-deep-orange-deep-orange .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-deep-orange-deep-orange .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-deep-orange-deep-orange .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-deep-orange-deep-orange .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-deep-orange-deep-orange [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-deep-orange-deep-orange .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-deep-orange-deep-orange .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-orange-deep-orange .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-deep-orange-deep-orange .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-deep-orange-deep-orange .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-deep-orange-deep-orange .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-deep-orange-deep-orange .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-deep-orange-deep-orange .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-datepicker-toggle,
.tema-deep-orange-deep-orange .mat-datepicker-content .mat-calendar-next-button,
.tema-deep-orange-deep-orange .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-calendar-table-header,
.tema-deep-orange-deep-orange .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-calendar-body-cell-content,
.tema-deep-orange-deep-orange .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-deep-orange-deep-orange .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);
}
.tema-deep-orange-deep-orange .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-deep-orange-deep-orange .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .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);
}
.tema-deep-orange-deep-orange .mat-calendar-body-in-range::before {
  background: rgba(255, 87, 34, 0.2);
}
.tema-deep-orange-deep-orange .mat-calendar-body-comparison-identical,
.tema-deep-orange-deep-orange .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-deep-orange-deep-orange .mat-calendar-body-comparison-bridge-start::before,
.tema-deep-orange-deep-orange [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 87, 34, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-deep-orange-deep-orange .mat-calendar-body-comparison-bridge-end::before,
.tema-deep-orange-deep-orange [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 87, 34, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-deep-orange-deep-orange .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-deep-orange-deep-orange .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-deep-orange-deep-orange .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-deep-orange-deep-orange .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-deep-orange-deep-orange .mat-calendar-body-selected {
  background-color: #ff5722;
  color: white;
}
.tema-deep-orange-deep-orange .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 87, 34, 0.4);
}
.tema-deep-orange-deep-orange .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-deep-orange-deep-orange .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-deep-orange-deep-orange .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, 87, 34, 0.3);
}
@media (hover: hover) {
  .tema-deep-orange-deep-orange .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 87, 34, 0.3);
  }
}
.tema-deep-orange-deep-orange .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);
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 87, 34, 0.2);
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 87, 34, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 87, 34, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff5722;
  color: white;
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 87, 34, 0.4);
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-deep-orange-deep-orange .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),
.tema-deep-orange-deep-orange .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, 87, 34, 0.3);
}
@media (hover: hover) {
  .tema-deep-orange-deep-orange .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 87, 34, 0.3);
  }
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-deep-orange-deep-orange .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%);
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-deep-orange-deep-orange .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%);
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-deep-orange-deep-orange .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),
.tema-deep-orange-deep-orange .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-deep-orange-deep-orange .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-deep-orange-deep-orange .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);
}
.tema-deep-orange-deep-orange .mat-datepicker-toggle-active {
  color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-datepicker-toggle-active.mat-accent {
  color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-deep-orange-deep-orange .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-deep-orange-deep-orange .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-deep-orange-deep-orange .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-deep-orange-deep-orange .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-deep-orange-deep-orange .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-deep-orange-deep-orange .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-deep-orange-deep-orange .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-deep-orange-deep-orange .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-orange-deep-orange .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);
}
.tema-deep-orange-deep-orange .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-deep-orange-deep-orange .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-deep-orange-deep-orange .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) {
  .tema-deep-orange-deep-orange .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-deep-orange-deep-orange .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-orange-deep-orange .mat-expansion-panel-header-description,
.tema-deep-orange-deep-orange .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-deep-orange-deep-orange .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-deep-orange-deep-orange .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-deep-orange-deep-orange .mat-icon.mat-primary {
  color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-icon.mat-accent {
  color: #ff5722;
}
.tema-deep-orange-deep-orange .mat-icon.mat-warn {
  color: #f44336;
}
.tema-deep-orange-deep-orange .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-orange-deep-orange .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-orange-deep-orange .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-deep-orange-deep-orange .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);
}
.tema-deep-orange-deep-orange .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-deep-orange-deep-orange [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-deep-orange-deep-orange [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-deep-orange-deep-orange .mat-step-header.cdk-keyboard-focused, .tema-deep-orange-deep-orange .mat-step-header.cdk-program-focused, .tema-deep-orange-deep-orange .mat-step-header:hover:not([aria-disabled]), .tema-deep-orange-deep-orange .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-deep-orange-deep-orange .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-deep-orange-deep-orange .mat-step-header:hover {
    background: none;
  }
}
.tema-deep-orange-deep-orange .mat-step-header .mat-step-label,
.tema-deep-orange-deep-orange .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-deep-orange-deep-orange .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.tema-deep-orange-deep-orange .mat-step-header .mat-step-icon-selected,
.tema-deep-orange-deep-orange .mat-step-header .mat-step-icon-state-done,
.tema-deep-orange-deep-orange .mat-step-header .mat-step-icon-state-edit {
  background-color: #ff5722;
  color: white;
}
.tema-deep-orange-deep-orange .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.tema-deep-orange-deep-orange .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-deep-orange-deep-orange .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-deep-orange-deep-orange .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ff5722;
  color: white;
}
.tema-deep-orange-deep-orange .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-deep-orange-deep-orange .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-deep-orange-deep-orange .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-deep-orange-deep-orange .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-deep-orange-deep-orange .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-deep-orange-deep-orange .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-orange-deep-orange .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-deep-orange-deep-orange .mat-stepper-horizontal, .tema-deep-orange-deep-orange .mat-stepper-vertical {
  background-color: white;
}
.tema-deep-orange-deep-orange .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-horizontal-stepper-header::before,
.tema-deep-orange-deep-orange .mat-horizontal-stepper-header::after,
.tema-deep-orange-deep-orange .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-deep-orange-deep-orange .mat-sort-header-arrow {
  color: #757575;
}
.tema-deep-orange-deep-orange .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-deep-orange-deep-orange .mat-toolbar.mat-primary {
  background: #ff5722;
  color: white;
}
.tema-deep-orange-deep-orange .mat-toolbar.mat-accent {
  background: #ff5722;
  color: white;
}
.tema-deep-orange-deep-orange .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-deep-orange-deep-orange .mat-toolbar .mat-form-field-underline,
.tema-deep-orange-deep-orange .mat-toolbar .mat-form-field-ripple,
.tema-deep-orange-deep-orange .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-deep-orange-deep-orange .mat-toolbar .mat-form-field-label,
.tema-deep-orange-deep-orange .mat-toolbar .mat-focused .mat-form-field-label,
.tema-deep-orange-deep-orange .mat-toolbar .mat-select-value,
.tema-deep-orange-deep-orange .mat-toolbar .mat-select-arrow,
.tema-deep-orange-deep-orange .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-deep-orange-deep-orange .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-deep-orange-deep-orange .mat-tree {
  background: white;
}
.tema-deep-orange-deep-orange .mat-tree-node,
.tema-deep-orange-deep-orange .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-brown-brown .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-brown-brown .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-brown-brown .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-brown-brown .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-brown-brown .mat-mdc-option.mat-mdc-option-active, .tema-brown-brown .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-brown-brown .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #795548);
}
.tema-brown-brown .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #795548);
}
.tema-brown-brown .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-brown-brown .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-brown-brown .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-brown-brown .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #795548;
}
.tema-brown-brown .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-brown-brown .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #795548;
}
.tema-brown-brown .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-brown-brown .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-brown-brown .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-brown-brown .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #795548;
}
.tema-brown-brown .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-brown-brown .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #795548;
}
.tema-brown-brown .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-brown-brown .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-brown-brown .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-brown-brown .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #795548;
}
.tema-brown-brown .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-brown-brown .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #795548;
}
.tema-brown-brown .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-brown-brown .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-brown-brown .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-brown-brown .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-brown-brown .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-brown-brown .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-brown-brown .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-brown-brown .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-brown-brown .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-brown-brown .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-brown-brown .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-brown-brown .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-brown-brown .mat-app-background, .tema-brown-brown.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-brown-brown .mat-elevation-z0, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z1, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z2, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z3, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z4, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z5, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z6, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z7, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z8, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z9, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z10, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z11, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z12, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z13, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z14, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z15, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z16, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z17, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z18, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z19, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z20, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z21, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z22, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z23, .tema-brown-brown .mat-mdc-elevation-specific.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);
}
.tema-brown-brown .mat-elevation-z24, .tema-brown-brown .mat-mdc-elevation-specific.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;
}

.tema-brown-brown .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-brown-brown .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-brown-brown .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #795548;
}
.tema-brown-brown .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(121, 85, 72, 0.25)'/%3E%3C/svg%3E");
}
.tema-brown-brown .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(121, 85, 72, 0.25);
}
.tema-brown-brown .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #795548;
}
.tema-brown-brown .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(121, 85, 72, 0.25)'/%3E%3C/svg%3E");
}
.tema-brown-brown .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(121, 85, 72, 0.25);
}
.tema-brown-brown .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-brown-brown .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-brown-brown .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-brown-brown .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-brown-brown .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-brown-brown .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-brown-brown .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-brown-brown .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-brown-brown .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #795548);
}
.tema-brown-brown .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-brown-brown .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-brown-brown .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-brown-brown .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-brown-brown .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-brown-brown .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-brown-brown .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-brown-brown .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-brown-brown .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-brown-brown .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-brown-brown .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-brown-brown .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-brown-brown .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-brown-brown .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-brown-brown .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #795548);
}
.tema-brown-brown .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-brown-brown .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-brown-brown .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-brown-brown .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-brown-brown .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-brown-brown .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-brown-brown .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-brown-brown .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #795548);
}
[dir=rtl] .tema-brown-brown .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-brown-brown .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-brown-brown .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-brown-brown .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-brown-brown .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-brown-brown .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-brown-brown .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-brown-brown .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-brown-brown .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(121, 85, 72, 0.87);
}
.tema-brown-brown .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-brown-brown .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-brown-brown .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-brown-brown .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-brown-brown .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-brown-brown .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-brown-brown .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-brown-brown .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-brown-brown .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-brown-brown .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-brown-brown .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-brown-brown .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-brown-brown .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-brown-brown .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-brown-brown .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-brown-brown .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-brown-brown .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-brown-brown .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-brown-brown .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-brown-brown .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-brown-brown .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-brown-brown .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-brown-brown .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-brown-brown .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-brown-brown .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-brown-brown .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-brown-brown .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-brown-brown .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-brown-brown .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-brown-brown .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-brown-brown .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-brown-brown .mdc-text-field--end-aligned .mdc-text-field__input, .tema-brown-brown .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-brown-brown .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-brown-brown .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-brown-brown .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-brown-brown .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-brown-brown .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-brown-brown .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(121, 85, 72, 0.87);
}
.tema-brown-brown .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(121, 85, 72, 0.87);
}
.tema-brown-brown .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-brown-brown .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #795548);
}
.tema-brown-brown .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #795548);
}
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(121, 85, 72, 0.87);
}
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-brown-brown .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #795548);
}
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-brown-brown .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-brown-brown .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-brown-brown [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-brown-brown .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-brown-brown .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-brown-brown .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-brown-brown .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-brown-brown .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-brown-brown .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-brown-brown .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-brown-brown .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-brown-brown .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-brown-brown .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-brown-brown .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-brown-brown .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-brown-brown .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-brown-brown .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__start,
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__content,
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-brown-brown .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #795548);
}
.tema-brown-brown .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-brown-brown .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #795548);
}
.tema-brown-brown .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-brown-brown .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-brown-brown .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-brown-brown .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-brown-brown .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(121, 85, 72, 0.87);
}
.tema-brown-brown .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(121, 85, 72, 0.87);
}
.tema-brown-brown .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-brown-brown .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-brown-brown .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-brown-brown .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-brown-brown .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-brown-brown .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-brown-brown .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-brown-brown .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-brown-brown .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-brown-brown .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__start,
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__content,
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-brown-brown .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #795548);
}
.tema-brown-brown .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-brown-brown .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #795548);
}
.tema-brown-brown .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-brown-brown .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-brown-brown .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-brown-brown .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-brown-brown .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-brown-brown .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #795548;
  --mdc-chip-elevated-disabled-container-color: #795548;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-brown-brown .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-brown-brown .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #795548;
  --mdc-chip-elevated-disabled-container-color: #795548;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-brown-brown .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-brown-brown .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-brown-brown .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-brown-brown .mat-mdc-chip {
  height: 32px;
}
.tema-brown-brown .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-brown-brown .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-brown-brown .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #6d4c41;
  --mdc-switch-selected-handle-color: #6d4c41;
  --mdc-switch-selected-hover-state-layer-color: #6d4c41;
  --mdc-switch-selected-pressed-state-layer-color: #6d4c41;
  --mdc-switch-selected-focus-handle-color: #3e2723;
  --mdc-switch-selected-hover-handle-color: #3e2723;
  --mdc-switch-selected-pressed-handle-color: #3e2723;
  --mdc-switch-selected-focus-track-color: #a1887f;
  --mdc-switch-selected-hover-track-color: #a1887f;
  --mdc-switch-selected-pressed-track-color: #a1887f;
  --mdc-switch-selected-track-color: #a1887f;
}
.tema-brown-brown .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #6d4c41;
  --mdc-switch-selected-handle-color: #6d4c41;
  --mdc-switch-selected-hover-state-layer-color: #6d4c41;
  --mdc-switch-selected-pressed-state-layer-color: #6d4c41;
  --mdc-switch-selected-focus-handle-color: #3e2723;
  --mdc-switch-selected-hover-handle-color: #3e2723;
  --mdc-switch-selected-pressed-handle-color: #3e2723;
  --mdc-switch-selected-focus-track-color: #a1887f;
  --mdc-switch-selected-hover-track-color: #a1887f;
  --mdc-switch-selected-pressed-track-color: #a1887f;
  --mdc-switch-selected-track-color: #a1887f;
}
.tema-brown-brown .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-brown-brown .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-brown-brown .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-brown-brown .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #795548;
  --mdc-radio-selected-hover-icon-color: #795548;
  --mdc-radio-selected-icon-color: #795548;
  --mdc-radio-selected-pressed-icon-color: #795548;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #795548;
}
.tema-brown-brown .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #795548;
  --mdc-radio-selected-hover-icon-color: #795548;
  --mdc-radio-selected-icon-color: #795548;
  --mdc-radio-selected-pressed-icon-color: #795548;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #795548;
}
.tema-brown-brown .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-brown-brown .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-brown-brown .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-brown-brown .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-brown-brown .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-brown-brown .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #795548;
  --mdc-slider-focus-handle-color: #795548;
  --mdc-slider-hover-handle-color: #795548;
  --mdc-slider-active-track-color: #795548;
  --mdc-slider-inactive-track-color: #795548;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #795548;
  --mat-mdc-slider-ripple-color: #795548;
  --mat-mdc-slider-hover-ripple-color: rgba(121, 85, 72, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(121, 85, 72, 0.2);
}
.tema-brown-brown .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #795548;
  --mdc-slider-focus-handle-color: #795548;
  --mdc-slider-hover-handle-color: #795548;
  --mdc-slider-active-track-color: #795548;
  --mdc-slider-inactive-track-color: #795548;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #795548;
  --mat-mdc-slider-ripple-color: #795548;
  --mat-mdc-slider-hover-ripple-color: rgba(121, 85, 72, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(121, 85, 72, 0.2);
}
.tema-brown-brown .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-brown-brown .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-brown-brown .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-brown-brown .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-brown-brown .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-brown-brown .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-brown-brown .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-brown-brown .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-brown-brown .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__start,
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__content,
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-brown-brown .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #795548);
}
.tema-brown-brown .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-brown-brown .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #795548);
}
.tema-brown-brown .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-brown-brown .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-brown-brown .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-mdc-menu-item[disabled],
.tema-brown-brown .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-brown-brown .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-brown-brown .mat-mdc-menu-item .mat-icon-no-color,
.tema-brown-brown .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-brown-brown .mat-mdc-menu-item:hover:not([disabled]),
.tema-brown-brown .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-brown-brown .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-brown-brown .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-brown-brown .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-brown-brown .mat-mdc-list-option .mdc-list-item__start, .tema-brown-brown .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #795548;
  --mdc-checkbox-selected-hover-icon-color: #795548;
  --mdc-checkbox-selected-icon-color: #795548;
  --mdc-checkbox-selected-pressed-icon-color: #795548;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-mdc-list-option .mdc-list-item__start, .tema-brown-brown .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #795548;
  --mdc-radio-selected-hover-icon-color: #795548;
  --mdc-radio-selected-icon-color: #795548;
  --mdc-radio-selected-pressed-icon-color: #795548;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #795548;
}
.tema-brown-brown .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-brown-brown .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-brown-brown .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #795548;
  --mdc-checkbox-selected-hover-icon-color: #795548;
  --mdc-checkbox-selected-icon-color: #795548;
  --mdc-checkbox-selected-pressed-icon-color: #795548;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-brown-brown .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #795548;
  --mdc-radio-selected-hover-icon-color: #795548;
  --mdc-radio-selected-icon-color: #795548;
  --mdc-radio-selected-pressed-icon-color: #795548;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #795548;
}
.tema-brown-brown .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-brown-brown .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-brown-brown .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-brown-brown .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-brown-brown .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-brown-brown .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-brown-brown .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #795548;
}
.tema-brown-brown .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-brown-brown .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #795548;
}
.tema-brown-brown .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-brown-brown .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-brown-brown .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-brown-brown .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-brown-brown .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-brown-brown .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-brown-brown .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-brown-brown .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-brown-brown .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-brown-brown .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-brown-brown .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-brown-brown .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-mdc-paginator-decrement,
.tema-brown-brown .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-mdc-paginator-first,
.tema-brown-brown .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-brown-brown .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-brown-brown .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-brown-brown .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-brown-brown .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-brown-brown .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-brown-brown .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-brown-brown .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-brown-brown .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-brown-brown .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-brown-brown .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-brown-brown .mat-mdc-tab, .tema-brown-brown .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-brown-brown .mat-mdc-tab .mdc-tab__text-label, .tema-brown-brown .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-brown-brown .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-brown-brown .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-brown-brown .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-brown-brown .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-brown-brown .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #795548;
}
.tema-brown-brown .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-brown-brown .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #795548);
}
.tema-brown-brown .mdc-tab__ripple::before,
.tema-brown-brown .mat-mdc-tab .mat-ripple-element,
.tema-brown-brown .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-brown-brown .mat-mdc-tab-link .mat-ripple-element {
  background-color: #795548;
}
.tema-brown-brown .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-brown-brown .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-brown-brown .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-brown-brown .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #795548;
}
.tema-brown-brown .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-brown-brown .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-brown-brown .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-brown-brown .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #795548);
}
.tema-brown-brown .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-brown-brown .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-brown-brown .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-brown-brown .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-brown-brown .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-brown-brown .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-brown-brown .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-brown-brown .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #795548;
}
.tema-brown-brown .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-brown-brown .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-brown-brown .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-brown-brown .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-brown-brown .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-brown-brown .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-brown-brown .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-brown-brown .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-brown-brown .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-brown-brown .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-brown-brown .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-brown-brown .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-brown-brown .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-brown-brown .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-brown-brown .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-brown-brown .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-brown-brown .mat-mdc-tab-group.mat-background-primary, .tema-brown-brown .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #795548;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-brown-brown .mat-mdc-tab-group.mat-background-accent, .tema-brown-brown .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #795548;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-brown-brown .mat-mdc-tab-group.mat-background-warn, .tema-brown-brown .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-brown-brown .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-brown-brown .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-brown-brown .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-brown-brown .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-brown-brown .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-brown-brown .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #795548;
  --mdc-checkbox-selected-hover-icon-color: #795548;
  --mdc-checkbox-selected-icon-color: #795548;
  --mdc-checkbox-selected-pressed-icon-color: #795548;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(121, 85, 72, 0.1);
}
.tema-brown-brown .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #795548;
}
.tema-brown-brown .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #795548;
  --mdc-checkbox-selected-hover-icon-color: #795548;
  --mdc-checkbox-selected-icon-color: #795548;
  --mdc-checkbox-selected-pressed-icon-color: #795548;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(121, 85, 72, 0.1);
}
.tema-brown-brown .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #795548;
}
.tema-brown-brown .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-brown-brown .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-brown-brown .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-brown-brown .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-brown-brown .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-brown-brown .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-brown-brown .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #795548;
}
.tema-brown-brown .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #795548;
}
.tema-brown-brown .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-brown-brown .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-brown-brown .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #795548;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-brown-brown .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #795548;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-brown-brown .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-brown-brown .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-brown-brown .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #795548;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-brown-brown .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #795548;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-brown-brown .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-brown-brown .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-brown-brown .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-brown-brown .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #795548;
}
.tema-brown-brown .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #795548;
}
.tema-brown-brown .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-brown-brown .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-mdc-button, .tema-brown-brown .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-brown-brown .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-brown-brown .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-brown-brown .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-brown-brown .mat-mdc-button.mat-primary, .tema-brown-brown .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #795548;
  --mat-mdc-button-ripple-color: rgba(121, 85, 72, 0.1);
}
.tema-brown-brown .mat-mdc-button.mat-accent, .tema-brown-brown .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #795548;
  --mat-mdc-button-ripple-color: rgba(121, 85, 72, 0.1);
}
.tema-brown-brown .mat-mdc-button.mat-warn, .tema-brown-brown .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-brown-brown .mat-mdc-raised-button, .tema-brown-brown .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-brown-brown .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-brown-brown .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-brown-brown .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-brown-brown .mat-mdc-raised-button.mat-primary, .tema-brown-brown .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-brown-brown .mat-mdc-raised-button.mat-accent, .tema-brown-brown .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-brown-brown .mat-mdc-raised-button.mat-warn, .tema-brown-brown .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-brown-brown .mat-mdc-button.mat-mdc-button-base,
.tema-brown-brown .mat-mdc-raised-button.mat-mdc-button-base,
.tema-brown-brown .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-brown-brown .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-brown-brown .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-brown-brown .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-brown-brown .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-brown-brown .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-brown-brown .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #795548;
  --mat-mdc-button-ripple-color: rgba(121, 85, 72, 0.1);
}
.tema-brown-brown .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #795548;
  --mat-mdc-button-ripple-color: rgba(121, 85, 72, 0.1);
}
.tema-brown-brown .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-brown-brown .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #795548;
}
.tema-brown-brown .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #795548;
}
.tema-brown-brown .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-brown-brown .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-brown-brown .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-brown-brown .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-brown-brown .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-brown-brown .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-brown-brown .mat-mdc-fab, .tema-brown-brown .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-brown-brown .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-brown-brown .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-brown-brown .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-brown-brown .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-brown-brown .mat-mdc-fab.mat-primary, .tema-brown-brown .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-brown-brown .mat-mdc-fab.mat-accent, .tema-brown-brown .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-brown-brown .mat-mdc-fab.mat-warn, .tema-brown-brown .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-brown-brown .mat-mdc-fab.mat-unthemed, .tema-brown-brown .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-brown-brown .mat-mdc-fab.mat-primary, .tema-brown-brown .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #795548;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-brown-brown .mat-mdc-fab.mat-accent, .tema-brown-brown .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #795548;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-brown-brown .mat-mdc-fab.mat-warn, .tema-brown-brown .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-brown-brown .mat-mdc-fab[disabled][disabled], .tema-brown-brown .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #795548;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-brown-brown .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mdc-data-table__row {
  background-color: inherit;
}
.tema-brown-brown .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-brown-brown .mdc-data-table__row--selected {
  background-color: rgba(121, 85, 72, 0.04);
}
.tema-brown-brown .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-brown-brown .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-brown-brown .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mdc-data-table__cell,
.tema-brown-brown .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-brown-brown .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-brown-brown .mdc-data-table__pagination-total,
.tema-brown-brown .mdc-data-table__pagination-rows-per-page-label,
.tema-brown-brown .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-brown-brown .mdc-data-table__pagination-button .mdc-button__icon, .tema-brown-brown .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-brown-brown .mat-mdc-table {
  background: white;
}
.tema-brown-brown .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-brown-brown .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-brown-brown .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-brown-brown .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #795548;
}
.tema-brown-brown .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #795548;
}
.tema-brown-brown .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-brown-brown .mat-badge {
  position: relative;
}
.tema-brown-brown .mat-badge.mat-badge {
  overflow: visible;
}
.tema-brown-brown .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-brown-brown .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;
}
.tema-brown-brown .ng-animate-disabled .mat-badge-content,
.tema-brown-brown .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-brown-brown .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-brown-brown .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-brown-brown .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-brown-brown .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-brown-brown .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-brown-brown .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-brown-brown .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-brown-brown .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-brown-brown .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-brown-brown .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-brown-brown .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-brown-brown .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-brown-brown .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-brown-brown .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-brown-brown .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-brown-brown .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-brown-brown .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-brown-brown .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-brown-brown .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-brown-brown .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-brown-brown .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-brown-brown .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-brown-brown .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-brown-brown .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-brown-brown .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-brown-brown .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-brown-brown .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-brown-brown .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-brown-brown .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-brown-brown .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-brown-brown .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-brown-brown .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-brown-brown .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-brown-brown .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-brown-brown .mat-badge-content {
  color: white;
  background: #795548;
}
.cdk-high-contrast-active .tema-brown-brown .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-brown-brown .mat-badge-accent .mat-badge-content {
  background: #795548;
  color: white;
}
.tema-brown-brown .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-brown-brown .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .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);
}
.tema-brown-brown .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-brown-brown .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-brown-brown .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-brown-brown .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-brown-brown .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-brown-brown .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-brown-brown [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-brown-brown .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-brown-brown .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-brown-brown .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-brown-brown .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-brown-brown .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-brown-brown .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-brown-brown .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-brown-brown .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-datepicker-toggle,
.tema-brown-brown .mat-datepicker-content .mat-calendar-next-button,
.tema-brown-brown .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-calendar-table-header,
.tema-brown-brown .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-calendar-body-cell-content,
.tema-brown-brown .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-brown-brown .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);
}
.tema-brown-brown .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-brown-brown .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .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);
}
.tema-brown-brown .mat-calendar-body-in-range::before {
  background: rgba(121, 85, 72, 0.2);
}
.tema-brown-brown .mat-calendar-body-comparison-identical,
.tema-brown-brown .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-brown-brown .mat-calendar-body-comparison-bridge-start::before,
.tema-brown-brown [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(121, 85, 72, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-brown-brown .mat-calendar-body-comparison-bridge-end::before,
.tema-brown-brown [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(121, 85, 72, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-brown-brown .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-brown-brown .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-brown-brown .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-brown-brown .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-brown-brown .mat-calendar-body-selected {
  background-color: #795548;
  color: white;
}
.tema-brown-brown .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(121, 85, 72, 0.4);
}
.tema-brown-brown .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-brown-brown .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-brown-brown .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(121, 85, 72, 0.3);
}
@media (hover: hover) {
  .tema-brown-brown .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(121, 85, 72, 0.3);
  }
}
.tema-brown-brown .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);
}
.tema-brown-brown .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(121, 85, 72, 0.2);
}
.tema-brown-brown .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-brown-brown .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-brown-brown .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-brown-brown .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(121, 85, 72, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-brown-brown .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-brown-brown .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(121, 85, 72, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-brown-brown .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-brown-brown .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-brown-brown .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-brown-brown .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-brown-brown .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #795548;
  color: white;
}
.tema-brown-brown .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(121, 85, 72, 0.4);
}
.tema-brown-brown .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-brown-brown .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),
.tema-brown-brown .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(121, 85, 72, 0.3);
}
@media (hover: hover) {
  .tema-brown-brown .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(121, 85, 72, 0.3);
  }
}
.tema-brown-brown .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-brown-brown .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-brown-brown .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-brown-brown .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-brown-brown .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%);
}
.tema-brown-brown .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-brown-brown .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%);
}
.tema-brown-brown .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-brown-brown .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-brown-brown .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-brown-brown .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-brown-brown .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-brown-brown .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-brown-brown .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-brown-brown .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),
.tema-brown-brown .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-brown-brown .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-brown-brown .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);
}
.tema-brown-brown .mat-datepicker-toggle-active {
  color: #795548;
}
.tema-brown-brown .mat-datepicker-toggle-active.mat-accent {
  color: #795548;
}
.tema-brown-brown .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-brown-brown .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-brown-brown .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-brown-brown .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-brown-brown .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-brown-brown .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-brown-brown .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-brown-brown .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-brown-brown .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-brown-brown .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);
}
.tema-brown-brown .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-brown-brown .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-brown-brown .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) {
  .tema-brown-brown .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-brown-brown .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-brown-brown .mat-expansion-panel-header-description,
.tema-brown-brown .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-brown-brown .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-brown-brown .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-brown-brown .mat-icon.mat-primary {
  color: #795548;
}
.tema-brown-brown .mat-icon.mat-accent {
  color: #795548;
}
.tema-brown-brown .mat-icon.mat-warn {
  color: #f44336;
}
.tema-brown-brown .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-brown-brown .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-brown-brown .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-brown-brown .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);
}
.tema-brown-brown .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-brown-brown [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-brown-brown [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-brown-brown .mat-step-header.cdk-keyboard-focused, .tema-brown-brown .mat-step-header.cdk-program-focused, .tema-brown-brown .mat-step-header:hover:not([aria-disabled]), .tema-brown-brown .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-brown-brown .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-brown-brown .mat-step-header:hover {
    background: none;
  }
}
.tema-brown-brown .mat-step-header .mat-step-label,
.tema-brown-brown .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-brown-brown .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.tema-brown-brown .mat-step-header .mat-step-icon-selected,
.tema-brown-brown .mat-step-header .mat-step-icon-state-done,
.tema-brown-brown .mat-step-header .mat-step-icon-state-edit {
  background-color: #795548;
  color: white;
}
.tema-brown-brown .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.tema-brown-brown .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-brown-brown .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-brown-brown .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #795548;
  color: white;
}
.tema-brown-brown .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-brown-brown .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-brown-brown .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-brown-brown .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-brown-brown .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-brown-brown .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-brown-brown .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-brown-brown .mat-stepper-horizontal, .tema-brown-brown .mat-stepper-vertical {
  background-color: white;
}
.tema-brown-brown .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-horizontal-stepper-header::before,
.tema-brown-brown .mat-horizontal-stepper-header::after,
.tema-brown-brown .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-brown-brown .mat-sort-header-arrow {
  color: #757575;
}
.tema-brown-brown .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-brown-brown .mat-toolbar.mat-primary {
  background: #795548;
  color: white;
}
.tema-brown-brown .mat-toolbar.mat-accent {
  background: #795548;
  color: white;
}
.tema-brown-brown .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-brown-brown .mat-toolbar .mat-form-field-underline,
.tema-brown-brown .mat-toolbar .mat-form-field-ripple,
.tema-brown-brown .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-brown-brown .mat-toolbar .mat-form-field-label,
.tema-brown-brown .mat-toolbar .mat-focused .mat-form-field-label,
.tema-brown-brown .mat-toolbar .mat-select-value,
.tema-brown-brown .mat-toolbar .mat-select-arrow,
.tema-brown-brown .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-brown-brown .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-brown-brown .mat-tree {
  background: white;
}
.tema-brown-brown .mat-tree-node,
.tema-brown-brown .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-gray-gray .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-gray-gray .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-gray-gray .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-gray-gray .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-gray-gray .mat-mdc-option.mat-mdc-option-active, .tema-gray-gray .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-gray-gray .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9e9e9e);
}
.tema-gray-gray .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #9e9e9e);
}
.tema-gray-gray .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-gray-gray .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-gray-gray .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-gray-gray .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #9e9e9e;
}
.tema-gray-gray .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-gray-gray .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #9e9e9e;
}
.tema-gray-gray .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-gray-gray .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-gray-gray .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-gray-gray .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #9e9e9e;
}
.tema-gray-gray .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-gray-gray .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #9e9e9e;
}
.tema-gray-gray .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-gray-gray .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-gray-gray .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-gray-gray .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #9e9e9e;
}
.tema-gray-gray .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-gray-gray .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #9e9e9e;
}
.tema-gray-gray .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-gray-gray .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-gray-gray .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-gray-gray .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-gray-gray .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-gray-gray .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-gray-gray .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-gray-gray .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-gray-gray .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-gray-gray .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-gray-gray .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-gray-gray .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-gray-gray .mat-app-background, .tema-gray-gray.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-elevation-z0, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z1, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z2, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z3, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z4, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z5, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z6, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z7, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z8, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z9, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z10, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z11, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z12, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z13, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z14, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z15, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z16, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z17, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z18, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z19, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z20, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z21, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z22, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z23, .tema-gray-gray .mat-mdc-elevation-specific.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);
}
.tema-gray-gray .mat-elevation-z24, .tema-gray-gray .mat-mdc-elevation-specific.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;
}

.tema-gray-gray .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-gray-gray .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-gray-gray .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(158, 158, 158, 0.25)'/%3E%3C/svg%3E");
}
.tema-gray-gray .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(158, 158, 158, 0.25);
}
.tema-gray-gray .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(158, 158, 158, 0.25)'/%3E%3C/svg%3E");
}
.tema-gray-gray .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(158, 158, 158, 0.25);
}
.tema-gray-gray .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-gray-gray .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-gray-gray .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-gray-gray .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-gray-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-gray-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-gray-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-gray-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-gray-gray .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #9e9e9e);
}
.tema-gray-gray .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-gray-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-gray-gray .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-gray-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-gray-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-gray-gray .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-gray-gray .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-gray-gray .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-gray-gray .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-gray-gray .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-gray-gray .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-gray-gray .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-gray-gray .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-gray-gray .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #9e9e9e);
}
.tema-gray-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-gray-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-gray-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-gray-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-gray-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-gray-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-gray-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #9e9e9e);
}
[dir=rtl] .tema-gray-gray .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-gray-gray .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-gray-gray .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-gray-gray .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-gray-gray .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-gray-gray .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-gray-gray .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-gray-gray .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-gray-gray .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(158, 158, 158, 0.87);
}
.tema-gray-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-gray-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-gray-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-gray-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-gray-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-gray-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-gray-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-gray-gray .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-gray-gray .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-gray-gray .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-gray-gray .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-gray-gray .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-gray-gray .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-gray-gray .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-gray-gray .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-gray-gray .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-gray-gray .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-gray-gray .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-gray-gray .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-gray-gray .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-gray-gray .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-gray-gray .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-gray-gray .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-gray-gray .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-gray-gray .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-gray-gray .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-gray-gray .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-gray-gray .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-gray-gray .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-gray-gray .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-gray-gray .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-gray-gray .mdc-text-field--end-aligned .mdc-text-field__input, .tema-gray-gray .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-gray-gray .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-gray-gray .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-gray-gray .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-gray-gray .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-gray-gray .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(158, 158, 158, 0.87);
}
.tema-gray-gray .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(158, 158, 158, 0.87);
}
.tema-gray-gray .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-gray-gray .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #9e9e9e);
}
.tema-gray-gray .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #9e9e9e);
}
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(158, 158, 158, 0.87);
}
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-gray-gray .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #9e9e9e);
}
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-gray-gray .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-gray-gray .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-gray-gray [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-gray-gray .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-gray-gray .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-gray-gray .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-gray-gray .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-gray-gray .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-gray-gray .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-gray-gray .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-gray-gray .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-gray-gray .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-gray-gray .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-gray-gray .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-gray-gray .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-gray-gray .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-gray-gray .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__start,
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__content,
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-gray-gray .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9e9e9e);
}
.tema-gray-gray .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-gray-gray .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #9e9e9e);
}
.tema-gray-gray .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-gray-gray .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-gray-gray .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-gray-gray .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(158, 158, 158, 0.87);
}
.tema-gray-gray .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(158, 158, 158, 0.87);
}
.tema-gray-gray .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-gray-gray .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-gray-gray .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-gray-gray .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-gray-gray .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-gray-gray .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-gray-gray .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-gray-gray .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-gray-gray .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-gray-gray .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__start,
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__content,
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-gray-gray .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9e9e9e);
}
.tema-gray-gray .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-gray-gray .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #9e9e9e);
}
.tema-gray-gray .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-gray-gray .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-gray-gray .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-gray-gray .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-gray-gray .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-gray-gray .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #9e9e9e;
  --mdc-chip-elevated-disabled-container-color: #9e9e9e;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-gray-gray .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #9e9e9e;
  --mdc-chip-elevated-disabled-container-color: #9e9e9e;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-gray-gray .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-gray-gray .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-gray-gray .mat-mdc-chip {
  height: 32px;
}
.tema-gray-gray .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-gray-gray .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-gray-gray .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #757575;
  --mdc-switch-selected-handle-color: #757575;
  --mdc-switch-selected-hover-state-layer-color: #757575;
  --mdc-switch-selected-pressed-state-layer-color: #757575;
  --mdc-switch-selected-focus-handle-color: #212121;
  --mdc-switch-selected-hover-handle-color: #212121;
  --mdc-switch-selected-pressed-handle-color: #212121;
  --mdc-switch-selected-focus-track-color: #e0e0e0;
  --mdc-switch-selected-hover-track-color: #e0e0e0;
  --mdc-switch-selected-pressed-track-color: #e0e0e0;
  --mdc-switch-selected-track-color: #e0e0e0;
}
.tema-gray-gray .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #757575;
  --mdc-switch-selected-handle-color: #757575;
  --mdc-switch-selected-hover-state-layer-color: #757575;
  --mdc-switch-selected-pressed-state-layer-color: #757575;
  --mdc-switch-selected-focus-handle-color: #212121;
  --mdc-switch-selected-hover-handle-color: #212121;
  --mdc-switch-selected-pressed-handle-color: #212121;
  --mdc-switch-selected-focus-track-color: #e0e0e0;
  --mdc-switch-selected-hover-track-color: #e0e0e0;
  --mdc-switch-selected-pressed-track-color: #e0e0e0;
  --mdc-switch-selected-track-color: #e0e0e0;
}
.tema-gray-gray .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-gray-gray .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-gray-gray .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-gray-gray .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #9e9e9e;
  --mdc-radio-selected-hover-icon-color: #9e9e9e;
  --mdc-radio-selected-icon-color: #9e9e9e;
  --mdc-radio-selected-pressed-icon-color: #9e9e9e;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #9e9e9e;
  --mdc-radio-selected-hover-icon-color: #9e9e9e;
  --mdc-radio-selected-icon-color: #9e9e9e;
  --mdc-radio-selected-pressed-icon-color: #9e9e9e;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-gray-gray .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-gray-gray .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-gray-gray .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-gray-gray .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-gray-gray .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #9e9e9e;
  --mdc-slider-focus-handle-color: #9e9e9e;
  --mdc-slider-hover-handle-color: #9e9e9e;
  --mdc-slider-active-track-color: #9e9e9e;
  --mdc-slider-inactive-track-color: #9e9e9e;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #9e9e9e;
  --mat-mdc-slider-ripple-color: #9e9e9e;
  --mat-mdc-slider-hover-ripple-color: rgba(158, 158, 158, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(158, 158, 158, 0.2);
}
.tema-gray-gray .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #9e9e9e;
  --mdc-slider-focus-handle-color: #9e9e9e;
  --mdc-slider-hover-handle-color: #9e9e9e;
  --mdc-slider-active-track-color: #9e9e9e;
  --mdc-slider-inactive-track-color: #9e9e9e;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #9e9e9e;
  --mat-mdc-slider-ripple-color: #9e9e9e;
  --mat-mdc-slider-hover-ripple-color: rgba(158, 158, 158, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(158, 158, 158, 0.2);
}
.tema-gray-gray .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-gray-gray .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-gray-gray .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-gray-gray .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-gray-gray .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-gray-gray .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-gray-gray .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-gray-gray .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-gray-gray .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__start,
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__content,
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-gray-gray .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #9e9e9e);
}
.tema-gray-gray .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-gray-gray .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #9e9e9e);
}
.tema-gray-gray .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-gray-gray .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-gray-gray .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-mdc-menu-item[disabled],
.tema-gray-gray .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-gray-gray .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-gray-gray .mat-mdc-menu-item .mat-icon-no-color,
.tema-gray-gray .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-gray-gray .mat-mdc-menu-item:hover:not([disabled]),
.tema-gray-gray .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-gray-gray .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-gray-gray .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-gray-gray .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-gray-gray .mat-mdc-list-option .mdc-list-item__start, .tema-gray-gray .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #9e9e9e;
  --mdc-checkbox-selected-hover-icon-color: #9e9e9e;
  --mdc-checkbox-selected-icon-color: #9e9e9e;
  --mdc-checkbox-selected-pressed-icon-color: #9e9e9e;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-mdc-list-option .mdc-list-item__start, .tema-gray-gray .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #9e9e9e;
  --mdc-radio-selected-hover-icon-color: #9e9e9e;
  --mdc-radio-selected-icon-color: #9e9e9e;
  --mdc-radio-selected-pressed-icon-color: #9e9e9e;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-gray-gray .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-gray-gray .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #9e9e9e;
  --mdc-checkbox-selected-hover-icon-color: #9e9e9e;
  --mdc-checkbox-selected-icon-color: #9e9e9e;
  --mdc-checkbox-selected-pressed-icon-color: #9e9e9e;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-gray-gray .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #9e9e9e;
  --mdc-radio-selected-hover-icon-color: #9e9e9e;
  --mdc-radio-selected-icon-color: #9e9e9e;
  --mdc-radio-selected-pressed-icon-color: #9e9e9e;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-gray-gray .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-gray-gray .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-gray-gray .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-gray-gray .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-gray-gray .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-gray-gray .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-gray-gray .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-gray-gray .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-gray-gray .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-gray-gray .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-gray-gray .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-gray-gray .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-gray-gray .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-gray-gray .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-gray-gray .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-gray-gray .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-gray-gray .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-mdc-paginator-decrement,
.tema-gray-gray .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-mdc-paginator-first,
.tema-gray-gray .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-gray-gray .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-gray-gray .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-gray-gray .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-gray-gray .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-gray-gray .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-gray-gray .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-gray-gray .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-gray-gray .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-gray-gray .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-gray-gray .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-gray-gray .mat-mdc-tab, .tema-gray-gray .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-gray-gray .mat-mdc-tab .mdc-tab__text-label, .tema-gray-gray .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-gray-gray .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-gray-gray .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-gray-gray .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-gray-gray .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-gray-gray .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-gray-gray .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #9e9e9e);
}
.tema-gray-gray .mdc-tab__ripple::before,
.tema-gray-gray .mat-mdc-tab .mat-ripple-element,
.tema-gray-gray .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-gray-gray .mat-mdc-tab-link .mat-ripple-element {
  background-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-gray-gray .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-gray-gray .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-gray-gray .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-gray-gray .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-gray-gray .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-gray-gray .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #9e9e9e);
}
.tema-gray-gray .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-gray-gray .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-gray-gray .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-gray-gray .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-gray-gray .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-gray-gray .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-gray-gray .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-gray-gray .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-gray-gray .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-gray-gray .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-gray-gray .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-gray-gray .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-gray-gray .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-gray-gray .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-gray-gray .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-gray-gray .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-gray-gray .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-gray-gray .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-gray-gray .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-gray-gray .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-gray-gray .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-gray-gray .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-gray-gray .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-gray-gray .mat-mdc-tab-group.mat-background-primary, .tema-gray-gray .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #9e9e9e;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-gray-gray .mat-mdc-tab-group.mat-background-accent, .tema-gray-gray .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #9e9e9e;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
.tema-gray-gray .mat-mdc-tab-group.mat-background-warn, .tema-gray-gray .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-gray-gray .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-gray-gray .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-gray-gray .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-gray-gray .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-gray-gray .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-gray-gray .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #9e9e9e;
  --mdc-checkbox-selected-hover-icon-color: #9e9e9e;
  --mdc-checkbox-selected-icon-color: #9e9e9e;
  --mdc-checkbox-selected-pressed-icon-color: #9e9e9e;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(158, 158, 158, 0.1);
}
.tema-gray-gray .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #9e9e9e;
}
.tema-gray-gray .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #9e9e9e;
  --mdc-checkbox-selected-hover-icon-color: #9e9e9e;
  --mdc-checkbox-selected-icon-color: #9e9e9e;
  --mdc-checkbox-selected-pressed-icon-color: #9e9e9e;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(158, 158, 158, 0.1);
}
.tema-gray-gray .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #9e9e9e;
}
.tema-gray-gray .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-gray-gray .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-gray-gray .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-gray-gray .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-gray-gray .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-gray-gray .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-gray-gray .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-gray-gray .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-gray-gray .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #9e9e9e;
  --mdc-filled-button-label-text-color: #000;
}
.tema-gray-gray .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #9e9e9e;
  --mdc-filled-button-label-text-color: #000;
}
.tema-gray-gray .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-gray-gray .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-gray-gray .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #9e9e9e;
  --mdc-protected-button-label-text-color: #000;
}
.tema-gray-gray .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #9e9e9e;
  --mdc-protected-button-label-text-color: #000;
}
.tema-gray-gray .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-gray-gray .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-gray-gray .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-gray-gray .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-gray-gray .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-mdc-button, .tema-gray-gray .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-gray-gray .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-gray-gray .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-gray-gray .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-gray-gray .mat-mdc-button.mat-primary, .tema-gray-gray .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #9e9e9e;
  --mat-mdc-button-ripple-color: rgba(158, 158, 158, 0.1);
}
.tema-gray-gray .mat-mdc-button.mat-accent, .tema-gray-gray .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #9e9e9e;
  --mat-mdc-button-ripple-color: rgba(158, 158, 158, 0.1);
}
.tema-gray-gray .mat-mdc-button.mat-warn, .tema-gray-gray .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-gray-gray .mat-mdc-raised-button, .tema-gray-gray .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-gray-gray .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-gray-gray .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-gray-gray .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-gray-gray .mat-mdc-raised-button.mat-primary, .tema-gray-gray .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-gray-gray .mat-mdc-raised-button.mat-accent, .tema-gray-gray .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-gray-gray .mat-mdc-raised-button.mat-warn, .tema-gray-gray .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-gray-gray .mat-mdc-button.mat-mdc-button-base,
.tema-gray-gray .mat-mdc-raised-button.mat-mdc-button-base,
.tema-gray-gray .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-gray-gray .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-gray-gray .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-gray-gray .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-gray-gray .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-gray-gray .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-gray-gray .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #9e9e9e;
  --mat-mdc-button-ripple-color: rgba(158, 158, 158, 0.1);
}
.tema-gray-gray .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #9e9e9e;
  --mat-mdc-button-ripple-color: rgba(158, 158, 158, 0.1);
}
.tema-gray-gray .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-gray-gray .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-gray-gray .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-gray-gray .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-gray-gray .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-gray-gray .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-gray-gray .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-gray-gray .mat-mdc-fab, .tema-gray-gray .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-gray-gray .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-gray-gray .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-gray-gray .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-gray-gray .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-gray-gray .mat-mdc-fab.mat-primary, .tema-gray-gray .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-gray-gray .mat-mdc-fab.mat-accent, .tema-gray-gray .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-gray-gray .mat-mdc-fab.mat-warn, .tema-gray-gray .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-gray-gray .mat-mdc-fab.mat-unthemed, .tema-gray-gray .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-gray-gray .mat-mdc-fab.mat-primary, .tema-gray-gray .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #9e9e9e;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-gray-gray .mat-mdc-fab.mat-accent, .tema-gray-gray .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #9e9e9e;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-gray-gray .mat-mdc-fab.mat-warn, .tema-gray-gray .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-gray-gray .mat-mdc-fab[disabled][disabled], .tema-gray-gray .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #9e9e9e;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-gray-gray .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mdc-data-table__row {
  background-color: inherit;
}
.tema-gray-gray .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-gray-gray .mdc-data-table__row--selected {
  background-color: rgba(158, 158, 158, 0.04);
}
.tema-gray-gray .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-gray-gray .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-gray-gray .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mdc-data-table__cell,
.tema-gray-gray .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-gray-gray .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mdc-data-table__pagination-total,
.tema-gray-gray .mdc-data-table__pagination-rows-per-page-label,
.tema-gray-gray .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-gray-gray .mdc-data-table__pagination-button .mdc-button__icon, .tema-gray-gray .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-gray-gray .mat-mdc-table {
  background: white;
}
.tema-gray-gray .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-gray-gray .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-gray-gray .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-gray-gray .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #9e9e9e;
}
.tema-gray-gray .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-gray-gray .mat-badge {
  position: relative;
}
.tema-gray-gray .mat-badge.mat-badge {
  overflow: visible;
}
.tema-gray-gray .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-gray-gray .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;
}
.tema-gray-gray .ng-animate-disabled .mat-badge-content,
.tema-gray-gray .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-gray-gray .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-gray-gray .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-gray-gray .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-gray-gray .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-gray-gray .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-gray-gray .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-gray-gray .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-gray-gray .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-gray-gray .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-gray-gray .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-gray-gray .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-gray-gray .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-gray-gray .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-gray-gray .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-gray-gray .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-gray-gray .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-gray-gray .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-gray-gray .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-gray-gray .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-gray-gray .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-gray-gray .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-gray-gray .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-gray-gray .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-gray-gray .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-gray-gray .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-gray-gray .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-gray-gray .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-gray-gray .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-gray-gray .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-gray-gray .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-gray-gray .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-gray-gray .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-gray-gray .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-gray-gray .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-gray-gray .mat-badge-content {
  color: rgba(0, 0, 0, 0.87);
  background: #9e9e9e;
}
.cdk-high-contrast-active .tema-gray-gray .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-gray-gray .mat-badge-accent .mat-badge-content {
  background: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-gray-gray .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .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);
}
.tema-gray-gray .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-gray-gray .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-gray-gray .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-gray-gray .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-gray-gray .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-gray-gray .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-gray-gray [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-gray-gray .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-gray-gray .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-gray-gray .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-gray-gray .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-gray-gray .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-gray-gray .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-gray-gray .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-datepicker-toggle,
.tema-gray-gray .mat-datepicker-content .mat-calendar-next-button,
.tema-gray-gray .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-calendar-table-header,
.tema-gray-gray .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-calendar-body-cell-content,
.tema-gray-gray .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-gray-gray .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);
}
.tema-gray-gray .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-gray-gray .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .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);
}
.tema-gray-gray .mat-calendar-body-in-range::before {
  background: rgba(158, 158, 158, 0.2);
}
.tema-gray-gray .mat-calendar-body-comparison-identical,
.tema-gray-gray .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-gray-gray .mat-calendar-body-comparison-bridge-start::before,
.tema-gray-gray [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(158, 158, 158, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-gray-gray .mat-calendar-body-comparison-bridge-end::before,
.tema-gray-gray [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(158, 158, 158, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-gray-gray .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-gray-gray .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-gray-gray .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-gray-gray .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-gray-gray .mat-calendar-body-selected {
  background-color: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(158, 158, 158, 0.4);
}
.tema-gray-gray .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-gray-gray .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(158, 158, 158, 0.3);
}
@media (hover: hover) {
  .tema-gray-gray .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(158, 158, 158, 0.3);
  }
}
.tema-gray-gray .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);
}
.tema-gray-gray .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(158, 158, 158, 0.2);
}
.tema-gray-gray .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-gray-gray .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-gray-gray .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-gray-gray .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(158, 158, 158, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-gray-gray .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-gray-gray .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(158, 158, 158, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-gray-gray .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-gray-gray .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-gray-gray .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-gray-gray .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-gray-gray .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(158, 158, 158, 0.4);
}
.tema-gray-gray .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .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),
.tema-gray-gray .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(158, 158, 158, 0.3);
}
@media (hover: hover) {
  .tema-gray-gray .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(158, 158, 158, 0.3);
  }
}
.tema-gray-gray .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-gray-gray .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-gray-gray .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-gray-gray .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-gray-gray .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%);
}
.tema-gray-gray .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-gray-gray .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%);
}
.tema-gray-gray .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-gray-gray .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-gray-gray .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-gray-gray .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-gray-gray .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-gray-gray .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-gray-gray .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-gray-gray .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),
.tema-gray-gray .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-gray-gray .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-gray-gray .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);
}
.tema-gray-gray .mat-datepicker-toggle-active {
  color: #9e9e9e;
}
.tema-gray-gray .mat-datepicker-toggle-active.mat-accent {
  color: #9e9e9e;
}
.tema-gray-gray .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-gray-gray .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-gray-gray .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-gray-gray .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-gray-gray .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-gray-gray .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-gray-gray .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-gray-gray .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-gray-gray .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .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);
}
.tema-gray-gray .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-gray-gray .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-gray-gray .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) {
  .tema-gray-gray .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-gray-gray .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-expansion-panel-header-description,
.tema-gray-gray .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-gray-gray .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-gray-gray .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-gray-gray .mat-icon.mat-primary {
  color: #9e9e9e;
}
.tema-gray-gray .mat-icon.mat-accent {
  color: #9e9e9e;
}
.tema-gray-gray .mat-icon.mat-warn {
  color: #f44336;
}
.tema-gray-gray .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-gray-gray .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);
}
.tema-gray-gray .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-gray-gray [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-gray-gray [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-gray-gray .mat-step-header.cdk-keyboard-focused, .tema-gray-gray .mat-step-header.cdk-program-focused, .tema-gray-gray .mat-step-header:hover:not([aria-disabled]), .tema-gray-gray .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-gray-gray .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-gray-gray .mat-step-header:hover {
    background: none;
  }
}
.tema-gray-gray .mat-step-header .mat-step-label,
.tema-gray-gray .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-gray-gray .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-step-header .mat-step-icon-selected,
.tema-gray-gray .mat-step-header .mat-step-icon-state-done,
.tema-gray-gray .mat-step-header .mat-step-icon-state-edit {
  background-color: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-gray-gray .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-gray-gray .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-gray-gray .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-gray-gray .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-gray-gray .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-gray-gray .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-gray-gray .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-gray-gray .mat-stepper-horizontal, .tema-gray-gray .mat-stepper-vertical {
  background-color: white;
}
.tema-gray-gray .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-horizontal-stepper-header::before,
.tema-gray-gray .mat-horizontal-stepper-header::after,
.tema-gray-gray .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-gray-gray .mat-sort-header-arrow {
  color: #757575;
}
.tema-gray-gray .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-toolbar.mat-primary {
  background: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-toolbar.mat-accent {
  background: #9e9e9e;
  color: rgba(0, 0, 0, 0.87);
}
.tema-gray-gray .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-gray-gray .mat-toolbar .mat-form-field-underline,
.tema-gray-gray .mat-toolbar .mat-form-field-ripple,
.tema-gray-gray .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-gray-gray .mat-toolbar .mat-form-field-label,
.tema-gray-gray .mat-toolbar .mat-focused .mat-form-field-label,
.tema-gray-gray .mat-toolbar .mat-select-value,
.tema-gray-gray .mat-toolbar .mat-select-arrow,
.tema-gray-gray .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-gray-gray .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-gray-gray .mat-tree {
  background: white;
}
.tema-gray-gray .mat-tree-node,
.tema-gray-gray .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.tema-blue-gray-blue-gray .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-gray-blue-gray .mat-mdc-option:hover:not(.mdc-list-item--disabled), .tema-blue-gray-blue-gray .mat-mdc-option:focus:not(.mdc-list-item--disabled), .tema-blue-gray-blue-gray .mat-mdc-option.mat-mdc-option-active, .tema-blue-gray-blue-gray .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-blue-gray-blue-gray .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #607d8b);
}
.tema-blue-gray-blue-gray .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #607d8b);
}
.tema-blue-gray-blue-gray .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-gray-blue-gray .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.tema-blue-gray-blue-gray .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-blue-gray-blue-gray .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-blue-gray-blue-gray .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #607d8b;
}
.tema-blue-gray-blue-gray .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-blue-gray-blue-gray .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-blue-gray-blue-gray .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-blue-gray-blue-gray .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-blue-gray-blue-gray .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #607d8b;
}
.tema-blue-gray-blue-gray .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-blue-gray-blue-gray .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-blue-gray-blue-gray .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-blue-gray-blue-gray .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-blue-gray-blue-gray .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #607d8b;
}
.tema-blue-gray-blue-gray .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-blue-gray-blue-gray .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-blue-gray-blue-gray .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-blue-gray-blue-gray .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.tema-blue-gray-blue-gray .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-blue-gray-blue-gray .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.tema-blue-gray-blue-gray .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.tema-blue-gray-blue-gray .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
.tema-blue-gray-blue-gray .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.tema-blue-gray-blue-gray .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.tema-blue-gray-blue-gray .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.tema-blue-gray-blue-gray .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
.tema-blue-gray-blue-gray .mat-app-background, .tema-blue-gray-blue-gray.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-gray-blue-gray .mat-elevation-z0, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z1, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z2, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z3, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z4, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z5, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z6, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z7, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z8, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z9, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z10, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z11, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z12, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z13, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z14, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z15, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z16, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z17, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z18, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z19, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z20, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z21, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z22, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z23, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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);
}
.tema-blue-gray-blue-gray .mat-elevation-z24, .tema-blue-gray-blue-gray .mat-mdc-elevation-specific.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;
}

.tema-blue-gray-blue-gray .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
.tema-blue-gray-blue-gray .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
.tema-blue-gray-blue-gray .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(96, 125, 139, 0.25)'/%3E%3C/svg%3E");
}
.tema-blue-gray-blue-gray .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(96, 125, 139, 0.25);
}
.tema-blue-gray-blue-gray .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(96, 125, 139, 0.25)'/%3E%3C/svg%3E");
}
.tema-blue-gray-blue-gray .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(96, 125, 139, 0.25);
}
.tema-blue-gray-blue-gray .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
.tema-blue-gray-blue-gray .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
.tema-blue-gray-blue-gray .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
.tema-blue-gray-blue-gray .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
.tema-blue-gray-blue-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-gray-blue-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  .tema-blue-gray-blue-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  .tema-blue-gray-blue-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.tema-blue-gray-blue-gray .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #607d8b);
}
.tema-blue-gray-blue-gray .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-gray-blue-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.tema-blue-gray-blue-gray .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-gray-blue-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-gray-blue-gray .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-gray-blue-gray .mdc-text-field--filled .mdc-text-field__ripple::before,
.tema-blue-gray-blue-gray .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.tema-blue-gray-blue-gray .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .tema-blue-gray-blue-gray .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.tema-blue-gray-blue-gray .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .tema-blue-gray-blue-gray .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.tema-blue-gray-blue-gray .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
.tema-blue-gray-blue-gray .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
.tema-blue-gray-blue-gray .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.tema-blue-gray-blue-gray .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #607d8b);
}
.tema-blue-gray-blue-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.tema-blue-gray-blue-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #607d8b);
}
[dir=rtl] .tema-blue-gray-blue-gray .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .tema-blue-gray-blue-gray .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-blue-gray-blue-gray .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .tema-blue-gray-blue-gray .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-blue-gray-blue-gray .mdc-text-field--outlined .mdc-text-field__ripple::before,
.tema-blue-gray-blue-gray .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] .tema-blue-gray-blue-gray .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .tema-blue-gray-blue-gray .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-blue-gray-blue-gray .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(96, 125, 139, 0.87);
}
.tema-blue-gray-blue-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  .tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-text-field-character-counter,
.tema-blue-gray-blue-gray .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
.tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
.tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-gray-blue-gray .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-text-field-character-counter,
  .tema-blue-gray-blue-gray .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-notched-outline__leading,
  .tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-notched-outline__notch,
  .tema-blue-gray-blue-gray .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
.tema-blue-gray-blue-gray .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] .tema-blue-gray-blue-gray .mdc-text-field--end-aligned .mdc-text-field__input, .tema-blue-gray-blue-gray .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] .tema-blue-gray-blue-gray .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), .tema-blue-gray-blue-gray .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
.tema-blue-gray-blue-gray .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
.tema-blue-gray-blue-gray .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(96, 125, 139, 0.87);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(96, 125, 139, 0.87);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #607d8b);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #607d8b);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(96, 125, 139, 0.87);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #607d8b);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
.tema-blue-gray-blue-gray [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
.tema-blue-gray-blue-gray .mat-mdc-form-field-infix {
  min-height: 56px;
}
.tema-blue-gray-blue-gray .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
.tema-blue-gray-blue-gray .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-blue-gray-blue-gray .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-blue-gray-blue-gray .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
.tema-blue-gray-blue-gray .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
.tema-blue-gray-blue-gray .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-gray-blue-gray .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-blue-gray-blue-gray .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-gray-blue-gray .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-gray-blue-gray .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-blue-gray-blue-gray .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-gray-blue-gray .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-gray-blue-gray .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__start,
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__content,
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-blue-gray-blue-gray .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #607d8b);
}
.tema-blue-gray-blue-gray .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-gray-blue-gray .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #607d8b);
}
.tema-blue-gray-blue-gray .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-gray-blue-gray .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-blue-gray-blue-gray .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-gray-blue-gray .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-gray-blue-gray .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(96, 125, 139, 0.87);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(96, 125, 139, 0.87);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
.tema-blue-gray-blue-gray .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-gray-blue-gray .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-blue-gray-blue-gray .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-gray-blue-gray .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-gray-blue-gray .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-blue-gray-blue-gray .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-gray-blue-gray .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-gray-blue-gray .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__start,
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__content,
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-blue-gray-blue-gray .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #607d8b);
}
.tema-blue-gray-blue-gray .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-gray-blue-gray .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #607d8b);
}
.tema-blue-gray-blue-gray .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-gray-blue-gray .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-blue-gray-blue-gray .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.tema-blue-gray-blue-gray .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
.tema-blue-gray-blue-gray .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, .tema-blue-gray-blue-gray .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #607d8b;
  --mdc-chip-elevated-disabled-container-color: #607d8b;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-blue-gray-blue-gray .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, .tema-blue-gray-blue-gray .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #607d8b;
  --mdc-chip-elevated-disabled-container-color: #607d8b;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-blue-gray-blue-gray .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, .tema-blue-gray-blue-gray .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
.tema-blue-gray-blue-gray .mat-mdc-chip-focus-overlay {
  background: black;
}
.tema-blue-gray-blue-gray .mat-mdc-chip {
  height: 32px;
}
.tema-blue-gray-blue-gray .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
.tema-blue-gray-blue-gray .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-gray-blue-gray .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #546e7a;
  --mdc-switch-selected-handle-color: #546e7a;
  --mdc-switch-selected-hover-state-layer-color: #546e7a;
  --mdc-switch-selected-pressed-state-layer-color: #546e7a;
  --mdc-switch-selected-focus-handle-color: #263238;
  --mdc-switch-selected-hover-handle-color: #263238;
  --mdc-switch-selected-pressed-handle-color: #263238;
  --mdc-switch-selected-focus-track-color: #90a4ae;
  --mdc-switch-selected-hover-track-color: #90a4ae;
  --mdc-switch-selected-pressed-track-color: #90a4ae;
  --mdc-switch-selected-track-color: #90a4ae;
}
.tema-blue-gray-blue-gray .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #546e7a;
  --mdc-switch-selected-handle-color: #546e7a;
  --mdc-switch-selected-hover-state-layer-color: #546e7a;
  --mdc-switch-selected-pressed-state-layer-color: #546e7a;
  --mdc-switch-selected-focus-handle-color: #263238;
  --mdc-switch-selected-hover-handle-color: #263238;
  --mdc-switch-selected-pressed-handle-color: #263238;
  --mdc-switch-selected-focus-track-color: #90a4ae;
  --mdc-switch-selected-hover-track-color: #90a4ae;
  --mdc-switch-selected-pressed-track-color: #90a4ae;
  --mdc-switch-selected-track-color: #90a4ae;
}
.tema-blue-gray-blue-gray .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.tema-blue-gray-blue-gray .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
.tema-blue-gray-blue-gray .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-gray-blue-gray .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #607d8b;
  --mdc-radio-selected-hover-icon-color: #607d8b;
  --mdc-radio-selected-icon-color: #607d8b;
  --mdc-radio-selected-pressed-icon-color: #607d8b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #607d8b;
  --mdc-radio-selected-hover-icon-color: #607d8b;
  --mdc-radio-selected-icon-color: #607d8b;
  --mdc-radio-selected-pressed-icon-color: #607d8b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-blue-gray-blue-gray .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
.tema-blue-gray-blue-gray .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
.tema-blue-gray-blue-gray .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
.tema-blue-gray-blue-gray .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.tema-blue-gray-blue-gray .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #607d8b;
  --mdc-slider-focus-handle-color: #607d8b;
  --mdc-slider-hover-handle-color: #607d8b;
  --mdc-slider-active-track-color: #607d8b;
  --mdc-slider-inactive-track-color: #607d8b;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #607d8b;
  --mat-mdc-slider-ripple-color: #607d8b;
  --mat-mdc-slider-hover-ripple-color: rgba(96, 125, 139, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(96, 125, 139, 0.2);
}
.tema-blue-gray-blue-gray .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #607d8b;
  --mdc-slider-focus-handle-color: #607d8b;
  --mdc-slider-hover-handle-color: #607d8b;
  --mdc-slider-active-track-color: #607d8b;
  --mdc-slider-inactive-track-color: #607d8b;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #607d8b;
  --mat-mdc-slider-ripple-color: #607d8b;
  --mat-mdc-slider-hover-ripple-color: rgba(96, 125, 139, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(96, 125, 139, 0.2);
}
.tema-blue-gray-blue-gray .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.tema-blue-gray-blue-gray .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-gray-blue-gray .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.tema-blue-gray-blue-gray .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-gray-blue-gray .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-gray-blue-gray .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
.tema-blue-gray-blue-gray .mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-gray-blue-gray .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-gray-blue-gray .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__start,
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__content,
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-blue-gray-blue-gray .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #607d8b);
}
.tema-blue-gray-blue-gray .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-gray-blue-gray .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #607d8b);
}
.tema-blue-gray-blue-gray .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-gray-blue-gray .mdc-list-divider::after {
  border-bottom-color: white;
}
.tema-blue-gray-blue-gray .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-mdc-menu-item[disabled],
.tema-blue-gray-blue-gray .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.tema-blue-gray-blue-gray .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
.tema-blue-gray-blue-gray .mat-mdc-menu-item .mat-icon-no-color,
.tema-blue-gray-blue-gray .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-gray-blue-gray .mat-mdc-menu-item:hover:not([disabled]),
.tema-blue-gray-blue-gray .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.tema-blue-gray-blue-gray .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.tema-blue-gray-blue-gray .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.tema-blue-gray-blue-gray .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.tema-blue-gray-blue-gray .mat-mdc-list-option .mdc-list-item__start, .tema-blue-gray-blue-gray .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #607d8b;
  --mdc-checkbox-selected-hover-icon-color: #607d8b;
  --mdc-checkbox-selected-icon-color: #607d8b;
  --mdc-checkbox-selected-pressed-icon-color: #607d8b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-mdc-list-option .mdc-list-item__start, .tema-blue-gray-blue-gray .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #607d8b;
  --mdc-radio-selected-hover-icon-color: #607d8b;
  --mdc-radio-selected-icon-color: #607d8b;
  --mdc-radio-selected-pressed-icon-color: #607d8b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, .tema-blue-gray-blue-gray .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-blue-gray-blue-gray .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #607d8b;
  --mdc-checkbox-selected-hover-icon-color: #607d8b;
  --mdc-checkbox-selected-icon-color: #607d8b;
  --mdc-checkbox-selected-pressed-icon-color: #607d8b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-mdc-list-option.mat-accent .mdc-list-item__start, .tema-blue-gray-blue-gray .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #607d8b;
  --mdc-radio-selected-hover-icon-color: #607d8b;
  --mdc-radio-selected-icon-color: #607d8b;
  --mdc-radio-selected-pressed-icon-color: #607d8b;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, .tema-blue-gray-blue-gray .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-blue-gray-blue-gray .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-mdc-list-option.mat-warn .mdc-list-item__start, .tema-blue-gray-blue-gray .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
.tema-blue-gray-blue-gray .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, .tema-blue-gray-blue-gray .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.tema-blue-gray-blue-gray .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.tema-blue-gray-blue-gray .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.tema-blue-gray-blue-gray .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.tema-blue-gray-blue-gray .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.tema-blue-gray-blue-gray .mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.tema-blue-gray-blue-gray .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .tema-blue-gray-blue-gray .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .tema-blue-gray-blue-gray .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.tema-blue-gray-blue-gray .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .tema-blue-gray-blue-gray .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .tema-blue-gray-blue-gray .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.tema-blue-gray-blue-gray .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-gray-blue-gray .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-mdc-paginator-decrement,
.tema-blue-gray-blue-gray .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-mdc-paginator-first,
.tema-blue-gray-blue-gray .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.tema-blue-gray-blue-gray .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.tema-blue-gray-blue-gray .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.tema-blue-gray-blue-gray .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.tema-blue-gray-blue-gray .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.tema-blue-gray-blue-gray .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.tema-blue-gray-blue-gray .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-blue-gray-blue-gray .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-blue-gray-blue-gray .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tema-blue-gray-blue-gray .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
.tema-blue-gray-blue-gray .mat-mdc-paginator-container {
  min-height: 56px;
}
.tema-blue-gray-blue-gray .mat-mdc-tab, .tema-blue-gray-blue-gray .mat-mdc-tab-link {
  background-color: transparent;
}
.tema-blue-gray-blue-gray .mat-mdc-tab .mdc-tab__text-label, .tema-blue-gray-blue-gray .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
.tema-blue-gray-blue-gray .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-blue-gray-blue-gray .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, .tema-blue-gray-blue-gray .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.tema-blue-gray-blue-gray .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-gray-blue-gray .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-gray-blue-gray .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #607d8b);
}
.tema-blue-gray-blue-gray .mdc-tab__ripple::before,
.tema-blue-gray-blue-gray .mat-mdc-tab .mat-ripple-element,
.tema-blue-gray-blue-gray .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-blue-gray-blue-gray .mat-mdc-tab-link .mat-ripple-element {
  background-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #607d8b);
}
.tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, .tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, .tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
.tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
.tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, .tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
.tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-background-primary, .tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #607d8b;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-background-accent, .tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #607d8b;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-blue-gray-blue-gray .mat-mdc-tab-group.mat-background-warn, .tema-blue-gray-blue-gray .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
.tema-blue-gray-blue-gray .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
.tema-blue-gray-blue-gray .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #607d8b;
  --mdc-checkbox-selected-hover-icon-color: #607d8b;
  --mdc-checkbox-selected-icon-color: #607d8b;
  --mdc-checkbox-selected-pressed-icon-color: #607d8b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(96, 125, 139, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #607d8b;
  --mdc-checkbox-selected-hover-icon-color: #607d8b;
  --mdc-checkbox-selected-icon-color: #607d8b;
  --mdc-checkbox-selected-pressed-icon-color: #607d8b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(96, 125, 139, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.tema-blue-gray-blue-gray .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
.tema-blue-gray-blue-gray .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.tema-blue-gray-blue-gray .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.tema-blue-gray-blue-gray .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.tema-blue-gray-blue-gray .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #607d8b;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-blue-gray-blue-gray .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #607d8b;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-blue-gray-blue-gray .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.tema-blue-gray-blue-gray .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.tema-blue-gray-blue-gray .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #607d8b;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-blue-gray-blue-gray .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #607d8b;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-blue-gray-blue-gray .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.tema-blue-gray-blue-gray .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
.tema-blue-gray-blue-gray .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.tema-blue-gray-blue-gray .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.tema-blue-gray-blue-gray .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-mdc-button, .tema-blue-gray-blue-gray .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-blue-gray-blue-gray .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-gray-blue-gray .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-gray-blue-gray .mat-mdc-button.mat-primary, .tema-blue-gray-blue-gray .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #607d8b;
  --mat-mdc-button-ripple-color: rgba(96, 125, 139, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-button.mat-accent, .tema-blue-gray-blue-gray .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #607d8b;
  --mat-mdc-button-ripple-color: rgba(96, 125, 139, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-button.mat-warn, .tema-blue-gray-blue-gray .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-raised-button, .tema-blue-gray-blue-gray .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-blue-gray-blue-gray .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-gray-blue-gray .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-gray-blue-gray .mat-mdc-raised-button.mat-primary, .tema-blue-gray-blue-gray .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-raised-button.mat-accent, .tema-blue-gray-blue-gray .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-raised-button.mat-warn, .tema-blue-gray-blue-gray .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-button.mat-mdc-button-base,
.tema-blue-gray-blue-gray .mat-mdc-raised-button.mat-mdc-button-base,
.tema-blue-gray-blue-gray .mat-mdc-unelevated-button.mat-mdc-button-base,
.tema-blue-gray-blue-gray .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #607d8b;
  --mat-mdc-button-ripple-color: rgba(96, 125, 139, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #607d8b;
  --mat-mdc-button-ripple-color: rgba(96, 125, 139, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-blue-gray-blue-gray .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
.tema-blue-gray-blue-gray .mat-mdc-fab, .tema-blue-gray-blue-gray .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.tema-blue-gray-blue-gray .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-gray-blue-gray .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, .tema-blue-gray-blue-gray .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.tema-blue-gray-blue-gray .mat-mdc-fab.mat-primary, .tema-blue-gray-blue-gray .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-fab.mat-accent, .tema-blue-gray-blue-gray .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-fab.mat-warn, .tema-blue-gray-blue-gray .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.tema-blue-gray-blue-gray .mat-mdc-fab.mat-unthemed, .tema-blue-gray-blue-gray .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
.tema-blue-gray-blue-gray .mat-mdc-fab.mat-primary, .tema-blue-gray-blue-gray .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #607d8b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-blue-gray-blue-gray .mat-mdc-fab.mat-accent, .tema-blue-gray-blue-gray .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #607d8b;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-blue-gray-blue-gray .mat-mdc-fab.mat-warn, .tema-blue-gray-blue-gray .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
.tema-blue-gray-blue-gray .mat-mdc-fab[disabled][disabled], .tema-blue-gray-blue-gray .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #607d8b;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
.tema-blue-gray-blue-gray .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mdc-data-table__row {
  background-color: inherit;
}
.tema-blue-gray-blue-gray .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
.tema-blue-gray-blue-gray .mdc-data-table__row--selected {
  background-color: rgba(96, 125, 139, 0.04);
}
.tema-blue-gray-blue-gray .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.tema-blue-gray-blue-gray .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.tema-blue-gray-blue-gray .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mdc-data-table__cell,
.tema-blue-gray-blue-gray .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-blue-gray-blue-gray .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-gray-blue-gray .mdc-data-table__pagination-total,
.tema-blue-gray-blue-gray .mdc-data-table__pagination-rows-per-page-label,
.tema-blue-gray-blue-gray .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] .tema-blue-gray-blue-gray .mdc-data-table__pagination-button .mdc-button__icon, .tema-blue-gray-blue-gray .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

.tema-blue-gray-blue-gray .mat-mdc-table {
  background: white;
}
.tema-blue-gray-blue-gray .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
.tema-blue-gray-blue-gray .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
.tema-blue-gray-blue-gray .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
.tema-blue-gray-blue-gray .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.tema-blue-gray-blue-gray .mat-badge {
  position: relative;
}
.tema-blue-gray-blue-gray .mat-badge.mat-badge {
  overflow: visible;
}
.tema-blue-gray-blue-gray .mat-badge-hidden .mat-badge-content {
  display: none;
}
.tema-blue-gray-blue-gray .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;
}
.tema-blue-gray-blue-gray .ng-animate-disabled .mat-badge-content,
.tema-blue-gray-blue-gray .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.tema-blue-gray-blue-gray .mat-badge-content.mat-badge-active {
  transform: none;
}
.tema-blue-gray-blue-gray .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tema-blue-gray-blue-gray .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.tema-blue-gray-blue-gray .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.tema-blue-gray-blue-gray .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .tema-blue-gray-blue-gray .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.tema-blue-gray-blue-gray .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .tema-blue-gray-blue-gray .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.tema-blue-gray-blue-gray .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .tema-blue-gray-blue-gray .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.tema-blue-gray-blue-gray .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .tema-blue-gray-blue-gray .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.tema-blue-gray-blue-gray .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.tema-blue-gray-blue-gray .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.tema-blue-gray-blue-gray .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.tema-blue-gray-blue-gray .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .tema-blue-gray-blue-gray .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.tema-blue-gray-blue-gray .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .tema-blue-gray-blue-gray .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.tema-blue-gray-blue-gray .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .tema-blue-gray-blue-gray .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.tema-blue-gray-blue-gray .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .tema-blue-gray-blue-gray .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.tema-blue-gray-blue-gray .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.tema-blue-gray-blue-gray .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.tema-blue-gray-blue-gray .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.tema-blue-gray-blue-gray .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .tema-blue-gray-blue-gray .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.tema-blue-gray-blue-gray .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .tema-blue-gray-blue-gray .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.tema-blue-gray-blue-gray .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .tema-blue-gray-blue-gray .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.tema-blue-gray-blue-gray .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .tema-blue-gray-blue-gray .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.tema-blue-gray-blue-gray .mat-badge-content {
  color: white;
  background: #607d8b;
}
.cdk-high-contrast-active .tema-blue-gray-blue-gray .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.tema-blue-gray-blue-gray .mat-badge-accent .mat-badge-content {
  background: #607d8b;
  color: white;
}
.tema-blue-gray-blue-gray .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.tema-blue-gray-blue-gray .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .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);
}
.tema-blue-gray-blue-gray .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.tema-blue-gray-blue-gray .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.tema-blue-gray-blue-gray .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.tema-blue-gray-blue-gray .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.tema-blue-gray-blue-gray .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.tema-blue-gray-blue-gray .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
.tema-blue-gray-blue-gray [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.tema-blue-gray-blue-gray .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.tema-blue-gray-blue-gray .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-gray-blue-gray .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.tema-blue-gray-blue-gray .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.tema-blue-gray-blue-gray .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.tema-blue-gray-blue-gray .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.tema-blue-gray-blue-gray .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.tema-blue-gray-blue-gray .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-datepicker-toggle,
.tema-blue-gray-blue-gray .mat-datepicker-content .mat-calendar-next-button,
.tema-blue-gray-blue-gray .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-calendar-table-header,
.tema-blue-gray-blue-gray .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-calendar-body-cell-content,
.tema-blue-gray-blue-gray .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.tema-blue-gray-blue-gray .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);
}
.tema-blue-gray-blue-gray .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.tema-blue-gray-blue-gray .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .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);
}
.tema-blue-gray-blue-gray .mat-calendar-body-in-range::before {
  background: rgba(96, 125, 139, 0.2);
}
.tema-blue-gray-blue-gray .mat-calendar-body-comparison-identical,
.tema-blue-gray-blue-gray .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-blue-gray-blue-gray .mat-calendar-body-comparison-bridge-start::before,
.tema-blue-gray-blue-gray [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(96, 125, 139, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-blue-gray-blue-gray .mat-calendar-body-comparison-bridge-end::before,
.tema-blue-gray-blue-gray [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(96, 125, 139, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-blue-gray-blue-gray .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-blue-gray-blue-gray .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-blue-gray-blue-gray .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-blue-gray-blue-gray .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-blue-gray-blue-gray .mat-calendar-body-selected {
  background-color: #607d8b;
  color: white;
}
.tema-blue-gray-blue-gray .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(96, 125, 139, 0.4);
}
.tema-blue-gray-blue-gray .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-blue-gray-blue-gray .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.tema-blue-gray-blue-gray .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(96, 125, 139, 0.3);
}
@media (hover: hover) {
  .tema-blue-gray-blue-gray .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(96, 125, 139, 0.3);
  }
}
.tema-blue-gray-blue-gray .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);
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(96, 125, 139, 0.2);
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(96, 125, 139, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(96, 125, 139, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #607d8b;
  color: white;
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(96, 125, 139, 0.4);
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-blue-gray-blue-gray .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),
.tema-blue-gray-blue-gray .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(96, 125, 139, 0.3);
}
@media (hover: hover) {
  .tema-blue-gray-blue-gray .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(96, 125, 139, 0.3);
  }
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.tema-blue-gray-blue-gray .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%);
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.tema-blue-gray-blue-gray .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%);
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.tema-blue-gray-blue-gray .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),
.tema-blue-gray-blue-gray .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .tema-blue-gray-blue-gray .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.tema-blue-gray-blue-gray .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);
}
.tema-blue-gray-blue-gray .mat-datepicker-toggle-active {
  color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-datepicker-toggle-active.mat-accent {
  color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.tema-blue-gray-blue-gray .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.tema-blue-gray-blue-gray .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tema-blue-gray-blue-gray .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-blue-gray-blue-gray .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.tema-blue-gray-blue-gray .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
.tema-blue-gray-blue-gray .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
.tema-blue-gray-blue-gray .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.tema-blue-gray-blue-gray .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-gray-blue-gray .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);
}
.tema-blue-gray-blue-gray .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .tema-blue-gray-blue-gray .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .tema-blue-gray-blue-gray .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) {
  .tema-blue-gray-blue-gray .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.tema-blue-gray-blue-gray .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-gray-blue-gray .mat-expansion-panel-header-description,
.tema-blue-gray-blue-gray .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.tema-blue-gray-blue-gray .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.tema-blue-gray-blue-gray .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.tema-blue-gray-blue-gray .mat-icon.mat-primary {
  color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-icon.mat-accent {
  color: #607d8b;
}
.tema-blue-gray-blue-gray .mat-icon.mat-warn {
  color: #f44336;
}
.tema-blue-gray-blue-gray .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-gray-blue-gray .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-gray-blue-gray .mat-drawer.mat-drawer-push {
  background-color: white;
}
.tema-blue-gray-blue-gray .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);
}
.tema-blue-gray-blue-gray .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-blue-gray-blue-gray [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.tema-blue-gray-blue-gray [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.tema-blue-gray-blue-gray .mat-step-header.cdk-keyboard-focused, .tema-blue-gray-blue-gray .mat-step-header.cdk-program-focused, .tema-blue-gray-blue-gray .mat-step-header:hover:not([aria-disabled]), .tema-blue-gray-blue-gray .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.tema-blue-gray-blue-gray .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .tema-blue-gray-blue-gray .mat-step-header:hover {
    background: none;
  }
}
.tema-blue-gray-blue-gray .mat-step-header .mat-step-label,
.tema-blue-gray-blue-gray .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.tema-blue-gray-blue-gray .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.tema-blue-gray-blue-gray .mat-step-header .mat-step-icon-selected,
.tema-blue-gray-blue-gray .mat-step-header .mat-step-icon-state-done,
.tema-blue-gray-blue-gray .mat-step-header .mat-step-icon-state-edit {
  background-color: #607d8b;
  color: white;
}
.tema-blue-gray-blue-gray .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.tema-blue-gray-blue-gray .mat-step-header.mat-accent .mat-step-icon-selected,
.tema-blue-gray-blue-gray .mat-step-header.mat-accent .mat-step-icon-state-done,
.tema-blue-gray-blue-gray .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #607d8b;
  color: white;
}
.tema-blue-gray-blue-gray .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.tema-blue-gray-blue-gray .mat-step-header.mat-warn .mat-step-icon-selected,
.tema-blue-gray-blue-gray .mat-step-header.mat-warn .mat-step-icon-state-done,
.tema-blue-gray-blue-gray .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.tema-blue-gray-blue-gray .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.tema-blue-gray-blue-gray .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-gray-blue-gray .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.tema-blue-gray-blue-gray .mat-stepper-horizontal, .tema-blue-gray-blue-gray .mat-stepper-vertical {
  background-color: white;
}
.tema-blue-gray-blue-gray .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-horizontal-stepper-header::before,
.tema-blue-gray-blue-gray .mat-horizontal-stepper-header::after,
.tema-blue-gray-blue-gray .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.tema-blue-gray-blue-gray .mat-sort-header-arrow {
  color: #757575;
}
.tema-blue-gray-blue-gray .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.tema-blue-gray-blue-gray .mat-toolbar.mat-primary {
  background: #607d8b;
  color: white;
}
.tema-blue-gray-blue-gray .mat-toolbar.mat-accent {
  background: #607d8b;
  color: white;
}
.tema-blue-gray-blue-gray .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.tema-blue-gray-blue-gray .mat-toolbar .mat-form-field-underline,
.tema-blue-gray-blue-gray .mat-toolbar .mat-form-field-ripple,
.tema-blue-gray-blue-gray .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.tema-blue-gray-blue-gray .mat-toolbar .mat-form-field-label,
.tema-blue-gray-blue-gray .mat-toolbar .mat-focused .mat-form-field-label,
.tema-blue-gray-blue-gray .mat-toolbar .mat-select-value,
.tema-blue-gray-blue-gray .mat-toolbar .mat-select-arrow,
.tema-blue-gray-blue-gray .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.tema-blue-gray-blue-gray .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.tema-blue-gray-blue-gray .mat-tree {
  background: white;
}
.tema-blue-gray-blue-gray .mat-tree-node,
.tema-blue-gray-blue-gray .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
html,body {
	height: 100%;
	width: 100%;
}
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif;     background: whitesmoke;}

::-webkit-scrollbar{
	width: 8px;
    height: inherit;
    background-color: #aaa;
}

::-webkit-scrollbar-thumb{
	background: rgba(0,0,0,.3);
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

::-webkit-scrollbar-thumb:active{
	border: 1px solid #333;
}

::-webkit-scrollbar-track{
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	border-radius: 10px;
}

@media (max-width: 760px){
	.cdk-overlay-pane{
		max-width: 100% !important;
	}
}
.mat-mdc-dialog-container{
	overflow: hidden !important;
}

.align-right {
	width: 100%;
	text-align: right;
	font-size: 14px;
}

.float-left {float: left;}

.margin-default {
	margin: 10px;
}

.padding-default {
	padding: 10px;
}

.divisor {
	position: relative !important;
}

.color-trans-black {
	color: rgba(0,0,0,0.7);
}

.snackbar-custom-formats {
  background-color: rgb(50, 50, 50);
  color: white;
}

.snackbar-custom-formats button {
    color: rgb(255,82,82) !important;
    font-weight: bold; 
}


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