/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/angular-calendar/css/angular-calendar.css ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder;
}
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0;
}
.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1;
}
.cal-month-view .cal-cell-row {
  display: flex;
}
.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}
.cal-month-view .cal-day-cell {
  min-height: 100px;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid;
}
.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  float: left;
}
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}
.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: flex;
  flex-wrap: wrap;
}
.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer;
}
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default;
}
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em;
}
.cal-month-view .cal-open-day-events {
  padding: 15px;
}
.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px;
}
.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3;
}
.cal-month-view .cal-draggable {
  cursor: move;
}
.cal-month-view .cal-drag-active * {
  pointer-events: none;
}
.cal-month-view .cal-event-title {
  cursor: pointer;
}
.cal-month-view .cal-event-title:hover {
  text-decoration: underline;
}

.cal-month-view {
  background-color: #fff;
}
.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa;
}
.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed;
}
.cal-month-view .cal-days {
  border-color: #e1e1e1;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: initial;
  border-left-color: #e1e1e1;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #e1e1e1;
}
.cal-month-view .cal-day-badge {
  background-color: #b94a48;
  color: #fff;
}
.cal-month-view .cal-event {
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff;
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #8b0000;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7;
}
.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: #e0e0e0 !important;
}
.cal-month-view .cal-open-day-events {
  color: #fff;
  background-color: #555;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.cal-week-view {
  /* stylelint-disable-next-line selector-type-no-unknown */
}
.cal-week-view * {
  box-sizing: border-box;
}
.cal-week-view .cal-day-headers {
  display: flex;
  padding-left: 70px;
  border: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers {
  padding-left: initial;
  padding-right: 70px;
}
.cal-week-view .cal-day-headers .cal-header {
  flex: 1;
  text-align: center;
  padding: 5px;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: initial;
  border-right: 1px solid;
}
.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5;
}
.cal-week-view .cal-day-column {
  flex-grow: 1;
  border-left: solid 1px;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left: initial;
  border-right: solid 1px;
}
.cal-week-view .cal-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}
.cal-week-view .cal-time-label-column {
  width: 70px;
  height: 100%;
}
.cal-week-view .cal-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.cal-week-view .cal-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}
.cal-week-view .cal-all-day-events .cal-day-columns {
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cal-week-view .cal-all-day-events .cal-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row {
  margin-left: initial;
  margin-right: 70px;
}
.cal-week-view .cal-all-day-events .cal-event-container {
  display: inline-block;
  position: absolute;
}
.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
  z-index: 1;
  pointer-events: none;
}
.cal-week-view .cal-all-day-events .cal-event {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}
.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cal-week-view .cal-all-day-events .cal-time-label-column {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}
.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: 0;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: initial;
  left: 0;
}
.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cal-week-view .cal-drag-active {
  pointer-events: none;
  z-index: 1;
}
.cal-week-view .cal-drag-active * {
  pointer-events: none;
}
.cal-week-view .cal-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  display: flex;
}
.cal-week-view .cal-time-events .cal-day-columns {
  display: flex;
  flex-grow: 1;
}
.cal-week-view .cal-time-events .cal-day-column {
  position: relative;
}
.cal-week-view .cal-time-events .cal-events-container {
  position: relative;
}
.cal-week-view .cal-time-events .cal-event-container {
  position: absolute;
  z-index: 1;
}
.cal-week-view .cal-time-events .cal-event {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  padding: 0 5px;
  line-height: 25px;
}
.cal-week-view .cal-time-events .cal-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}
.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
  bottom: 0;
}
.cal-week-view .cal-hour-segment {
  position: relative;
}
.cal-week-view .cal-hour-segment::after {
  content: " ";
}
.cal-week-view .cal-event-container:not(.cal-draggable) {
  cursor: pointer;
}
.cal-week-view .cal-draggable {
  cursor: move;
}
.cal-week-view mwl-calendar-week-view-hour-segment,
.cal-week-view .cal-hour-segment {
  display: block;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed;
}
.cal-week-view .cal-time {
  font-weight: bold;
  padding-top: 5px;
  width: 70px;
  text-align: center;
}
.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: none;
}
.cal-week-view .cal-starts-within-day .cal-event {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cal-week-view .cal-ends-within-day .cal-event {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1;
}
.cal-week-view .cal-day-headers {
  border-color: #e1e1e1;
  border-top: 0;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: initial;
  border-left: solid 1px #e1e1e1 !important;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed;
}
.cal-week-view .cal-day-column {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-event {
  background-color: #d1e8ff;
  border-color: #1e90ff;
  color: #1e90ff;
}
.cal-week-view .cal-all-day-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7;
}
.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000;
}
.cal-week-view .cal-time-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: #ededed;
}
.cal-week-view .cal-hour-odd {
  background-color: #fafafa;
}
.cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: #ededed;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #e1e1e1;
}
.cal-week-view .cal-current-time-marker {
  background-color: #ea4334;
}

.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */
}
.cal-day-view mwl-calendar-week-view-header {
  display: none;
}
.cal-day-view .cal-events-container {
  margin-left: 70px;
}
[dir=rtl] .cal-day-view .cal-events-container {
  margin-left: initial;
  margin-right: 70px;
}
.cal-day-view .cal-day-column {
  border-left: 0;
}
.cal-day-view .cal-current-time-marker {
  margin-left: 70px;
  width: calc(100% - 70px);
}
[dir=rtl] .cal-day-view .cal-current-time-marker {
  margin-left: initial;
  margin-right: 70px;
}

.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9;
}

.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}

.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}

.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}

.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}

.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem;
}

.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000;
}

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000;
}

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000;
}

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000;
}

