/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/assets/styles/_theme.scss?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
h1 {
  color: #3a40c7;
}

.display-large {
  font-family: "Zilla Slab";
  font-size: 57px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -0.25px;
}

.display-medium {
  font-family: "Zilla Slab";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}

.display-small {
  font-family: "Zilla Slab";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}

.headline-large {
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.headline-medium {
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.headline-small {
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.title-large {
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--Brand-PrimaryDarkest);
}

.title-medium {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.title-small {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.label-large {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.label-medium {
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.label-small {
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
}

h2.body-large {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.body-medium {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.body-small {
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.txt-md-emphasis {
  color: #777777;
}

.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 {
  --Primary-PrimaryBlue: #3a40c7;
  --Primary-PrimaryBlueDark: #1f236f;
  --Primary-PrimaryBlueLight: #595ca7;
  --Brand-Primary: #3a40c7;
  --Brand-PrimaryDarkest: #1f236f;
  --Text-Highlight: #000000;
  --Text-HighEmphasis: #333333;
  --Text-MediumEmphasis: #777777;
  --Text-MediumEmphasis2: #5B5B5B;
  --Feedback-Success: #569a32;
  --Feedback-Warning: #eb6920;
  --Feedback-Alert: #e74627;
  --Surface: #ffffff;
  --Surface-2: #F1F1F9;
  --Theme-Light-Background: #f6f6f6;
  --Theme-Light-Background2: #E9E9F2;
  --Surface-Variant: #f6f6f6;
  --elevation-1: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  --elevation-2: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  --elevation-3: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  --elevation-4: 0px 6px 10px 4px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  --Stroke-Default: #8D8A8A;
  --Stroke-Hover: #5B5B5B;
  --Stroke-Focused: #3A40C7;
  --Stroke-Error: #E74627;
  --Stroke-Disabled: #ebebeb;
  --Stroke-Neutral: #D9D9D9;
  --bordas-mobile: #EFEFEF;
  --bordas-mobile-2: #D9D9D9;
  --hover-overlay: rgba(0, 0, 0, 0.04);
  --Complementary-ComplementaryGreenDark: #14B8A6;
  --Complementary-ComplementaryPinkDark: #EC4899;
  --Complementary-ComplementaryOrangeDark: #EB6920;
  --Complementary-GreenLight: #D9F8F4;
  --Complementary-GreenIcon: #12A797;
  --Complementary-OrangeLight: #F9D2BC;
  --Complementary-OrangeIcon: #EF874D;
  --Complementary-PinkLight: #FFE3F1;
  --Complementary-PinkIcon: #F06DAD;
  --Dashboard-Green-Light_Green_Dash-light_green_dash-800: #0B655B;
  --mat-dialog-container-shape: 12px;
}

html {
  --mat-app-background-color: #fbf8ff;
  --mat-app-text-color: #1b1b23;
  --mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: rgba(27, 27, 35, 0.1);
  --mat-option-selected-state-label-text-color: #1f236f;
  --mat-option-label-text-color: #1b1b23;
  --mat-option-hover-state-layer-color: rgba(27, 27, 35, 0.08);
  --mat-option-focus-state-layer-color: rgba(27, 27, 35, 0.12);
  --mat-option-selected-state-layer-color: #d6d6e9;
  --mat-option-label-text-font: Roboto;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-color: #454554;
  --mat-optgroup-label-text-font: Roboto;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
  --mat-full-pseudo-checkbox-selected-icon-color: #3a40c7;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff;
  --mat-full-pseudo-checkbox-unselected-icon-color: #454554;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fbf8ff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: rgba(27, 27, 35, 0.38);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: rgba(27, 27, 35, 0.38);
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3a40c7;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: rgba(27, 27, 35, 0.38);
  --mdc-elevated-card-container-color: #f5f2fe;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 12px;
  --mdc-outlined-card-container-color: #fbf8ff;
  --mdc-outlined-card-outline-color: #c6c5d7;
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-shape: 12px;
  --mdc-outlined-card-outline-width: 1px;
  --mat-card-subtitle-text-color: #1b1b23;
  --mat-card-title-text-font: Roboto;
  --mat-card-title-text-line-height: 1.75rem;
  --mat-card-title-text-size: 1.375rem;
  --mat-card-title-text-tracking: 0;
  --mat-card-title-text-weight: 400;
  --mat-card-subtitle-text-font: Roboto;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
  --mdc-linear-progress-active-indicator-color: #3a40c7;
  --mdc-linear-progress-track-color: #e2e1f3;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-color: #303038;
  --mdc-plain-tooltip-supporting-text-color: #f2effb;
  --mdc-plain-tooltip-supporting-text-line-height: 1rem;
  --mdc-plain-tooltip-supporting-text-font: Roboto;
  --mdc-plain-tooltip-supporting-text-size: 0.75rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.025rem;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #3a40c7;
  --mdc-filled-text-field-focus-active-indicator-color: #3a40c7;
  --mdc-filled-text-field-focus-label-text-color: #3a40c7;
  --mdc-filled-text-field-container-color: #e2e1f3;
  --mdc-filled-text-field-disabled-container-color: rgba(27, 27, 35, 0.04);
  --mdc-filled-text-field-label-text-color: #454554;
  --mdc-filled-text-field-hover-label-text-color: #454554;
  --mdc-filled-text-field-disabled-label-text-color: rgba(27, 27, 35, 0.38);
  --mdc-filled-text-field-input-text-color: #1b1b23;
  --mdc-filled-text-field-disabled-input-text-color: rgba(27, 27, 35, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: #454554;
  --mdc-filled-text-field-error-hover-label-text-color: #410002;
  --mdc-filled-text-field-error-focus-label-text-color: #ba1a1a;
  --mdc-filled-text-field-error-label-text-color: #ba1a1a;
  --mdc-filled-text-field-active-indicator-color: #454554;
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(27, 27, 35, 0.38);
  --mdc-filled-text-field-hover-active-indicator-color: #1b1b23;
  --mdc-filled-text-field-error-active-indicator-color: #ba1a1a;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ba1a1a;
  --mdc-filled-text-field-error-hover-active-indicator-color: #410002;
  --mdc-filled-text-field-label-text-font: Roboto;
  --mdc-filled-text-field-label-text-size: 1rem;
  --mdc-filled-text-field-label-text-tracking: 0.031rem;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-caret-color: #3a40c7;
  --mdc-outlined-text-field-focus-outline-color: #3a40c7;
  --mdc-outlined-text-field-focus-label-text-color: #3a40c7;
  --mdc-outlined-text-field-label-text-color: #454554;
  --mdc-outlined-text-field-hover-label-text-color: #1b1b23;
  --mdc-outlined-text-field-disabled-label-text-color: rgba(27, 27, 35, 0.38);
  --mdc-outlined-text-field-input-text-color: #1b1b23;
  --mdc-outlined-text-field-disabled-input-text-color: rgba(27, 27, 35, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: #454554;
  --mdc-outlined-text-field-error-focus-label-text-color: #ba1a1a;
  --mdc-outlined-text-field-error-label-text-color: #ba1a1a;
  --mdc-outlined-text-field-error-hover-label-text-color: #410002;
  --mdc-outlined-text-field-outline-color: #767686;
  --mdc-outlined-text-field-disabled-outline-color: rgba(27, 27, 35, 0.12);
  --mdc-outlined-text-field-hover-outline-color: #1b1b23;
  --mdc-outlined-text-field-error-focus-outline-color: #ba1a1a;
  --mdc-outlined-text-field-error-hover-outline-color: #410002;
  --mdc-outlined-text-field-error-outline-color: #ba1a1a;
  --mdc-outlined-text-field-label-text-font: Roboto;
  --mdc-outlined-text-field-label-text-size: 1rem;
  --mdc-outlined-text-field-label-text-tracking: 0.031rem;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mat-form-field-focus-select-arrow-color: #3a40c7;
  --mat-form-field-disabled-input-text-placeholder-color: rgba(27, 27, 35, 0.38);
  --mat-form-field-state-layer-color: #1b1b23;
  --mat-form-field-error-text-color: #ba1a1a;
  --mat-form-field-select-option-text-color: #1b1b23;
  --mat-form-field-select-disabled-option-text-color: rgba(27, 27, 35, 0.38);
  --mat-form-field-leading-icon-color: #454554;
  --mat-form-field-disabled-leading-icon-color: rgba(27, 27, 35, 0.38);
  --mat-form-field-trailing-icon-color: #454554;
  --mat-form-field-disabled-trailing-icon-color: rgba(27, 27, 35, 0.38);
  --mat-form-field-error-focus-trailing-icon-color: #ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color: #410002;
  --mat-form-field-error-trailing-icon-color: #ba1a1a;
  --mat-form-field-enabled-select-arrow-color: #454554;
  --mat-form-field-disabled-select-arrow-color: rgba(27, 27, 35, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-container-text-font: Roboto;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Roboto;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-select-panel-background-color: #efecf8;
  --mat-select-enabled-trigger-text-color: #1b1b23;
  --mat-select-disabled-trigger-text-color: rgba(27, 27, 35, 0.38);
  --mat-select-placeholder-text-color: #454554;
  --mat-select-enabled-arrow-color: #454554;
  --mat-select-disabled-arrow-color: rgba(27, 27, 35, 0.38);
  --mat-select-focused-arrow-color: #3a40c7;
  --mat-select-invalid-arrow-color: #ba1a1a;
  --mat-select-trigger-text-font: Roboto;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #efecf8;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-color: #fbf8ff;
  --mdc-dialog-subhead-color: #1b1b23;
  --mdc-dialog-supporting-text-color: #454554;
  --mdc-dialog-subhead-font: Roboto;
  --mdc-dialog-subhead-line-height: 2rem;
  --mdc-dialog-subhead-size: 1.5rem;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: 0;
  --mdc-dialog-supporting-text-font: Roboto;
  --mdc-dialog-supporting-text-line-height: 1.25rem;
  --mdc-dialog-supporting-text-size: 0.875rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.016rem;
  --mdc-dialog-container-shape: 28px;
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-headline-padding: 6px 24px 13px;
  --mdc-chip-outline-color: #767686;
  --mdc-chip-disabled-outline-color: rgba(27, 27, 35, 0.12);
  --mdc-chip-focus-outline-color: #454554;
  --mdc-chip-hover-state-layer-opacity: 0.08;
  --mdc-chip-selected-hover-state-layer-opacity: 0.08;
  --mdc-chip-disabled-label-text-color: rgba(27, 27, 35, 0.38);
  --mdc-chip-elevated-selected-container-color: #d6d6e9;
  --mdc-chip-flat-disabled-selected-container-color: rgba(27, 27, 35, 0.12);
  --mdc-chip-focus-state-layer-color: #454554;
  --mdc-chip-hover-state-layer-color: #454554;
  --mdc-chip-selected-hover-state-layer-color: #1f236f;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: #1f236f;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #454554;
  --mdc-chip-selected-label-text-color: #1f236f;
  --mdc-chip-with-icon-icon-color: #454554;
  --mdc-chip-with-icon-disabled-icon-color: #1b1b23;
  --mdc-chip-with-icon-selected-icon-color: #1f236f;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #1b1b23;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #454554;
  --mdc-chip-label-text-font: Roboto;
  --mdc-chip-label-text-line-height: 1.25rem;
  --mdc-chip-label-text-size: 0.875rem;
  --mdc-chip-label-text-tracking: 0.006rem;
  --mdc-chip-label-text-weight: 500;
  --mdc-chip-container-height: 32px;
  --mdc-chip-container-shape-radius: 8px;
  --mdc-chip-with-avatar-avatar-shape-radius: 24px;
  --mdc-chip-with-avatar-avatar-size: 24px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 1px;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mdc-chip-with-icon-disabled-icon-opacity: 0.38;
  --mdc-chip-elevated-container-color: transparent;
  --mat-chip-trailing-action-state-layer-color: #454554;
  --mat-chip-selected-trailing-action-state-layer-color: #1f236f;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-disabled-trailing-icon-color: #1b1b23;
  --mat-chip-selected-trailing-icon-color: #1f236f;
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.08;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.08;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-selected-focus-state-layer-color: #3a40c7;
  --mdc-switch-selected-handle-color: #ffffff;
  --mdc-switch-selected-hover-state-layer-color: #3a40c7;
  --mdc-switch-selected-pressed-state-layer-color: #3a40c7;
  --mdc-switch-selected-focus-handle-color: #d6d6e9;
  --mdc-switch-selected-hover-handle-color: #d6d6e9;
  --mdc-switch-selected-pressed-handle-color: #d6d6e9;
  --mdc-switch-selected-focus-track-color: #3a40c7;
  --mdc-switch-selected-hover-track-color: #3a40c7;
  --mdc-switch-selected-pressed-track-color: #3a40c7;
  --mdc-switch-selected-track-color: #3a40c7;
  --mdc-switch-disabled-selected-handle-color: #fbf8ff;
  --mdc-switch-disabled-selected-icon-color: #1b1b23;
  --mdc-switch-disabled-selected-track-color: #1b1b23;
  --mdc-switch-disabled-unselected-handle-color: #1b1b23;
  --mdc-switch-disabled-unselected-icon-color: #e2e1f3;
  --mdc-switch-disabled-unselected-track-color: #e2e1f3;
  --mdc-switch-selected-icon-color: #1f236f;
  --mdc-switch-unselected-focus-handle-color: #454554;
  --mdc-switch-unselected-focus-state-layer-color: #1b1b23;
  --mdc-switch-unselected-focus-track-color: #e2e1f3;
  --mdc-switch-unselected-handle-color: #767686;
  --mdc-switch-unselected-hover-handle-color: #454554;
  --mdc-switch-unselected-hover-state-layer-color: #1b1b23;
  --mdc-switch-unselected-hover-track-color: #e2e1f3;
  --mdc-switch-unselected-icon-color: #e2e1f3;
  --mdc-switch-unselected-pressed-handle-color: #454554;
  --mdc-switch-unselected-pressed-state-layer-color: #1b1b23;
  --mdc-switch-unselected-pressed-track-color: #e2e1f3;
  --mdc-switch-unselected-track-color: #e2e1f3;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-shape: 9999px;
  --mdc-switch-selected-icon-size: 16px;
  --mdc-switch-track-height: 32px;
  --mdc-switch-track-shape: 9999px;
  --mdc-switch-track-width: 52px;
  --mdc-switch-unselected-icon-size: 16px;
  --mdc-switch-state-layer-size: 40px;
  --mat-switch-track-outline-color: #767686;
  --mat-switch-disabled-unselected-track-outline-color: #1b1b23;
  --mat-switch-label-text-color: #1b1b23;
  --mat-switch-label-text-font: Roboto;
  --mat-switch-label-text-line-height: 1.25rem;
  --mat-switch-label-text-size: 0.875rem;
  --mat-switch-label-text-tracking: 0.016rem;
  --mat-switch-label-text-weight: 400;
  --mat-switch-disabled-selected-handle-opacity: 1;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 16px;
  --mat-switch-selected-handle-size: 24px;
  --mat-switch-pressed-handle-size: 28px;
  --mat-switch-with-icon-handle-size: 24px;
  --mat-switch-selected-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-switch-unselected-handle-horizontal-margin: 0 8px;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 0;
  --mat-switch-visible-track-transition: opacity 75ms;
  --mat-switch-hidden-track-transition: opacity 75ms;
  --mat-switch-track-outline-width: 2px;
  --mat-switch-selected-track-outline-width: 2px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 2px;
  --mdc-radio-disabled-selected-icon-color: #1b1b23;
  --mdc-radio-disabled-unselected-icon-color: #1b1b23;
  --mdc-radio-unselected-hover-icon-color: #1b1b23;
  --mdc-radio-unselected-focus-icon-color: #1b1b23;
  --mdc-radio-unselected-icon-color: #454554;
  --mdc-radio-unselected-pressed-icon-color: #1b1b23;
  --mdc-radio-selected-focus-icon-color: #3a40c7;
  --mdc-radio-selected-hover-icon-color: #3a40c7;
  --mdc-radio-selected-icon-color: #3a40c7;
  --mdc-radio-selected-pressed-icon-color: #3a40c7;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-ripple-color: #1b1b23;
  --mat-radio-checked-ripple-color: #3a40c7;
  --mat-radio-disabled-label-color: rgba(27, 27, 35, 0.38);
  --mat-radio-label-text-color: #1b1b23;
  --mat-radio-label-text-font: Roboto;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.016rem;
  --mat-radio-label-text-weight: 400;
  --mat-radio-touch-target-display: block;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-slider-handle-color: #3a40c7;
  --mdc-slider-focus-handle-color: #3a40c7;
  --mdc-slider-hover-handle-color: #3a40c7;
  --mdc-slider-active-track-color: #3a40c7;
  --mdc-slider-inactive-track-color: #e2e1f3;
  --mdc-slider-with-tick-marks-inactive-container-color: #454554;
  --mdc-slider-with-tick-marks-active-container-color: #ffffff;
  --mdc-slider-disabled-active-track-color: #1b1b23;
  --mdc-slider-disabled-handle-color: #1b1b23;
  --mdc-slider-disabled-inactive-track-color: #1b1b23;
  --mdc-slider-label-container-color: #3a40c7;
  --mdc-slider-label-label-text-color: #ffffff;
  --mdc-slider-with-overlap-handle-outline-color: #ffffff;
  --mdc-slider-with-tick-marks-disabled-container-color: #1b1b23;
  --mdc-slider-label-label-text-font: Roboto;
  --mdc-slider-label-label-text-size: 0.75rem;
  --mdc-slider-label-label-text-line-height: 1rem;
  --mdc-slider-label-label-text-tracking: 0.031rem;
  --mdc-slider-label-label-text-weight: 500;
  --mdc-slider-active-track-height: 4px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 9999px;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.38;
  --mdc-slider-with-tick-marks-container-shape: 9999px;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.38;
  --mat-slider-ripple-color: #3a40c7;
  --mat-slider-hover-state-layer-color: rgba(58, 64, 199, 0.05);
  --mat-slider-focus-state-layer-color: rgba(58, 64, 199, 0.2);
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-value-indicator-opacity: 1;
  --mat-menu-item-label-text-color: #1b1b23;
  --mat-menu-item-icon-color: #454554;
  --mat-menu-item-hover-state-layer-color: rgba(27, 27, 35, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(27, 27, 35, 0.12);
  --mat-menu-container-color: #efecf8;
  --mat-menu-divider-color: #e2e1f3;
  --mat-menu-item-label-text-font: Roboto;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-weight: 500;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
  --mat-menu-base-elevation-level: 2;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: #d6d6e9;
  --mdc-list-list-item-disabled-state-layer-color: #1b1b23;
  --mdc-list-list-item-disabled-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-color: #1b1b23;
  --mdc-list-list-item-supporting-text-color: #454554;
  --mdc-list-list-item-leading-icon-color: #454554;
  --mdc-list-list-item-trailing-supporting-text-color: #454554;
  --mdc-list-list-item-trailing-icon-color: #454554;
  --mdc-list-list-item-selected-trailing-icon-color: #3a40c7;
  --mdc-list-list-item-disabled-label-text-color: #1b1b23;
  --mdc-list-list-item-disabled-leading-icon-color: #1b1b23;
  --mdc-list-list-item-disabled-trailing-icon-color: #1b1b23;
  --mdc-list-list-item-hover-label-text-color: #1b1b23;
  --mdc-list-list-item-focus-label-text-color: #1b1b23;
  --mdc-list-list-item-hover-state-layer-color: #1b1b23;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: #1b1b23;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-font: Roboto;
  --mdc-list-list-item-label-text-line-height: 1.5rem;
  --mdc-list-list-item-label-text-size: 1rem;
  --mdc-list-list-item-label-text-tracking: 0.031rem;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto;
  --mdc-list-list-item-supporting-text-line-height: 1.25rem;
  --mdc-list-list-item-supporting-text-size: 0.875rem;
  --mdc-list-list-item-supporting-text-tracking: 0.016rem;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto;
  --mdc-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mdc-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mdc-list-list-item-trailing-supporting-text-weight: 500;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 9999px;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-label-text-opacity: 0.3;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: #d6d6e9;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 16px;
  --mat-list-active-indicator-shape: 9999px;
  --mat-paginator-container-text-color: #1b1b23;
  --mat-paginator-container-background-color: #fbf8ff;
  --mat-paginator-enabled-icon-color: #454554;
  --mat-paginator-disabled-icon-color: rgba(27, 27, 35, 0.38);
  --mat-paginator-container-text-font: Roboto;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-color: #3a40c7;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: #e2e1f3;
  --mat-tab-header-pagination-icon-color: #1b1b23;
  --mat-tab-header-inactive-label-text-color: #1b1b23;
  --mat-tab-header-active-label-text-color: #1b1b23;
  --mat-tab-header-active-ripple-color: #1b1b23;
  --mat-tab-header-inactive-ripple-color: #1b1b23;
  --mat-tab-header-inactive-focus-label-text-color: #1b1b23;
  --mat-tab-header-inactive-hover-label-text-color: #1b1b23;
  --mat-tab-header-active-focus-label-text-color: #1b1b23;
  --mat-tab-header-active-hover-label-text-color: #1b1b23;
  --mat-tab-header-active-focus-indicator-color: #3a40c7;
  --mat-tab-header-active-hover-indicator-color: #3a40c7;
  --mat-tab-header-label-text-font: Roboto;
  --mat-tab-header-label-text-size: 0.875rem;
  --mat-tab-header-label-text-tracking: 0.006rem;
  --mat-tab-header-label-text-line-height: 1.25rem;
  --mat-tab-header-label-text-weight: 500;
  --mat-tab-header-divider-height: 1px;
  --mdc-checkbox-disabled-selected-checkmark-color: #fbf8ff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-pressed-icon-color: #3a40c7;
  --mdc-checkbox-disabled-selected-icon-color: rgba(27, 27, 35, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(27, 27, 35, 0.38);
  --mdc-checkbox-selected-checkmark-color: #ffffff;
  --mdc-checkbox-selected-focus-icon-color: #3a40c7;
  --mdc-checkbox-selected-hover-icon-color: #3a40c7;
  --mdc-checkbox-selected-icon-color: #3a40c7;
  --mdc-checkbox-unselected-focus-icon-color: #1b1b23;
  --mdc-checkbox-unselected-hover-icon-color: #1b1b23;
  --mdc-checkbox-unselected-icon-color: #454554;
  --mdc-checkbox-selected-focus-state-layer-color: #3a40c7;
  --mdc-checkbox-selected-hover-state-layer-color: #3a40c7;
  --mdc-checkbox-selected-pressed-state-layer-color: #1b1b23;
  --mdc-checkbox-unselected-focus-state-layer-color: #1b1b23;
  --mdc-checkbox-unselected-hover-state-layer-color: #1b1b23;
  --mdc-checkbox-unselected-pressed-state-layer-color: #3a40c7;
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-disabled-label-color: rgba(27, 27, 35, 0.38);
  --mat-checkbox-label-text-color: #1b1b23;
  --mat-checkbox-label-text-font: Roboto;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.016rem;
  --mat-checkbox-label-text-weight: 400;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-label-text-color: #3a40c7;
  --mdc-text-button-disabled-label-text-color: rgba(27, 27, 35, 0.38);
  --mdc-text-button-label-text-font: Roboto;
  --mdc-text-button-label-text-size: 0.875rem;
  --mdc-text-button-label-text-tracking: 0.006rem;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-container-height: 40px;
  --mdc-text-button-container-shape: 9999px;
  --mdc-protected-button-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-color: #fbf8ff;
  --mdc-protected-button-label-text-color: #3a40c7;
  --mdc-protected-button-disabled-container-color: rgba(27, 27, 35, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(27, 27, 35, 0.38);
  --mdc-protected-button-label-text-font: Roboto;
  --mdc-protected-button-label-text-size: 0.875rem;
  --mdc-protected-button-label-text-tracking: 0.006rem;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-container-height: 40px;
  --mdc-protected-button-container-shape: 9999px;
  --mdc-filled-button-container-color: #3a40c7;
  --mdc-filled-button-label-text-color: #ffffff;
  --mdc-filled-button-disabled-container-color: rgba(27, 27, 35, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(27, 27, 35, 0.38);
  --mdc-filled-button-label-text-font: Roboto;
  --mdc-filled-button-label-text-size: 0.875rem;
  --mdc-filled-button-label-text-tracking: 0.006rem;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-container-height: 40px;
  --mdc-filled-button-container-shape: 9999px;
  --mdc-outlined-button-disabled-outline-color: rgba(27, 27, 35, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(27, 27, 35, 0.38);
  --mdc-outlined-button-label-text-color: #3a40c7;
  --mdc-outlined-button-outline-color: #767686;
  --mdc-outlined-button-label-text-font: Roboto;
  --mdc-outlined-button-label-text-size: 0.875rem;
  --mdc-outlined-button-label-text-tracking: 0.006rem;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-container-height: 40px;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 9999px;
  --mat-text-button-state-layer-color: #3a40c7;
  --mat-text-button-disabled-state-layer-color: #454554;
  --mat-text-button-ripple-color: rgba(58, 64, 199, 0.12);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mat-text-button-touch-target-display: block;
  --mat-text-button-horizontal-padding: 12px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: -4px;
  --mat-protected-button-state-layer-color: #3a40c7;
  --mat-protected-button-disabled-state-layer-color: #454554;
  --mat-protected-button-ripple-color: rgba(58, 64, 199, 0.12);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mat-protected-button-touch-target-display: block;
  --mat-protected-button-horizontal-padding: 24px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -8px;
  --mat-filled-button-state-layer-color: #ffffff;
  --mat-filled-button-disabled-state-layer-color: #454554;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.12);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mat-filled-button-touch-target-display: block;
  --mat-filled-button-horizontal-padding: 24px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -8px;
  --mat-outlined-button-state-layer-color: #3a40c7;
  --mat-outlined-button-disabled-state-layer-color: #454554;
  --mat-outlined-button-ripple-color: rgba(58, 64, 199, 0.12);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mat-outlined-button-touch-target-display: block;
  --mat-outlined-button-horizontal-padding: 24px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -8px;
  --mdc-icon-button-icon-color: #454554;
  --mdc-icon-button-disabled-icon-color: rgba(27, 27, 35, 0.38);
  --mdc-icon-button-state-layer-size: 40px;
  --mdc-icon-button-icon-size: 24px;
  --mat-icon-button-state-layer-color: #454554;
  --mat-icon-button-disabled-state-layer-color: #454554;
  --mat-icon-button-ripple-color: rgba(69, 69, 84, 0.12);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-label-text-font: Roboto;
  --mdc-extended-fab-label-text-size: 0.875rem;
  --mdc-extended-fab-label-text-tracking: 0.006rem;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-extended-fab-container-height: 56px;
  --mdc-extended-fab-container-shape: 16px;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #d6d6e9;
  --mdc-fab-container-shape: 16px;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-color: #d6d6e9;
  --mdc-fab-small-container-shape: 12px;
  --mat-fab-foreground-color: #1f236f;
  --mat-fab-state-layer-color: #1f236f;
  --mat-fab-ripple-color: rgba(31, 35, 111, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(27, 27, 35, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(27, 27, 35, 0.38);
  --mat-fab-touch-target-display: block;
  --mat-fab-small-foreground-color: #1f236f;
  --mat-fab-small-state-layer-color: #1f236f;
  --mat-fab-small-ripple-color: rgba(31, 35, 111, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(27, 27, 35, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(27, 27, 35, 0.38);
  --mdc-snackbar-container-color: #303038;
  --mdc-snackbar-supporting-text-color: #f2effb;
  --mdc-snackbar-supporting-text-font: Roboto;
  --mdc-snackbar-supporting-text-line-height: 1.25rem;
  --mdc-snackbar-supporting-text-size: 0.875rem;
  --mdc-snackbar-supporting-text-weight: 400;
  --mdc-snackbar-container-shape: 4px;
  --mat-snack-bar-button-color: #acaed3;
  --mat-table-background-color: #fbf8ff;
  --mat-table-header-headline-color: #1b1b23;
  --mat-table-row-item-label-text-color: #1b1b23;
  --mat-table-row-item-outline-color: #767686;
  --mat-table-header-headline-font: Roboto;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-row-item-label-text-font: Roboto;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-font: Roboto;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-row-item-outline-width: 1px;
  --mdc-circular-progress-active-indicator-color: #3a40c7;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mat-badge-background-color: #ba1a1a;
  --mat-badge-text-color: #ffffff;
  --mat-badge-disabled-state-background-color: rgba(186, 26, 26, 0.38);
  --mat-badge-disabled-state-text-color: #ffffff;
  --mat-badge-text-font: Roboto;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-large-size-line-height: 16px;
  --mat-bottom-sheet-container-text-color: #1b1b23;
  --mat-bottom-sheet-container-background-color: #f5f2fe;
  --mat-bottom-sheet-container-text-font: Roboto;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-bottom-sheet-container-shape: 28px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-standard-button-toggle-text-color: #1b1b23;
  --mat-standard-button-toggle-state-layer-color: #1b1b23;
  --mat-standard-button-toggle-selected-state-background-color: #d6d6e9;
  --mat-standard-button-toggle-selected-state-text-color: #1f236f;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(27, 27, 35, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(27, 27, 35, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-background-color: rgba(27, 27, 35, 0.12);
  --mat-standard-button-toggle-divider-color: #767686;
  --mat-standard-button-toggle-label-text-font: Roboto;
  --mat-standard-button-toggle-label-text-line-height: 1.25rem;
  --mat-standard-button-toggle-label-text-size: 0.875rem;
  --mat-standard-button-toggle-label-text-tracking: 0.006rem;
  --mat-standard-button-toggle-label-text-weight: 500;
  --mat-standard-button-toggle-height: 40px;
  --mat-standard-button-toggle-shape: 9999px;
  --mat-standard-button-toggle-background-color: transparent;
  --mat-standard-button-toggle-disabled-state-background-color: transparent;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color: #3a40c7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(27, 27, 35, 0.38);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #3a40c7;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(27, 27, 35, 0.12);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(27, 27, 35, 0.08);
  --mat-datepicker-toggle-active-state-icon-color: #454554;
  --mat-datepicker-calendar-date-in-range-state-background-color: #d6d6e9;
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #d6d6e9;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #d6d6e9;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #3a40c7;
  --mat-datepicker-toggle-icon-color: #454554;
  --mat-datepicker-calendar-body-label-text-color: #1b1b23;
  --mat-datepicker-calendar-period-button-text-color: #454554;
  --mat-datepicker-calendar-period-button-icon-color: #454554;
  --mat-datepicker-calendar-navigation-button-icon-color: #454554;
  --mat-datepicker-calendar-header-text-color: #454554;
  --mat-datepicker-calendar-date-today-outline-color: #3a40c7;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(27, 27, 35, 0.38);
  --mat-datepicker-calendar-date-text-color: #1b1b23;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(27, 27, 35, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: #3a40c7;
  --mat-datepicker-range-input-separator-color: #1b1b23;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(27, 27, 35, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(27, 27, 35, 0.38);
  --mat-datepicker-calendar-container-background-color: #e9e7f2;
  --mat-datepicker-calendar-container-text-color: #1b1b23;
  --mat-datepicker-calendar-text-font: Roboto;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-divider-color: #767686;
  --mat-divider-width: 1px;
  --mat-expansion-container-background-color: #fbf8ff;
  --mat-expansion-container-text-color: #1b1b23;
  --mat-expansion-actions-divider-color: #767686;
  --mat-expansion-header-hover-state-layer-color: rgba(27, 27, 35, 0.08);
  --mat-expansion-header-focus-state-layer-color: rgba(27, 27, 35, 0.12);
  --mat-expansion-header-disabled-state-text-color: rgba(27, 27, 35, 0.38);
  --mat-expansion-header-text-color: #1b1b23;
  --mat-expansion-header-description-color: #454554;
  --mat-expansion-header-indicator-color: #454554;
  --mat-expansion-header-text-font: Roboto;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-container-text-font: Roboto;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-header-indicator-display: inline-block;
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Roboto;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Roboto;
  --mat-icon-color: inherit;
  --mat-sidenav-container-background-color: #fbf8ff;
  --mat-sidenav-container-text-color: #454554;
  --mat-sidenav-content-background-color: #fbf8ff;
  --mat-sidenav-content-text-color: #1b1b23;
  --mat-sidenav-scrim-color: rgba(47, 47, 61, 0.4);
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
  --mat-stepper-header-icon-foreground-color: #fbf8ff;
  --mat-stepper-header-selected-state-icon-background-color: #3a40c7;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #3a40c7;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-container-color: #fbf8ff;
  --mat-stepper-line-color: #767686;
  --mat-stepper-header-hover-state-layer-color: rgba(48, 48, 56, 0.08);
  --mat-stepper-header-focus-state-layer-color: rgba(48, 48, 56, 0.12);
  --mat-stepper-header-label-text-color: #454554;
  --mat-stepper-header-optional-label-text-color: #454554;
  --mat-stepper-header-selected-state-label-text-color: #454554;
  --mat-stepper-header-error-state-label-text-color: #ba1a1a;
  --mat-stepper-header-icon-background-color: #454554;
  --mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;
  --mat-stepper-container-text-font: Roboto;
  --mat-stepper-header-label-text-font: Roboto;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
  --mat-stepper-header-height: 72px;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #1b1b23;
  --mat-toolbar-container-background-color: #fbf8ff;
  --mat-toolbar-container-text-color: #1b1b23;
  --mat-toolbar-title-text-font: Roboto;
  --mat-toolbar-title-text-line-height: 1.75rem;
  --mat-toolbar-title-text-size: 1.375rem;
  --mat-toolbar-title-text-tracking: 0;
  --mat-toolbar-title-text-weight: 400;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: #fbf8ff;
  --mat-tree-node-text-color: #1b1b23;
  --mat-tree-node-text-font: Roboto;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-tree-node-min-height: 48px;
  --mat-table-background-color: var(--Surface);
  --mat-table-row-item-outline-color: var(--Stroke-Neutral);
  --mdc-filled-text-field-container-color: var(--Theme-Light-Background);
  --mat-menu-container-color: var(--Surface);
  --mat-menu-item-label-text-weight: 400;
  --mat-select-panel-background-color: var(--Surface);
  --mat-autocomplete-background-color: var(--Surface);
  --mat-select-container-elevation-shadow: var(--elevation-2);
  --mat-select-enabled-arrow-color: var(--Text-HighEmphasis);
  --mat-option-selected-state-layer-color: var(--Theme-Light-Background);
  --mat-option-selected-state-layer-opacity: 1;
  --mat-option-selected-state-label-text-color: var(--Brand-Primary);
  --mat-option-hover-state-layer-color: var(--Theme-Light-Background);
  --mat-option-hover-state-layer-opacity: 1;
  --mdc-list-list-item-one-line-container-height: 44px;
  --mat-paginator-container-background-color: white;
  --mat-expansion-container-background-color: white;
  --mat-icon-color: var(--Brand-Primary);
  --mat-tab-header-active-label-text-color: var(--Brand-Primary);
  --mat-tab-header-active-focus-label-text-color: var(--Brand-Primary);
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-hover-label-text-color: var(--Brand-Primary);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-label-text-weight: 400;
  --mat-tab-header-active-label-text-weight: 400;
  --mat-tab-header-active-indicator-color: var(--Brand-Primary);
}
.mat-theme-loaded-marker {
  display: none;
}

.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  color: var(--Brand-Primary) !important;
}

.mat-mdc-select-panel {
  border-radius: 12px !important;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  background-color: var(--Theme-Light-Background);
}

.button-rounded.mat-mdc-button, .button-rounded.mat-mdc-stroked-button, .button-rounded.mat-mdc-filled-button, .button-rounded.mat-mdc-flat-button, .button-rounded.mat-mdc-button-base {
  border-radius: 100px;
  box-shadow: none !important;
}
.button-rounded.mat-mdc-stroked-button {
  border-color: #777 !important;
  border-width: thin;
}

.mat-mdc-header-row {
  color: #3a40c7 !important;
}

.manage-table .mat-mdc-cell:first-child {
  color: #3a40c7;
  cursor: pointer;
}

.mat-mdc-header-cell {
  border-bottom-style: thin !important;
  border-bottom-color: var(--bordas-mobile-2) !important;
}

.mat-mdc-cell {
  border-bottom-style: thin !important;
  border-bottom-color: var(--bordas-mobile-2) !important;
}

.no-content .mat-cell {
  text-align: center;
}

.mat-mdc-no-data-row-cell .mat-cell {
  text-align: center;
}
.mat-mdc-no-data-row-cell .mat-cell .mat-cell {
  text-align: center;
}

tr.mat-no-data-row-cell td {
  text-align: center;
}

.search-container {
  --mdc-filled-text-field-container-color: var(--Theme-Light-Background);
  --mat-form-field-state-layer-color: var(--Theme-Light-Background);
  --mat-form-field-hover-state-layer-opacity: 1;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mdc-filled-text-field-active-indicator-height: 0px;
  --mdc-filled-text-field-focus-active-indicator-height: 0px;
  --mdc-filled-text-field-label-text-color: var(--Text-MediumEmphasis2);
  --mdc-filled-text-field-hover-label-text-color: var(--Text-MediumEmphasis2);
  --mdc-filled-text-field-focus-label-text-color: var(--Brand-Primary);
  --mdc-filled-text-field-input-text-color: var(--Text-MediumEmphasis2);
  --mdc-filled-text-field-input-text-placeholder-color: var(--Text-MediumEmphasis2);
  --mat-form-field-leading-icon-color: var(--Brand-Primary);
  --mat-form-field-trailing-icon-color: var(--Brand-Primary);
}
.search-container .mat-mdc-text-field-wrapper.mdc-text-field {
  border-radius: 100px;
}

.search-rounded .mat-mdc-text-field-wrapper.mdc-text-field {
  border-radius: 100px;
  min-width: 360px;
}
.search-rounded .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-left: 16px;
}

.menu-rounded.mat-mdc-menu-panel {
  border-radius: 12px;
  box-shadow: var(--elevation-2) !important;
  min-width: 112px;
  max-width: 280px;
}
.menu-rounded.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 0;
}
.menu-rounded.mat-mdc-menu-panel .mat-mdc-menu-item {
  min-height: 42px;
  white-space: nowrap;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--Text-HighEmphasis);
}
.menu-rounded.mat-mdc-menu-panel .mat-mdc-menu-item .mat-icon {
  color: var(--Text-MediumEmphasis);
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.menu-rounded.mat-mdc-menu-panel .mat-mdc-menu-item:hover:not([disabled]) {
  background-color: var(--Theme-Light-Background);
}

.action-form {
  padding: 0 60px;
  margin-top: 32px;
}
.action-form .group-buttons .button-rounded {
  margin: 0 16px;
}

.mat-mdc-card {
  box-shadow: none !important;
  border-radius: 20px !important;
  border: 1px solid var(--Stroke-Neutral) !important;
  background: var(--Surface) !important;
  margin-bottom: 100px;
  outline: none !important;
}

.mat-drawer-side {
  border: none;
  background-color: var(--Surface) !important;
  --mat-sidenav-container-background-color: var(--Surface);
}

.mat-drawer.mat-drawer-end {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: var(--Surface) !important;
  --mat-sidenav-container-background-color: var(--Surface);
}

.mat-drawer-container {
  background-color: transparent !important;
}

.mat-drawer-content {
  z-index: auto !important;
}

.mat-bg-primary {
  background-color: var(--Primary-PrimaryBlueDark);
  color: var(--Primary-PrimaryBlueDark);
}

.mat-icon {
  fill: var(--mat-icon-color);
}

.mat-mdc-dialog-surface {
  background-color: var(--Theme-Light-Background) !important;
}

.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary {
  --mat-icon-color: white;
}
.mat-mdc-unelevated-button.mat-primary .mat-icon,
.mat-mdc-raised-button.mat-primary .mat-icon {
  color: white !important;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.sass?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
:root {
  --Complementary-ComplementaryGreenDark: #14B8A6;
  --Complementary-ComplementaryPinkDark: #EC4899;
  --Complementary-ComplementaryOrangeDark: #EB6920;
  --spacing-breadcrumb-title: 12px;
  --card-radius-flow: 12px;
}
:root .mat-mdc-card {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.01) !important;
}

@media (max-width: 768px) {
  .dialog-add-teacher-panel {
    width: 92vw !important;
    max-width: 92vw !important;
  }
  .dialog-add-teacher-panel .mat-mdc-dialog-content {
    overflow-x: hidden !important;
  }
}
@media (max-width: 768px) {
  .display-none-mobile {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .display-none-desktop {
    display: none !important;
  }
}
.primary-darkest-color {
  color: var(--Primary-PrimaryBlueDark, #1976D2) !important;
}

.primary-color {
  color: var(--Primary-PrimaryBlue, #3A40C7) !important;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #F6F6F6;
}

.custom-table {
  border-spacing: 0 2px;
}

.custom-header-cell {
  text-align: left;
  padding: 0 16px;
  height: 56px;
  color: var(--Brand-Primary);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  border-top: 1px solid var(--Stroke-Neutral);
  border-bottom: 1px solid var(--Stroke-Neutral);
}

.custom-cell {
  color: #333;
  border-top: 1px solid var(--Stroke-Neutral);
  border-bottom: 1px solid var(--Stroke-Neutral);
}

.custom-cell:first-child,
.custom-header-cell:first-child {
  border-left: 1px solid var(--Stroke-Neutral);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.custom-cell:last-child,
.custom-header-cell:last-child {
  border-right: 1px solid var(--Stroke-Neutral);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

tr.mat-mdc-row:last-child .custom-cell,
tr:last-child .custom-cell {
  border-bottom: 1px solid var(--Stroke-Neutral) !important;
}

.data-row:hover,
.mat-mdc-row:hover {
  background: var(--Theme-Light-Background);
}

.mat-mdc-icon-button {
  --mdc-icon-button-state-layer-size: 36px;
  --mat-icon-button-icon-size: 20px;
}

.actions-container .mat-mdc-icon-button:hover {
  background-color: rgba(58, 64, 199, 0.08) !important;
}
.actions-container .mat-mdc-icon-button.mat-warn:hover {
  background-color: rgba(211, 47, 47, 0.08) !important;
}

.mat-mdc-button,
.mat-mdc-stroked-button,
.mat-mdc-flat-button {
  --mat-text-button-state-layer-color: var(--Theme-Light-Background2);
  --mat-text-button-hover-state-layer-opacity: 1;
  --mat-protected-button-state-layer-color: var(--Theme-Light-Background2);
  --mat-protected-button-hover-state-layer-opacity: 1;
  --mat-outlined-button-state-layer-color: var(--Theme-Light-Background2);
  --mat-outlined-button-hover-state-layer-opacity: 1;
}

.mat-mdc-tab-group {
  --mat-tab-header-inactive-label-text-color: var(--Text-MediumEmphasis2);
  --mat-tab-header-active-label-text-color: var(--Text-HighEmphasis);
  --mat-tab-header-active-focus-label-text-color: var(--Text-HighEmphasis);
  --mat-tab-header-active-hover-label-text-color: var(--Text-HighEmphasis);
  --mdc-tab-indicator-active-indicator-color: var(--Brand-Primary);
  --mat-tab-header-active-ripple-color: var(--Brand-Primary);
  --mat-tab-header-inactive-ripple-color: transparent;
}
.mat-mdc-tab-group .mat-mdc-tab-header {
  position: static;
}
.mat-mdc-tab-group .mdc-tab__text-label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1px;
}
.mat-mdc-tab-group .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  font-weight: 600;
}
.mat-mdc-tab-group .mat-mdc-tab-body {
  overflow: visible !important;
  height: auto !important;
}
.mat-mdc-tab-group .mat-mdc-tab-body-content {
  padding-top: 24px;
  overflow: visible !important;
  height: auto !important;
}

.period-section {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.period-section .mat-mdc-text-field-wrapper {
  height: 44px !important;
}
.period-section .mdc-text-field--outlined {
  --mdc-outlined-text-field-container-shape: 22px;
  --mdc-outlined-text-field-outline-color: var(--Stroke-Default);
  --mdc-outlined-text-field-hover-outline-color: var(--Stroke-Hover);
  --mdc-outlined-text-field-container-color: var(--Surface);
}
.period-section .mat-mdc-form-field-infix {
  width: 140px;
  min-height: 40px;
}
.period-section .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding: 8px 0;
}
.period-section .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.period-section .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.period-section .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(-26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
}

.period-select .mat-mdc-form-field-infix {
  width: 200px !important;
}

.select-rect {
  display: flex;
  align-items: center;
  gap: 8px;
}
.select-rect .mat-mdc-text-field-wrapper {
  height: 44px !important;
}
.select-rect .mdc-text-field--outlined {
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-color: var(--Stroke-Default);
  --mdc-outlined-text-field-hover-outline-color: var(--Stroke-Hover);
  --mdc-outlined-text-field-container-color: var(--Surface);
}
.select-rect .mat-mdc-form-field-infix {
  min-height: 40px;
}
.select-rect .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding: 8px 0;
}
.select-rect .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.select-rect .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.select-rect .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(-26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
}

.mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper,
.mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper {
  border-radius: 45px;
  padding-left: 24px;
}

.mdc-text-field--filled {
  --mdc-filled-text-field-active-indicator-height: 0px !important;
  --mdc-filled-text-field-focus-active-indicator-height: 0px !important;
}

.wrap-title h1 {
  margin-bottom: 0px;
}

.select-rect {
  display: flex;
  align-items: center;
  gap: 8px;
}
.select-rect .mat-mdc-text-field-wrapper {
  height: 44px !important;
}
.select-rect .mdc-text-field--outlined {
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-color: var(--Stroke-Default);
  --mdc-outlined-text-field-hover-outline-color: var(--Stroke-Hover);
  --mdc-outlined-text-field-container-color: var(--Surface);
}
.select-rect .mat-mdc-form-field-infix {
  min-height: 40px;
}
.select-rect .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding: 8px 0;
}
.select-rect .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.select-rect .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.select-rect .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(-26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
}

.mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper,
.mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper {
  border-radius: 45px;
  padding-left: 24px;
}

.mdc-text-field--filled {
  --mdc-filled-text-field-active-indicator-height: 0px !important;
  --mdc-filled-text-field-focus-active-indicator-height: 0px !important;
}

.wrap-title h1, .wrap-title .title-large {
  margin-top: 0px;
  margin-bottom: 4px;
  font-weight: 400;
  color: var(--Brand-Primary);
}

.sub-title {
  margin-top: 0px;
  margin-bottom: 16px;
  color: var(--Text-MediumEmphasis) !important;
}

app-breadcrumb {
  display: block;
  margin-bottom: var(--spacing-breadcrumb-title);
}

xng-breadcrumb {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}
xng-breadcrumb .xng-breadcrumb-link {
  color: var(--Text-MediumEmphasis);
  text-decoration: none;
}
xng-breadcrumb .xng-breadcrumb-link:hover {
  text-decoration: underline;
}
xng-breadcrumb .xng-breadcrumb-trail {
  color: var(--Text-MediumEmphasis);
}
xng-breadcrumb .xng-breadcrumb-separator {
  color: var(--Text-MediumEmphasis);
}
xng-breadcrumb .xng-breadcrumb-separator .mat-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.card-title {
  color: var(--Brand-PrimaryDarkest, #1F236F);
  margin-top: 16px !important;
  margin-bottom: 4px !important;
}

.card-sub-title {
  margin: 0 !important;
  color: var(--Text-MediumEmphasis) !important;
}

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

.p-left-15 {
  padding-left: 15px !important;
}

.m-top-16 {
  margin-top: 16px !important;
}

.m-bot-16 {
  margin-bottom: 16px !important;
}

.w-100 {
  width: 100% !important;
}

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

.chip-grade {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border: 1px solid #BDBDBD;
  border-radius: 999px;
  font-size: 0.8125rem;
  line-height: 1;
  color: #333;
  background-color: #fff;
  margin-right: 4px;
  white-space: nowrap;
}
.chip-grade--empty {
  background-color: #F5F5F5;
  color: #6B6B6B;
  border-color: var(--bordas-mobile2);
  border: 0px;
}

.chip-grade-small {
  padding: 2px 6px !important;
  margin-left: 4px !important;
  font-size: 0.7rem !important;
}

.chip-grade-icon {
  font-size: 0.875rem;
  width: 0.875rem !important;
  height: 0.875rem !important;
  margin-right: 4px;
  color: var(--Text-MediumEmphasis);
  fill: var(--Text-MediumEmphasis);
}

.chip-grade-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.badge-multisseriada {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--Text-MediumEmphasis) !important;
  fill: var(--Text-MediumEmphasis) !important;
  background-color: #F5F5F5;
  margin-left: 6px;
  vertical-align: middle;
}

.badge-icon {
  font-size: 0.875rem;
  width: 0.875rem !important;
  height: 0.875rem !important;
  margin-right: 4px;
  color: var(--Text-MediumEmphasis);
  fill: var(--Text-MediumEmphasis);
}

/* Body/Large */
.body-large {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.body-medium {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.body-small {
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

/* Title/Small */
.title-small {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

/* Title/Large */
.title-large {
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* Label/Medium */
.label-medium {
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.label-large {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
}

/* Headline */
.headline-small {
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.sub-title-text-color {
  color: var(--Text-MediumEmphasis) !important;
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1 !important;
}

[mat-dialog-title],
.mat-mdc-dialog-title {
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--Brand-Primary) !important;
}

.dialog-subtitle {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: var(--Text-MediumEmphasis);
}

.roster-tooltip {
  white-space: pre-line;
}

.main-content {
  margin-left: 90px;
  padding: 24px 150px 8px 42px;
}

.mat-mdc-card-content {
  padding: 24px !important;
}
.mat-mdc-card-content .container {
  padding: 0 !important;
}

@media (max-width: 768px) {
  .mat-mdc-card {
    overflow: scroll;
  }
}
.dialog-wide .confirm-body {
  max-width: 460px !important;
}

.snackbar-success {
  --mdc-snackbar-container-color: #569A32;
  --mdc-snackbar-supporting-text-color: #ffffff;
  --mat-snack-bar-button-color: #ffffff;
  margin-top: calc(50vh - 28px) !important;
}
.snackbar-success .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.snackbar-success .mat-mdc-button .mat-mdc-button-ripple {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.snackbar-success .mat-mdc-button:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.dialog-finalize-confirm .confirm-body {
  max-width: 480px !important;
}

.diary-detail-dialog .mat-mdc-dialog-surface {
  background-color: var(--Surface) !important;
}

.diary-detail-dialog .mat-mdc-unelevated-button.mat-primary {
  background-color: var(--Brand-Primary) !important;
  color: #fff !important;
}