.cal-tooltip-inner {
  color: #fff;
  background-color: #000;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (1) ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@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);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-drag-preview .mat-ripple-element, .cdk-drag-placeholder .mat-ripple-element {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}

:root {
  --font-family-primary: "Montserrat";
}

html,
body {
  margin: 0;
  height: 100%;
  font-family: var(--font-family-primary);
  font-size: 14px;
}

.adomicilio-theme {
  /* Estilos para eliminar el fondo del autofill */
  /* Asegurar que el tamaño de la fuente sea consistente */
  /* Asegurar que el tamaño de la fuente sea consistente cuando el input está enfocado */
  /* Forzar línea blanca en estado indeterminate */
  /* tr > td:last-of-type {
  border-right: none !important;
  } */
  /*  tr > td:last-of-type {
      border-right: 1px solid $grey;
  }  */
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #441d99;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-full-pseudo-checkbox-selected-icon-color: #5ccccc;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #5ccccc;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-option-label-text-font: 'Montserrat';
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: 'Montserrat';
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-title-text-font: 'Montserrat';
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: 'Montserrat';
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-plain-tooltip-supporting-text-font: 'Montserrat';
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #441d99;
  --mdc-filled-text-field-focus-active-indicator-color: #441d99;
  --mdc-filled-text-field-focus-label-text-color: rgba(68, 29, 153, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #441d99;
  --mdc-outlined-text-field-focus-outline-color: #441d99;
  --mdc-outlined-text-field-focus-label-text-color: rgba(68, 29, 153, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-focus-select-arrow-color: rgba(68, 29, 153, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mdc-filled-text-field-label-text-font: 'Montserrat';
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: 0.03125em;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: 'Montserrat';
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: 0.03125em;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: 'Montserrat';
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: 'Montserrat';
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(68, 29, 153, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-trigger-text-font: 'Montserrat';
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
  --mdc-dialog-subhead-font: 'Montserrat';
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: 'Montserrat';
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.03125em;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #3e1a91;
  --mdc-switch-selected-handle-color: #3e1a91;
  --mdc-switch-selected-hover-state-layer-color: #3e1a91;
  --mdc-switch-selected-pressed-state-layer-color: #3e1a91;
  --mdc-switch-selected-focus-handle-color: #1b0c3d;
  --mdc-switch-selected-hover-handle-color: #1b0c3d;
  --mdc-switch-selected-pressed-handle-color: #1b0c3d;
  --mdc-switch-selected-focus-track-color: #7c61b8;
  --mdc-switch-selected-hover-track-color: #7c61b8;
  --mdc-switch-selected-pressed-track-color: #7c61b8;
  --mdc-switch-selected-track-color: #7c61b8;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-switch-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mat-radio-label-text-font: 'Montserrat';
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #441d99;
  --mdc-slider-focus-handle-color: #441d99;
  --mdc-slider-hover-handle-color: #441d99;
  --mdc-slider-active-track-color: #441d99;
  --mdc-slider-inactive-track-color: #441d99;
  --mdc-slider-with-tick-marks-inactive-container-color: #441d99;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #441d99;
  --mat-slider-hover-state-layer-color: rgba(68, 29, 153, 0.05);
  --mat-slider-focus-state-layer-color: rgba(68, 29, 153, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mdc-slider-label-label-text-font: 'Montserrat';
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-font: 'Montserrat';
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mdc-list-list-item-label-text-font: 'Montserrat';
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: 'Montserrat';
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: 'Montserrat';
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-paginator-container-text-font: 'Montserrat';
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #5ccccc;
  --mdc-checkbox-selected-hover-icon-color: #5ccccc;
  --mdc-checkbox-selected-icon-color: #5ccccc;
  --mdc-checkbox-selected-pressed-icon-color: #5ccccc;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #5ccccc;
  --mdc-checkbox-selected-hover-state-layer-color: #5ccccc;
  --mdc-checkbox-selected-pressed-state-layer-color: #5ccccc;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-label-text-font: 'Montserrat';
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-text-button-label-text-font: 'Montserrat';
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: 0.0892857143em;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: 'Montserrat';
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: 0.0892857143em;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: 'Montserrat';
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: 0.0892857143em;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: 'Montserrat';
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: 0.0892857143em;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-extended-fab-label-text-font: 'Montserrat';
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: 0.0892857143em;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #5ccccc;
  --mdc-snackbar-supporting-text-font: 'Montserrat';
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: 'Montserrat';
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: 'Montserrat';
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: 'Montserrat';
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #441d99;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #441d99;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-badge-text-font: 'Montserrat';
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-bottom-sheet-container-text-font: 'Montserrat';
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-standard-button-toggle-height: 48px;
  --mat-legacy-button-toggle-label-text-font: 'Montserrat';
  --mat-legacy-button-toggle-label-text-line-height: 24px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: 0.03125em;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: 'Montserrat';
  --mat-standard-button-toggle-label-text-line-height: 24px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: 0.03125em;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #441d99;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(68, 29, 153, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(68, 29, 153, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(68, 29, 153, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #441d99;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(68, 29, 153, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-text-font: 'Montserrat';
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-header-text-font: 'Montserrat';
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: 'Montserrat';
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #441d99;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #441d99;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #441d99;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font: 'Montserrat';
  --mat-stepper-header-label-text-font: 'Montserrat';
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-sort-arrow-color: #757575;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: 'Montserrat';
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font: 'Montserrat';
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
.adomicilio-theme .text-primary, .adomicilio-theme .text-primary-h2 {
  color: #441d99 !important;
}
.adomicilio-theme .text-primary-darker, .adomicilio-theme .mat-mdc-card-title, .adomicilio-theme .text-primary-darker-h5, .adomicilio-theme .text-primary-darker-h4, .adomicilio-theme .text-primary-darker-h3, .adomicilio-theme .mat-card-title, .adomicilio-theme .text-primary-darker-title {
  color: #1b0c3d !important;
}
.adomicilio-theme .text-primary-lighter {
  color: #f3eef9 !important;
}
.adomicilio-theme .text-accent {
  color: #5ccccc !important;
}
.adomicilio-theme .text-accent-lighter {
  color: #8ddbdb !important;
}
.adomicilio-theme .text-accent-darker {
  color: #4ac0c0 !important;
}
.adomicilio-theme .text-warn {
  color: #f44336 !important;
}
.adomicilio-theme .text-warn-lighter {
  color: #ffcdd2 !important;
}
.adomicilio-theme .text-warn-darker {
  color: #d32f2f !important;
}
.adomicilio-theme .text-secondary {
  color: #9e9e9e !important;
}
.adomicilio-theme .text-secondary-darker, .adomicilio-theme td, .adomicilio-theme th {
  color: #616161 !important;
}
.adomicilio-theme .text-secondary-lighter {
  color: whitesmoke !important;
}
.adomicilio-theme .bg-primary, .adomicilio-theme .avatar-content {
  background-color: #441d99 !important;
}
.adomicilio-theme .bg-primary-lighter {
  background-color: #f3eef9 !important;
}
.adomicilio-theme .bg-primary-darker {
  background-color: #1b0c3d !important;
}
.adomicilio-theme .bg-accent {
  background-color: #5ccccc !important;
}
.adomicilio-theme .bg-accent-lighter {
  background-color: #8ddbdb !important;
}
.adomicilio-theme .bg-accent-darker {
  background-color: #4ac0c0 !important;
}
.adomicilio-theme .bg-warn {
  background-color: #f44336 !important;
}
.adomicilio-theme .bg-warn-lighter {
  background-color: #ffcdd2 !important;
}
.adomicilio-theme .bg-warn-darker {
  background-color: #d32f2f !important;
}
.adomicilio-theme .bg-secondary {
  background-color: #9e9e9e !important;
}
.adomicilio-theme .bg-secondary-darker {
  background-color: #616161 !important;
}
.adomicilio-theme .bg-secondary-lighter {
  background-color: whitesmoke !important;
}
.adomicilio-theme :host ::ng-deep .mat-mdc-tab-header {
  border-bottom: 1px solid whitesmoke;
  /* Ajusta según sea necesario */
}
.adomicilio-theme .item-menu span {
  color: #616161;
}
.adomicilio-theme .mat-snack-bar-container-error {
  --mdc-snackbar-container-color: $warn-darker !important;
  background-color: #d32f2f !important;
}
.adomicilio-theme .mat-snack-bar-container-info {
  background-color: #f3eef9 !important;
  color: #1b0c3d !important;
}
.adomicilio-theme .mat-snack-bar-container-warning {
  --mdc-snackbar-container-color: $grey-darker !important;
  background-color: #616161 !important;
}
.adomicilio-theme .custom-frame .mat-mdc-checkbox-background,
.adomicilio-theme .custom-frame .mat-mdc-checkbox-frame {
  border-radius: 70% !important;
  border-color: #441d99;
}
.adomicilio-theme .flecha-lado-izquierdo-arriba:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent whitesmoke transparent transparent;
}
.adomicilio-theme .bg-primary-100 {
  background-color: #c7bbe0 !important;
}
.adomicilio-theme .bg-primary-50 {
  background-color: #f3eef9 !important;
}
.adomicilio-theme .text-primary-lighter-100 {
  color: #c7bbe0 !important;
}
.adomicilio-theme .text-primary-bolder {
  color: #441d99 !important;
  font-weight: bolder !important;
}
.adomicilio-theme .text-primary-darker-bolder {
  color: #1b0c3d !important;
  font-weight: bolder !important;
}
.adomicilio-theme .bg-accent-100 {
  background-color: #cef0f0 !important;
}
.adomicilio-theme .bg-white {
  background-color: #FFF !important;
}
.adomicilio-theme .text-primary-darker-title {
  font-weight: 900;
}
.adomicilio-theme .text-primary-darker-h3, .adomicilio-theme .mat-card-title {
  font-weight: 600;
}
.adomicilio-theme .text-primary-darker-h4 {
  font-weight: 800;
}
.adomicilio-theme .text-primary-darker-h5 {
  font-weight: 800;
}
.adomicilio-theme .mat-divider {
  border-top-color: #f3eef9 !important;
}
.adomicilio-theme .text-primary-h2 {
  font-weight: 900;
}
.adomicilio-theme .text-white {
  color: white !important;
}
.adomicilio-theme .headline-1 {
  font-size: 28px;
  font-weight: bold;
}
.adomicilio-theme .headline-1-5 {
  font-size: 22px;
  font-weight: bold;
}
.adomicilio-theme .headline-1-8 {
  font-size: 20px;
  font-weight: bold !important;
}
.adomicilio-theme .headline-2 {
  font-size: 18px;
  font-weight: bold;
}
.adomicilio-theme .subtitle-1 {
  font-size: 14px;
  font-weight: bolder !important;
}
.adomicilio-theme .subtitle-2 {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.adomicilio-theme .subtitle-3 {
  font-size: 12px !important;
  font-weight: 600 !important;
  /* semi-bold */
}
.adomicilio-theme .subtitle-4 {
  font-size: 12px;
  font-weight: 400;
}
.adomicilio-theme .subtitle-5 {
  font-size: 10px;
  font-weight: 400;
}
.adomicilio-theme .subtitle-6 {
  font-size: 10px;
  font-weight: 600;
}
.adomicilio-theme .body-3 {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.87);
}
.adomicilio-theme .subtitle-card-1 {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.adomicilio-theme .subtitle-card-2 {
  font-size: 20px !important;
  font-weight: 600 !important;
}
.adomicilio-theme .big-number {
  font-weight: 800 !important;
}
.adomicilio-theme .medium-number {
  font-size: 36px;
  font-weight: bolder;
}
.adomicilio-theme .small-number {
  font-size: 16px;
  font-weight: bolder;
}
.adomicilio-theme .mat-mdc-dialog-container {
  padding: 0px !important;
  border-radius: 15px;
}
.adomicilio-theme .spinner-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adomicilio-theme .mat-input-element:disabled {
  color: #939393 !important;
}
.adomicilio-theme .mat-select-disabled .mat-select-value {
  color: #939393 !important;
}
.adomicilio-theme .mat-select-value {
  color: #616161 !important;
}
.adomicilio-theme .border-primary {
  border-color: #441d99 !important;
}
.adomicilio-theme .cal-event {
  color: #fff !important;
}
.adomicilio-theme .mat-mdc-card .mat-mdc-card-header .mat-mdc-card-title {
  color: #4ac0c0;
}
.adomicilio-theme .mat-card-title {
  padding: 0 16px;
}
.adomicilio-theme .border-primary-lighter {
  border: solid 1px #f3eef9 !important;
}
.adomicilio-theme .mat-toolbar-right {
  background-color: #1b0c3d !important;
  border-color: #8dffff !important;
  color: white;
  z-index: 999 !important;
}
.adomicilio-theme .mat-toolbar {
  background-color: whitesmoke !important;
}
.adomicilio-theme .evolutions-side-bar .mat-toolbar {
  border-radius: 10px !important;
}
.adomicilio-theme .is-active {
  background-color: #f3eef9 !important;
  border-radius: 0px 10px 10px 0px;
}
.adomicilio-theme .is-active-clear {
  background-color: #f3eef9 !important;
}
.adomicilio-theme .is-active.item-menu {
  color: #441d99 !important;
  box-sizing: border-box;
  border-left: 4px solid #441d99;
  padding-left: 8px;
}
.adomicilio-theme .is-active.item-menu .mat-icon {
  stroke: #441d99 !important;
  margin-right: 8px;
}
.adomicilio-theme .is-active.item-menu span {
  color: #441d99 !important;
}
.adomicilio-theme .is-active .mat-icon {
  color: #441d99;
}
.adomicilio-theme .is-active .mat-icon svg > path.fill {
  fill: #441d99 !important;
}
.adomicilio-theme .item-menu {
  color: #5ccccc;
  font-size: 13px !important;
}
.adomicilio-theme .item-menu:hover {
  color: #441d99;
  background-color: #f3eef9 !important;
}
.adomicilio-theme .item-menu:hover .mat-icon {
  stroke: #441d99 !important;
}
.adomicilio-theme .item-menu:hover .mat-icon svg > path.fill {
  fill: #441d99 !important;
}
.adomicilio-theme .data-management-card {
  outline: 1px solid #a28ecc !important;
  width: 300px;
  border: 5px solid transparent;
  transition: all 0.2s ease-in-out;
}
.adomicilio-theme .data-management-card:hover {
  border: 4px solid #a28ecc !important;
  outline: 0px solid transparent;
  transition: all 0.2s ease-in-out;
}
.adomicilio-theme .mat-nav-list .title-menu {
  font-size: 12px !important;
  color: #1b0c3d;
}
.adomicilio-theme .mat-nav-list .title-menu-adomicilio {
  font-size: 12px !important;
  color: #4ac0c0;
}
.adomicilio-theme .border-left {
  border-left-style: solid;
  border-width: 6px;
  border-top-left-radius: 0.15em;
  border-bottom-left-radius: 0.15em;
}
.adomicilio-theme .history-mode-active-border-color {
  border-color: #5ccccc;
}
.adomicilio-theme .line-icon-primary > svg {
  stroke: #441d99 !important;
}
.adomicilio-theme .line-icon-primary > svg path.fill {
  fill: #441d99 !important;
}
.adomicilio-theme .line-icon-primary-darker > svg {
  stroke: #1b0c3d !important;
}
.adomicilio-theme .line-icon-primary-darker > svg path.fill {
  fill: #f3eef9 !important;
}
.adomicilio-theme .line-icon-grey > svg {
  stroke: #9e9e9e !important;
}
.adomicilio-theme .line-icon-grey > svg path.fill {
  fill: #9e9e9e !important;
}
.adomicilio-theme .line-icon-grey-lighter > svg {
  stroke: whitesmoke !important;
}
.adomicilio-theme .line-icon-grey-lighter > svg path.fill {
  fill: whitesmoke !important;
}
.adomicilio-theme .line-icon-grey-darker > svg {
  stroke: #616161 !important;
}
.adomicilio-theme .line-icon-grey-darker > svg path.fill {
  fill: #616161 !important;
}
.adomicilio-theme .mat-mdc-form-field-icon-suffix {
  font-size: 12px;
}
.adomicilio-theme .mat-mdc-form-field-icon-suffix button {
  color: #441d99 !important;
  background-color: unset !important;
  border: none !important;
}
.adomicilio-theme .mat-mdc-form-field-icon-suffix mat-icon {
  font-size: 1.2rem !important;
  align-content: center;
  margin-top: 20%;
}
.adomicilio-theme .mat-form-field-appearance-outline .mat-mdc-form-field-flex {
  height: 35px;
  align-items: center !important;
}
.adomicilio-theme .mat-form-field-appearance-fill .mat-mdc-form-field-flex {
  height: 35px;
  align-items: center !important;
}
.adomicilio-theme .mat-form-field-appearance-outline .mat-mdc-form-field-infix {
  align-items: center;
}
.adomicilio-theme .mat-form-field.mat-form-field-appearance-outline.mat-form-field-wrapper.mat-form-field-flex.mat-form-field-infix {
  padding: 0.4em 0px !important;
}
.adomicilio-theme .mat-form-field.mat-form-field-appearance-outline.mat-form-field-wrapper.mat-form-field-flex.mat-form-field-infix.mat-form-field-label-wrapper {
  top: -1.5em !important;
}
.adomicilio-theme .mat-form-field-appearance-outline .mat-mdc-input-element {
  height: 100%;
  padding: 0;
  line-height: normal;
}
.adomicilio-theme .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper {
  background: white;
  padding: 5 !important;
  border-radius: 8px;
}
.adomicilio-theme .mat-form-field-appearance-outline .mat-mdc-form-field-label-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.adomicilio-theme .mdc-text-field--outlined .mdc-text-field--no-label {
  border-radius: 4px !important;
  opacity: 0.2;
  border: 1px solid #441d99 !important;
}
.adomicilio-theme .mdc-text-field--outlined .mdc-text-field--no-label .mdc-text-field--focused {
  opacity: 1 !important;
  border: 1px solid #1b0c3d !important;
}
.adomicilio-theme .mat-form-field-appearance-outline .mat-mdc-floating-label {
  top: -0.5rem;
  transform: translateY(-110%);
  line-height: normal;
  height: auto;
  white-space: nowrap;
}
.adomicilio-theme .mat-form-field-appearance-outline.mat-focused .mat-mdc-floating-label {
  top: 1.75rem;
  white-space: nowrap;
}
.adomicilio-theme .mat-form-field-outline .mat-form-field-outline-start,
.adomicilio-theme .mat-form-field-outline .mat-form-field-outline-end {
  border-top-width: 1px;
  width: auto;
}
.adomicilio-theme .mat-mdc-form-field-error {
  font-size: 0.8em;
  color: red;
  margin-top: -1%;
}
.adomicilio-theme .mat-mdc-form-field-error-wrapper {
  padding-left: 1%;
}
.adomicilio-theme input:-webkit-autofill {
  background-color: transparent !important;
  box-shadow: 0 0 0 30px white inset !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: black !important;
  font-size: 1rem;
}
.adomicilio-theme input:-webkit-autofill:focus {
  background-color: transparent !important;
  box-shadow: 0 0 0 30px white inset !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: black !important;
}
.adomicilio-theme input:-webkit-autofill:hover {
  background-color: transparent !important;
  box-shadow: 0 0 0 30px white inset !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: black !important;
}
.adomicilio-theme .mat-form-field-appearance-outline .mat-mdc-form-field-flex {
  width: 100% !important;
}
.adomicilio-theme .mat-mdc-input-element {
  font-size: 0.85rem !important;
}
.adomicilio-theme .mat-mdc-input-element:focus {
  font-size: 0.85rem !important;
}
.adomicilio-theme .mat-mdc-form-field {
  font-size: 12px !important;
}
.adomicilio-theme .mat-mdc-select {
  font-size: 12px !important;
}
.adomicilio-theme .mat-mdc-option.mdc-list-item {
  font-size: 12px !important;
}
.adomicilio-theme .mdc-text-field--outlined .mdc-floating-label {
  font-size: 12px !important;
  line-height: 3vh !important;
}
.adomicilio-theme mat-radio-button .mdc-label {
  width: max-content !important;
}
.adomicilio-theme .mat-mdc-form-field-infix {
  font-size: 12px !important;
}
.adomicilio-theme .mat-mdc-form-field-icon-prefix {
  padding-left: 4px !important;
}
.adomicilio-theme .mat-mdc-form-field-icon-suffix {
  display: flex;
  padding-right: 4px !important;
}
.adomicilio-theme form .subtitle-2,
.adomicilio-theme form .subtitle-3 {
  padding-bottom: 4px;
}
.adomicilio-theme .mat-error {
  font-weight: 900 !important;
}
.spinner-container.mat-primary .adomicilio-theme .spinner-background {
  color: mat-color(#441d99);
}
.spinner-container.mat-accent .adomicilio-theme .spinner-background {
  color: mat-color(#5ccccc);
}
.spinner-container.mat-warn .adomicilio-theme .spinner-background {
  color: mat-color(#f44336);
}
.adomicilio-theme .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__inner-circle {
  background-color: #1b0c3d !important;
}
.adomicilio-theme .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__outer-circle {
  border-color: #1b0c3d !important;
}
.adomicilio-theme .mat-mdc-radio-button.mat-mdc-radio-checked:not(.mat-mdc-radio-disabled) .mdc-radio__inner-circle {
  background-color: #1b0c3d !important;
  border-color: #1b0c3d !important;
}
.adomicilio-theme .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__ripple .mat-ripple-element {
  background-color: #f3eef9 !important;
}
.adomicilio-theme .mat-mdc-radio-button:hover.mat-mdc-radio-checked .mdc-radio__outer-circle {
  border-color: #441d99 !important;
}
.adomicilio-theme .mat-mdc-radio-button:hover.mat-mdc-radio-checked .mdc-radio__inner-circle {
  border-color: #441d99 !important;
  background-color: #441d99 !important;
}
.adomicilio-theme .mat-mdc-radio-button.mat-mdc-radio-disabled .mdc-radio__inner-circle {
  background-color: #9e9e9e !important;
}
.adomicilio-theme .mat-mdc-radio-button.mat-mdc-radio-disabled .mdc-radio__outer-circle {
  border: 2px solid #e5e5e5 !important;
}
.adomicilio-theme .mat-mdc-radio-button:not(.mat-mdc-radio-disabled).mat-primary .mdc-radio__ripple .mat-ripple-element {
  background-color: #441d99 !important;
}
.adomicilio-theme .mat-mdc-radio-button:not(.mat-mdc-radio-disabled).mat-accent .mdc-radio__ripple .mat-ripple-element {
  background-color: #441d99 !important;
}
.adomicilio-theme .mat-mdc-checkbox .mat-mdc-checkbox-ripple .mdc-checkbox__ripple {
  background-color: #f3eef9 !important;
}
.adomicilio-theme .mat-mdc-checkbox.mat-mdc-checkbox-checked:not(.mat-mdc-checkbox-disabled) .mdc-checkbox__background {
  border-color: #441d99 !important;
  background-color: #441d99 !important;
}
.adomicilio-theme .mat-mdc-checkbox:not(.mat-mdc-checkbox-disabled) .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: #f3eef9 !important;
}
.adomicilio-theme button {
  border-radius: 18px !important;
  letter-spacing: 1.25px;
  font-weight: 600;
}
.adomicilio-theme .mdc-button {
  font-size: 12px;
}
.adomicilio-theme .mat-stroked-button {
  border-width: 2px !important;
}
.adomicilio-theme .mat-stroked-button.mat-small {
  height: 30px !important;
}
.adomicilio-theme .active-selected {
  line-height: 1.6;
  border: 0px solid #441d99 !important;
  border-radius: 12px;
  background-color: #441d99 !important;
  color: #ffffff;
}
.adomicilio-theme .mat-stroked-button.mat-accent {
  border-color: #5ccccc !important;
}
.adomicilio-theme .mat-stroked-button.mat-primary {
  border-color: #441d99 !important;
}
.adomicilio-theme .mat-stroked-button.mat-primary.no-border {
  border: 0px !important;
}
.adomicilio-theme .mat-stroked-button[disabled] {
  border-color: rgba(0, 0, 0, 0.26) !important;
}
.adomicilio-theme .mat-stroked-button.btnVerCaso {
  max-width: 30% !important;
}
.adomicilio-theme .mat-icon-16x16 {
  height: 16px !important;
  width: 16px !important;
}
.adomicilio-theme .mat-icon-button-16x16 {
  height: 18px !important;
  width: 18px !important;
  line-height: 0px !important;
}
.adomicilio-theme .mat-icon-22x22 {
  height: 22px !important;
  width: 22px !important;
}
.adomicilio-theme .mat-icon-18x18 {
  height: 18px !important;
  width: 18px !important;
}
.adomicilio-theme .mat-icon-button-18x18 {
  height: 20px !important;
  width: 20px !important;
  line-height: 0px !important;
}
.adomicilio-theme .mat-mdc-button:not(:disabled) {
  color: #441d99 !important;
}
.adomicilio-theme .mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background,
.adomicilio-theme .mat-mdc-checkbox.mat-mdc-checkbox-indeterminate .mdc-checkbox__background {
  background-color: #441d99 !important;
  border-color: #441d99 !important;
}
.adomicilio-theme .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark,
.adomicilio-theme .mdc-checkbox__checkmark-path {
  stroke: white !important;
}
.adomicilio-theme .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
  background-color: #1b0c3d !important;
}
.adomicilio-theme .mdc-checkbox__native-control[aria-checked=mixed] ~ .mdc-checkbox__background::before {
  background-color: white !important;
}
.adomicilio-theme .mdc-checkbox__native-control[aria-checked=mixed] ~ .mdc-checkbox__background {
  background-color: white !important;
}
.adomicilio-theme .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.adomicilio-theme .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
  border-color: #1b0c3d !important;
  background-color: #1b0c3d !important;
}
.adomicilio-theme .mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__native-control,
.adomicilio-theme .mat-mdc-checkbox.mat-mdc-checkbox-indeterminate .mdc-checkbox__native-control {
  border: none !important;
}
.adomicilio-theme .mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__ripple,
.adomicilio-theme .mat-mdc-checkbox.mat-mdc-checkbox-indeterminate .mdc-checkbox__ripple {
  background-color: transparent !important;
}
.adomicilio-theme .mdc-checkbox__mixedmark,
.adomicilio-theme .mdc-checkbox__mixedmark-path {
  border-color: white !important;
  stroke: white !important;
  fill: white !important;
}
.adomicilio-theme .multiselect-dropdown {
  position: relative;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
}
.adomicilio-theme .multiselect-dropdown .dropdown-btn {
  display: inline-block;
  border: 1px solid #adadad;
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.52857143;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-radius: 4px;
  width: 20px;
}
.adomicilio-theme .multiselect-dropdown .dropdown-btn .selected-item {
  margin-right: 4px;
  padding: 0px 5px;
  color: #fff;
  border-radius: 2px;
  float: left;
}
.adomicilio-theme .multiselect-dropdown .dropdown-btn .selected-item a {
  text-decoration: none;
}
.adomicilio-theme .multiselect-dropdown .dropdown-btn .selected-item:hover {
  box-shadow: 1px 1px #959595;
}
.adomicilio-theme .multiselect-dropdown .dropdown-btn .dropdown-down {
  display: inline-block;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid #adadad;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.adomicilio-theme .multiselect-dropdown .dropdown-btn .dropdown-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #adadad;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.adomicilio-theme .multiselect-dropdown .disabled > span {
  background-color: #eceeef;
}
.adomicilio-theme .dropdown-list {
  position: absolute;
  padding-top: 6px;
  width: 100%;
  z-index: 9999;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  margin-top: 10px;
  box-shadow: 0px 1px 5px #959595;
}
.adomicilio-theme .dropdown-list ul {
  padding: 0px;
  list-style: none;
  overflow: auto;
  margin: 0px;
}
.adomicilio-theme .dropdown-list li {
  padding: 6px 10px;
  cursor: pointer;
  text-align: left;
}
.adomicilio-theme .dropdown-list .filter-textbox {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 10px;
}
.adomicilio-theme .dropdown-list .filter-textbox input {
  border: 0px;
  width: 100%;
  padding: 0px 0px 0px 26px;
}
.adomicilio-theme .dropdown-list .filter-textbox input:focus {
  outline: none;
}
.adomicilio-theme .multiselect-item-checkbox input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.adomicilio-theme .multiselect-item-checkbox input[type=checkbox]:focus + div:before,
.adomicilio-theme .multiselect-item-checkbox input[type=checkbox]:hover + div:before {
  background-color: #f2f2f2;
}
.adomicilio-theme .multiselect-item-checkbox input[type=checkbox]:active + div:before {
  transition-duration: 0s;
}
.adomicilio-theme .multiselect-item-checkbox input[type=checkbox] + div {
  position: relative;
  padding-left: 2em;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  margin: 0px;
  color: #000;
}
.adomicilio-theme .multiselect-item-checkbox input[type=checkbox] + div:before {
  box-sizing: content-box;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  text-align: center;
  transition: all 0.4s ease;
}
.adomicilio-theme .multiselect-item-checkbox input[type=checkbox] + div:after {
  box-sizing: content-box;
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}
.adomicilio-theme .multiselect-item-checkbox input[type=checkbox]:disabled + div:before {
  border-color: #cccccc;
}
.adomicilio-theme .multiselect-item-checkbox input[type=checkbox]:disabled:focus + div:before .multiselect-item-checkbox input[type=checkbox]:disabled:hover + div:before {
  background-color: inherit;
}
.adomicilio-theme .multiselect-item-checkbox input[type=checkbox]:disabled:checked + div:before {
  background-color: #cccccc;
}
.adomicilio-theme .multiselect-item-checkbox input[type=checkbox] + div:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0);
}
.adomicilio-theme .multiselect-item-checkbox input[type=checkbox]:checked + div:after {
  content: "";
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out;
}
.adomicilio-theme .multiselect-item-checkbox input[type=checkbox]:checked + div:before {
  animation: borderscale 200ms ease-in;
}
.adomicilio-theme .multiselect-item-checkbox input[type=checkbox]:checked + div:after {
  transform: rotate(-45deg) scale(1);
}
@keyframes borderscale {}
.adomicilio-theme .multiselect-dropdown .dropdown-btn .dropdown-down {
  border-top: 6px solid #999 !important;
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
}
.adomicilio-theme .dropdown-multiselect__caret {
  width: 0px !important;
}
.adomicilio-theme .dropdown-multiselect--active .dropdown-multiselect__caret {
  transform: rotateX(180deg) !important;
}
.adomicilio-theme .mat-mdc-chip {
  border-radius: 4px !important;
  min-width: 100px;
  justify-content: center;
}
.adomicilio-theme .mat-mdc-chip span {
  letter-spacing: 1.25px !important;
  font-weight: 600 !important;
}
.adomicilio-theme .mat-mdc-chip button {
  padding: 0;
  margin-left: 4px;
  /* Espacio entre el texto del chip y el botón */
  color: #441d99;
}
.adomicilio-theme .mat-mdc-chip.chips-select {
  border-radius: 9px !important;
  min-width: unset;
}
.adomicilio-theme .mat-mdc-standard-chip.chips-select {
  min-height: 26px !important;
}
.adomicilio-theme .mat-mdc-chip-listbox.operator {
  margin: 7px !important;
}
.adomicilio-theme .mat-mdc-chip.opacity-hover {
  opacity: 0.5 !important;
}
.adomicilio-theme .mat-mdc-standard-chip {
  min-height: 32px !important;
  max-width: 32px !important;
}
.adomicilio-theme .mat-mdc-standard-chip {
  --mdc-chip-label-text-color: inherit !important;
}
.adomicilio-theme .mat-mdc-standard-chip:focus::after {
  opacity: 0 !important;
}
.adomicilio-theme .requisition-state-borrador {
  color: #4E4D4D !important;
  background-color: #ECEBEB !important;
}
.adomicilio-theme .requisition-state-sin-aviso {
  color: #7A0060 !important;
  background-color: #FFD9F7 !important;
}
.adomicilio-theme .requisition-state-esperando-info {
  color: #4D3700 !important;
  background-color: #FFF2DF !important;
}
.adomicilio-theme .requisition-state-buscando-rec {
  color: #803D00 !important;
  background-color: #FFEBD9 !important;
}
.adomicilio-theme .requisition-state-confirmado {
  color: #1D6054 !important;
  background-color: #E7FFF9 !important;
}
.adomicilio-theme .requisition-state-presupuestado {
  color: #395D2F !important;
  background-color: #EAFEE5 !important;
}
.adomicilio-theme .requisition-state-pendiente {
  color: #701500 !important;
  background-color: #FFE9E9 !important;
}
.adomicilio-theme .requisition-state-archivado {
  color: #173E78 !important;
  background-color: #E0ECFF !important;
}
.adomicilio-theme .operator .mat-mdc-chip:hover {
  background-color: #f3eef9;
}
.adomicilio-theme .inProgress-task-background-color {
  background-color: #FFF4EB;
}
.adomicilio-theme .inProgress-task-span-color {
  color: #EA750B;
}
.adomicilio-theme .pending-task-background-color {
  background-color: #FFD9F7;
}
.adomicilio-theme .pending-task-span-color {
  color: #7A0060;
}
.adomicilio-theme .done-task-background-color {
  background-color: #E0ECFF;
}
.adomicilio-theme .done-task-span-color {
  color: #093BBB;
}
.adomicilio-theme .exchange-status-pending {
  color: #9B5DE5 !important;
  background-color: #F2EFF8 !important;
}
.adomicilio-theme .exchange-status-delivered {
  color: #395D2F !important;
  background-color: #EAFEE5 !important;
}
.adomicilio-theme .exchange-status-rejected {
  color: #D02700 !important;
  background-color: #FFE9E9 !important;
}
.adomicilio-theme .exchange-status-none {
  color: #37474F !important;
  background-color: #C6CCCE !important;
}
.adomicilio-theme .sub-totals-provision-detail {
  color: #1b0c3d !important;
  background-color: #1b0c3d !important;
}
.adomicilio-theme .mat-mdc-standard-chip-sub-totals-provision-detail {
  min-height: 32px !important;
  max-width: 100px !important;
}
.adomicilio-theme .mat-mdc-cell.order-state {
  padding-right: none !important;
}
.adomicilio-theme .mat-mdc-sort-header,
.adomicilio-theme .mat-mdc-header-cell,
.adomicilio-theme .mat-mdc-footer-cell {
  color: #1b0c3d !important;
  letter-spacing: 1.25px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.15px;
}
.adomicilio-theme .mat-mdc-cell {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.25px;
}
.adomicilio-theme .bg-on-hover.mat-mdc-row:hover {
  background: whitesmoke;
}
.adomicilio-theme .bg-on-hover:hover {
  background: whitesmoke;
}
.adomicilio-theme th {
  font-weight: 600 !important;
}
.adomicilio-theme .mat-mdc-chip span {
  font-size: 10px;
}
.adomicilio-theme .mat-mdc-table.case-style {
  border: 1px solid !important;
  border-radius: 10px !important;
  border-color: #fff !important;
}
.adomicilio-theme td,
.adomicilio-theme th {
  text-align: center !important;
  vertical-align: middle !important;
}
.adomicilio-theme .mat-mdc-sort-header-container {
  justify-content: center !important;
}
.adomicilio-theme .mat-mdc-cell {
  text-align: center;
}
.adomicilio-theme .mat-mdc-table {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  border-bottom: none !important;
}
.adomicilio-theme th.mat-mdc-header-cell:last-of-type,
.adomicilio-theme td.mat-mdc-cell:last-of-type,
.adomicilio-theme td.mat-mdc-footer-cell:last-of-type {
  padding-right: 0px !important;
}
.adomicilio-theme .border-right-row-selected {
  border-right: 5px solid #1b0c3d;
}
.adomicilio-theme .mat-mdc-header-row,
.adomicilio-theme .mat-mdc-footer-cell {
  background-color: #f3eef9 !important;
}
.adomicilio-theme .mat-mdc-header-cell {
  color: #1b0c3d;
  font-weight: 700 !important;
}
.adomicilio-theme td > div {
  border-top: 1px solid;
  border-color: #e0e0e0;
}
.adomicilio-theme .inner-cell {
  height: 40px;
  border-left: 1px solid;
  border-color: whitesmoke;
  /* padding-top: 5px;
  padding-bottom: 5px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.adomicilio-theme .inner-cell-auth {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.adomicilio-theme .state-header {
  border: 1px solid #c7bbe0 !important;
}
.adomicilio-theme th.mat-mdc-header-cell {
  border-bottom: none !important;
}
.adomicilio-theme td > div:first-of-type {
  border-top: none !important;
}
.adomicilio-theme tr > td:last-of-type {
  border-right: 1px solid whitesmoke;
}
.adomicilio-theme tr > td:first-of-type {
  border-left: 1px solid whitesmoke;
}
.adomicilio-theme tr:last-of-type > td {
  border-bottom: 1px solid whitesmoke !important;
}
.adomicilio-theme .agreement-header {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adomicilio-theme .shadow {
  background: linear-gradient(#9e9e9e, #f3eef9);
  width: 100%;
  height: 6px;
}
.adomicilio-theme .arrow-column {
  vertical-align: top !important;
  padding-top: 11px;
  padding-left: 0 !important;
  border-right: none !important;
}
.adomicilio-theme .mat-footer-cell {
  background-color: #f3eef9;
  font-weight: 500;
}
.adomicilio-theme th {
  /* height: 36px; */
  border-right: 1px solid #fff;
}
.adomicilio-theme th:last-child {
  border-right: none;
}
.adomicilio-theme th.mat-mdc-header-cell:first-of-type,
.adomicilio-theme td.mat-mdc-cell:first-of-type,
.adomicilio-theme td.mat-mdc-footer-cell:first-of-type {
  padding-left: 0px !important;
  min-width: 25px;
}
.adomicilio-theme .mat-mdc-footer-cell {
  border: none !important;
}
.adomicilio-theme tr.mat-mdc-row {
  height: 0px;
  cursor: pointer;
}
.adomicilio-theme tr.autoArrangement,
.adomicilio-theme tr.example-detail-row {
  cursor: default;
}
.adomicilio-theme tr.mat-mdc-header-row {
  border-top: 1px solid #9e9e9e;
}
.adomicilio-theme tr > td:first-of-type > .inner-cell {
  border-left: none !important;
}
.adomicilio-theme .table-container {
  padding: 15px;
}
.adomicilio-theme .grilla {
  border: 1px solid #f3eef9;
  border-bottom: 1px solid #441d99;
  border-top: none;
}
.adomicilio-theme .category-header {
  background-color: #c7bbe0 !important;
}
.adomicilio-theme .order-delivery-table th.mat-mdc-header-cell {
  border-bottom: 1px solid #e0e0e0 !important;
}
.adomicilio-theme .order-delivery-table td.mat-mdc-cell {
  border-bottom: 1px solid #e0e0e0 !important;
}
.adomicilio-theme .mdc-data-table__cell, .adomicilio-theme .mdc-data-table__header-cell {
  padding: 0;
}
.adomicilio-theme .mat-sort-header-container {
  justify-content: center;
}
.adomicilio-theme .marked-top {
  position: relative;
}
.adomicilio-theme .marked-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 6px solid red; /* Borde rojo constante */
  border-top: 6px solid red; /* Borde rojo constante */
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.adomicilio-theme .marked-top::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px; /* Ajuste para que quede dentro del borde */
  width: 0;
  height: 0;
  border-left: 4px solid white; /* Inicia con relleno blanco */
  border-top: 4px solid white; /* Inicia con relleno blanco */
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  animation: triangle-fill-flash 3s ease-in-out 3 forwards;
}
@keyframes triangle-fill-flash {
  0%, 100% {
    border-left-color: red; /* Relleno se vuelve rojo */
    border-top-color: red;
  }
  50% {
    border-left-color: white; /* Relleno cambia a blanco */
    border-top-color: white;
  }
}
.adomicilio-theme .no-pointer tr.mat-mdc-row {
  cursor: default !important;
}
.adomicilio-theme .mat-badge-content {
  background-color: #f1bf28;
  color: white;
}
.adomicilio-theme .mat-datepicker-content-touch {
  margin: auto !important;
  overflow: hidden !important;
}
.adomicilio-theme .mat-datepicker-content-touch .mat-calendar {
  height: auto !important;
}
.adomicilio-theme .gm-style-iw-chr {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
}
.adomicilio-theme .gm-style-iw.gm-style-iw-c {
  padding-top: 14px !important;
}
.mat-theme-loaded-marker {
  display: none;
}

.adomicilio-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #5ccccc;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.adomicilio-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.adomicilio-theme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #441d99;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #441d99;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.adomicilio-theme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #5ccccc;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #5ccccc;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.adomicilio-theme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.adomicilio-theme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #441d99;
  --mdc-linear-progress-track-color: rgba(68, 29, 153, 0.25);
}
.adomicilio-theme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #5ccccc;
  --mdc-linear-progress-track-color: rgba(92, 204, 204, 0.25);
}
.adomicilio-theme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
.adomicilio-theme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #5ccccc;
  --mdc-filled-text-field-focus-active-indicator-color: #5ccccc;
  --mdc-filled-text-field-focus-label-text-color: rgba(92, 204, 204, 0.87);
  --mdc-outlined-text-field-caret-color: #5ccccc;
  --mdc-outlined-text-field-focus-outline-color: #5ccccc;
  --mdc-outlined-text-field-focus-label-text-color: rgba(92, 204, 204, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(92, 204, 204, 0.87);
}
.adomicilio-theme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
}
.adomicilio-theme .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(92, 204, 204, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
.adomicilio-theme .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
.adomicilio-theme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.adomicilio-theme .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.adomicilio-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .adomicilio-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #441d99;
  --mdc-chip-elevated-selected-container-color: #441d99;
  --mdc-chip-elevated-disabled-container-color: #441d99;
  --mdc-chip-flat-disabled-selected-container-color: #441d99;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.adomicilio-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .adomicilio-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #5ccccc;
  --mdc-chip-elevated-selected-container-color: #5ccccc;
  --mdc-chip-elevated-disabled-container-color: #5ccccc;
  --mdc-chip-flat-disabled-selected-container-color: #5ccccc;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.adomicilio-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .adomicilio-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.adomicilio-theme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.adomicilio-theme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: 'Montserrat';
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: 0.0178571429em;
  --mdc-chip-label-text-weight: 400;
}
.adomicilio-theme .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.adomicilio-theme .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
.adomicilio-theme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #54c7c7;
  --mdc-switch-selected-handle-color: #54c7c7;
  --mdc-switch-selected-hover-state-layer-color: #54c7c7;
  --mdc-switch-selected-pressed-state-layer-color: #54c7c7;
  --mdc-switch-selected-focus-handle-color: #30adad;
  --mdc-switch-selected-hover-handle-color: #30adad;
  --mdc-switch-selected-pressed-handle-color: #30adad;
  --mdc-switch-selected-focus-track-color: #8ddbdb;
  --mdc-switch-selected-hover-track-color: #8ddbdb;
  --mdc-switch-selected-pressed-track-color: #8ddbdb;
  --mdc-switch-selected-track-color: #8ddbdb;
}
.adomicilio-theme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.adomicilio-theme .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: 'Montserrat';
  --mat-switch-label-text-line-height: 20px;
  --mat-switch-label-text-size: 14px;
  --mat-switch-label-text-tracking: 0.0178571429em;
  --mat-switch-label-text-weight: 400;
}
.adomicilio-theme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #441d99;
  --mdc-radio-selected-hover-icon-color: #441d99;
  --mdc-radio-selected-icon-color: #441d99;
  --mdc-radio-selected-pressed-icon-color: #441d99;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #441d99;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.adomicilio-theme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #5ccccc;
  --mdc-radio-selected-hover-icon-color: #5ccccc;
  --mdc-radio-selected-icon-color: #5ccccc;
  --mdc-radio-selected-pressed-icon-color: #5ccccc;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #5ccccc;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.adomicilio-theme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.adomicilio-theme .mat-accent {
  --mdc-slider-handle-color: #5ccccc;
  --mdc-slider-focus-handle-color: #5ccccc;
  --mdc-slider-hover-handle-color: #5ccccc;
  --mdc-slider-active-track-color: #5ccccc;
  --mdc-slider-inactive-track-color: #5ccccc;
  --mdc-slider-with-tick-marks-inactive-container-color: #5ccccc;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #5ccccc;
  --mat-slider-hover-state-layer-color: rgba(92, 204, 204, 0.05);
  --mat-slider-focus-state-layer-color: rgba(92, 204, 204, 0.2);
}
.adomicilio-theme .mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
}
.adomicilio-theme .mdc-list-item__start,
.adomicilio-theme .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #441d99;
  --mdc-radio-selected-hover-icon-color: #441d99;
  --mdc-radio-selected-icon-color: #441d99;
  --mdc-radio-selected-pressed-icon-color: #441d99;
}
.adomicilio-theme .mat-accent .mdc-list-item__start,
.adomicilio-theme .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #5ccccc;
  --mdc-radio-selected-hover-icon-color: #5ccccc;
  --mdc-radio-selected-icon-color: #5ccccc;
  --mdc-radio-selected-pressed-icon-color: #5ccccc;
}
.adomicilio-theme .mat-warn .mdc-list-item__start,
.adomicilio-theme .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
.adomicilio-theme .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #441d99;
  --mdc-checkbox-selected-hover-icon-color: #441d99;
  --mdc-checkbox-selected-icon-color: #441d99;
  --mdc-checkbox-selected-pressed-icon-color: #441d99;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #441d99;
  --mdc-checkbox-selected-hover-state-layer-color: #441d99;
  --mdc-checkbox-selected-pressed-state-layer-color: #441d99;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.adomicilio-theme .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #5ccccc;
  --mdc-checkbox-selected-hover-icon-color: #5ccccc;
  --mdc-checkbox-selected-icon-color: #5ccccc;
  --mdc-checkbox-selected-pressed-icon-color: #5ccccc;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #5ccccc;
  --mdc-checkbox-selected-hover-state-layer-color: #5ccccc;
  --mdc-checkbox-selected-pressed-state-layer-color: #5ccccc;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.adomicilio-theme .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.adomicilio-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.adomicilio-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.adomicilio-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.adomicilio-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #441d99;
}
.adomicilio-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.adomicilio-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.adomicilio-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.adomicilio-theme .mdc-list-item__start,
.adomicilio-theme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.adomicilio-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .adomicilio-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .adomicilio-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.adomicilio-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .adomicilio-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .adomicilio-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.adomicilio-theme .mdc-list-group__subheader {
  font: 400 16px / 28px 'Montserrat';
  letter-spacing: 0.009375em;
}
.adomicilio-theme .mat-mdc-tab-group, .adomicilio-theme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #441d99;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #441d99;
  --mat-tab-header-active-ripple-color: #441d99;
  --mat-tab-header-inactive-ripple-color: #441d99;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #441d99;
  --mat-tab-header-active-hover-label-text-color: #441d99;
  --mat-tab-header-active-focus-indicator-color: #441d99;
  --mat-tab-header-active-hover-indicator-color: #441d99;
}
.adomicilio-theme .mat-mdc-tab-group.mat-accent, .adomicilio-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #5ccccc;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #5ccccc;
  --mat-tab-header-active-ripple-color: #5ccccc;
  --mat-tab-header-inactive-ripple-color: #5ccccc;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #5ccccc;
  --mat-tab-header-active-hover-label-text-color: #5ccccc;
  --mat-tab-header-active-focus-indicator-color: #5ccccc;
  --mat-tab-header-active-hover-indicator-color: #5ccccc;
}
.adomicilio-theme .mat-mdc-tab-group.mat-warn, .adomicilio-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
.adomicilio-theme .mat-mdc-tab-group.mat-background-primary, .adomicilio-theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #441d99;
  --mat-tab-header-with-background-foreground-color: white;
}
.adomicilio-theme .mat-mdc-tab-group.mat-background-accent, .adomicilio-theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #5ccccc;
  --mat-tab-header-with-background-foreground-color: black;
}
.adomicilio-theme .mat-mdc-tab-group.mat-background-warn, .adomicilio-theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}
.adomicilio-theme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.adomicilio-theme .mat-mdc-tab-header {
  --mat-tab-header-label-text-font: 'Montserrat';
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: 0.0892857143em;
  --mat-tab-header-label-text-line-height: 36px;
  --mat-tab-header-label-text-weight: 500;
}
.adomicilio-theme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #441d99;
  --mdc-checkbox-selected-hover-icon-color: #441d99;
  --mdc-checkbox-selected-icon-color: #441d99;
  --mdc-checkbox-selected-pressed-icon-color: #441d99;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #441d99;
  --mdc-checkbox-selected-hover-state-layer-color: #441d99;
  --mdc-checkbox-selected-pressed-state-layer-color: #441d99;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.adomicilio-theme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.adomicilio-theme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #441d99;
  --mat-text-button-state-layer-color: #441d99;
  --mat-text-button-ripple-color: rgba(68, 29, 153, 0.1);
}
.adomicilio-theme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #5ccccc;
  --mat-text-button-state-layer-color: #5ccccc;
  --mat-text-button-ripple-color: rgba(92, 204, 204, 0.1);
}
.adomicilio-theme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.adomicilio-theme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #441d99;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.adomicilio-theme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #5ccccc;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.adomicilio-theme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.adomicilio-theme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #441d99;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.adomicilio-theme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #5ccccc;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.adomicilio-theme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.adomicilio-theme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #441d99;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #441d99;
  --mat-outlined-button-ripple-color: rgba(68, 29, 153, 0.1);
}
.adomicilio-theme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #5ccccc;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #5ccccc;
  --mat-outlined-button-ripple-color: rgba(92, 204, 204, 0.1);
}
.adomicilio-theme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.adomicilio-theme .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #441d99;
  --mat-icon-button-state-layer-color: #441d99;
  --mat-icon-button-ripple-color: rgba(68, 29, 153, 0.1);
}
.adomicilio-theme .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #5ccccc;
  --mat-icon-button-state-layer-color: #5ccccc;
  --mat-icon-button-ripple-color: rgba(92, 204, 204, 0.1);
}
.adomicilio-theme .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.adomicilio-theme .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
.adomicilio-theme .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #441d99;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.adomicilio-theme .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #5ccccc;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.adomicilio-theme .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.adomicilio-theme .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #441d99;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.adomicilio-theme .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #5ccccc;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
.adomicilio-theme .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.adomicilio-theme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #5ccccc;
}
.adomicilio-theme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
.adomicilio-theme .mat-badge-accent {
  --mat-badge-background-color: #5ccccc;
  --mat-badge-text-color: black;
}
.adomicilio-theme .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
.adomicilio-theme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #5ccccc;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(92, 204, 204, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(92, 204, 204, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(92, 204, 204, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(92, 204, 204, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.adomicilio-theme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.adomicilio-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #5ccccc;
}
.adomicilio-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
.adomicilio-theme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.adomicilio-theme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.adomicilio-theme .mat-icon.mat-primary {
  --mat-icon-color: #441d99;
}
.adomicilio-theme .mat-icon.mat-accent {
  --mat-icon-color: #5ccccc;
}
.adomicilio-theme .mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
.adomicilio-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #5ccccc;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #5ccccc;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #5ccccc;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.adomicilio-theme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.adomicilio-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #441d99;
  --mat-toolbar-container-text-color: white;
}
.adomicilio-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #5ccccc;
  --mat-toolbar-container-text-color: black;
}
.adomicilio-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}

/* You can add global styles to this file, and also import other style files */
[hidden] {
  display: none !important;
}

.mat-toolbar {
  min-height: 50px !important;
}

app-root {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  min-height: 100vh;
}

.mw-20 {
  min-width: 20px !important;
}

.mh-20 {
  min-height: 20px !important;
}

.mh-50 {
  min-height: 50px !important;
}

.my-avatar {
  background-color: #441d99 !important;
  color: whitesmoke;
  /* Ejemplo de color de fondo */
  border-radius: 50%;
  /* Para hacer el avatar redondo */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

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

.p-1 {
  padding: 1% !important;
}

.p-1-5 {
  padding: 1.5% !important;
}

.p-2 {
  padding: 2% !important;
}

.p-3 {
  padding: 3% !important;
}

.p-4 {
  padding: 4% !important;
}

.p-5 {
  padding: 5% !important;
}

.p-24 {
  padding: 24px;
}

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

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

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

.pr-0 {
  padding-right: 0 !important;
}

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

.pl-0 {
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 1%;
  padding-left: 1%;
}

.py-1 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.pt-1 {
  padding-top: 1%;
}

.pt-1-5 {
  padding-top: 1.5%;
}

.pr-1 {
  padding-right: 1%;
}

.pb-1 {
  padding-bottom: 1%;
}

.pl-1 {
  padding-left: 1%;
}

.px-2 {
  padding-right: 2%;
  padding-left: 2%;
}

.py-2 {
  padding-top: 2%;
  padding-bottom: 2%;
}

.pt-2 {
  padding-top: 2%;
}

.pr-2 {
  padding-right: 2%;
}

.pb-2 {
  padding-bottom: 2%;
}

.pl-2 {
  padding-left: 2%;
}

.px-3 {
  padding-right: 3%;
  padding-left: 3%;
}

.py-3 {
  padding-top: 3%;
  padding-bottom: 3%;
}

.pt-3 {
  padding-top: 3%;
}

.pr-3 {
  padding-right: 3%;
}

.pb-3 {
  padding-bottom: 3%;
}

.pl-3 {
  padding-left: 3%;
}

.px-4 {
  padding-right: 4%;
  padding-left: 4%;
}

.py-4 {
  padding-top: 4%;
  padding-bottom: 4%;
}

.pt-4 {
  padding-top: 4%;
}

.pr-4 {
  padding-right: 4%;
}

.pb-4 {
  padding-bottom: 4%;
}

.pl-4 {
  padding-left: 4%;
}

.px-5 {
  padding-right: 5% !important;
  padding-left: 5% !important;
}

.py-5 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.pt-5 {
  padding-top: 5%;
}

.pr-5 {
  padding-right: 5%;
}

.pb-5 {
  padding-bottom: 5%;
}

.pl-5 {
  padding-left: 5%;
}

.pl-10 {
  padding-left: 10%;
}

.pl-15 {
  padding-left: 15%;
}

.ps-0 {
  padding: 0px !important;
}

.ps-1 {
  padding: 5px !important;
}

.ps-2 {
  padding: 10px !important;
}

.ps-3 {
  padding: 15px !important;
}

.ps-4 {
  padding: 20px !important;
}

.ps-5 {
  padding: 25px !important;
}

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

.pys-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pts-0 {
  padding-top: 0px;
}

.prs-0 {
  padding-right: 0px;
}

.pbs-0 {
  padding-bottom: 0px;
}

.pls-0 {
  padding-left: 0px;
}

.pls-0-7 {
  padding-left: 0.7px;
}

.pxs-1 {
  padding-right: 5px;
  padding-left: 5px;
}

.pys-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pts-1 {
  padding-top: 5px;
}

.prs-1 {
  padding-right: 5px;
}

.pbs-1 {
  padding-bottom: 5px;
}

.pls-1 {
  padding-left: 5px;
}

.pxs-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.pys-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pts-2 {
  padding-top: 10px;
}

.prs-2 {
  padding-right: 10px;
}

.pbs-2 {
  padding-bottom: 10px;
}

.pls-2 {
  padding-left: 10px;
}

.pxs-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.pys-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pts-3 {
  padding-top: 15px;
}

.prs-3 {
  padding-right: 15px;
}

.pbs-3 {
  padding-bottom: 15px;
}

.pls-3 {
  padding-left: 15px;
}

.pxs-4 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.pys-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pts-4 {
  padding-top: 20px;
}

.prs-4 {
  padding-right: 20px;
}

.pbs-4 {
  padding-bottom: 20px;
}

.pls-4 {
  padding-left: 20px;
}

.pxs-5 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.pys-5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pts-5 {
  padding-top: 25px;
}

.prs-5 {
  padding-right: 25px;
}

.pbs-5 {
  padding-bottom: 25px;
}

.pls-5 {
  padding-left: 25px;
}

.pls-6 {
  padding-left: 30px;
}

.pls-7 {
  padding-left: 35px;
}

.pls-8 {
  padding-left: 40px;
}

.pls-9 {
  padding-left: 45px;
}

.prs-6 {
  padding-right: 30px;
}

.prs-7 {
  padding-right: 35px;
}

.prs-8 {
  padding-right: 40px;
}

.prs-9 {
  padding-right: 45px;
}

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

.m-1 {
  margin: 1%;
}

.m-2 {
  margin: 2%;
}

.m-3 {
  margin: 3%;
}

.m-4 {
  margin: 4%;
}

.m-5 {
  margin: 5%;
}

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

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

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

.mr-0 {
  margin-right: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 1% !important;
  margin-left: 1% !important;
}

.my-1 {
  margin-top: 1% !important;
  margin-bottom: 1% !important;
}

.my-1-5 {
  margin-top: 1% !important;
  margin-bottom: 1.5% !important;
}

.mt-1 {
  margin-top: 1% !important;
}

.mr-1 {
  margin-right: 1% !important;
}

.mb-1 {
  margin-bottom: 1% !important;
}

.ml-1 {
  margin-left: 1% !important;
}

.mx-2 {
  margin-right: 2% !important;
  margin-left: 2% !important;
}

.my-2 {
  margin-top: 2% !important;
  margin-bottom: 2% !important;
}

.mt-2 {
  margin-top: 2% !important;
}

.mr-2 {
  margin-right: 2% !important;
}

.mr-20 {
  margin-right: 30%;
}

.mb-2 {
  margin-bottom: 2% !important;
}

.ml-2 {
  margin-left: 2% !important;
}

.mx-3 {
  margin-right: 3% !important;
  margin-left: 3% !important;
}

.my-3 {
  margin-top: 3% !important;
  margin-bottom: 3% !important;
}

.mt-3 {
  margin-top: 3% !important;
}

.mr-3 {
  margin-right: 3% !important;
}

.mb-3 {
  margin-bottom: 3% !important;
}

.ml-3 {
  margin-left: 3% !important;
}

.mx-4 {
  margin-right: 4% !important;
  margin-left: 4% !important;
}

.my-4 {
  margin-top: 4% !important;
  margin-bottom: 4% !important;
}

.mt-4 {
  margin-top: 4% !important;
}

.mr-4 {
  margin-right: 4% !important;
}

.mb-4 {
  margin-bottom: 4% !important;
}

.ml-4 {
  margin-left: 4% !important;
}

.mx-5 {
  margin-right: 5% !important;
  margin-left: 5% !important;
}

.my-5 {
  margin-top: 5% !important;
  margin-bottom: 5% !important;
}

.mt-5 {
  margin-top: 5% !important;
}

.mr-5 {
  margin-right: 5% !important;
}

.mb-5 {
  margin-bottom: 5% !important;
}

.ml-5 {
  margin-left: 5% !important;
}

.mx-6 {
  margin-right: 7% !important;
  margin-left: 7% !important;
}

.my-6 {
  margin-top: 7% !important;
  margin-bottom: 7% !important;
}

.mt-6 {
  margin-top: 7% !important;
}

.mr-6 {
  margin-right: 7% !important;
}

.mb-6 {
  margin-bottom: 7% !important;
}

.ml-6 {
  margin-left: 7% !important;
}

.mx-8 {
  margin-right: 8% !important;
  margin-left: 8% !important;
}

.my-8 {
  margin-top: 8% !important;
  margin-bottom: 8% !important;
}

.mt-8 {
  margin-top: 8% !important;
}

.mr-8 {
  margin-right: 8% !important;
}

.mb-8 {
  margin-bottom: 8% !important;
}

.ml-8 {
  margin-left: 8% !important;
}

.ms-0 {
  margin: 0px !important;
}

.ms-1 {
  margin: 5px;
}

.ms-2 {
  margin: 10px;
}

.ms-3 {
  margin: 15px;
}

.ms-4 {
  margin: 20px;
}

.ms-5 {
  margin: 25px;
}

.mxs-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mys-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mts-0 {
  margin-top: 0px !important;
}

.mrs-0 {
  margin-right: 0px !important;
}

.mbs-0 {
  margin-bottom: 0px !important;
}

.mls-0 {
  margin-left: 0px !important;
}

.mxs-1 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mys-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mts-1 {
  margin-top: 5px !important;
}

.mrs-1 {
  margin-right: 5px !important;
}

.mbs-1 {
  margin-bottom: 5px !important;
}

.mls-1 {
  margin-left: 5px !important;
}

.mxs-2 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mys-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mts-2 {
  margin-top: 10px !important;
}

.mrs-2 {
  margin-right: 10px !important;
}

.mbs-2 {
  margin-bottom: 10px !important;
}

.mls-2 {
  margin-left: 10px !important;
}

.mxs-3 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mys-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mts-3 {
  margin-top: 15px !important;
}

.mrs-3 {
  margin-right: 15px !important;
}

.mbs-3 {
  margin-bottom: 15px !important;
}

.mls-3 {
  margin-left: 15px !important;
}

.mxs-4 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mys-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mts-4 {
  margin-top: 20px !important;
}

.mrs-4 {
  margin-right: 20px !important;
}

.mbs-4 {
  margin-bottom: 20px !important;
}

.mls-4 {
  margin-left: 20px !important;
}

.mxs-5 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mys-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mts-5 {
  margin-top: 25px !important;
}

.mrs-5 {
  margin-right: 25px !important;
}

.mbs-5 {
  margin-bottom: 25px !important;
}

.mls-5 {
  margin-left: 25px !important;
}

.mls-10 {
  margin-left: 50px;
}

.gap-0-25em {
  gap: 0.25em;
}

.gap-0-5em {
  gap: 0.5em;
}

.gap-0-7em {
  gap: 0.7em;
}

.gap-1em {
  gap: 1em;
}

.gap-1-5em {
  gap: 1.5em;
}

.gap-2em {
  gap: 2em;
}

.gap-3em {
  gap: 3em;
}

.gap-3-5em {
  gap: 3.5em;
}

.gap-5em {
  gap: 5em;
}

.gap-45px {
  gap: 45px;
}

.gap-3 {
  gap: 3%;
}

.gap-2rem {
  display: flex;
  gap: 2rem;
}

.flex-gap-small {
  gap: 0.4em;
}

.flex-gap-medium {
  gap: 1.5em;
}

.flex-gap-large {
  gap: 3em;
}

.flex-gap-xlarge {
  gap: 5em;
}

.flex-gap-5px {
  gap: 5px;
}

.mat-drawer-content,
.mat-drawer-container {
  overflow: visible !important;
}

.position-fixed {
  position: fixed !important;
  z-index: 2 !important;
}

.position-sticky {
  position: sticky;
  position: -webkit-sticky;
  /* For macOS/iOS Safari */
  top: 0;
  /* Ensure that your app's content doesn't overlap the toolbar */
}

.mat-icon-small-px {
  font-size: 16px;
  height: 16px !important;
  width: 16px !important;
  line-height: 16px;
}

.mat-icon-medium-px {
  font-size: 24px;
  height: 24px !important;
  width: 24px !important;
  line-height: 24px;
}

.mat-icon-large-px {
  font-size: 66px;
  height: 66px !important;
  width: 66px !important;
  line-height: 66px;
}

.mat-icon-extra-small {
  transform: scale(0.5);
}

.mat-icon-small {
  transform: scale(0.75);
}

.mat-icon-medium {
  transform: scale(0.9);
}

.mat-icon-medium-large {
  transform: scale(1.4);
}

.mat-icon-large {
  transform: scale(1.8);
}

.mat-icon-plusLarge {
  transform: scale(2.1);
}

.mat-icon-extraLarge {
  transform: scale(2.5);
}

.extra-small {
  transform: scale(0.6);
}

.small {
  transform: scale(0.7);
}

.medium {
  transform: scale(0.9);
}

.table-container > table {
  width: 100%;
}

.card-shadow {
  box-shadow: 1px 1px 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) !important;
}

.mat-bottom-sheet-container {
  padding-top: 0 !important;
}

.showOnHover {
  opacity: 0;
}

.parentShowOnHover:hover .showOnHover {
  opacity: 1;
}

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

.tab-custom-overflow .mat-tab-body-wrapper {
  overflow: visible !important;
}

.tab-custom-overflow .mat-tab-body-active {
  overflow: visible !important;
}

.tab-custom-overflow .mat-tab-body-content {
  overflow: visible !important;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator-center::before,
.separator-center::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid lightgrey;
}

.separator-left::before {
  content: "";
  flex: 1;
  border-bottom: 1px solid lightgrey;
}

.separator-right::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid lightgrey;
}

.separator-center-left::before {
  content: "";
  flex: 1;
  border-bottom: 1px solid lightgrey;
}

.separator-center-left::after {
  content: "";
  flex: 10;
  border-bottom: 1px solid lightgrey;
}

.separator-center-right::before {
  content: "";
  flex: 10;
  border-bottom: 1px solid lightgrey;
}

.separator-center-right::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid lightgrey;
}

.separator::before {
  margin-right: 0.25em;
}

.separator::after {
  margin-left: 0.25em;
}

.mat-cell.vertical-left-line {
  padding-left: 12px;
  border-left: 1px dotted lightgrey;
}

.mat-header-cell.vertical-left-line {
  padding-left: 12px;
  border-left: 1px dotted lightgrey;
}

.cursor-pointer {
  cursor: pointer !important;
}

.multi_lines_text {
  white-space: pre-line;
  word-break: break-all;
}

.mat-mdc-card {
  box-shadow: 1px 1px 10px rgba(105, 105, 105, 0.2) !important;
}

.mat-mdc-checkbox-layout {
  white-space: normal !important;
}

.cdk-overlay-container {
  z-index: 500 !important;
}

.mat-calendar-body-label:not(:last-of-type) {
  visibility: hidden;
}

.mat-calendar-body-label:last-of-type {
  display: none;
}

.mat-calendar-body-cell.selected .mat-calendar-body-cell-content {
  background-color: lightblue !important;
}

.extended-fab-button {
  width: unset !important;
  padding: 0 26px 15px 16px !important;
  border-radius: 29px !important;
}
.extended-fab-button .mat-icon {
  margin-right: 7px;
}
.extended-fab-button .extended-fab-button__text {
  font-weight: 400;
  letter-spacing: 0.1em;
}

/* width */
::-webkit-scrollbar {
  background: lightgrey;
  width: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6f6f72;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5b5b5e;
}

/* Swal sweetalert color buttons */
.btnSwalConfirm {
  color: white !important;
  background-color: #441d99 !important;
  border-radius: 18px !important;
}

.btnSwalCancel {
  border-radius: 18px !important;
}

/* Small */
.mat-font-small-px {
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
}

.mat-font-small-11px {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
}

/* Button NOTAS */
.mat-font-xsmall-px {
  font-size: 8px;
  line-height: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.5px;
}

.mat-mdc-button.mat-font-small-px {
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
}

/* Large y Medium */
.mat-font-large-medium-px {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
}

.mat-font-large-large-px {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
}

.mat-font-verysmall-px {
  font-size: 9px;
  line-height: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
}

.cal-month-view .cal-event {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.mat-mdc-dialog-container {
  min-width: 100% !important;
}

.custom-modalbox .mat-mdc-dialog-container {
  padding: 0 0 20px 0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.mat-mdc-dialog-surface {
  border-radius: 15px !important;
}

.cdk-overlay-pane.dm-dsp-dialog .mat-mdc-dialog-surface {
  overflow: hidden !important;
}

.custom-modalbox-more-info-side-bar-right .mat-mdc-dialog-container {
  padding: 0 0 20px 0 !important;
  border-radius: 10px 0 0 10px !important;
  overflow: hidden !important;
  box-shadow: none !important;
  border-left: 1px solid;
  border-bottom: 1px solid;
}

.app-select-input-without-mp .mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0 !important;
}

.app-select-input-without-mp .mat-form-field-wrapper {
  padding-bottom: 0 !important;
}

.mat-display-2 {
  font-size: 2.8125rem;
  font-weight: 400;
}

/* Add after admissions-list.component */
.full-height {
  height: 100%;
}

.nowrap-pointer {
  white-space: nowrap;
  cursor: pointer;
}

.space-between-center {
  justify-content: space-between;
  align-items: center;
}

.align-end-center {
  justify-content: flex-end;
  align-items: center;
}

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

.flex-column {
  display: flex;
  flex-direction: column;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-center-none {
  justify-content: center;
  align-items: flex-start;
}

.align-start-none {
  justify-content: flex-start;
  align-items: flex-start;
}

.align-center-center {
  justify-content: center;
  align-items: center;
}

.align-center-start {
  justify-content: center;
  align-items: flex-start;
}

.align-start-center {
  justify-content: flex-start;
  align-items: center;
}

.align-space-around-start {
  justify-content: space-around;
  align-items: flex-start;
}

.align-space-evenly-center {
  justify-content: space-evenly;
  align-items: center;
}

.flex {
  display: flex !important;
  flex: 1 1 auto;
}

.flex-3 {
  flex: 1 1 3%;
  max-width: 3%;
}

.flex-5 {
  flex: 1 1 5%;
  max-width: 5%;
}

.flex-6 {
  flex: 1 1 6%;
  max-width: 6%;
}

.flex-7 {
  flex: 1 1 7%;
  max-width: 7%;
}

.flex-10 {
  flex: 1 1 10%;
  max-width: 10%;
}

.flex-11 {
  flex: 1 1 11%;
  max-width: 11%;
}

.flex-12 {
  flex: 1 1 12%;
  max-width: 12%;
}

.flex-14 {
  flex: 1 1 14%;
  max-width: 14%;
}

.flex-15 {
  flex: 1 1 15px;
  max-width: 15%;
}

.flex-17 {
  flex: 1 1 17%;
  max-width: 17%;
}

.flex-18 {
  flex: 1 1 18%;
  max-width: 18%;
}

.flex-20 {
  flex: 1 1 20%;
  max-width: 20%;
}

.flex-22 {
  flex: 1 1 22%;
  max-width: 22%;
}

.flex-25 {
  flex: 1 1 25%;
  max-width: 25%;
}

.flex-26 {
  flex: 1 1 26%;
  max-width: 26%;
}

.flex-30 {
  flex: 1 1 30%;
  max-width: 30%;
}

.flex-35 {
  flex: 1 1 35%;
  max-width: 35%;
}

.flex-40 {
  flex: 1 1 40%;
  max-width: 40%;
}

.flex-45 {
  flex: 1 1 45%;
  max-width: 45%;
}

.flex-47 {
  flex: 1 1 47%;
  max-width: 47%;
}

.flex-48 {
  flex: 1 1 48%;
  max-width: 48%;
}

.flex-50 {
  flex: 1 1 50%;
  max-width: 50%;
}

.flex-52 {
  flex: 1 1 52%;
  max-width: 52%;
}

.flex-54 {
  flex: 1 1 54%;
  max-width: 54%;
}

.flex-55 {
  flex: 1 1 55%;
  max-width: 55%;
}

.flex-57 {
  flex: 1 1 57%;
  max-width: 57%;
}

.flex-60 {
  flex: 1 1 60%;
  max-width: 60%;
}

.flex-65 {
  flex: 1 1 65%;
  max-width: 65%;
}

.flex-66 {
  flex: 1 1 66%;
  max-width: 66%;
}

.flex-70 {
  flex: 1 1 70%;
  max-width: 70%;
}

.flex-75 {
  flex: 1 1 75%;
  max-width: 75%;
}

.flex-80 {
  flex: 1 1 80%;
  max-width: 80%;
}

.flex-85 {
  flex: 1 1 85%;
  max-width: 85%;
}

.flex-88 {
  flex: 1 1 88%;
  max-width: 88%;
}

.flex-90 {
  flex: 1 1 90%;
  max-width: 90%;
}

.flex-81 {
  flex: 1 1 81%;
  max-width: 81%;
}

.flex-98 {
  flex: 1 1 98%;
  max-width: 98%;
}

.flex-100 {
  flex: 1 1 100%;
  max-width: 100% !important;
}

.flex-1-1-auto {
  flex: 1 1 auto;
}

.align-left-center {
  justify-content: left;
  align-items: center;
}

.align-center {
  justify-content: center;
  align-items: center;
}

.align-center-space-around {
  justify-content: center;
  align-items: space-around;
}

.align-center-stretch {
  justify-content: center;
  align-items: stretch;
}

.align-space-between-start {
  justify-content: space-between;
  align-items: flex-start;
}

.align-space-around-center {
  justify-content: space-around;
  align-items: center;
}

.align-space-between-center {
  justify-content: space-between;
  align-items: center !important;
}

.pointer {
  cursor: pointer;
}

.flex-space-evenly-start {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

.flex-gap-1rem {
  display: flex;
  gap: 1rem;
}

.mat-display-1 {
  font-size: 2.125rem;
  font-weight: 400;
}

.full-width {
  width: 100%;
}

.space-between-end {
  justify-content: space-between;
  align-items: flex-end;
}

.align-start-end {
  align-items: flex-end;
  justify-content: flex-start;
}

.start-none {
  justify-content: flex-start;
}

/* Add after case-data.component */
.align-end-none {
  justify-content: flex-end;
  align-items: flex-start;
}

.align-self-stretch {
  height: 100% !important;
  align-self: stretch;
}

/* Add after calendar-case.component */
.align-center-end {
  justify-content: center;
  align-items: flex-end;
}

/* Add after case-creation.component */
.align-end-start {
  justify-content: flex-end;
  align-items: flex-start;
}

/* Add after dialog-audit-states.component */
.align-space-around-stretch {
  justify-content: space-around;
  align-items: stretch;
}

/* Add after migration data-management-access-card.component */
.align-space-between-stretch {
  justify-content: space-between;
  align-items: stretch;
}

.align-end-end {
  justify-content: flex-end;
  align-items: flex-end;
}

/* Add after migration practices-arrangement-management.component */
.align-start-start {
  justify-content: flex-start;
  align-items: flex-start;
}

.align-center-stretch {
  justify-content: center;
  align-items: stretch;
}

.align-space-evenly-start {
  justify-content: space-evenly;
  align-items: flex-start;
}

/* Add after migration arrangements-management.component */
.align-space-around-none {
  justify-content: space-around;
  align-items: flex-start;
}

/* Add after data-management.component */
.align-none {
  justify-content: flex-start;
  align-items: flex-start;
}

.row-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* Add after migration A18 */
.align-start-stretch {
  justify-content: flex-start;
  align-items: stretch;
}

/* Add after migration order-list.component */
.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

/* Add after migration schedule-case.component */
.align-center-space-between {
  align-items: center;
  justify-content: space-between;
}

/* Add after migration provisional-control.component */
.space-between-none {
  justify-content: space-between;
}

.align-space-between-none {
  justify-content: space-between;
}

.align-stretch-stretch {
  justify-content: stretch;
  align-items: stretch;
}

.align-stretch-center {
  justify-content: stretch;
  align-items: center;
}

/* Add after admissions-supplies.component */
.flex-noshrink {
  flex: 0 0 auto;
}

.flex-wrap {
  flex-wrap: wrap;
}

.overflowH {
  overflow: hidden;
}

.custom-spinner {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner-circle {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.max-content {
  min-width: max-content;
}

.custom-spinner {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner-circle {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Dot base (opcional): tamaño y flujo inline */
.dot {
  display: inline-block;
  width: 0.6em; /* ajusta el tamaño */
  height: 0.6em;
  border-radius: 50%;
  margin-right: 0.5em; /* espacio a la derecha */
}

/* Estado ACTIVE  */
.dot-active {
  background-color: #A1DFCC;
}

/* Estado INACTIVE */
.dot-inactive {
  background-color: #C6CCCE;
}

/* Estado POSSIBLE */
.dot-possible {
  background-color: #E0ECFF;
}

/* Estado CANCELLED */
.dot-cancelled {
  background-color: #D02700;
}

.abm-card {
  --abm-card-radius: 16px;
  --abm-card-border: rgba(16, 24, 40, 0.06);
  --abm-card-shadow:
    0 1px 2px rgba(16, 24, 40, 0.06),
    0 4px 12px rgba(16, 24, 40, 0.08),
    0 20px 24px -12px rgba(16, 24, 40, 0.12);
  background: #fff;
  border-radius: var(--abm-card-radius);
  border: 1px solid var(--abm-card-border);
  box-shadow: var(--abm-card-shadow);
  padding: 16px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.abm-card:hover,
.abm-card:focus-within {
  box-shadow: 0 2px 4px rgba(16, 24, 40, 0.08), 0 8px 20px rgba(16, 24, 40, 0.12), 0 28px 32px -16px rgba(16, 24, 40, 0.16);
  transform: translateY(-3px);
}

/* Variante “plana” por si necesitás menos relieve */
.abm-card--flat {
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.08);
}

.underline {
  text-decoration: underline;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/filepond/dist/filepond.min.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/*!
 * FilePond 4.32.7
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--assistant{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.filepond--browser.filepond--browser{position:absolute;margin:0;padding:0;left:1em;top:1.75em;width:calc(100% - 2em);opacity:0;font-size:0}.filepond--data{position:absolute;width:0;height:0;padding:0;margin:0;border:none;visibility:hidden;pointer-events:none;contain:strict}.filepond--drip{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.1;pointer-events:none;border-radius:.5em;background:rgba(0,0,0,.01)}.filepond--drip-blob{transform-origin:center center;width:8em;height:8em;margin-left:-4em;margin-top:-4em;background:#292625;border-radius:50%}.filepond--drip-blob,.filepond--drop-label{position:absolute;top:0;left:0;will-change:transform,opacity}.filepond--drop-label{right:0;margin:0;color:#4f4f4f;display:flex;justify-content:center;align-items:center;height:0;-webkit-user-select:none;user-select:none}.filepond--drop-label.filepond--drop-label label{display:block;margin:0;padding:.5em}.filepond--drop-label label{cursor:default;font-size:.875em;font-weight:400;text-align:center;line-height:1.5}.filepond--label-action{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-color:#a7a4a4;cursor:pointer}.filepond--root[data-disabled] .filepond--drop-label label{opacity:.5}.filepond--file-action-button.filepond--file-action-button{font-size:1em;width:1.625em;height:1.625em;font-family:inherit;line-height:inherit;margin:0;padding:0;border:none;outline:none;will-change:transform,opacity}.filepond--file-action-button.filepond--file-action-button span{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.filepond--file-action-button.filepond--file-action-button svg{width:100%;height:100%}.filepond--file-action-button.filepond--file-action-button:after{position:absolute;left:-.75em;right:-.75em;top:-.75em;bottom:-.75em;content:""}.filepond--file-action-button{cursor:auto;color:#fff;border-radius:50%;background-color:rgba(0,0,0,.5);background-image:none;box-shadow:0 0 0 0 hsla(0,0%,100%,0);transition:box-shadow .25s ease-in}.filepond--file-action-button:focus,.filepond--file-action-button:hover{box-shadow:0 0 0 .125em hsla(0,0%,100%,.9)}.filepond--file-action-button[disabled]{color:hsla(0,0%,100%,.5);background-color:rgba(0,0,0,.25)}.filepond--file-action-button[hidden]{display:none}.filepond--action-edit-item.filepond--action-edit-item{width:2em;height:2em;padding:.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=center]{margin-left:-.1875em}.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom]{margin-bottom:-.1875em}.filepond--action-edit-item-alt{border:none;line-height:inherit;background:transparent;font-family:inherit;color:inherit;outline:none;padding:0;margin:0 0 0 .25em;pointer-events:all;position:absolute}.filepond--action-edit-item-alt svg{width:1.3125em;height:1.3125em}.filepond--action-edit-item-alt span{font-size:0;opacity:0}.filepond--file-info{position:static;display:flex;flex-direction:column;align-items:flex-start;flex:1;margin:0 .5em 0 0;min-width:0;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;user-select:none}.filepond--file-info *{margin:0}.filepond--file-info .filepond--file-info-main{font-size:.75em;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.filepond--file-info .filepond--file-info-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out;white-space:nowrap}.filepond--file-info .filepond--file-info-sub:empty{display:none}.filepond--file-status{position:static;display:flex;flex-direction:column;align-items:flex-end;flex-grow:0;flex-shrink:0;margin:0;min-width:2.25em;text-align:right;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;user-select:none}.filepond--file-status *{margin:0;white-space:nowrap}.filepond--file-status .filepond--file-status-main{font-size:.75em;line-height:1.2}.filepond--file-status .filepond--file-status-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out}.filepond--file-wrapper.filepond--file-wrapper{border:none;margin:0;padding:0;min-width:0;height:100%}.filepond--file-wrapper.filepond--file-wrapper>legend{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.filepond--file{position:static;display:flex;height:100%;align-items:flex-start;padding:.5625em;color:#fff;border-radius:.5em}.filepond--file .filepond--file-status{margin-left:auto;margin-right:2.25em}.filepond--file .filepond--processing-complete-indicator{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:3}.filepond--file .filepond--file-action-button,.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator{position:absolute}.filepond--file [data-align*=left]{left:.5625em}.filepond--file [data-align*=right]{right:.5625em}.filepond--file [data-align*=center]{left:calc(50% - .8125em)}.filepond--file [data-align*=bottom]{bottom:1.125em}.filepond--file [data-align=center]{top:calc(50% - .8125em)}.filepond--file .filepond--progress-indicator{margin-top:.1875em}.filepond--file .filepond--progress-indicator[data-align*=right]{margin-right:.1875em}.filepond--file .filepond--progress-indicator[data-align*=left]{margin-left:.1875em}[data-filepond-item-state*=error] .filepond--file-info,[data-filepond-item-state*=invalid] .filepond--file-info,[data-filepond-item-state=cancelled] .filepond--file-info{margin-right:2.25em}[data-filepond-item-state~=processing] .filepond--file-status-sub{opacity:0}[data-filepond-item-state~=processing] .filepond--action-abort-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-error] .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg{animation:fall .5s linear .125s both}[data-filepond-item-state=processing-complete] .filepond--file-status-sub{opacity:.5}[data-filepond-item-state=processing-complete] .filepond--file-info-sub,[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden])~.filepond--file-status .filepond--file-status-sub{opacity:0}[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub{opacity:.5}[data-filepond-item-state*=error] .filepond--file-wrapper,[data-filepond-item-state*=error] .filepond--panel,[data-filepond-item-state*=invalid] .filepond--file-wrapper,[data-filepond-item-state*=invalid] .filepond--panel{animation:shake .65s linear both}[data-filepond-item-state*=busy] .filepond--progress-indicator svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shake{10%,90%{transform:translateX(-.0625em)}20%,80%{transform:translateX(.125em)}30%,50%,70%{transform:translateX(-.25em)}40%,60%{transform:translateX(.25em)}}@keyframes fall{0%{opacity:0;transform:scale(.5);animation-timing-function:ease-out}70%{opacity:1;transform:scale(1.1);animation-timing-function:ease-in-out}to{transform:scale(1);animation-timing-function:ease-out}}.filepond--hopper[data-hopper-state=drag-over]>*{pointer-events:none}.filepond--hopper[data-hopper-state=drag-over]:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:100}.filepond--progress-indicator{z-index:103}.filepond--file-action-button{z-index:102}.filepond--file-status{z-index:101}.filepond--file-info{z-index:100}.filepond--item{position:absolute;top:0;left:0;right:0;z-index:1;padding:0;margin:.25em;will-change:transform,opacity;touch-action:auto}.filepond--item>.filepond--panel{z-index:-1}.filepond--item>.filepond--panel .filepond--panel-bottom{box-shadow:0 .0625em .125em -.0625em rgba(0,0,0,.25)}.filepond--item>.filepond--file-wrapper,.filepond--item>.filepond--panel{transition:opacity .15s ease-out}.filepond--item[data-drag-state]{cursor:grab}.filepond--item[data-drag-state]>.filepond--panel{transition:box-shadow .125s ease-in-out;box-shadow:0 0 0 transparent}.filepond--item[data-drag-state=drag]{cursor:grabbing}.filepond--item[data-drag-state=drag]>.filepond--panel{box-shadow:0 .125em .3125em rgba(0,0,0,.325)}.filepond--item[data-drag-state]:not([data-drag-state=idle]){z-index:2}.filepond--item-panel{background-color:#64605e}[data-filepond-item-state=processing-complete] .filepond--item-panel{background-color:#369763}[data-filepond-item-state*=error] .filepond--item-panel,[data-filepond-item-state*=invalid] .filepond--item-panel{background-color:#c44e47}.filepond--item-panel{border-radius:.5em;transition:background-color .25s}.filepond--list-scroller{position:absolute;top:0;left:0;right:0;margin:0;will-change:transform}.filepond--list-scroller[data-state=overflow] .filepond--list{bottom:0;right:0}.filepond--list-scroller[data-state=overflow]{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent)}.filepond--list-scroller::-webkit-scrollbar{background:transparent}.filepond--list-scroller::-webkit-scrollbar:vertical{width:1em}.filepond--list-scroller::-webkit-scrollbar:horizontal{height:0}.filepond--list-scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:99999px;border:.3125em solid transparent;background-clip:content-box}.filepond--list.filepond--list{position:absolute;top:0;margin:0;padding:0;list-style-type:none;will-change:transform}.filepond--list{left:.75em;right:.75em}.filepond--root[data-style-panel-layout~=integrated]{width:100%;height:100%;max-width:none;margin:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root{border-radius:0}.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{bottom:0;height:auto;display:flex;justify-content:center;align-items:center;z-index:7}.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel{display:none}.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller{overflow:hidden;height:100%;margin-top:0;margin-bottom:0}.filepond--root[data-style-panel-layout~=compact] .filepond--list,.filepond--root[data-style-panel-layout~=integrated] .filepond--list{left:0;right:0;height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--item,.filepond--root[data-style-panel-layout~=integrated] .filepond--item{margin:0}.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper{height:100%}.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{z-index:7}.filepond--root[data-style-panel-layout~=circle]{border-radius:99999rem;overflow:hidden}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel{border-radius:inherit}.filepond--root[data-style-panel-layout~=circle]>.filepond--panel>*{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,.filepond--root[data-style-panel-layout~=circle] .filepond--file-status{display:none}.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item{opacity:1!important;visibility:visible!important}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.filepond--root[data-style-panel-layout~=circle]{will-change:transform}}}.filepond--panel-root{border-radius:.5em;background-color:#f1f0ef}.filepond--panel{position:absolute;left:0;top:0;right:0;margin:0;height:100%!important;pointer-events:none}.filepond-panel:not([data-scalable=false]){height:auto!important}.filepond--panel[data-scalable=false]>div{display:none}.filepond--panel[data-scalable=true]{transform-style:preserve-3d;background-color:transparent!important;border:none!important}.filepond--panel-bottom,.filepond--panel-center,.filepond--panel-top{position:absolute;left:0;top:0;right:0;margin:0;padding:0}.filepond--panel-bottom,.filepond--panel-top{height:.5em}.filepond--panel-top{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:none!important}.filepond--panel-top:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:-1px;background-color:inherit}.filepond--panel-bottom,.filepond--panel-center{will-change:transform;backface-visibility:hidden;transform-origin:left top;transform:translate3d(0,.5em,0)}.filepond--panel-bottom{border-top-left-radius:0!important;border-top-right-radius:0!important;border-top:none!important}.filepond--panel-bottom:before{content:"";position:absolute;height:2px;left:0;right:0;top:-1px;background-color:inherit}.filepond--panel-center{height:100px!important;border-top:none!important;border-bottom:none!important;border-radius:0!important}.filepond--panel-center:not([style]){visibility:hidden}.filepond--progress-indicator{position:static;width:1.25em;height:1.25em;color:#fff;margin:0;pointer-events:none;will-change:transform,opacity}.filepond--progress-indicator svg{width:100%;height:100%;vertical-align:top;transform-box:fill-box}.filepond--progress-indicator path{fill:none;stroke:currentColor}.filepond--list-scroller{z-index:6}.filepond--drop-label{z-index:5}.filepond--drip{z-index:3}.filepond--root>.filepond--panel{z-index:2}.filepond--browser{z-index:1}.filepond--root{box-sizing:border-box;position:relative;margin-bottom:1em;font-size:1rem;line-height:normal;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:450;text-align:left;text-rendering:optimizeLegibility;direction:ltr;contain:layout style size}.filepond--root *{box-sizing:inherit;line-height:inherit}.filepond--root :not(text){font-size:inherit}.filepond--root[data-disabled]{pointer-events:none}.filepond--root[data-disabled] .filepond--list-scroller{pointer-events:all}.filepond--root[data-disabled] .filepond--list{pointer-events:none}.filepond--root .filepond--drop-label{min-height:4.75em}.filepond--root .filepond--list-scroller{margin-top:1em;margin-bottom:1em}.filepond--root .filepond--credits{position:absolute;right:0;opacity:.4;line-height:.85;font-size:11px;color:inherit;text-decoration:none;z-index:3;bottom:-14px}.filepond--root .filepond--credits[style]{top:0;bottom:auto;margin-top:14px}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * FilePondPluginImagePreview 4.6.12
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--image-preview-markup {
  position: absolute;
  left: 0;
  top: 0;
}
.filepond--image-preview-wrapper {
  z-index: 2;
}
.filepond--image-preview-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.filepond--image-preview-overlay svg {
  width: 100%;
  height: auto;
  color: inherit;
  max-height: inherit;
}
.filepond--image-preview-overlay-idle {
  mix-blend-mode: multiply;
  color: rgba(40, 40, 40, 0.85);
}
.filepond--image-preview-overlay-success {
  mix-blend-mode: normal;
  color: rgba(54, 151, 99, 1);
}
.filepond--image-preview-overlay-failure {
  mix-blend-mode: normal;
  color: rgba(196, 78, 71, 1);
}
/* disable for Safari as mix-blend-mode causes the overflow:hidden of the parent container to not work */
@supports (-webkit-marquee-repetition: infinite) and
  (object-fit: fill) {
  .filepond--image-preview-overlay-idle {
    mix-blend-mode: normal;
  }
}
.filepond--image-preview-wrapper {
  /* no interaction */
  -webkit-user-select: none;
  user-select: none;

  /* have preview fill up all available space */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;

  /* radius is .05em less to prevent the panel background color from shining through */
  border-radius: 0.45em;
  overflow: hidden;

  /* this seems to prevent Chrome from redrawing this layer constantly */
  background: rgba(0, 0, 0, 0.01);
}
.filepond--image-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex; /* this aligns the graphic vertically if the panel is higher than the image */
  align-items: center;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: #222;

  /* will be animated */
  will-change: transform, opacity;
}
.filepond--image-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto;

  /* transparency indicator (currently only supports grid or basic color) */
}
.filepond--image-clip[data-transparency-indicator='grid'] img,
.filepond--image-clip[data-transparency-indicator='grid'] canvas {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0 H50 V50 H0'/%3E%3Cpath d='M50 50 H100 V100 H50'/%3E%3C/svg%3E");
  background-size: 1.25em 1.25em;
}
.filepond--image-bitmap,
.filepond--image-vector {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}
.filepond--root[data-style-panel-layout~='integrated']
  .filepond--image-preview-wrapper {
  border-radius: 0;
}
.filepond--root[data-style-panel-layout~='integrated']
  .filepond--image-preview {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--image-preview-wrapper {
  border-radius: 99999rem;
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--image-preview-overlay {
  top: auto;
  bottom: 0;
  transform: scaleY(-1);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  .filepond--file-action-button[data-align*='bottom']:not([data-align*='center']) {
  margin-bottom: 0.325em;
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  [data-align*='left'] {
  left: calc(50% - 3em);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  [data-align*='right'] {
  right: calc(50% - 3em);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='left'],
.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='right'] {
  margin-bottom: calc(0.325em + 0.1875em);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='center'] {
  margin-top: 0;
  margin-bottom: 0.1875em;
  margin-left: 0.1875em;
}


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