/* node_modules/@danielmoncada/angular-datetime-picker/assets/style/picker.min.css */
.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: -webkit-box;
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: -webkit-box;
  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;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.288);
}
.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.owl-dialog-container {
  position: relative;
  pointer-events: auto;
  box-sizing: border-box;
  display: block;
  padding: 1.5em;
  box-shadow:
    0 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);
  border-radius: 2px;
  overflow: auto;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  height: 100%;
  outline: none;
}
.owl-dt-container,
.owl-dt-container * {
  box-sizing: border-box;
}
.owl-dt-container {
  display: block;
  font-size: 1rem;
  background: #ffffff;
  pointer-events: auto;
  z-index: 1000;
}
.owl-dt-container-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.owl-dt-container-row:last-child {
  border-bottom: none;
}
.owl-dt-calendar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}
.owl-dt-calendar-control {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1em;
  width: 100%;
  padding: .5em;
  color: #000000;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button {
  padding: 0 .8em;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
.owl-dt-calendar-main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 0 .5em .5em;
  outline: 0;
}
.owl-dt-calendar-view {
  display: block;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.owl-dt-calendar-multi-year-view {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table {
  width: calc(100% - 3em);
}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table .owl-dt-calendar-header th {
  padding-bottom: .25em;
}
.owl-dt-calendar-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.owl-dt-calendar-table .owl-dt-calendar-header {
  color: rgba(0, 0, 0, 0.4);
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th {
  font-size: .7em;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1em;
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider {
  position: relative;
  height: 1px;
  padding-bottom: .5em;
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider:after {
  content: "";
  position: absolute;
  top: 0;
  left: -.5em;
  right: -.5em;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.owl-dt-calendar-table .owl-dt-calendar-cell {
  position: relative;
  height: 0;
  line-height: 0;
  text-align: center;
  outline: 0;
  color: rgba(0, 0, 0, 0.85);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-content {
  position: absolute;
  top: 5%;
  left: 5%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  width: 90%;
  height: 90%;
  font-size: .8em;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 999px;
  color: inherit;
  cursor: pointer;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-out {
  opacity: .2;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: rgba(0, 0, 0, 0.4);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected {
  color: rgba(255, 255, 255, 0.85);
  background-color: #3f51b5;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected.owl-dt-calendar-cell-today {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled {
  cursor: default;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  color: rgba(0, 0, 0, 0.4);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-content.owl-dt-calendar-cell-selected {
  opacity: .4;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled > .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: rgba(0, 0, 0, 0.2);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-active:focus > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),
.owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover > .owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  background-color: rgba(0, 0, 0, 0.04);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range {
  background: rgba(63, 81, 181, 0.2);
}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-from {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-to {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
.owl-dt-timer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 7em;
  padding: .5em;
  outline: none;
}
.owl-dt-timer-box {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 25%;
  height: 100%;
}
.owl-dt-timer-content {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin: .2em 0;
}
.owl-dt-timer-content .owl-dt-timer-input {
  display: block;
  width: 2em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  outline: medium none;
  font-size: 1.2em;
  padding: .2em;
}
.owl-dt-timer-divider {
  display: inline-block;
  align-self: flex-end;
  position: absolute;
  width: .6em;
  height: 100%;
  left: -.3em;
}
.owl-dt-timer-divider:before,
.owl-dt-timer-divider:after {
  content: "";
  display: inline-block;
  width: .35em;
  height: .35em;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: currentColor;
}
.owl-dt-timer-divider:before {
  top: 35%;
}
.owl-dt-timer-divider:after {
  bottom: 35%;
}
.owl-dt-control-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 1em;
  color: inherit;
}
.owl-dt-control-button .owl-dt-control-button-content {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  outline: none;
}
.owl-dt-control-period-button .owl-dt-control-button-content {
  height: 1.5em;
  padding: 0 .5em;
  border-radius: 3px;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.owl-dt-control-period-button:hover > .owl-dt-control-button-content {
  background-color: rgba(0, 0, 0, 0.12);
}
.owl-dt-control-period-button .owl-dt-control-button-arrow {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 1em;
  height: 1em;
  margin: .1em;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.owl-dt-control-arrow-button .owl-dt-control-button-content {
  padding: 0;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
}
.owl-dt-control-arrow-button[disabled] {
  color: rgba(0, 0, 0, 0.4);
  cursor: default;
}
.owl-dt-control-arrow-button svg {
  width: 50%;
  height: 50%;
  fill: currentColor;
}
.owl-dt-inline-container,
.owl-dt-popup-container {
  position: relative;
  width: 18.5em;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.owl-dt-inline-container .owl-dt-calendar,
.owl-dt-inline-container .owl-dt-timer,
.owl-dt-popup-container .owl-dt-calendar,
.owl-dt-popup-container .owl-dt-timer {
  width: 100%;
}
.owl-dt-inline-container .owl-dt-calendar,
.owl-dt-popup-container .owl-dt-calendar {
  height: 20.25em;
}
.owl-dt-dialog-container {
  max-height: 95vh;
  margin: -1.5em;
}
.owl-dt-dialog-container .owl-dt-calendar {
  min-width: 250px;
  min-height: 330px;
  max-width: 750px;
  max-height: 750px;
}
.owl-dt-dialog-container .owl-dt-timer {
  min-width: 250px;
  max-width: 750px;
}
@media all and (orientation: landscape) {
  .owl-dt-dialog-container .owl-dt-calendar {
    width: 58vh;
    height: 62vh;
  }
  .owl-dt-dialog-container .owl-dt-timer {
    width: 58vh;
  }
}
@media all and (orientation: portrait) {
  .owl-dt-dialog-container .owl-dt-calendar {
    width: 80vw;
    height: 80vw;
  }
  .owl-dt-dialog-container .owl-dt-timer {
    width: 80vw;
  }
}
.owl-dt-container-buttons {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 2em;
  color: #3f51b5;
}
.owl-dt-container-control-button {
  font-size: 1em;
  width: 50%;
  height: 100%;
  border-radius: 0;
}
.owl-dt-container-control-button .owl-dt-control-button-content {
  height: 100%;
  width: 100%;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.owl-dt-container-control-button:hover .owl-dt-control-button-content {
  background-color: rgba(0, 0, 0, 0.1);
}
.owl-dt-container-info {
  padding: 0 .5em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.owl-dt-container-info .owl-dt-container-range {
  outline: none;
}
.owl-dt-container-info .owl-dt-container-range .owl-dt-container-range-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: .5em 0;
  font-size: .8em;
}
.owl-dt-container-info .owl-dt-container-range:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.owl-dt-container-info .owl-dt-container-info-active {
  color: #3f51b5;
}
.owl-dt-container-disabled,
.owl-dt-trigger-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
  cursor: default !important;
}
.owl-dt-timer-hour12 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #3f51b5;
}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box {
  border: 1px solid currentColor;
  border-radius: 2px;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box .owl-dt-control-button-content {
  width: 100%;
  height: 100%;
  padding: .5em;
}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:focus .owl-dt-control-button-content,
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:hover .owl-dt-control-button-content {
  background: #3f51b5;
  color: #ffffff;
}
.owl-dt-calendar-only-current-month .owl-dt-calendar-cell-out {
  visibility: hidden;
  cursor: default;
}
.owl-dt-inline {
  display: inline-block;
}
.owl-dt-control {
  outline: none;
  cursor: pointer;
}
.owl-dt-control .owl-dt-control-content {
  outline: none;
}
.owl-dt-control:focus > .owl-dt-control-content {
  background-color: rgba(0, 0, 0, 0.12);
}
.owl-dt-control:not(:-moz-focusring):focus > .owl-dt-control-content {
  box-shadow: none;
}
.owl-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* src/assets/icons/phosphor.min.css */
@font-face {
  font-family: Phosphor-Light;
  src:
    url("./media/Phosphor-Light.woff2") format("woff2"),
    url("./media/Phosphor-Light.woff") format("woff"),
    url("./media/Phosphor-Light.ttf") format("truetype"),
    url("./media/Phosphor-Light.svg#Phosphor-Light") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.ph-light {
  font-family: Phosphor-Light !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph-light.ph-acorn:before {
  content: "\eb9a";
}
.ph-light.ph-address-book:before {
  content: "\e6f8";
}
.ph-light.ph-address-book-tabs:before {
  content: "\ee4e";
}
.ph-light.ph-air-traffic-control:before {
  content: "\ecd8";
}
.ph-light.ph-airplane:before {
  content: "\e002";
}
.ph-light.ph-airplane-in-flight:before {
  content: "\e4fe";
}
.ph-light.ph-airplane-landing:before {
  content: "\e502";
}
.ph-light.ph-airplane-takeoff:before {
  content: "\e504";
}
.ph-light.ph-airplane-taxiing:before {
  content: "\e500";
}
.ph-light.ph-airplane-tilt:before {
  content: "\e5d6";
}
.ph-light.ph-airplay:before {
  content: "\e004";
}
.ph-light.ph-alarm:before {
  content: "\e006";
}
.ph-light.ph-alien:before {
  content: "\e8a6";
}
.ph-light.ph-align-bottom:before {
  content: "\e506";
}
.ph-light.ph-align-bottom-simple:before {
  content: "\eb0c";
}
.ph-light.ph-align-center-horizontal:before {
  content: "\e50a";
}
.ph-light.ph-align-center-horizontal-simple:before {
  content: "\eb0e";
}
.ph-light.ph-align-center-vertical:before {
  content: "\e50c";
}
.ph-light.ph-align-center-vertical-simple:before {
  content: "\eb10";
}
.ph-light.ph-align-left:before {
  content: "\e50e";
}
.ph-light.ph-align-left-simple:before {
  content: "\eaee";
}
.ph-light.ph-align-right:before {
  content: "\e510";
}
.ph-light.ph-align-right-simple:before {
  content: "\eb12";
}
.ph-light.ph-align-top:before {
  content: "\e512";
}
.ph-light.ph-align-top-simple:before {
  content: "\eb14";
}
.ph-light.ph-amazon-logo:before {
  content: "\e96c";
}
.ph-light.ph-ambulance:before {
  content: "\e572";
}
.ph-light.ph-anchor:before {
  content: "\e514";
}
.ph-light.ph-anchor-simple:before {
  content: "\e5d8";
}
.ph-light.ph-android-logo:before {
  content: "\e008";
}
.ph-light.ph-angle:before {
  content: "\e7bc";
}
.ph-light.ph-angular-logo:before {
  content: "\eb80";
}
.ph-light.ph-aperture:before {
  content: "\e00a";
}
.ph-light.ph-app-store-logo:before {
  content: "\e974";
}
.ph-light.ph-app-window:before {
  content: "\e5da";
}
.ph-light.ph-apple-logo:before {
  content: "\e516";
}
.ph-light.ph-apple-podcasts-logo:before {
  content: "\eb96";
}
.ph-light.ph-approximate-equals:before {
  content: "\edaa";
}
.ph-light.ph-archive:before {
  content: "\e00c";
}
.ph-light.ph-armchair:before {
  content: "\e012";
}
.ph-light.ph-arrow-arc-left:before {
  content: "\e014";
}
.ph-light.ph-arrow-arc-right:before {
  content: "\e016";
}
.ph-light.ph-arrow-bend-double-up-left:before {
  content: "\e03a";
}
.ph-light.ph-arrow-bend-double-up-right:before {
  content: "\e03c";
}
.ph-light.ph-arrow-bend-down-left:before {
  content: "\e018";
}
.ph-light.ph-arrow-bend-down-right:before {
  content: "\e01a";
}
.ph-light.ph-arrow-bend-left-down:before {
  content: "\e01c";
}
.ph-light.ph-arrow-bend-left-up:before {
  content: "\e01e";
}
.ph-light.ph-arrow-bend-right-down:before {
  content: "\e020";
}
.ph-light.ph-arrow-bend-right-up:before {
  content: "\e022";
}
.ph-light.ph-arrow-bend-up-left:before {
  content: "\e024";
}
.ph-light.ph-arrow-bend-up-right:before {
  content: "\e026";
}
.ph-light.ph-arrow-circle-down:before {
  content: "\e028";
}
.ph-light.ph-arrow-circle-down-left:before {
  content: "\e02a";
}
.ph-light.ph-arrow-circle-down-right:before {
  content: "\e02c";
}
.ph-light.ph-arrow-circle-left:before {
  content: "\e05a";
}
.ph-light.ph-arrow-circle-right:before {
  content: "\e02e";
}
.ph-light.ph-arrow-circle-up:before {
  content: "\e030";
}
.ph-light.ph-arrow-circle-up-left:before {
  content: "\e032";
}
.ph-light.ph-arrow-circle-up-right:before {
  content: "\e034";
}
.ph-light.ph-arrow-clockwise:before {
  content: "\e036";
}
.ph-light.ph-arrow-counter-clockwise:before {
  content: "\e038";
}
.ph-light.ph-arrow-down:before {
  content: "\e03e";
}
.ph-light.ph-arrow-down-left:before {
  content: "\e040";
}
.ph-light.ph-arrow-down-right:before {
  content: "\e042";
}
.ph-light.ph-arrow-elbow-down-left:before {
  content: "\e044";
}
.ph-light.ph-arrow-elbow-down-right:before {
  content: "\e046";
}
.ph-light.ph-arrow-elbow-left:before {
  content: "\e048";
}
.ph-light.ph-arrow-elbow-left-down:before {
  content: "\e04a";
}
.ph-light.ph-arrow-elbow-left-up:before {
  content: "\e04c";
}
.ph-light.ph-arrow-elbow-right:before {
  content: "\e04e";
}
.ph-light.ph-arrow-elbow-right-down:before {
  content: "\e050";
}
.ph-light.ph-arrow-elbow-right-up:before {
  content: "\e052";
}
.ph-light.ph-arrow-elbow-up-left:before {
  content: "\e054";
}
.ph-light.ph-arrow-elbow-up-right:before {
  content: "\e056";
}
.ph-light.ph-arrow-fat-down:before {
  content: "\e518";
}
.ph-light.ph-arrow-fat-left:before {
  content: "\e51a";
}
.ph-light.ph-arrow-fat-line-down:before {
  content: "\e51c";
}
.ph-light.ph-arrow-fat-line-left:before {
  content: "\e51e";
}
.ph-light.ph-arrow-fat-line-right:before {
  content: "\e520";
}
.ph-light.ph-arrow-fat-line-up:before {
  content: "\e522";
}
.ph-light.ph-arrow-fat-lines-down:before {
  content: "\e524";
}
.ph-light.ph-arrow-fat-lines-left:before {
  content: "\e526";
}
.ph-light.ph-arrow-fat-lines-right:before {
  content: "\e528";
}
.ph-light.ph-arrow-fat-lines-up:before {
  content: "\e52a";
}
.ph-light.ph-arrow-fat-right:before {
  content: "\e52c";
}
.ph-light.ph-arrow-fat-up:before {
  content: "\e52e";
}
.ph-light.ph-arrow-left:before {
  content: "\e058";
}
.ph-light.ph-arrow-line-down:before {
  content: "\e05c";
}
.ph-light.ph-arrow-line-down-left:before {
  content: "\e05e";
}
.ph-light.ph-arrow-line-down-right:before {
  content: "\e060";
}
.ph-light.ph-arrow-line-left:before {
  content: "\e062";
}
.ph-light.ph-arrow-line-right:before {
  content: "\e064";
}
.ph-light.ph-arrow-line-up:before {
  content: "\e066";
}
.ph-light.ph-arrow-line-up-left:before {
  content: "\e068";
}
.ph-light.ph-arrow-line-up-right:before {
  content: "\e06a";
}
.ph-light.ph-arrow-right:before {
  content: "\e06c";
}
.ph-light.ph-arrow-square-down:before {
  content: "\e06e";
}
.ph-light.ph-arrow-square-down-left:before {
  content: "\e070";
}
.ph-light.ph-arrow-square-down-right:before {
  content: "\e072";
}
.ph-light.ph-arrow-square-in:before {
  content: "\e5dc";
}
.ph-light.ph-arrow-square-left:before {
  content: "\e074";
}
.ph-light.ph-arrow-square-out:before {
  content: "\e5de";
}
.ph-light.ph-arrow-square-right:before {
  content: "\e076";
}
.ph-light.ph-arrow-square-up:before {
  content: "\e078";
}
.ph-light.ph-arrow-square-up-left:before {
  content: "\e07a";
}
.ph-light.ph-arrow-square-up-right:before {
  content: "\e07c";
}
.ph-light.ph-arrow-u-down-left:before {
  content: "\e07e";
}
.ph-light.ph-arrow-u-down-right:before {
  content: "\e080";
}
.ph-light.ph-arrow-u-left-down:before {
  content: "\e082";
}
.ph-light.ph-arrow-u-left-up:before {
  content: "\e084";
}
.ph-light.ph-arrow-u-right-down:before {
  content: "\e086";
}
.ph-light.ph-arrow-u-right-up:before {
  content: "\e088";
}
.ph-light.ph-arrow-u-up-left:before {
  content: "\e08a";
}
.ph-light.ph-arrow-u-up-right:before {
  content: "\e08c";
}
.ph-light.ph-arrow-up:before {
  content: "\e08e";
}
.ph-light.ph-arrow-up-left:before {
  content: "\e090";
}
.ph-light.ph-arrow-up-right:before {
  content: "\e092";
}
.ph-light.ph-arrows-clockwise:before {
  content: "\e094";
}
.ph-light.ph-arrows-counter-clockwise:before {
  content: "\e096";
}
.ph-light.ph-arrows-down-up:before {
  content: "\e098";
}
.ph-light.ph-arrows-horizontal:before {
  content: "\eb06";
}
.ph-light.ph-arrows-in:before {
  content: "\e09a";
}
.ph-light.ph-arrows-in-cardinal:before {
  content: "\e09c";
}
.ph-light.ph-arrows-in-line-horizontal:before {
  content: "\e530";
}
.ph-light.ph-arrows-in-line-vertical:before {
  content: "\e532";
}
.ph-light.ph-arrows-in-simple:before {
  content: "\e09e";
}
.ph-light.ph-arrows-left-right:before {
  content: "\e0a0";
}
.ph-light.ph-arrows-merge:before {
  content: "\ed3e";
}
.ph-light.ph-arrows-out:before {
  content: "\e0a2";
}
.ph-light.ph-arrows-out-cardinal:before {
  content: "\e0a4";
}
.ph-light.ph-arrows-out-line-horizontal:before {
  content: "\e534";
}
.ph-light.ph-arrows-out-line-vertical:before {
  content: "\e536";
}
.ph-light.ph-arrows-out-simple:before {
  content: "\e0a6";
}
.ph-light.ph-arrows-split:before {
  content: "\ed3c";
}
.ph-light.ph-arrows-vertical:before {
  content: "\eb04";
}
.ph-light.ph-article:before {
  content: "\e0a8";
}
.ph-light.ph-article-medium:before {
  content: "\e5e0";
}
.ph-light.ph-article-ny-times:before {
  content: "\e5e2";
}
.ph-light.ph-asclepius:before,
.ph-light.ph-caduceus:before {
  content: "\ee34";
}
.ph-light.ph-asterisk:before {
  content: "\e0aa";
}
.ph-light.ph-asterisk-simple:before {
  content: "\e832";
}
.ph-light.ph-at:before {
  content: "\e0ac";
}
.ph-light.ph-atom:before {
  content: "\e5e4";
}
.ph-light.ph-avocado:before {
  content: "\ee04";
}
.ph-light.ph-axe:before {
  content: "\e9fc";
}
.ph-light.ph-baby:before {
  content: "\e774";
}
.ph-light.ph-baby-carriage:before {
  content: "\e818";
}
.ph-light.ph-backpack:before {
  content: "\e922";
}
.ph-light.ph-backspace:before {
  content: "\e0ae";
}
.ph-light.ph-bag:before {
  content: "\e0b0";
}
.ph-light.ph-bag-simple:before {
  content: "\e5e6";
}
.ph-light.ph-balloon:before {
  content: "\e76c";
}
.ph-light.ph-bandaids:before {
  content: "\e0b2";
}
.ph-light.ph-bank:before {
  content: "\e0b4";
}
.ph-light.ph-barbell:before {
  content: "\e0b6";
}
.ph-light.ph-barcode:before {
  content: "\e0b8";
}
.ph-light.ph-barn:before {
  content: "\ec72";
}
.ph-light.ph-barricade:before {
  content: "\e948";
}
.ph-light.ph-baseball:before {
  content: "\e71a";
}
.ph-light.ph-baseball-cap:before {
  content: "\ea28";
}
.ph-light.ph-baseball-helmet:before {
  content: "\ee4a";
}
.ph-light.ph-basket:before {
  content: "\e964";
}
.ph-light.ph-basketball:before {
  content: "\e724";
}
.ph-light.ph-bathtub:before {
  content: "\e81e";
}
.ph-light.ph-battery-charging:before {
  content: "\e0ba";
}
.ph-light.ph-battery-charging-vertical:before {
  content: "\e0bc";
}
.ph-light.ph-battery-empty:before {
  content: "\e0be";
}
.ph-light.ph-battery-full:before {
  content: "\e0c0";
}
.ph-light.ph-battery-high:before {
  content: "\e0c2";
}
.ph-light.ph-battery-low:before {
  content: "\e0c4";
}
.ph-light.ph-battery-medium:before {
  content: "\e0c6";
}
.ph-light.ph-battery-plus:before {
  content: "\e808";
}
.ph-light.ph-battery-plus-vertical:before {
  content: "\ec50";
}
.ph-light.ph-battery-vertical-empty:before {
  content: "\e7c6";
}
.ph-light.ph-battery-vertical-full:before {
  content: "\e7c4";
}
.ph-light.ph-battery-vertical-high:before {
  content: "\e7c2";
}
.ph-light.ph-battery-vertical-low:before {
  content: "\e7be";
}
.ph-light.ph-battery-vertical-medium:before {
  content: "\e7c0";
}
.ph-light.ph-battery-warning:before {
  content: "\e0c8";
}
.ph-light.ph-battery-warning-vertical:before {
  content: "\e0ca";
}
.ph-light.ph-beach-ball:before {
  content: "\ed24";
}
.ph-light.ph-beanie:before {
  content: "\ea2a";
}
.ph-light.ph-bed:before {
  content: "\e0cc";
}
.ph-light.ph-beer-bottle:before {
  content: "\e7b0";
}
.ph-light.ph-beer-stein:before {
  content: "\eb62";
}
.ph-light.ph-behance-logo:before {
  content: "\e7f4";
}
.ph-light.ph-bell:before {
  content: "\e0ce";
}
.ph-light.ph-bell-ringing:before {
  content: "\e5e8";
}
.ph-light.ph-bell-simple:before {
  content: "\e0d0";
}
.ph-light.ph-bell-simple-ringing:before {
  content: "\e5ea";
}
.ph-light.ph-bell-simple-slash:before {
  content: "\e0d2";
}
.ph-light.ph-bell-simple-z:before {
  content: "\e5ec";
}
.ph-light.ph-bell-slash:before {
  content: "\e0d4";
}
.ph-light.ph-bell-z:before {
  content: "\e5ee";
}
.ph-light.ph-belt:before {
  content: "\ea2c";
}
.ph-light.ph-bezier-curve:before {
  content: "\eb00";
}
.ph-light.ph-bicycle:before {
  content: "\e0d6";
}
.ph-light.ph-binary:before {
  content: "\ee60";
}
.ph-light.ph-binoculars:before {
  content: "\ea64";
}
.ph-light.ph-biohazard:before {
  content: "\e9e0";
}
.ph-light.ph-bird:before {
  content: "\e72c";
}
.ph-light.ph-blueprint:before {
  content: "\eda0";
}
.ph-light.ph-bluetooth:before {
  content: "\e0da";
}
.ph-light.ph-bluetooth-connected:before {
  content: "\e0dc";
}
.ph-light.ph-bluetooth-slash:before {
  content: "\e0de";
}
.ph-light.ph-bluetooth-x:before {
  content: "\e0e0";
}
.ph-light.ph-boat:before {
  content: "\e786";
}
.ph-light.ph-bomb:before {
  content: "\ee0a";
}
.ph-light.ph-bone:before {
  content: "\e7f2";
}
.ph-light.ph-book:before {
  content: "\e0e2";
}
.ph-light.ph-book-bookmark:before {
  content: "\e0e4";
}
.ph-light.ph-book-open:before {
  content: "\e0e6";
}
.ph-light.ph-book-open-text:before {
  content: "\e8f2";
}
.ph-light.ph-book-open-user:before {
  content: "\ede0";
}
.ph-light.ph-bookmark:before {
  content: "\e0e8";
}
.ph-light.ph-bookmark-simple:before {
  content: "\e0ea";
}
.ph-light.ph-bookmarks:before {
  content: "\e0ec";
}
.ph-light.ph-bookmarks-simple:before {
  content: "\e5f0";
}
.ph-light.ph-books:before {
  content: "\e758";
}
.ph-light.ph-boot:before {
  content: "\ecca";
}
.ph-light.ph-boules:before {
  content: "\e722";
}
.ph-light.ph-bounding-box:before {
  content: "\e6ce";
}
.ph-light.ph-bowl-food:before {
  content: "\eaa4";
}
.ph-light.ph-bowl-steam:before {
  content: "\e8e4";
}
.ph-light.ph-bowling-ball:before {
  content: "\ea34";
}
.ph-light.ph-archive-box:before,
.ph-light.ph-box-arrow-down:before {
  content: "\e00e";
}
.ph-light.ph-box-arrow-up:before {
  content: "\ee54";
}
.ph-light.ph-boxing-glove:before {
  content: "\ea36";
}
.ph-light.ph-brackets-angle:before {
  content: "\e862";
}
.ph-light.ph-brackets-curly:before {
  content: "\e860";
}
.ph-light.ph-brackets-round:before {
  content: "\e864";
}
.ph-light.ph-brackets-square:before {
  content: "\e85e";
}
.ph-light.ph-brain:before {
  content: "\e74e";
}
.ph-light.ph-brandy:before {
  content: "\e6b4";
}
.ph-light.ph-bread:before {
  content: "\e81c";
}
.ph-light.ph-bridge:before {
  content: "\ea68";
}
.ph-light.ph-briefcase:before {
  content: "\e0ee";
}
.ph-light.ph-briefcase-metal:before {
  content: "\e5f2";
}
.ph-light.ph-broadcast:before {
  content: "\e0f2";
}
.ph-light.ph-broom:before {
  content: "\ec54";
}
.ph-light.ph-browser:before {
  content: "\e0f4";
}
.ph-light.ph-browsers:before {
  content: "\e0f6";
}
.ph-light.ph-bug:before {
  content: "\e5f4";
}
.ph-light.ph-bug-beetle:before {
  content: "\e5f6";
}
.ph-light.ph-bug-droid:before {
  content: "\e5f8";
}
.ph-light.ph-building:before {
  content: "\e100";
}
.ph-light.ph-building-apartment:before {
  content: "\e0fe";
}
.ph-light.ph-building-office:before {
  content: "\e0ff";
}
.ph-light.ph-buildings:before {
  content: "\e102";
}
.ph-light.ph-bulldozer:before {
  content: "\ec6c";
}
.ph-light.ph-bus:before {
  content: "\e106";
}
.ph-light.ph-butterfly:before {
  content: "\ea6e";
}
.ph-light.ph-cable-car:before {
  content: "\e49c";
}
.ph-light.ph-cactus:before {
  content: "\e918";
}
.ph-light.ph-cake:before {
  content: "\e780";
}
.ph-light.ph-calculator:before {
  content: "\e538";
}
.ph-light.ph-calendar:before {
  content: "\e108";
}
.ph-light.ph-calendar-blank:before {
  content: "\e10a";
}
.ph-light.ph-calendar-check:before {
  content: "\e712";
}
.ph-light.ph-calendar-dot:before {
  content: "\e7b2";
}
.ph-light.ph-calendar-dots:before {
  content: "\e7b4";
}
.ph-light.ph-calendar-heart:before {
  content: "\e8b0";
}
.ph-light.ph-calendar-minus:before {
  content: "\ea14";
}
.ph-light.ph-calendar-plus:before {
  content: "\e714";
}
.ph-light.ph-calendar-slash:before {
  content: "\ea12";
}
.ph-light.ph-calendar-star:before {
  content: "\e8b2";
}
.ph-light.ph-calendar-x:before {
  content: "\e10c";
}
.ph-light.ph-call-bell:before {
  content: "\e7de";
}
.ph-light.ph-camera:before {
  content: "\e10e";
}
.ph-light.ph-camera-plus:before {
  content: "\ec58";
}
.ph-light.ph-camera-rotate:before {
  content: "\e7a4";
}
.ph-light.ph-camera-slash:before {
  content: "\e110";
}
.ph-light.ph-campfire:before {
  content: "\e9d8";
}
.ph-light.ph-car:before {
  content: "\e112";
}
.ph-light.ph-car-battery:before {
  content: "\ee30";
}
.ph-light.ph-car-profile:before {
  content: "\e8cc";
}
.ph-light.ph-car-simple:before {
  content: "\e114";
}
.ph-light.ph-cardholder:before {
  content: "\e5fa";
}
.ph-light.ph-cards:before {
  content: "\e0f8";
}
.ph-light.ph-cards-three:before {
  content: "\ee50";
}
.ph-light.ph-caret-circle-double-down:before {
  content: "\e116";
}
.ph-light.ph-caret-circle-double-left:before {
  content: "\e118";
}
.ph-light.ph-caret-circle-double-right:before {
  content: "\e11a";
}
.ph-light.ph-caret-circle-double-up:before {
  content: "\e11c";
}
.ph-light.ph-caret-circle-down:before {
  content: "\e11e";
}
.ph-light.ph-caret-circle-left:before {
  content: "\e120";
}
.ph-light.ph-caret-circle-right:before {
  content: "\e122";
}
.ph-light.ph-caret-circle-up:before {
  content: "\e124";
}
.ph-light.ph-caret-circle-up-down:before {
  content: "\e13e";
}
.ph-light.ph-caret-double-down:before {
  content: "\e126";
}
.ph-light.ph-caret-double-left:before {
  content: "\e128";
}
.ph-light.ph-caret-double-right:before {
  content: "\e12a";
}
.ph-light.ph-caret-double-up:before {
  content: "\e12c";
}
.ph-light.ph-caret-down:before {
  content: "\e136";
}
.ph-light.ph-caret-left:before {
  content: "\e138";
}
.ph-light.ph-caret-line-down:before {
  content: "\e134";
}
.ph-light.ph-caret-line-left:before {
  content: "\e132";
}
.ph-light.ph-caret-line-right:before {
  content: "\e130";
}
.ph-light.ph-caret-line-up:before {
  content: "\e12e";
}
.ph-light.ph-caret-right:before {
  content: "\e13a";
}
.ph-light.ph-caret-up:before {
  content: "\e13c";
}
.ph-light.ph-caret-up-down:before {
  content: "\e140";
}
.ph-light.ph-carrot:before {
  content: "\ed38";
}
.ph-light.ph-cash-register:before {
  content: "\ed80";
}
.ph-light.ph-cassette-tape:before {
  content: "\ed2e";
}
.ph-light.ph-castle-turret:before {
  content: "\e9d0";
}
.ph-light.ph-cat:before {
  content: "\e748";
}
.ph-light.ph-cell-signal-full:before {
  content: "\e142";
}
.ph-light.ph-cell-signal-high:before {
  content: "\e144";
}
.ph-light.ph-cell-signal-low:before {
  content: "\e146";
}
.ph-light.ph-cell-signal-medium:before {
  content: "\e148";
}
.ph-light.ph-cell-signal-none:before {
  content: "\e14a";
}
.ph-light.ph-cell-signal-slash:before {
  content: "\e14c";
}
.ph-light.ph-cell-signal-x:before {
  content: "\e14e";
}
.ph-light.ph-cell-tower:before {
  content: "\ebaa";
}
.ph-light.ph-certificate:before {
  content: "\e766";
}
.ph-light.ph-chair:before {
  content: "\e950";
}
.ph-light.ph-chalkboard:before {
  content: "\e5fc";
}
.ph-light.ph-chalkboard-simple:before {
  content: "\e5fe";
}
.ph-light.ph-chalkboard-teacher:before {
  content: "\e600";
}
.ph-light.ph-champagne:before {
  content: "\eaca";
}
.ph-light.ph-charging-station:before {
  content: "\e8d0";
}
.ph-light.ph-chart-bar:before {
  content: "\e150";
}
.ph-light.ph-chart-bar-horizontal:before {
  content: "\e152";
}
.ph-light.ph-chart-donut:before {
  content: "\eaa6";
}
.ph-light.ph-chart-line:before {
  content: "\e154";
}
.ph-light.ph-chart-line-down:before {
  content: "\e8b6";
}
.ph-light.ph-chart-line-up:before {
  content: "\e156";
}
.ph-light.ph-chart-pie:before {
  content: "\e158";
}
.ph-light.ph-chart-pie-slice:before {
  content: "\e15a";
}
.ph-light.ph-chart-polar:before {
  content: "\eaa8";
}
.ph-light.ph-chart-scatter:before {
  content: "\eaac";
}
.ph-light.ph-chat:before {
  content: "\e15c";
}
.ph-light.ph-chat-centered:before {
  content: "\e160";
}
.ph-light.ph-chat-centered-dots:before {
  content: "\e164";
}
.ph-light.ph-chat-centered-slash:before {
  content: "\e162";
}
.ph-light.ph-chat-centered-text:before {
  content: "\e166";
}
.ph-light.ph-chat-circle:before {
  content: "\e168";
}
.ph-light.ph-chat-circle-dots:before {
  content: "\e16c";
}
.ph-light.ph-chat-circle-slash:before {
  content: "\e16a";
}
.ph-light.ph-chat-circle-text:before {
  content: "\e16e";
}
.ph-light.ph-chat-dots:before {
  content: "\e170";
}
.ph-light.ph-chat-slash:before {
  content: "\e15e";
}
.ph-light.ph-chat-teardrop:before {
  content: "\e172";
}
.ph-light.ph-chat-teardrop-dots:before {
  content: "\e176";
}
.ph-light.ph-chat-teardrop-slash:before {
  content: "\e174";
}
.ph-light.ph-chat-teardrop-text:before {
  content: "\e178";
}
.ph-light.ph-chat-text:before {
  content: "\e17a";
}
.ph-light.ph-chats:before {
  content: "\e17c";
}
.ph-light.ph-chats-circle:before {
  content: "\e17e";
}
.ph-light.ph-chats-teardrop:before {
  content: "\e180";
}
.ph-light.ph-check:before {
  content: "\e182";
}
.ph-light.ph-check-circle:before {
  content: "\e184";
}
.ph-light.ph-check-fat:before {
  content: "\eba6";
}
.ph-light.ph-check-square:before {
  content: "\e186";
}
.ph-light.ph-check-square-offset:before {
  content: "\e188";
}
.ph-light.ph-checkerboard:before {
  content: "\e8c4";
}
.ph-light.ph-checks:before {
  content: "\e53a";
}
.ph-light.ph-cheers:before {
  content: "\ea4a";
}
.ph-light.ph-cheese:before {
  content: "\e9fe";
}
.ph-light.ph-chef-hat:before {
  content: "\ed8e";
}
.ph-light.ph-cherries:before {
  content: "\e830";
}
.ph-light.ph-church:before {
  content: "\ecea";
}
.ph-light.ph-cigarette:before {
  content: "\ed90";
}
.ph-light.ph-cigarette-slash:before {
  content: "\ed92";
}
.ph-light.ph-circle:before {
  content: "\e18a";
}
.ph-light.ph-circle-dashed:before {
  content: "\e602";
}
.ph-light.ph-circle-half:before {
  content: "\e18c";
}
.ph-light.ph-circle-half-tilt:before {
  content: "\e18e";
}
.ph-light.ph-circle-notch:before {
  content: "\eb44";
}
.ph-light.ph-circles-four:before {
  content: "\e190";
}
.ph-light.ph-circles-three:before {
  content: "\e192";
}
.ph-light.ph-circles-three-plus:before {
  content: "\e194";
}
.ph-light.ph-circuitry:before {
  content: "\e9c2";
}
.ph-light.ph-city:before {
  content: "\ea6a";
}
.ph-light.ph-clipboard:before {
  content: "\e196";
}
.ph-light.ph-clipboard-text:before {
  content: "\e198";
}
.ph-light.ph-clock:before {
  content: "\e19a";
}
.ph-light.ph-clock-afternoon:before {
  content: "\e19c";
}
.ph-light.ph-clock-clockwise:before {
  content: "\e19e";
}
.ph-light.ph-clock-countdown:before {
  content: "\ed2c";
}
.ph-light.ph-clock-counter-clockwise:before {
  content: "\e1a0";
}
.ph-light.ph-clock-user:before {
  content: "\edec";
}
.ph-light.ph-closed-captioning:before {
  content: "\e1a4";
}
.ph-light.ph-cloud:before {
  content: "\e1aa";
}
.ph-light.ph-cloud-arrow-down:before {
  content: "\e1ac";
}
.ph-light.ph-cloud-arrow-up:before {
  content: "\e1ae";
}
.ph-light.ph-cloud-check:before {
  content: "\e1b0";
}
.ph-light.ph-cloud-fog:before {
  content: "\e53c";
}
.ph-light.ph-cloud-lightning:before {
  content: "\e1b2";
}
.ph-light.ph-cloud-moon:before {
  content: "\e53e";
}
.ph-light.ph-cloud-rain:before {
  content: "\e1b4";
}
.ph-light.ph-cloud-slash:before {
  content: "\e1b6";
}
.ph-light.ph-cloud-snow:before {
  content: "\e1b8";
}
.ph-light.ph-cloud-sun:before {
  content: "\e540";
}
.ph-light.ph-cloud-warning:before {
  content: "\ea98";
}
.ph-light.ph-cloud-x:before {
  content: "\ea96";
}
.ph-light.ph-clover:before {
  content: "\edc8";
}
.ph-light.ph-club:before {
  content: "\e1ba";
}
.ph-light.ph-coat-hanger:before {
  content: "\e7fe";
}
.ph-light.ph-coda-logo:before {
  content: "\e7ce";
}
.ph-light.ph-code:before {
  content: "\e1bc";
}
.ph-light.ph-code-block:before {
  content: "\eafe";
}
.ph-light.ph-code-simple:before {
  content: "\e1be";
}
.ph-light.ph-codepen-logo:before {
  content: "\e978";
}
.ph-light.ph-codesandbox-logo:before {
  content: "\ea06";
}
.ph-light.ph-coffee:before {
  content: "\e1c2";
}
.ph-light.ph-coffee-bean:before {
  content: "\e1c0";
}
.ph-light.ph-coin:before {
  content: "\e60e";
}
.ph-light.ph-coin-vertical:before {
  content: "\eb48";
}
.ph-light.ph-coins:before {
  content: "\e78e";
}
.ph-light.ph-columns:before {
  content: "\e546";
}
.ph-light.ph-columns-plus-left:before {
  content: "\e544";
}
.ph-light.ph-columns-plus-right:before {
  content: "\e542";
}
.ph-light.ph-command:before {
  content: "\e1c4";
}
.ph-light.ph-compass:before {
  content: "\e1c8";
}
.ph-light.ph-compass-rose:before {
  content: "\e1c6";
}
.ph-light.ph-compass-tool:before {
  content: "\ea0e";
}
.ph-light.ph-computer-tower:before {
  content: "\e548";
}
.ph-light.ph-confetti:before {
  content: "\e81a";
}
.ph-light.ph-contactless-payment:before {
  content: "\ed42";
}
.ph-light.ph-control:before {
  content: "\eca6";
}
.ph-light.ph-cookie:before {
  content: "\e6ca";
}
.ph-light.ph-cooking-pot:before {
  content: "\e764";
}
.ph-light.ph-copy:before {
  content: "\e1ca";
}
.ph-light.ph-copy-simple:before {
  content: "\e1cc";
}
.ph-light.ph-copyleft:before {
  content: "\e86a";
}
.ph-light.ph-copyright:before {
  content: "\e54a";
}
.ph-light.ph-corners-in:before {
  content: "\e1ce";
}
.ph-light.ph-corners-out:before {
  content: "\e1d0";
}
.ph-light.ph-couch:before {
  content: "\e7f6";
}
.ph-light.ph-court-basketball:before {
  content: "\ee36";
}
.ph-light.ph-cow:before {
  content: "\eabe";
}
.ph-light.ph-cowboy-hat:before {
  content: "\ed12";
}
.ph-light.ph-cpu:before {
  content: "\e610";
}
.ph-light.ph-crane:before {
  content: "\ed48";
}
.ph-light.ph-crane-tower:before {
  content: "\ed49";
}
.ph-light.ph-credit-card:before {
  content: "\e1d2";
}
.ph-light.ph-cricket:before {
  content: "\ee12";
}
.ph-light.ph-crop:before {
  content: "\e1d4";
}
.ph-light.ph-cross:before {
  content: "\e8a0";
}
.ph-light.ph-crosshair:before {
  content: "\e1d6";
}
.ph-light.ph-crosshair-simple:before {
  content: "\e1d8";
}
.ph-light.ph-crown:before {
  content: "\e614";
}
.ph-light.ph-crown-cross:before {
  content: "\ee5e";
}
.ph-light.ph-crown-simple:before {
  content: "\e616";
}
.ph-light.ph-cube:before {
  content: "\e1da";
}
.ph-light.ph-cube-focus:before {
  content: "\ed0a";
}
.ph-light.ph-cube-transparent:before {
  content: "\ec7c";
}
.ph-light.ph-currency-btc:before {
  content: "\e618";
}
.ph-light.ph-currency-circle-dollar:before {
  content: "\e54c";
}
.ph-light.ph-currency-cny:before {
  content: "\e54e";
}
.ph-light.ph-currency-dollar:before {
  content: "\e550";
}
.ph-light.ph-currency-dollar-simple:before {
  content: "\e552";
}
.ph-light.ph-currency-eth:before {
  content: "\eada";
}
.ph-light.ph-currency-eur:before {
  content: "\e554";
}
.ph-light.ph-currency-gbp:before {
  content: "\e556";
}
.ph-light.ph-currency-inr:before {
  content: "\e558";
}
.ph-light.ph-currency-jpy:before {
  content: "\e55a";
}
.ph-light.ph-currency-krw:before {
  content: "\e55c";
}
.ph-light.ph-currency-kzt:before {
  content: "\ec4c";
}
.ph-light.ph-currency-ngn:before {
  content: "\eb52";
}
.ph-light.ph-currency-rub:before {
  content: "\e55e";
}
.ph-light.ph-cursor:before {
  content: "\e1dc";
}
.ph-light.ph-cursor-click:before {
  content: "\e7c8";
}
.ph-light.ph-cursor-text:before {
  content: "\e7d8";
}
.ph-light.ph-cylinder:before {
  content: "\e8fc";
}
.ph-light.ph-database:before {
  content: "\e1de";
}
.ph-light.ph-desk:before {
  content: "\ed16";
}
.ph-light.ph-desktop:before {
  content: "\e560";
}
.ph-light.ph-desktop-tower:before {
  content: "\e562";
}
.ph-light.ph-detective:before {
  content: "\e83e";
}
.ph-light.ph-dev-to-logo:before {
  content: "\ed0e";
}
.ph-light.ph-device-mobile:before {
  content: "\e1e0";
}
.ph-light.ph-device-mobile-camera:before {
  content: "\e1e2";
}
.ph-light.ph-device-mobile-slash:before {
  content: "\ee46";
}
.ph-light.ph-device-mobile-speaker:before {
  content: "\e1e4";
}
.ph-light.ph-device-rotate:before {
  content: "\edf2";
}
.ph-light.ph-device-tablet:before {
  content: "\e1e6";
}
.ph-light.ph-device-tablet-camera:before {
  content: "\e1e8";
}
.ph-light.ph-device-tablet-speaker:before {
  content: "\e1ea";
}
.ph-light.ph-devices:before {
  content: "\eba4";
}
.ph-light.ph-diamond:before {
  content: "\e1ec";
}
.ph-light.ph-diamonds-four:before {
  content: "\e8f4";
}
.ph-light.ph-dice-five:before {
  content: "\e1ee";
}
.ph-light.ph-dice-four:before {
  content: "\e1f0";
}
.ph-light.ph-dice-one:before {
  content: "\e1f2";
}
.ph-light.ph-dice-six:before {
  content: "\e1f4";
}
.ph-light.ph-dice-three:before {
  content: "\e1f6";
}
.ph-light.ph-dice-two:before {
  content: "\e1f8";
}
.ph-light.ph-disc:before {
  content: "\e564";
}
.ph-light.ph-disco-ball:before {
  content: "\ed98";
}
.ph-light.ph-discord-logo:before {
  content: "\e61a";
}
.ph-light.ph-divide:before {
  content: "\e1fa";
}
.ph-light.ph-dna:before {
  content: "\e924";
}
.ph-light.ph-dog:before {
  content: "\e74a";
}
.ph-light.ph-door:before {
  content: "\e61c";
}
.ph-light.ph-door-open:before {
  content: "\e7e6";
}
.ph-light.ph-dot:before {
  content: "\ecde";
}
.ph-light.ph-dot-outline:before {
  content: "\ece0";
}
.ph-light.ph-dots-nine:before {
  content: "\e1fc";
}
.ph-light.ph-dots-six:before {
  content: "\e794";
}
.ph-light.ph-dots-six-vertical:before {
  content: "\eae2";
}
.ph-light.ph-dots-three:before {
  content: "\e1fe";
}
.ph-light.ph-dots-three-circle:before {
  content: "\e200";
}
.ph-light.ph-dots-three-circle-vertical:before {
  content: "\e202";
}
.ph-light.ph-dots-three-outline:before {
  content: "\e204";
}
.ph-light.ph-dots-three-outline-vertical:before {
  content: "\e206";
}
.ph-light.ph-dots-three-vertical:before {
  content: "\e208";
}
.ph-light.ph-download:before {
  content: "\e20a";
}
.ph-light.ph-download-simple:before {
  content: "\e20c";
}
.ph-light.ph-dress:before {
  content: "\ea7e";
}
.ph-light.ph-dresser:before {
  content: "\e94e";
}
.ph-light.ph-dribbble-logo:before {
  content: "\e20e";
}
.ph-light.ph-drone:before {
  content: "\ed74";
}
.ph-light.ph-drop:before {
  content: "\e210";
}
.ph-light.ph-drop-half:before {
  content: "\e566";
}
.ph-light.ph-drop-half-bottom:before {
  content: "\eb40";
}
.ph-light.ph-drop-simple:before {
  content: "\ee32";
}
.ph-light.ph-drop-slash:before {
  content: "\e954";
}
.ph-light.ph-dropbox-logo:before {
  content: "\e7d0";
}
.ph-light.ph-ear:before {
  content: "\e70c";
}
.ph-light.ph-ear-slash:before {
  content: "\e70e";
}
.ph-light.ph-egg:before {
  content: "\e812";
}
.ph-light.ph-egg-crack:before {
  content: "\eb64";
}
.ph-light.ph-eject:before {
  content: "\e212";
}
.ph-light.ph-eject-simple:before {
  content: "\e6ae";
}
.ph-light.ph-elevator:before {
  content: "\ecc0";
}
.ph-light.ph-empty:before {
  content: "\edbc";
}
.ph-light.ph-engine:before {
  content: "\ea80";
}
.ph-light.ph-envelope:before {
  content: "\e214";
}
.ph-light.ph-envelope-open:before {
  content: "\e216";
}
.ph-light.ph-envelope-simple:before {
  content: "\e218";
}
.ph-light.ph-envelope-simple-open:before {
  content: "\e21a";
}
.ph-light.ph-equalizer:before {
  content: "\ebbc";
}
.ph-light.ph-equals:before {
  content: "\e21c";
}
.ph-light.ph-eraser:before {
  content: "\e21e";
}
.ph-light.ph-escalator-down:before {
  content: "\ecba";
}
.ph-light.ph-escalator-up:before {
  content: "\ecbc";
}
.ph-light.ph-exam:before {
  content: "\e742";
}
.ph-light.ph-exclamation-mark:before {
  content: "\ee44";
}
.ph-light.ph-exclude:before {
  content: "\e882";
}
.ph-light.ph-exclude-square:before {
  content: "\e880";
}
.ph-light.ph-export:before {
  content: "\eaf0";
}
.ph-light.ph-eye:before {
  content: "\e220";
}
.ph-light.ph-eye-closed:before {
  content: "\e222";
}
.ph-light.ph-eye-slash:before {
  content: "\e224";
}
.ph-light.ph-eyedropper:before {
  content: "\e568";
}
.ph-light.ph-eyedropper-sample:before {
  content: "\eac4";
}
.ph-light.ph-eyeglasses:before {
  content: "\e7ba";
}
.ph-light.ph-eyes:before {
  content: "\ee5c";
}
.ph-light.ph-face-mask:before {
  content: "\e56a";
}
.ph-light.ph-facebook-logo:before {
  content: "\e226";
}
.ph-light.ph-factory:before {
  content: "\e760";
}
.ph-light.ph-faders:before {
  content: "\e228";
}
.ph-light.ph-faders-horizontal:before {
  content: "\e22a";
}
.ph-light.ph-fallout-shelter:before {
  content: "\e9de";
}
.ph-light.ph-fan:before {
  content: "\e9f2";
}
.ph-light.ph-farm:before {
  content: "\ec70";
}
.ph-light.ph-fast-forward:before {
  content: "\e6a6";
}
.ph-light.ph-fast-forward-circle:before {
  content: "\e22c";
}
.ph-light.ph-feather:before {
  content: "\e9c0";
}
.ph-light.ph-fediverse-logo:before {
  content: "\ed66";
}
.ph-light.ph-figma-logo:before {
  content: "\e22e";
}
.ph-light.ph-file:before {
  content: "\e230";
}
.ph-light.ph-file-archive:before {
  content: "\eb2a";
}
.ph-light.ph-file-arrow-down:before {
  content: "\e232";
}
.ph-light.ph-file-arrow-up:before {
  content: "\e61e";
}
.ph-light.ph-file-audio:before {
  content: "\ea20";
}
.ph-light.ph-file-c:before {
  content: "\eb32";
}
.ph-light.ph-file-c-sharp:before {
  content: "\eb30";
}
.ph-light.ph-file-cloud:before {
  content: "\e95e";
}
.ph-light.ph-file-code:before {
  content: "\e914";
}
.ph-light.ph-file-cpp:before {
  content: "\eb2e";
}
.ph-light.ph-file-css:before {
  content: "\eb34";
}
.ph-light.ph-file-csv:before {
  content: "\eb1c";
}
.ph-light.ph-file-dashed:before,
.ph-light.ph-file-dotted:before {
  content: "\e704";
}
.ph-light.ph-file-doc:before {
  content: "\eb1e";
}
.ph-light.ph-file-html:before {
  content: "\eb38";
}
.ph-light.ph-file-image:before {
  content: "\ea24";
}
.ph-light.ph-file-ini:before {
  content: "\eb33";
}
.ph-light.ph-file-jpg:before {
  content: "\eb1a";
}
.ph-light.ph-file-js:before {
  content: "\eb24";
}
.ph-light.ph-file-jsx:before {
  content: "\eb3a";
}
.ph-light.ph-file-lock:before {
  content: "\e95c";
}
.ph-light.ph-file-magnifying-glass:before,
.ph-light.ph-file-search:before {
  content: "\e238";
}
.ph-light.ph-file-md:before {
  content: "\ed50";
}
.ph-light.ph-file-minus:before {
  content: "\e234";
}
.ph-light.ph-file-pdf:before {
  content: "\e702";
}
.ph-light.ph-file-plus:before {
  content: "\e236";
}
.ph-light.ph-file-png:before {
  content: "\eb18";
}
.ph-light.ph-file-ppt:before {
  content: "\eb20";
}
.ph-light.ph-file-py:before {
  content: "\eb2c";
}
.ph-light.ph-file-rs:before {
  content: "\eb28";
}
.ph-light.ph-file-sql:before {
  content: "\ed4e";
}
.ph-light.ph-file-svg:before {
  content: "\ed08";
}
.ph-light.ph-file-text:before {
  content: "\e23a";
}
.ph-light.ph-file-ts:before {
  content: "\eb26";
}
.ph-light.ph-file-tsx:before {
  content: "\eb3c";
}
.ph-light.ph-file-txt:before {
  content: "\eb35";
}
.ph-light.ph-file-video:before {
  content: "\ea22";
}
.ph-light.ph-file-vue:before {
  content: "\eb3e";
}
.ph-light.ph-file-x:before {
  content: "\e23c";
}
.ph-light.ph-file-xls:before {
  content: "\eb22";
}
.ph-light.ph-file-zip:before {
  content: "\e958";
}
.ph-light.ph-files:before {
  content: "\e710";
}
.ph-light.ph-film-reel:before {
  content: "\e8c0";
}
.ph-light.ph-film-script:before {
  content: "\eb50";
}
.ph-light.ph-film-slate:before {
  content: "\e8c2";
}
.ph-light.ph-film-strip:before {
  content: "\e792";
}
.ph-light.ph-fingerprint:before {
  content: "\e23e";
}
.ph-light.ph-fingerprint-simple:before {
  content: "\e240";
}
.ph-light.ph-finn-the-human:before {
  content: "\e56c";
}
.ph-light.ph-fire:before {
  content: "\e242";
}
.ph-light.ph-fire-extinguisher:before {
  content: "\e9e8";
}
.ph-light.ph-fire-simple:before {
  content: "\e620";
}
.ph-light.ph-fire-truck:before {
  content: "\e574";
}
.ph-light.ph-first-aid:before {
  content: "\e56e";
}
.ph-light.ph-first-aid-kit:before {
  content: "\e570";
}
.ph-light.ph-fish:before {
  content: "\e728";
}
.ph-light.ph-fish-simple:before {
  content: "\e72a";
}
.ph-light.ph-flag:before {
  content: "\e244";
}
.ph-light.ph-flag-banner:before {
  content: "\e622";
}
.ph-light.ph-flag-banner-fold:before {
  content: "\ecf2";
}
.ph-light.ph-flag-checkered:before {
  content: "\ea38";
}
.ph-light.ph-flag-pennant:before {
  content: "\ecf0";
}
.ph-light.ph-flame:before {
  content: "\e624";
}
.ph-light.ph-flashlight:before {
  content: "\e246";
}
.ph-light.ph-flask:before {
  content: "\e79e";
}
.ph-light.ph-flip-horizontal:before {
  content: "\ed6a";
}
.ph-light.ph-flip-vertical:before {
  content: "\ed6c";
}
.ph-light.ph-floppy-disk:before {
  content: "\e248";
}
.ph-light.ph-floppy-disk-back:before {
  content: "\eaf4";
}
.ph-light.ph-flow-arrow:before {
  content: "\e6ec";
}
.ph-light.ph-flower:before {
  content: "\e75e";
}
.ph-light.ph-flower-lotus:before {
  content: "\e6cc";
}
.ph-light.ph-flower-tulip:before {
  content: "\eacc";
}
.ph-light.ph-flying-saucer:before {
  content: "\eb4a";
}
.ph-light.ph-folder-notch:before,
.ph-light.ph-folder:before {
  content: "\e24a";
}
.ph-light.ph-folder-dashed:before,
.ph-light.ph-folder-dotted:before {
  content: "\e8f8";
}
.ph-light.ph-folder-lock:before {
  content: "\ea3c";
}
.ph-light.ph-folder-minus:before,
.ph-light.ph-folder-notch-minus:before {
  content: "\e254";
}
.ph-light.ph-folder-notch-open:before,
.ph-light.ph-folder-open:before {
  content: "\e256";
}
.ph-light.ph-folder-notch-plus:before,
.ph-light.ph-folder-plus:before {
  content: "\e258";
}
.ph-light.ph-folder-simple:before {
  content: "\e25a";
}
.ph-light.ph-folder-simple-dashed:before,
.ph-light.ph-folder-simple-dotted:before {
  content: "\ec2a";
}
.ph-light.ph-folder-simple-lock:before {
  content: "\eb5e";
}
.ph-light.ph-folder-simple-minus:before {
  content: "\e25c";
}
.ph-light.ph-folder-simple-plus:before {
  content: "\e25e";
}
.ph-light.ph-folder-simple-star:before {
  content: "\ec2e";
}
.ph-light.ph-folder-simple-user:before {
  content: "\eb60";
}
.ph-light.ph-folder-star:before {
  content: "\ea86";
}
.ph-light.ph-folder-user:before {
  content: "\eb46";
}
.ph-light.ph-folders:before {
  content: "\e260";
}
.ph-light.ph-football:before {
  content: "\e718";
}
.ph-light.ph-football-helmet:before {
  content: "\ee4c";
}
.ph-light.ph-footprints:before {
  content: "\ea88";
}
.ph-light.ph-fork-knife:before {
  content: "\e262";
}
.ph-light.ph-four-k:before {
  content: "\ea5c";
}
.ph-light.ph-frame-corners:before {
  content: "\e626";
}
.ph-light.ph-framer-logo:before {
  content: "\e264";
}
.ph-light.ph-function:before {
  content: "\ebe4";
}
.ph-light.ph-funnel:before {
  content: "\e266";
}
.ph-light.ph-funnel-simple:before {
  content: "\e268";
}
.ph-light.ph-funnel-simple-x:before {
  content: "\e26a";
}
.ph-light.ph-funnel-x:before {
  content: "\e26c";
}
.ph-light.ph-game-controller:before {
  content: "\e26e";
}
.ph-light.ph-garage:before {
  content: "\ecd6";
}
.ph-light.ph-gas-can:before {
  content: "\e8ce";
}
.ph-light.ph-gas-pump:before {
  content: "\e768";
}
.ph-light.ph-gauge:before {
  content: "\e628";
}
.ph-light.ph-gavel:before {
  content: "\ea32";
}
.ph-light.ph-gear:before {
  content: "\e270";
}
.ph-light.ph-gear-fine:before {
  content: "\e87c";
}
.ph-light.ph-gear-six:before {
  content: "\e272";
}
.ph-light.ph-gender-female:before {
  content: "\e6e0";
}
.ph-light.ph-gender-intersex:before {
  content: "\e6e6";
}
.ph-light.ph-gender-male:before {
  content: "\e6e2";
}
.ph-light.ph-gender-neuter:before {
  content: "\e6ea";
}
.ph-light.ph-gender-nonbinary:before {
  content: "\e6e4";
}
.ph-light.ph-gender-transgender:before {
  content: "\e6e8";
}
.ph-light.ph-ghost:before {
  content: "\e62a";
}
.ph-light.ph-gif:before {
  content: "\e274";
}
.ph-light.ph-gift:before {
  content: "\e276";
}
.ph-light.ph-git-branch:before {
  content: "\e278";
}
.ph-light.ph-git-commit:before {
  content: "\e27a";
}
.ph-light.ph-git-diff:before {
  content: "\e27c";
}
.ph-light.ph-git-fork:before {
  content: "\e27e";
}
.ph-light.ph-git-merge:before {
  content: "\e280";
}
.ph-light.ph-git-pull-request:before {
  content: "\e282";
}
.ph-light.ph-github-logo:before {
  content: "\e576";
}
.ph-light.ph-gitlab-logo:before {
  content: "\e694";
}
.ph-light.ph-gitlab-logo-simple:before {
  content: "\e696";
}
.ph-light.ph-globe:before {
  content: "\e288";
}
.ph-light.ph-globe-hemisphere-east:before {
  content: "\e28a";
}
.ph-light.ph-globe-hemisphere-west:before {
  content: "\e28c";
}
.ph-light.ph-globe-simple:before {
  content: "\e28e";
}
.ph-light.ph-globe-simple-x:before {
  content: "\e284";
}
.ph-light.ph-globe-stand:before {
  content: "\e290";
}
.ph-light.ph-globe-x:before {
  content: "\e286";
}
.ph-light.ph-goggles:before {
  content: "\ecb4";
}
.ph-light.ph-golf:before {
  content: "\ea3e";
}
.ph-light.ph-goodreads-logo:before {
  content: "\ed10";
}
.ph-light.ph-google-cardboard-logo:before {
  content: "\e7b6";
}
.ph-light.ph-google-chrome-logo:before {
  content: "\e976";
}
.ph-light.ph-google-drive-logo:before {
  content: "\e8f6";
}
.ph-light.ph-google-logo:before {
  content: "\e292";
}
.ph-light.ph-google-photos-logo:before {
  content: "\eb92";
}
.ph-light.ph-google-play-logo:before {
  content: "\e294";
}
.ph-light.ph-google-podcasts-logo:before {
  content: "\eb94";
}
.ph-light.ph-gps:before {
  content: "\edd8";
}
.ph-light.ph-gps-fix:before {
  content: "\edd6";
}
.ph-light.ph-gps-slash:before {
  content: "\edd4";
}
.ph-light.ph-gradient:before {
  content: "\eb42";
}
.ph-light.ph-graduation-cap:before {
  content: "\e62c";
}
.ph-light.ph-grains:before {
  content: "\ec68";
}
.ph-light.ph-grains-slash:before {
  content: "\ec6a";
}
.ph-light.ph-graph:before {
  content: "\eb58";
}
.ph-light.ph-graphics-card:before {
  content: "\e612";
}
.ph-light.ph-greater-than:before {
  content: "\edc4";
}
.ph-light.ph-greater-than-or-equal:before {
  content: "\eda2";
}
.ph-light.ph-grid-four:before {
  content: "\e296";
}
.ph-light.ph-grid-nine:before {
  content: "\ec8c";
}
.ph-light.ph-guitar:before {
  content: "\ea8a";
}
.ph-light.ph-hair-dryer:before {
  content: "\ea66";
}
.ph-light.ph-hamburger:before {
  content: "\e790";
}
.ph-light.ph-hammer:before {
  content: "\e80e";
}
.ph-light.ph-hand:before {
  content: "\e298";
}
.ph-light.ph-hand-arrow-down:before {
  content: "\ea4e";
}
.ph-light.ph-hand-arrow-up:before {
  content: "\ee5a";
}
.ph-light.ph-hand-coins:before {
  content: "\ea8c";
}
.ph-light.ph-hand-deposit:before {
  content: "\ee82";
}
.ph-light.ph-hand-eye:before {
  content: "\ea4c";
}
.ph-light.ph-hand-fist:before {
  content: "\e57a";
}
.ph-light.ph-hand-grabbing:before {
  content: "\e57c";
}
.ph-light.ph-hand-heart:before {
  content: "\e810";
}
.ph-light.ph-hand-palm:before {
  content: "\e57e";
}
.ph-light.ph-hand-peace:before {
  content: "\e7cc";
}
.ph-light.ph-hand-pointing:before {
  content: "\e29a";
}
.ph-light.ph-hand-soap:before {
  content: "\e630";
}
.ph-light.ph-hand-swipe-left:before {
  content: "\ec94";
}
.ph-light.ph-hand-swipe-right:before {
  content: "\ec92";
}
.ph-light.ph-hand-tap:before {
  content: "\ec90";
}
.ph-light.ph-hand-waving:before {
  content: "\e580";
}
.ph-light.ph-hand-withdraw:before {
  content: "\ee80";
}
.ph-light.ph-handbag:before {
  content: "\e29c";
}
.ph-light.ph-handbag-simple:before {
  content: "\e62e";
}
.ph-light.ph-hands-clapping:before {
  content: "\e6a0";
}
.ph-light.ph-hands-praying:before {
  content: "\ecc8";
}
.ph-light.ph-handshake:before {
  content: "\e582";
}
.ph-light.ph-hard-drive:before {
  content: "\e29e";
}
.ph-light.ph-hard-drives:before {
  content: "\e2a0";
}
.ph-light.ph-hard-hat:before {
  content: "\ed46";
}
.ph-light.ph-hash:before {
  content: "\e2a2";
}
.ph-light.ph-hash-straight:before {
  content: "\e2a4";
}
.ph-light.ph-head-circuit:before {
  content: "\e7d4";
}
.ph-light.ph-headlights:before {
  content: "\e6fe";
}
.ph-light.ph-headphones:before {
  content: "\e2a6";
}
.ph-light.ph-headset:before {
  content: "\e584";
}
.ph-light.ph-heart:before {
  content: "\e2a8";
}
.ph-light.ph-heart-break:before {
  content: "\ebe8";
}
.ph-light.ph-heart-half:before {
  content: "\ec48";
}
.ph-light.ph-heart-straight:before {
  content: "\e2aa";
}
.ph-light.ph-heart-straight-break:before {
  content: "\eb98";
}
.ph-light.ph-heartbeat:before {
  content: "\e2ac";
}
.ph-light.ph-hexagon:before {
  content: "\e2ae";
}
.ph-light.ph-high-definition:before {
  content: "\ea8e";
}
.ph-light.ph-high-heel:before {
  content: "\e8e8";
}
.ph-light.ph-highlighter:before {
  content: "\ec76";
}
.ph-light.ph-highlighter-circle:before {
  content: "\e632";
}
.ph-light.ph-hockey:before {
  content: "\ec86";
}
.ph-light.ph-hoodie:before {
  content: "\ecd0";
}
.ph-light.ph-horse:before {
  content: "\e2b0";
}
.ph-light.ph-hospital:before {
  content: "\e844";
}
.ph-light.ph-hourglass:before {
  content: "\e2b2";
}
.ph-light.ph-hourglass-high:before {
  content: "\e2b4";
}
.ph-light.ph-hourglass-low:before {
  content: "\e2b6";
}
.ph-light.ph-hourglass-medium:before {
  content: "\e2b8";
}
.ph-light.ph-hourglass-simple:before {
  content: "\e2ba";
}
.ph-light.ph-hourglass-simple-high:before {
  content: "\e2bc";
}
.ph-light.ph-hourglass-simple-low:before {
  content: "\e2be";
}
.ph-light.ph-hourglass-simple-medium:before {
  content: "\e2c0";
}
.ph-light.ph-house:before {
  content: "\e2c2";
}
.ph-light.ph-house-line:before {
  content: "\e2c4";
}
.ph-light.ph-house-simple:before {
  content: "\e2c6";
}
.ph-light.ph-hurricane:before {
  content: "\e88e";
}
.ph-light.ph-ice-cream:before {
  content: "\e804";
}
.ph-light.ph-identification-badge:before {
  content: "\e6f6";
}
.ph-light.ph-identification-card:before {
  content: "\e2c8";
}
.ph-light.ph-image:before {
  content: "\e2ca";
}
.ph-light.ph-image-broken:before {
  content: "\e7a8";
}
.ph-light.ph-image-square:before {
  content: "\e2cc";
}
.ph-light.ph-images:before {
  content: "\e836";
}
.ph-light.ph-images-square:before {
  content: "\e834";
}
.ph-light.ph-infinity:before,
.ph-light.ph-lemniscate:before {
  content: "\e634";
}
.ph-light.ph-info:before {
  content: "\e2ce";
}
.ph-light.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph-light.ph-intersect:before {
  content: "\e2d2";
}
.ph-light.ph-intersect-square:before {
  content: "\e87a";
}
.ph-light.ph-intersect-three:before {
  content: "\ecc4";
}
.ph-light.ph-intersection:before {
  content: "\edba";
}
.ph-light.ph-invoice:before {
  content: "\ee42";
}
.ph-light.ph-island:before {
  content: "\ee06";
}
.ph-light.ph-jar:before {
  content: "\e7e0";
}
.ph-light.ph-jar-label:before {
  content: "\e7e1";
}
.ph-light.ph-jeep:before {
  content: "\e2d4";
}
.ph-light.ph-joystick:before {
  content: "\ea5e";
}
.ph-light.ph-kanban:before {
  content: "\eb54";
}
.ph-light.ph-key:before {
  content: "\e2d6";
}
.ph-light.ph-key-return:before {
  content: "\e782";
}
.ph-light.ph-keyboard:before {
  content: "\e2d8";
}
.ph-light.ph-keyhole:before {
  content: "\ea78";
}
.ph-light.ph-knife:before {
  content: "\e636";
}
.ph-light.ph-ladder:before {
  content: "\e9e4";
}
.ph-light.ph-ladder-simple:before {
  content: "\ec26";
}
.ph-light.ph-lamp:before {
  content: "\e638";
}
.ph-light.ph-lamp-pendant:before {
  content: "\ee2e";
}
.ph-light.ph-laptop:before {
  content: "\e586";
}
.ph-light.ph-lasso:before {
  content: "\edc6";
}
.ph-light.ph-lastfm-logo:before {
  content: "\e842";
}
.ph-light.ph-layout:before {
  content: "\e6d6";
}
.ph-light.ph-leaf:before {
  content: "\e2da";
}
.ph-light.ph-lectern:before {
  content: "\e95a";
}
.ph-light.ph-lego:before {
  content: "\e8c6";
}
.ph-light.ph-lego-smiley:before {
  content: "\e8c7";
}
.ph-light.ph-less-than:before {
  content: "\edac";
}
.ph-light.ph-less-than-or-equal:before {
  content: "\eda4";
}
.ph-light.ph-letter-circle-h:before {
  content: "\ebf8";
}
.ph-light.ph-letter-circle-p:before {
  content: "\ec08";
}
.ph-light.ph-letter-circle-v:before {
  content: "\ec14";
}
.ph-light.ph-lifebuoy:before {
  content: "\e63a";
}
.ph-light.ph-lightbulb:before {
  content: "\e2dc";
}
.ph-light.ph-lightbulb-filament:before {
  content: "\e63c";
}
.ph-light.ph-lighthouse:before {
  content: "\e9f6";
}
.ph-light.ph-lightning:before {
  content: "\e2de";
}
.ph-light.ph-lightning-a:before {
  content: "\ea84";
}
.ph-light.ph-lightning-slash:before {
  content: "\e2e0";
}
.ph-light.ph-line-segment:before {
  content: "\e6d2";
}
.ph-light.ph-line-segments:before {
  content: "\e6d4";
}
.ph-light.ph-line-vertical:before {
  content: "\ed70";
}
.ph-light.ph-link:before {
  content: "\e2e2";
}
.ph-light.ph-link-break:before {
  content: "\e2e4";
}
.ph-light.ph-link-simple:before {
  content: "\e2e6";
}
.ph-light.ph-link-simple-break:before {
  content: "\e2e8";
}
.ph-light.ph-link-simple-horizontal:before {
  content: "\e2ea";
}
.ph-light.ph-link-simple-horizontal-break:before {
  content: "\e2ec";
}
.ph-light.ph-linkedin-logo:before {
  content: "\e2ee";
}
.ph-light.ph-linktree-logo:before {
  content: "\edee";
}
.ph-light.ph-linux-logo:before {
  content: "\eb02";
}
.ph-light.ph-list:before {
  content: "\e2f0";
}
.ph-light.ph-list-bullets:before {
  content: "\e2f2";
}
.ph-light.ph-list-checks:before {
  content: "\eadc";
}
.ph-light.ph-list-dashes:before {
  content: "\e2f4";
}
.ph-light.ph-list-heart:before {
  content: "\ebde";
}
.ph-light.ph-list-magnifying-glass:before {
  content: "\ebe0";
}
.ph-light.ph-list-numbers:before {
  content: "\e2f6";
}
.ph-light.ph-list-plus:before {
  content: "\e2f8";
}
.ph-light.ph-list-star:before {
  content: "\ebdc";
}
.ph-light.ph-lock:before {
  content: "\e2fa";
}
.ph-light.ph-lock-key:before {
  content: "\e2fe";
}
.ph-light.ph-lock-key-open:before {
  content: "\e300";
}
.ph-light.ph-lock-laminated:before {
  content: "\e302";
}
.ph-light.ph-lock-laminated-open:before {
  content: "\e304";
}
.ph-light.ph-lock-open:before {
  content: "\e306";
}
.ph-light.ph-lock-simple:before {
  content: "\e308";
}
.ph-light.ph-lock-simple-open:before {
  content: "\e30a";
}
.ph-light.ph-lockers:before {
  content: "\ecb8";
}
.ph-light.ph-log:before {
  content: "\ed82";
}
.ph-light.ph-magic-wand:before {
  content: "\e6b6";
}
.ph-light.ph-magnet:before {
  content: "\e680";
}
.ph-light.ph-magnet-straight:before {
  content: "\e682";
}
.ph-light.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph-light.ph-magnifying-glass-minus:before {
  content: "\e30e";
}
.ph-light.ph-magnifying-glass-plus:before {
  content: "\e310";
}
.ph-light.ph-mailbox:before {
  content: "\ec1e";
}
.ph-light.ph-map-pin:before {
  content: "\e316";
}
.ph-light.ph-map-pin-area:before {
  content: "\ee3a";
}
.ph-light.ph-map-pin-line:before {
  content: "\e318";
}
.ph-light.ph-map-pin-plus:before {
  content: "\e314";
}
.ph-light.ph-map-pin-simple:before {
  content: "\ee3e";
}
.ph-light.ph-map-pin-simple-area:before {
  content: "\ee3c";
}
.ph-light.ph-map-pin-simple-line:before {
  content: "\ee38";
}
.ph-light.ph-map-trifold:before {
  content: "\e31a";
}
.ph-light.ph-markdown-logo:before {
  content: "\e508";
}
.ph-light.ph-marker-circle:before {
  content: "\e640";
}
.ph-light.ph-martini:before {
  content: "\e31c";
}
.ph-light.ph-mask-happy:before {
  content: "\e9f4";
}
.ph-light.ph-mask-sad:before {
  content: "\eb9e";
}
.ph-light.ph-mastodon-logo:before {
  content: "\ed68";
}
.ph-light.ph-math-operations:before {
  content: "\e31e";
}
.ph-light.ph-matrix-logo:before {
  content: "\ed64";
}
.ph-light.ph-medal:before {
  content: "\e320";
}
.ph-light.ph-medal-military:before {
  content: "\ecfc";
}
.ph-light.ph-medium-logo:before {
  content: "\e322";
}
.ph-light.ph-megaphone:before {
  content: "\e324";
}
.ph-light.ph-megaphone-simple:before {
  content: "\e642";
}
.ph-light.ph-member-of:before {
  content: "\edc2";
}
.ph-light.ph-memory:before {
  content: "\e9c4";
}
.ph-light.ph-messenger-logo:before {
  content: "\e6d8";
}
.ph-light.ph-meta-logo:before {
  content: "\ed02";
}
.ph-light.ph-meteor:before {
  content: "\e9ba";
}
.ph-light.ph-metronome:before {
  content: "\ec8e";
}
.ph-light.ph-microphone:before {
  content: "\e326";
}
.ph-light.ph-microphone-slash:before {
  content: "\e328";
}
.ph-light.ph-microphone-stage:before {
  content: "\e75c";
}
.ph-light.ph-microscope:before {
  content: "\ec7a";
}
.ph-light.ph-microsoft-excel-logo:before {
  content: "\eb6c";
}
.ph-light.ph-microsoft-outlook-logo:before {
  content: "\eb70";
}
.ph-light.ph-microsoft-powerpoint-logo:before {
  content: "\eace";
}
.ph-light.ph-microsoft-teams-logo:before {
  content: "\eb66";
}
.ph-light.ph-microsoft-word-logo:before {
  content: "\eb6a";
}
.ph-light.ph-minus:before {
  content: "\e32a";
}
.ph-light.ph-minus-circle:before {
  content: "\e32c";
}
.ph-light.ph-minus-square:before {
  content: "\ed4c";
}
.ph-light.ph-money:before {
  content: "\e588";
}
.ph-light.ph-money-wavy:before {
  content: "\ee68";
}
.ph-light.ph-monitor:before {
  content: "\e32e";
}
.ph-light.ph-monitor-arrow-up:before {
  content: "\e58a";
}
.ph-light.ph-monitor-play:before {
  content: "\e58c";
}
.ph-light.ph-moon:before {
  content: "\e330";
}
.ph-light.ph-moon-stars:before {
  content: "\e58e";
}
.ph-light.ph-moped:before {
  content: "\e824";
}
.ph-light.ph-moped-front:before {
  content: "\e822";
}
.ph-light.ph-mosque:before {
  content: "\ecee";
}
.ph-light.ph-motorcycle:before {
  content: "\e80a";
}
.ph-light.ph-mountains:before {
  content: "\e7ae";
}
.ph-light.ph-mouse:before {
  content: "\e33a";
}
.ph-light.ph-mouse-left-click:before {
  content: "\e334";
}
.ph-light.ph-mouse-middle-click:before {
  content: "\e338";
}
.ph-light.ph-mouse-right-click:before {
  content: "\e336";
}
.ph-light.ph-mouse-scroll:before {
  content: "\e332";
}
.ph-light.ph-mouse-simple:before {
  content: "\e644";
}
.ph-light.ph-music-note:before {
  content: "\e33c";
}
.ph-light.ph-music-note-simple:before {
  content: "\e33e";
}
.ph-light.ph-music-notes:before {
  content: "\e340";
}
.ph-light.ph-music-notes-minus:before {
  content: "\ee0c";
}
.ph-light.ph-music-notes-plus:before {
  content: "\eb7c";
}
.ph-light.ph-music-notes-simple:before {
  content: "\e342";
}
.ph-light.ph-navigation-arrow:before {
  content: "\eade";
}
.ph-light.ph-needle:before {
  content: "\e82e";
}
.ph-light.ph-network:before {
  content: "\edde";
}
.ph-light.ph-network-slash:before {
  content: "\eddc";
}
.ph-light.ph-network-x:before {
  content: "\edda";
}
.ph-light.ph-newspaper:before {
  content: "\e344";
}
.ph-light.ph-newspaper-clipping:before {
  content: "\e346";
}
.ph-light.ph-not-equals:before {
  content: "\eda6";
}
.ph-light.ph-not-member-of:before {
  content: "\edae";
}
.ph-light.ph-not-subset-of:before {
  content: "\edb0";
}
.ph-light.ph-not-superset-of:before {
  content: "\edb2";
}
.ph-light.ph-notches:before {
  content: "\ed3a";
}
.ph-light.ph-note:before {
  content: "\e348";
}
.ph-light.ph-note-blank:before {
  content: "\e34a";
}
.ph-light.ph-note-pencil:before {
  content: "\e34c";
}
.ph-light.ph-notebook:before {
  content: "\e34e";
}
.ph-light.ph-notepad:before {
  content: "\e63e";
}
.ph-light.ph-notification:before {
  content: "\e6fa";
}
.ph-light.ph-notion-logo:before {
  content: "\e9a0";
}
.ph-light.ph-nuclear-plant:before {
  content: "\ed7c";
}
.ph-light.ph-number-circle-eight:before {
  content: "\e352";
}
.ph-light.ph-number-circle-five:before {
  content: "\e358";
}
.ph-light.ph-number-circle-four:before {
  content: "\e35e";
}
.ph-light.ph-number-circle-nine:before {
  content: "\e364";
}
.ph-light.ph-number-circle-one:before {
  content: "\e36a";
}
.ph-light.ph-number-circle-seven:before {
  content: "\e370";
}
.ph-light.ph-number-circle-six:before {
  content: "\e376";
}
.ph-light.ph-number-circle-three:before {
  content: "\e37c";
}
.ph-light.ph-number-circle-two:before {
  content: "\e382";
}
.ph-light.ph-number-circle-zero:before {
  content: "\e388";
}
.ph-light.ph-number-eight:before {
  content: "\e350";
}
.ph-light.ph-number-five:before {
  content: "\e356";
}
.ph-light.ph-number-four:before {
  content: "\e35c";
}
.ph-light.ph-number-nine:before {
  content: "\e362";
}
.ph-light.ph-number-one:before {
  content: "\e368";
}
.ph-light.ph-number-seven:before {
  content: "\e36e";
}
.ph-light.ph-number-six:before {
  content: "\e374";
}
.ph-light.ph-number-square-eight:before {
  content: "\e354";
}
.ph-light.ph-number-square-five:before {
  content: "\e35a";
}
.ph-light.ph-number-square-four:before {
  content: "\e360";
}
.ph-light.ph-number-square-nine:before {
  content: "\e366";
}
.ph-light.ph-number-square-one:before {
  content: "\e36c";
}
.ph-light.ph-number-square-seven:before {
  content: "\e372";
}
.ph-light.ph-number-square-six:before {
  content: "\e378";
}
.ph-light.ph-number-square-three:before {
  content: "\e37e";
}
.ph-light.ph-number-square-two:before {
  content: "\e384";
}
.ph-light.ph-number-square-zero:before {
  content: "\e38a";
}
.ph-light.ph-number-three:before {
  content: "\e37a";
}
.ph-light.ph-number-two:before {
  content: "\e380";
}
.ph-light.ph-number-zero:before {
  content: "\e386";
}
.ph-light.ph-numpad:before {
  content: "\e3c8";
}
.ph-light.ph-nut:before {
  content: "\e38c";
}
.ph-light.ph-ny-times-logo:before {
  content: "\e646";
}
.ph-light.ph-octagon:before {
  content: "\e38e";
}
.ph-light.ph-office-chair:before {
  content: "\ea46";
}
.ph-light.ph-onigiri:before {
  content: "\ee2c";
}
.ph-light.ph-open-ai-logo:before {
  content: "\e7d2";
}
.ph-light.ph-option:before {
  content: "\e8a8";
}
.ph-light.ph-orange:before {
  content: "\ee40";
}
.ph-light.ph-orange-slice:before {
  content: "\ed36";
}
.ph-light.ph-oven:before {
  content: "\ed8c";
}
.ph-light.ph-package:before {
  content: "\e390";
}
.ph-light.ph-paint-brush:before {
  content: "\e6f0";
}
.ph-light.ph-paint-brush-broad:before {
  content: "\e590";
}
.ph-light.ph-paint-brush-household:before {
  content: "\e6f2";
}
.ph-light.ph-paint-bucket:before {
  content: "\e392";
}
.ph-light.ph-paint-roller:before {
  content: "\e6f4";
}
.ph-light.ph-palette:before {
  content: "\e6c8";
}
.ph-light.ph-panorama:before {
  content: "\eaa2";
}
.ph-light.ph-pants:before {
  content: "\ec88";
}
.ph-light.ph-paper-plane:before {
  content: "\e394";
}
.ph-light.ph-paper-plane-right:before {
  content: "\e396";
}
.ph-light.ph-paper-plane-tilt:before {
  content: "\e398";
}
.ph-light.ph-paperclip:before {
  content: "\e39a";
}
.ph-light.ph-paperclip-horizontal:before {
  content: "\e592";
}
.ph-light.ph-parachute:before {
  content: "\ea7c";
}
.ph-light.ph-paragraph:before {
  content: "\e960";
}
.ph-light.ph-parallelogram:before {
  content: "\ecc6";
}
.ph-light.ph-park:before {
  content: "\ecb2";
}
.ph-light.ph-password:before {
  content: "\e752";
}
.ph-light.ph-path:before {
  content: "\e39c";
}
.ph-light.ph-patreon-logo:before {
  content: "\e98a";
}
.ph-light.ph-pause:before {
  content: "\e39e";
}
.ph-light.ph-pause-circle:before {
  content: "\e3a0";
}
.ph-light.ph-paw-print:before {
  content: "\e648";
}
.ph-light.ph-paypal-logo:before {
  content: "\e98c";
}
.ph-light.ph-peace:before {
  content: "\e3a2";
}
.ph-light.ph-pen:before {
  content: "\e3aa";
}
.ph-light.ph-pen-nib:before {
  content: "\e3ac";
}
.ph-light.ph-pen-nib-straight:before {
  content: "\e64a";
}
.ph-light.ph-pencil:before {
  content: "\e3ae";
}
.ph-light.ph-pencil-circle:before {
  content: "\e3b0";
}
.ph-light.ph-pencil-line:before {
  content: "\e3b2";
}
.ph-light.ph-pencil-ruler:before {
  content: "\e906";
}
.ph-light.ph-pencil-simple:before {
  content: "\e3b4";
}
.ph-light.ph-pencil-simple-line:before {
  content: "\ebc6";
}
.ph-light.ph-pencil-simple-slash:before {
  content: "\ecf6";
}
.ph-light.ph-pencil-slash:before {
  content: "\ecf8";
}
.ph-light.ph-pentagon:before {
  content: "\ec7e";
}
.ph-light.ph-pentagram:before {
  content: "\ec5c";
}
.ph-light.ph-pepper:before {
  content: "\e94a";
}
.ph-light.ph-percent:before {
  content: "\e3b6";
}
.ph-light.ph-person:before {
  content: "\e3a8";
}
.ph-light.ph-person-arms-spread:before {
  content: "\ecfe";
}
.ph-light.ph-person-simple:before {
  content: "\e72e";
}
.ph-light.ph-person-simple-bike:before {
  content: "\e734";
}
.ph-light.ph-person-simple-circle:before {
  content: "\ee58";
}
.ph-light.ph-person-simple-hike:before {
  content: "\ed54";
}
.ph-light.ph-person-simple-run:before {
  content: "\e730";
}
.ph-light.ph-person-simple-ski:before {
  content: "\e71c";
}
.ph-light.ph-person-simple-snowboard:before {
  content: "\e71e";
}
.ph-light.ph-person-simple-swim:before {
  content: "\e736";
}
.ph-light.ph-person-simple-tai-chi:before {
  content: "\ed5c";
}
.ph-light.ph-person-simple-throw:before {
  content: "\e732";
}
.ph-light.ph-person-simple-walk:before {
  content: "\e73a";
}
.ph-light.ph-perspective:before {
  content: "\ebe6";
}
.ph-light.ph-phone:before {
  content: "\e3b8";
}
.ph-light.ph-phone-call:before {
  content: "\e3ba";
}
.ph-light.ph-phone-disconnect:before {
  content: "\e3bc";
}
.ph-light.ph-phone-incoming:before {
  content: "\e3be";
}
.ph-light.ph-phone-list:before {
  content: "\e3cc";
}
.ph-light.ph-phone-outgoing:before {
  content: "\e3c0";
}
.ph-light.ph-phone-pause:before {
  content: "\e3ca";
}
.ph-light.ph-phone-plus:before {
  content: "\ec56";
}
.ph-light.ph-phone-slash:before {
  content: "\e3c2";
}
.ph-light.ph-phone-transfer:before {
  content: "\e3c6";
}
.ph-light.ph-phone-x:before {
  content: "\e3c4";
}
.ph-light.ph-phosphor-logo:before {
  content: "\e3ce";
}
.ph-light.ph-pi:before {
  content: "\ec80";
}
.ph-light.ph-piano-keys:before {
  content: "\e9c8";
}
.ph-light.ph-picnic-table:before {
  content: "\ee26";
}
.ph-light.ph-picture-in-picture:before {
  content: "\e64c";
}
.ph-light.ph-piggy-bank:before {
  content: "\ea04";
}
.ph-light.ph-pill:before {
  content: "\e700";
}
.ph-light.ph-ping-pong:before {
  content: "\ea42";
}
.ph-light.ph-pint-glass:before {
  content: "\edd0";
}
.ph-light.ph-pinterest-logo:before {
  content: "\e64e";
}
.ph-light.ph-pinwheel:before {
  content: "\eb9c";
}
.ph-light.ph-pipe:before {
  content: "\ed86";
}
.ph-light.ph-pipe-wrench:before {
  content: "\ed88";
}
.ph-light.ph-pix-logo:before {
  content: "\ecc2";
}
.ph-light.ph-pizza:before {
  content: "\e796";
}
.ph-light.ph-placeholder:before {
  content: "\e650";
}
.ph-light.ph-planet:before {
  content: "\e652";
}
.ph-light.ph-plant:before {
  content: "\ebae";
}
.ph-light.ph-play:before {
  content: "\e3d0";
}
.ph-light.ph-play-circle:before {
  content: "\e3d2";
}
.ph-light.ph-play-pause:before {
  content: "\e8be";
}
.ph-light.ph-playlist:before {
  content: "\e6aa";
}
.ph-light.ph-plug:before {
  content: "\e946";
}
.ph-light.ph-plug-charging:before {
  content: "\eb5c";
}
.ph-light.ph-plugs:before {
  content: "\eb56";
}
.ph-light.ph-plugs-connected:before {
  content: "\eb5a";
}
.ph-light.ph-plus:before {
  content: "\e3d4";
}
.ph-light.ph-plus-circle:before {
  content: "\e3d6";
}
.ph-light.ph-plus-minus:before {
  content: "\e3d8";
}
.ph-light.ph-plus-square:before {
  content: "\ed4a";
}
.ph-light.ph-poker-chip:before {
  content: "\e594";
}
.ph-light.ph-police-car:before {
  content: "\ec4a";
}
.ph-light.ph-polygon:before {
  content: "\e6d0";
}
.ph-light.ph-popcorn:before {
  content: "\eb4e";
}
.ph-light.ph-popsicle:before {
  content: "\ebbe";
}
.ph-light.ph-potted-plant:before {
  content: "\ec22";
}
.ph-light.ph-power:before {
  content: "\e3da";
}
.ph-light.ph-prescription:before {
  content: "\e7a2";
}
.ph-light.ph-presentation:before {
  content: "\e654";
}
.ph-light.ph-presentation-chart:before {
  content: "\e656";
}
.ph-light.ph-printer:before {
  content: "\e3dc";
}
.ph-light.ph-prohibit:before {
  content: "\e3de";
}
.ph-light.ph-prohibit-inset:before {
  content: "\e3e0";
}
.ph-light.ph-projector-screen:before {
  content: "\e658";
}
.ph-light.ph-projector-screen-chart:before {
  content: "\e65a";
}
.ph-light.ph-activity:before,
.ph-light.ph-pulse:before {
  content: "\e000";
}
.ph-light.ph-push-pin:before {
  content: "\e3e2";
}
.ph-light.ph-push-pin-simple:before {
  content: "\e65c";
}
.ph-light.ph-push-pin-simple-slash:before {
  content: "\e65e";
}
.ph-light.ph-push-pin-slash:before {
  content: "\e3e4";
}
.ph-light.ph-puzzle-piece:before {
  content: "\e596";
}
.ph-light.ph-qr-code:before {
  content: "\e3e6";
}
.ph-light.ph-question:before {
  content: "\e3e8";
}
.ph-light.ph-question-mark:before {
  content: "\e3e9";
}
.ph-light.ph-queue:before {
  content: "\e6ac";
}
.ph-light.ph-quotes:before {
  content: "\e660";
}
.ph-light.ph-rabbit:before {
  content: "\eac2";
}
.ph-light.ph-racquet:before {
  content: "\ee02";
}
.ph-light.ph-radical:before {
  content: "\e3ea";
}
.ph-light.ph-radio:before {
  content: "\e77e";
}
.ph-light.ph-radio-button:before {
  content: "\eb08";
}
.ph-light.ph-radioactive:before {
  content: "\e9dc";
}
.ph-light.ph-rainbow:before {
  content: "\e598";
}
.ph-light.ph-rainbow-cloud:before {
  content: "\e59a";
}
.ph-light.ph-ranking:before {
  content: "\ed62";
}
.ph-light.ph-read-cv-logo:before {
  content: "\ed0c";
}
.ph-light.ph-receipt:before {
  content: "\e3ec";
}
.ph-light.ph-receipt-x:before {
  content: "\ed40";
}
.ph-light.ph-record:before {
  content: "\e3ee";
}
.ph-light.ph-rectangle:before {
  content: "\e3f0";
}
.ph-light.ph-rectangle-dashed:before {
  content: "\e3f2";
}
.ph-light.ph-recycle:before {
  content: "\e75a";
}
.ph-light.ph-reddit-logo:before {
  content: "\e59c";
}
.ph-light.ph-repeat:before {
  content: "\e3f6";
}
.ph-light.ph-repeat-once:before {
  content: "\e3f8";
}
.ph-light.ph-replit-logo:before {
  content: "\eb8a";
}
.ph-light.ph-resize:before {
  content: "\ed6e";
}
.ph-light.ph-rewind:before {
  content: "\e6a8";
}
.ph-light.ph-rewind-circle:before {
  content: "\e3fa";
}
.ph-light.ph-road-horizon:before {
  content: "\e838";
}
.ph-light.ph-robot:before {
  content: "\e762";
}
.ph-light.ph-rocket:before {
  content: "\e3fc";
}
.ph-light.ph-rocket-launch:before {
  content: "\e3fe";
}
.ph-light.ph-rows:before {
  content: "\e5a2";
}
.ph-light.ph-rows-plus-bottom:before {
  content: "\e59e";
}
.ph-light.ph-rows-plus-top:before {
  content: "\e5a0";
}
.ph-light.ph-rss:before {
  content: "\e400";
}
.ph-light.ph-rss-simple:before {
  content: "\e402";
}
.ph-light.ph-rug:before {
  content: "\ea1a";
}
.ph-light.ph-ruler:before {
  content: "\e6b8";
}
.ph-light.ph-sailboat:before {
  content: "\e78a";
}
.ph-light.ph-scales:before {
  content: "\e750";
}
.ph-light.ph-scan:before {
  content: "\ebb6";
}
.ph-light.ph-scan-smiley:before {
  content: "\ebb4";
}
.ph-light.ph-scissors:before {
  content: "\eae0";
}
.ph-light.ph-scooter:before {
  content: "\e820";
}
.ph-light.ph-screencast:before {
  content: "\e404";
}
.ph-light.ph-screwdriver:before {
  content: "\e86e";
}
.ph-light.ph-scribble:before {
  content: "\e806";
}
.ph-light.ph-scribble-loop:before {
  content: "\e662";
}
.ph-light.ph-scroll:before {
  content: "\eb7a";
}
.ph-light.ph-circle-wavy:before,
.ph-light.ph-seal:before {
  content: "\e604";
}
.ph-light.ph-circle-wavy-check:before,
.ph-light.ph-seal-check:before {
  content: "\e606";
}
.ph-light.ph-seal-percent:before {
  content: "\e60a";
}
.ph-light.ph-circle-wavy-question:before,
.ph-light.ph-seal-question:before {
  content: "\e608";
}
.ph-light.ph-circle-wavy-warning:before,
.ph-light.ph-seal-warning:before {
  content: "\e60c";
}
.ph-light.ph-seat:before {
  content: "\eb8e";
}
.ph-light.ph-seatbelt:before {
  content: "\edfe";
}
.ph-light.ph-security-camera:before {
  content: "\eca4";
}
.ph-light.ph-selection:before {
  content: "\e69a";
}
.ph-light.ph-selection-all:before {
  content: "\e746";
}
.ph-light.ph-selection-background:before {
  content: "\eaf8";
}
.ph-light.ph-selection-foreground:before {
  content: "\eaf6";
}
.ph-light.ph-selection-inverse:before {
  content: "\e744";
}
.ph-light.ph-selection-plus:before {
  content: "\e69c";
}
.ph-light.ph-selection-slash:before {
  content: "\e69e";
}
.ph-light.ph-shapes:before {
  content: "\ec5e";
}
.ph-light.ph-share:before {
  content: "\e406";
}
.ph-light.ph-share-fat:before {
  content: "\ed52";
}
.ph-light.ph-share-network:before {
  content: "\e408";
}
.ph-light.ph-shield:before {
  content: "\e40a";
}
.ph-light.ph-shield-check:before {
  content: "\e40c";
}
.ph-light.ph-shield-checkered:before {
  content: "\e708";
}
.ph-light.ph-shield-chevron:before {
  content: "\e40e";
}
.ph-light.ph-shield-plus:before {
  content: "\e706";
}
.ph-light.ph-shield-slash:before {
  content: "\e410";
}
.ph-light.ph-shield-star:before {
  content: "\ec34";
}
.ph-light.ph-shield-warning:before {
  content: "\e412";
}
.ph-light.ph-shipping-container:before {
  content: "\e78c";
}
.ph-light.ph-shirt-folded:before {
  content: "\ea92";
}
.ph-light.ph-shooting-star:before {
  content: "\ecfa";
}
.ph-light.ph-shopping-bag:before {
  content: "\e416";
}
.ph-light.ph-shopping-bag-open:before {
  content: "\e418";
}
.ph-light.ph-shopping-cart:before {
  content: "\e41e";
}
.ph-light.ph-shopping-cart-simple:before {
  content: "\e420";
}
.ph-light.ph-shovel:before {
  content: "\e9e6";
}
.ph-light.ph-shower:before {
  content: "\e776";
}
.ph-light.ph-shrimp:before {
  content: "\eab4";
}
.ph-light.ph-shuffle:before {
  content: "\e422";
}
.ph-light.ph-shuffle-angular:before {
  content: "\e424";
}
.ph-light.ph-shuffle-simple:before {
  content: "\e426";
}
.ph-light.ph-sidebar:before {
  content: "\eab6";
}
.ph-light.ph-sidebar-simple:before {
  content: "\ec24";
}
.ph-light.ph-sigma:before {
  content: "\eab8";
}
.ph-light.ph-sign-in:before {
  content: "\e428";
}
.ph-light.ph-sign-out:before {
  content: "\e42a";
}
.ph-light.ph-signature:before {
  content: "\ebac";
}
.ph-light.ph-signpost:before {
  content: "\e89c";
}
.ph-light.ph-sim-card:before {
  content: "\e664";
}
.ph-light.ph-siren:before {
  content: "\e9b8";
}
.ph-light.ph-sketch-logo:before {
  content: "\e42c";
}
.ph-light.ph-skip-back:before {
  content: "\e5a4";
}
.ph-light.ph-skip-back-circle:before {
  content: "\e42e";
}
.ph-light.ph-skip-forward:before {
  content: "\e5a6";
}
.ph-light.ph-skip-forward-circle:before {
  content: "\e430";
}
.ph-light.ph-skull:before {
  content: "\e916";
}
.ph-light.ph-skype-logo:before {
  content: "\e8dc";
}
.ph-light.ph-slack-logo:before {
  content: "\e5a8";
}
.ph-light.ph-sliders:before {
  content: "\e432";
}
.ph-light.ph-sliders-horizontal:before {
  content: "\e434";
}
.ph-light.ph-slideshow:before {
  content: "\ed32";
}
.ph-light.ph-smiley:before {
  content: "\e436";
}
.ph-light.ph-smiley-angry:before {
  content: "\ec62";
}
.ph-light.ph-smiley-blank:before {
  content: "\e438";
}
.ph-light.ph-smiley-meh:before {
  content: "\e43a";
}
.ph-light.ph-smiley-melting:before {
  content: "\ee56";
}
.ph-light.ph-smiley-nervous:before {
  content: "\e43c";
}
.ph-light.ph-smiley-sad:before {
  content: "\e43e";
}
.ph-light.ph-smiley-sticker:before {
  content: "\e440";
}
.ph-light.ph-smiley-wink:before {
  content: "\e666";
}
.ph-light.ph-smiley-x-eyes:before {
  content: "\e442";
}
.ph-light.ph-snapchat-logo:before {
  content: "\e668";
}
.ph-light.ph-sneaker:before {
  content: "\e80c";
}
.ph-light.ph-sneaker-move:before {
  content: "\ed60";
}
.ph-light.ph-snowflake:before {
  content: "\e5aa";
}
.ph-light.ph-soccer-ball:before {
  content: "\e716";
}
.ph-light.ph-sock:before {
  content: "\ecce";
}
.ph-light.ph-solar-panel:before {
  content: "\ed7a";
}
.ph-light.ph-solar-roof:before {
  content: "\ed7b";
}
.ph-light.ph-sort-ascending:before {
  content: "\e444";
}
.ph-light.ph-sort-descending:before {
  content: "\e446";
}
.ph-light.ph-soundcloud-logo:before {
  content: "\e8de";
}
.ph-light.ph-spade:before {
  content: "\e448";
}
.ph-light.ph-sparkle:before {
  content: "\e6a2";
}
.ph-light.ph-speaker-hifi:before {
  content: "\ea08";
}
.ph-light.ph-speaker-high:before {
  content: "\e44a";
}
.ph-light.ph-speaker-low:before {
  content: "\e44c";
}
.ph-light.ph-speaker-none:before {
  content: "\e44e";
}
.ph-light.ph-speaker-simple-high:before {
  content: "\e450";
}
.ph-light.ph-speaker-simple-low:before {
  content: "\e452";
}
.ph-light.ph-speaker-simple-none:before {
  content: "\e454";
}
.ph-light.ph-speaker-simple-slash:before {
  content: "\e456";
}
.ph-light.ph-speaker-simple-x:before {
  content: "\e458";
}
.ph-light.ph-speaker-slash:before {
  content: "\e45a";
}
.ph-light.ph-speaker-x:before {
  content: "\e45c";
}
.ph-light.ph-speedometer:before {
  content: "\ee74";
}
.ph-light.ph-sphere:before {
  content: "\ee66";
}
.ph-light.ph-spinner:before {
  content: "\e66a";
}
.ph-light.ph-spinner-ball:before {
  content: "\ee28";
}
.ph-light.ph-spinner-gap:before {
  content: "\e66c";
}
.ph-light.ph-spiral:before {
  content: "\e9fa";
}
.ph-light.ph-split-horizontal:before {
  content: "\e872";
}
.ph-light.ph-split-vertical:before {
  content: "\e876";
}
.ph-light.ph-spotify-logo:before {
  content: "\e66e";
}
.ph-light.ph-spray-bottle:before {
  content: "\e7e4";
}
.ph-light.ph-square:before {
  content: "\e45e";
}
.ph-light.ph-square-half:before {
  content: "\e462";
}
.ph-light.ph-square-half-bottom:before {
  content: "\eb16";
}
.ph-light.ph-square-logo:before {
  content: "\e690";
}
.ph-light.ph-square-split-horizontal:before {
  content: "\e870";
}
.ph-light.ph-square-split-vertical:before {
  content: "\e874";
}
.ph-light.ph-squares-four:before {
  content: "\e464";
}
.ph-light.ph-stack:before {
  content: "\e466";
}
.ph-light.ph-stack-minus:before {
  content: "\edf4";
}
.ph-light.ph-stack-overflow-logo:before {
  content: "\eb78";
}
.ph-light.ph-stack-plus:before {
  content: "\edf6";
}
.ph-light.ph-stack-simple:before {
  content: "\e468";
}
.ph-light.ph-stairs:before {
  content: "\e8ec";
}
.ph-light.ph-stamp:before {
  content: "\ea48";
}
.ph-light.ph-standard-definition:before {
  content: "\ea90";
}
.ph-light.ph-star:before {
  content: "\e46a";
}
.ph-light.ph-star-and-crescent:before {
  content: "\ecf4";
}
.ph-light.ph-star-four:before {
  content: "\e6a4";
}
.ph-light.ph-star-half:before {
  content: "\e70a";
}
.ph-light.ph-star-of-david:before {
  content: "\e89e";
}
.ph-light.ph-steam-logo:before {
  content: "\ead4";
}
.ph-light.ph-steering-wheel:before {
  content: "\e9ac";
}
.ph-light.ph-steps:before {
  content: "\ecbe";
}
.ph-light.ph-stethoscope:before {
  content: "\e7ea";
}
.ph-light.ph-sticker:before {
  content: "\e5ac";
}
.ph-light.ph-stool:before {
  content: "\ea44";
}
.ph-light.ph-stop:before {
  content: "\e46c";
}
.ph-light.ph-stop-circle:before {
  content: "\e46e";
}
.ph-light.ph-storefront:before {
  content: "\e470";
}
.ph-light.ph-strategy:before {
  content: "\ea3a";
}
.ph-light.ph-stripe-logo:before {
  content: "\e698";
}
.ph-light.ph-student:before {
  content: "\e73e";
}
.ph-light.ph-subset-of:before {
  content: "\edc0";
}
.ph-light.ph-subset-proper-of:before {
  content: "\edb6";
}
.ph-light.ph-subtitles:before {
  content: "\e1a8";
}
.ph-light.ph-subtitles-slash:before {
  content: "\e1a6";
}
.ph-light.ph-subtract:before {
  content: "\ebd6";
}
.ph-light.ph-subtract-square:before {
  content: "\ebd4";
}
.ph-light.ph-subway:before {
  content: "\e498";
}
.ph-light.ph-suitcase:before {
  content: "\e5ae";
}
.ph-light.ph-suitcase-rolling:before {
  content: "\e9b0";
}
.ph-light.ph-suitcase-simple:before {
  content: "\e5b0";
}
.ph-light.ph-sun:before {
  content: "\e472";
}
.ph-light.ph-sun-dim:before {
  content: "\e474";
}
.ph-light.ph-sun-horizon:before {
  content: "\e5b6";
}
.ph-light.ph-sunglasses:before {
  content: "\e816";
}
.ph-light.ph-superset-of:before {
  content: "\edb8";
}
.ph-light.ph-superset-proper-of:before {
  content: "\edb4";
}
.ph-light.ph-swap:before {
  content: "\e83c";
}
.ph-light.ph-swatches:before {
  content: "\e5b8";
}
.ph-light.ph-swimming-pool:before {
  content: "\ecb6";
}
.ph-light.ph-sword:before {
  content: "\e5ba";
}
.ph-light.ph-synagogue:before {
  content: "\ecec";
}
.ph-light.ph-syringe:before {
  content: "\e968";
}
.ph-light.ph-t-shirt:before {
  content: "\e670";
}
.ph-light.ph-table:before {
  content: "\e476";
}
.ph-light.ph-tabs:before {
  content: "\e778";
}
.ph-light.ph-tag:before {
  content: "\e478";
}
.ph-light.ph-tag-chevron:before {
  content: "\e672";
}
.ph-light.ph-tag-simple:before {
  content: "\e47a";
}
.ph-light.ph-target:before {
  content: "\e47c";
}
.ph-light.ph-taxi:before {
  content: "\e902";
}
.ph-light.ph-tea-bag:before {
  content: "\e8e6";
}
.ph-light.ph-telegram-logo:before {
  content: "\e5bc";
}
.ph-light.ph-television:before {
  content: "\e754";
}
.ph-light.ph-television-simple:before {
  content: "\eae6";
}
.ph-light.ph-tennis-ball:before {
  content: "\e720";
}
.ph-light.ph-tent:before {
  content: "\e8ba";
}
.ph-light.ph-terminal:before {
  content: "\e47e";
}
.ph-light.ph-terminal-window:before {
  content: "\eae8";
}
.ph-light.ph-test-tube:before {
  content: "\e7a0";
}
.ph-light.ph-text-a-underline:before {
  content: "\ed34";
}
.ph-light.ph-text-aa:before {
  content: "\e6ee";
}
.ph-light.ph-text-align-center:before {
  content: "\e480";
}
.ph-light.ph-text-align-justify:before {
  content: "\e482";
}
.ph-light.ph-text-align-left:before {
  content: "\e484";
}
.ph-light.ph-text-align-right:before {
  content: "\e486";
}
.ph-light.ph-text-b:before,
.ph-light.ph-text-bolder:before {
  content: "\e5be";
}
.ph-light.ph-text-columns:before {
  content: "\ec96";
}
.ph-light.ph-text-h:before {
  content: "\e6ba";
}
.ph-light.ph-text-h-five:before {
  content: "\e6c4";
}
.ph-light.ph-text-h-four:before {
  content: "\e6c2";
}
.ph-light.ph-text-h-one:before {
  content: "\e6bc";
}
.ph-light.ph-text-h-six:before {
  content: "\e6c6";
}
.ph-light.ph-text-h-three:before {
  content: "\e6c0";
}
.ph-light.ph-text-h-two:before {
  content: "\e6be";
}
.ph-light.ph-text-indent:before {
  content: "\ea1e";
}
.ph-light.ph-text-italic:before {
  content: "\e5c0";
}
.ph-light.ph-text-outdent:before {
  content: "\ea1c";
}
.ph-light.ph-text-strikethrough:before {
  content: "\e5c2";
}
.ph-light.ph-text-subscript:before {
  content: "\ec98";
}
.ph-light.ph-text-superscript:before {
  content: "\ec9a";
}
.ph-light.ph-text-t:before {
  content: "\e48a";
}
.ph-light.ph-text-t-slash:before {
  content: "\e488";
}
.ph-light.ph-text-underline:before {
  content: "\e5c4";
}
.ph-light.ph-textbox:before {
  content: "\eb0a";
}
.ph-light.ph-thermometer:before {
  content: "\e5c6";
}
.ph-light.ph-thermometer-cold:before {
  content: "\e5c8";
}
.ph-light.ph-thermometer-hot:before {
  content: "\e5ca";
}
.ph-light.ph-thermometer-simple:before {
  content: "\e5cc";
}
.ph-light.ph-threads-logo:before {
  content: "\ed9e";
}
.ph-light.ph-three-d:before {
  content: "\ea5a";
}
.ph-light.ph-thumbs-down:before {
  content: "\e48c";
}
.ph-light.ph-thumbs-up:before {
  content: "\e48e";
}
.ph-light.ph-ticket:before {
  content: "\e490";
}
.ph-light.ph-tidal-logo:before {
  content: "\ed1c";
}
.ph-light.ph-tiktok-logo:before {
  content: "\eaf2";
}
.ph-light.ph-tilde:before {
  content: "\eda8";
}
.ph-light.ph-timer:before {
  content: "\e492";
}
.ph-light.ph-tip-jar:before {
  content: "\e7e2";
}
.ph-light.ph-tipi:before {
  content: "\ed30";
}
.ph-light.ph-tire:before {
  content: "\edd2";
}
.ph-light.ph-toggle-left:before {
  content: "\e674";
}
.ph-light.ph-toggle-right:before {
  content: "\e676";
}
.ph-light.ph-toilet:before {
  content: "\e79a";
}
.ph-light.ph-toilet-paper:before {
  content: "\e79c";
}
.ph-light.ph-toolbox:before {
  content: "\eca0";
}
.ph-light.ph-tooth:before {
  content: "\e9cc";
}
.ph-light.ph-tornado:before {
  content: "\e88c";
}
.ph-light.ph-tote:before {
  content: "\e494";
}
.ph-light.ph-tote-simple:before {
  content: "\e678";
}
.ph-light.ph-towel:before {
  content: "\ede6";
}
.ph-light.ph-tractor:before {
  content: "\ec6e";
}
.ph-light.ph-trademark:before {
  content: "\e9f0";
}
.ph-light.ph-trademark-registered:before {
  content: "\e3f4";
}
.ph-light.ph-traffic-cone:before {
  content: "\e9a8";
}
.ph-light.ph-traffic-sign:before {
  content: "\e67a";
}
.ph-light.ph-traffic-signal:before {
  content: "\e9aa";
}
.ph-light.ph-train:before {
  content: "\e496";
}
.ph-light.ph-train-regional:before {
  content: "\e49e";
}
.ph-light.ph-train-simple:before {
  content: "\e4a0";
}
.ph-light.ph-tram:before {
  content: "\e9ec";
}
.ph-light.ph-translate:before {
  content: "\e4a2";
}
.ph-light.ph-trash:before {
  content: "\e4a6";
}
.ph-light.ph-trash-simple:before {
  content: "\e4a8";
}
.ph-light.ph-tray:before {
  content: "\e4aa";
}
.ph-light.ph-archive-tray:before,
.ph-light.ph-tray-arrow-down:before {
  content: "\e010";
}
.ph-light.ph-tray-arrow-up:before {
  content: "\ee52";
}
.ph-light.ph-treasure-chest:before {
  content: "\ede2";
}
.ph-light.ph-tree:before {
  content: "\e6da";
}
.ph-light.ph-tree-evergreen:before {
  content: "\e6dc";
}
.ph-light.ph-tree-palm:before {
  content: "\e91a";
}
.ph-light.ph-tree-structure:before {
  content: "\e67c";
}
.ph-light.ph-tree-view:before {
  content: "\ee48";
}
.ph-light.ph-trend-down:before {
  content: "\e4ac";
}
.ph-light.ph-trend-up:before {
  content: "\e4ae";
}
.ph-light.ph-triangle:before {
  content: "\e4b0";
}
.ph-light.ph-triangle-dashed:before {
  content: "\e4b2";
}
.ph-light.ph-trolley:before {
  content: "\e5b2";
}
.ph-light.ph-trolley-suitcase:before {
  content: "\e5b4";
}
.ph-light.ph-trophy:before {
  content: "\e67e";
}
.ph-light.ph-truck:before {
  content: "\e4b4";
}
.ph-light.ph-truck-trailer:before {
  content: "\e4b6";
}
.ph-light.ph-tumblr-logo:before {
  content: "\e8d4";
}
.ph-light.ph-twitch-logo:before {
  content: "\e5ce";
}
.ph-light.ph-twitter-logo:before {
  content: "\e4ba";
}
.ph-light.ph-umbrella:before {
  content: "\e684";
}
.ph-light.ph-umbrella-simple:before {
  content: "\e686";
}
.ph-light.ph-union:before {
  content: "\edbe";
}
.ph-light.ph-unite:before {
  content: "\e87e";
}
.ph-light.ph-unite-square:before {
  content: "\e878";
}
.ph-light.ph-upload:before {
  content: "\e4be";
}
.ph-light.ph-upload-simple:before {
  content: "\e4c0";
}
.ph-light.ph-usb:before {
  content: "\e956";
}
.ph-light.ph-user:before {
  content: "\e4c2";
}
.ph-light.ph-user-check:before {
  content: "\eafa";
}
.ph-light.ph-user-circle:before {
  content: "\e4c4";
}
.ph-light.ph-user-circle-check:before {
  content: "\ec38";
}
.ph-light.ph-user-circle-dashed:before {
  content: "\ec36";
}
.ph-light.ph-user-circle-gear:before {
  content: "\e4c6";
}
.ph-light.ph-user-circle-minus:before {
  content: "\e4c8";
}
.ph-light.ph-user-circle-plus:before {
  content: "\e4ca";
}
.ph-light.ph-user-focus:before {
  content: "\e6fc";
}
.ph-light.ph-user-gear:before {
  content: "\e4cc";
}
.ph-light.ph-user-list:before {
  content: "\e73c";
}
.ph-light.ph-user-minus:before {
  content: "\e4ce";
}
.ph-light.ph-user-plus:before {
  content: "\e4d0";
}
.ph-light.ph-user-rectangle:before {
  content: "\e4d2";
}
.ph-light.ph-user-sound:before {
  content: "\eca8";
}
.ph-light.ph-user-square:before {
  content: "\e4d4";
}
.ph-light.ph-user-switch:before {
  content: "\e756";
}
.ph-light.ph-users:before {
  content: "\e4d6";
}
.ph-light.ph-users-four:before {
  content: "\e68c";
}
.ph-light.ph-users-three:before {
  content: "\e68e";
}
.ph-light.ph-van:before {
  content: "\e826";
}
.ph-light.ph-vault:before {
  content: "\e76e";
}
.ph-light.ph-vector-three:before {
  content: "\ee62";
}
.ph-light.ph-vector-two:before {
  content: "\ee64";
}
.ph-light.ph-vibrate:before {
  content: "\e4d8";
}
.ph-light.ph-video:before {
  content: "\e740";
}
.ph-light.ph-video-camera:before {
  content: "\e4da";
}
.ph-light.ph-video-camera-slash:before {
  content: "\e4dc";
}
.ph-light.ph-video-conference:before {
  content: "\edce";
}
.ph-light.ph-vignette:before {
  content: "\eba2";
}
.ph-light.ph-vinyl-record:before {
  content: "\ecac";
}
.ph-light.ph-virtual-reality:before {
  content: "\e7b8";
}
.ph-light.ph-virus:before {
  content: "\e7d6";
}
.ph-light.ph-visor:before {
  content: "\ee2a";
}
.ph-light.ph-voicemail:before {
  content: "\e4de";
}
.ph-light.ph-volleyball:before {
  content: "\e726";
}
.ph-light.ph-wall:before {
  content: "\e688";
}
.ph-light.ph-wallet:before {
  content: "\e68a";
}
.ph-light.ph-warehouse:before {
  content: "\ecd4";
}
.ph-light.ph-warning:before {
  content: "\e4e0";
}
.ph-light.ph-warning-circle:before {
  content: "\e4e2";
}
.ph-light.ph-warning-diamond:before {
  content: "\e7fc";
}
.ph-light.ph-warning-octagon:before {
  content: "\e4e4";
}
.ph-light.ph-washing-machine:before {
  content: "\ede8";
}
.ph-light.ph-watch:before {
  content: "\e4e6";
}
.ph-light.ph-wave-sawtooth:before {
  content: "\ea9c";
}
.ph-light.ph-wave-sine:before {
  content: "\ea9a";
}
.ph-light.ph-wave-square:before {
  content: "\ea9e";
}
.ph-light.ph-wave-triangle:before {
  content: "\eaa0";
}
.ph-light.ph-waveform:before {
  content: "\e802";
}
.ph-light.ph-waveform-slash:before {
  content: "\e800";
}
.ph-light.ph-waves:before {
  content: "\e6de";
}
.ph-light.ph-webcam:before {
  content: "\e9b2";
}
.ph-light.ph-webcam-slash:before {
  content: "\ecdc";
}
.ph-light.ph-webhooks-logo:before {
  content: "\ecae";
}
.ph-light.ph-wechat-logo:before {
  content: "\e8d2";
}
.ph-light.ph-whatsapp-logo:before {
  content: "\e5d0";
}
.ph-light.ph-wheelchair:before {
  content: "\e4e8";
}
.ph-light.ph-wheelchair-motion:before {
  content: "\e89a";
}
.ph-light.ph-wifi-high:before {
  content: "\e4ea";
}
.ph-light.ph-wifi-low:before {
  content: "\e4ec";
}
.ph-light.ph-wifi-medium:before {
  content: "\e4ee";
}
.ph-light.ph-wifi-none:before {
  content: "\e4f0";
}
.ph-light.ph-wifi-slash:before {
  content: "\e4f2";
}
.ph-light.ph-wifi-x:before {
  content: "\e4f4";
}
.ph-light.ph-wind:before {
  content: "\e5d2";
}
.ph-light.ph-windmill:before {
  content: "\e9f8";
}
.ph-light.ph-windows-logo:before {
  content: "\e692";
}
.ph-light.ph-wine:before {
  content: "\e6b2";
}
.ph-light.ph-wrench:before {
  content: "\e5d4";
}
.ph-light.ph-x:before {
  content: "\e4f6";
}
.ph-light.ph-x-circle:before {
  content: "\e4f8";
}
.ph-light.ph-x-logo:before {
  content: "\e4bc";
}
.ph-light.ph-x-square:before {
  content: "\e4fa";
}
.ph-light.ph-yarn:before {
  content: "\ed9a";
}
.ph-light.ph-yin-yang:before {
  content: "\e92a";
}
.ph-light.ph-youtube-logo:before {
  content: "\e4fc";
}

/* src/styles.scss */
.font-base,
body,
.mat-mdc-header-row .mat-mdc-header-cell,
.font-700,
.font-600,
.input-label,
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text,
.font-400,
.font-300 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell,
.rtl :host .font-700,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-500,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text,
.rtl :host .font-400,
.rtl :host .font-300 {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
html {
  --mat-badge-text-font: "Quicksand", sans-serif;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px / 32px "Quicksand", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px / 32px "Quicksand", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px / 28px "Quicksand", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 15px / 24px "Quicksand", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px "Quicksand", sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px "Quicksand", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px / 24px "Quicksand", sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 20px "Quicksand", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px "Quicksand", sans-serif;
  letter-spacing: normal;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 112px / 112px "Quicksand", sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 400 56px / 56px "Quicksand", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 45px / 48px "Quicksand", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px "Quicksand", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
html {
  --mat-bottom-sheet-container-text-font: "Quicksand", sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-legacy-button-toggle-label-text-font: "Quicksand", sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 24px;
  --mat-legacy-button-toggle-label-text-size: 15px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: "Quicksand", sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 24px;
  --mat-standard-button-toggle-label-text-size: 15px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-text-font: "Quicksand", sans-serif;
  --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;
}
html {
  --mat-expansion-header-text-font: "Quicksand", sans-serif;
  --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: "Quicksand", sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
}
html {
  --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;
}
html {
  --mat-stepper-container-text-font: "Quicksand", sans-serif;
  --mat-stepper-header-label-text-font: "Quicksand", sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 15px;
  --mat-stepper-header-selected-state-label-text-size: 15px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-toolbar-title-text-font: "Quicksand", sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-node-text-font: "Quicksand", sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-option-label-text-font: "Quicksand", sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 15px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: "Quicksand", sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 15px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-title-text-font: "Quicksand", sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: "Quicksand", sans-serif;
  --mat-card-subtitle-text-line-height: 24px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mdc-plain-tooltip-supporting-text-font: "Quicksand", sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
}
html {
  --mdc-filled-text-field-label-text-font: "Quicksand", sans-serif;
  --mdc-filled-text-field-label-text-size: 15px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: "Quicksand", sans-serif;
  --mdc-outlined-text-field-label-text-size: 15px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: "Quicksand", sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 15px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 15px;
  --mat-form-field-subscript-text-font: "Quicksand", sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
}
html {
  --mat-select-trigger-text-font: "Quicksand", sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 15px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mdc-dialog-subhead-font: "Quicksand", sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: "Quicksand", sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 15px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: "Quicksand", sans-serif;
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-font: "Quicksand", sans-serif;
  --mdc-form-field-label-text-line-height: 20px;
  --mdc-form-field-label-text-size: 14px;
  --mdc-form-field-label-text-tracking: normal;
  --mdc-form-field-label-text-weight: 400;
}
.mat-mdc-radio-button {
  --mdc-form-field-label-text-font: "Quicksand", sans-serif;
  --mdc-form-field-label-text-line-height: 20px;
  --mdc-form-field-label-text-size: 14px;
  --mdc-form-field-label-text-tracking: normal;
  --mdc-form-field-label-text-weight: 400;
}
html {
  --mdc-slider-label-label-text-font: "Quicksand", sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 24px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-item-label-text-font: "Quicksand", sans-serif;
  --mat-menu-item-label-text-size: 15px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mdc-list-list-item-label-text-font: "Quicksand", sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 15px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: "Quicksand", sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: "Quicksand", sans-serif;
  --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: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px "Quicksand", sans-serif;
  letter-spacing: normal;
}
html {
  --mat-paginator-container-text-font: "Quicksand", sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: "Quicksand", sans-serif;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 14px;
  --mat-tab-header-label-text-weight: 500;
}
.mat-mdc-checkbox {
  --mdc-form-field-label-text-font: "Quicksand", sans-serif;
  --mdc-form-field-label-text-line-height: 20px;
  --mdc-form-field-label-text-size: 14px;
  --mdc-form-field-label-text-tracking: normal;
  --mdc-form-field-label-text-weight: 400;
}
html {
  --mdc-text-button-label-text-font: "Quicksand", sans-serif;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: "Quicksand", sans-serif;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: "Quicksand", sans-serif;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: "Quicksand", sans-serif;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
}
html {
  --mdc-extended-fab-label-text-font: "Quicksand", sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 500;
}
html {
  --mdc-snackbar-supporting-text-font: "Quicksand", sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}
html {
  --mat-table-header-headline-font: "Quicksand", sans-serif;
  --mat-table-header-headline-line-height: 24px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: "Quicksand", sans-serif;
  --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: normal;
  --mat-table-footer-supporting-text-font: "Quicksand", sans-serif;
  --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: normal;
}
.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-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, transparent);
  color: var(--mat-app-text-color, inherit);
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #3742fa;
  --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-accent {
  --mat-option-selected-state-label-text-color: #06b327;
  --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-warn {
  --mat-option-selected-state-label-text-color: #ff3f34;
  --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);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #3742fa;
  --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: #3742fa;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color: #06b327;
  --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: #06b327;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #06b327;
  --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: #06b327;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff3f34;
  --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: #ff3f34;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --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);
}
html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #3742fa;
  --mdc-linear-progress-track-color: rgba(55, 66, 250, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #06b327;
  --mdc-linear-progress-track-color: rgba(6, 179, 39, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ff3f34;
  --mdc-linear-progress-track-color: rgba(255, 63, 52, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}
html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
html {
  --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;
}
html {
  --mdc-filled-text-field-caret-color: #3742fa;
  --mdc-filled-text-field-focus-active-indicator-color: #3742fa;
  --mdc-filled-text-field-focus-label-text-color: rgba(55, 66, 250, 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: #ff3f34;
  --mdc-filled-text-field-error-focus-label-text-color: #ff3f34;
  --mdc-filled-text-field-error-label-text-color: #ff3f34;
  --mdc-filled-text-field-error-caret-color: #ff3f34;
  --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: #ff3f34;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ff3f34;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ff3f34;
  --mdc-outlined-text-field-caret-color: #3742fa;
  --mdc-outlined-text-field-focus-outline-color: #3742fa;
  --mdc-outlined-text-field-focus-label-text-color: rgba(55, 66, 250, 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: #ff3f34;
  --mdc-outlined-text-field-error-focus-label-text-color: #ff3f34;
  --mdc-outlined-text-field-error-label-text-color: #ff3f34;
  --mdc-outlined-text-field-error-hover-label-text-color: #ff3f34;
  --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: #ff3f34;
  --mdc-outlined-text-field-error-hover-outline-color: #ff3f34;
  --mdc-outlined-text-field-error-outline-color: #ff3f34;
  --mat-form-field-focus-select-arrow-color: rgba(55, 66, 250, 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: #ff3f34;
  --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-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #06b327;
  --mdc-filled-text-field-focus-active-indicator-color: #06b327;
  --mdc-filled-text-field-focus-label-text-color: rgba(6, 179, 39, 0.87);
  --mdc-outlined-text-field-caret-color: #06b327;
  --mdc-outlined-text-field-focus-outline-color: #06b327;
  --mdc-outlined-text-field-focus-label-text-color: rgba(6, 179, 39, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(6, 179, 39, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ff3f34;
  --mdc-filled-text-field-focus-active-indicator-color: #ff3f34;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 63, 52, 0.87);
  --mdc-outlined-text-field-caret-color: #ff3f34;
  --mdc-outlined-text-field-focus-outline-color: #ff3f34;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 63, 52, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(255, 63, 52, 0.87);
}
html {
  --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;
}
html {
  --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);
}
html {
  --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(55, 66, 250, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 63, 52, 0.87);
}
html .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(6, 179, 39, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 63, 52, 0.87);
}
html .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(255, 63, 52, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 63, 52, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --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);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mdc-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);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --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;
}
html {
  --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);
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 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;
}
.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;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #3742fa;
  --mdc-chip-elevated-selected-container-color: #3742fa;
  --mdc-chip-elevated-disabled-container-color: #3742fa;
  --mdc-chip-flat-disabled-selected-container-color: #3742fa;
  --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;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #06b327;
  --mdc-chip-elevated-selected-container-color: #06b327;
  --mdc-chip-elevated-disabled-container-color: #06b327;
  --mdc-chip-flat-disabled-selected-container-color: #06b327;
  --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;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ff3f34;
  --mdc-chip-elevated-selected-container-color: #ff3f34;
  --mdc-chip-elevated-disabled-container-color: #ff3f34;
  --mdc-chip-flat-disabled-selected-container-color: #ff3f34;
  --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;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
html {
  --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;
  --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-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color: #313cf9;
  --mdc-switch-selected-handle-color: #313cf9;
  --mdc-switch-selected-hover-state-layer-color: #313cf9;
  --mdc-switch-selected-pressed-state-layer-color: #313cf9;
  --mdc-switch-selected-focus-handle-color: #161df6;
  --mdc-switch-selected-hover-handle-color: #161df6;
  --mdc-switch-selected-pressed-handle-color: #161df6;
  --mdc-switch-selected-focus-track-color: #737bfc;
  --mdc-switch-selected-hover-track-color: #737bfc;
  --mdc-switch-selected-pressed-track-color: #737bfc;
  --mdc-switch-selected-track-color: #737bfc;
  --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: var(--mdc-theme-surface, #fff);
  --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-handle-shadow-color: black;
  --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-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-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #05ac23;
  --mdc-switch-selected-handle-color: #05ac23;
  --mdc-switch-selected-hover-state-layer-color: #05ac23;
  --mdc-switch-selected-pressed-state-layer-color: #05ac23;
  --mdc-switch-selected-focus-handle-color: #028b0e;
  --mdc-switch-selected-hover-handle-color: #028b0e;
  --mdc-switch-selected-pressed-handle-color: #028b0e;
  --mdc-switch-selected-focus-track-color: #51ca68;
  --mdc-switch-selected-hover-track-color: #51ca68;
  --mdc-switch-selected-pressed-track-color: #51ca68;
  --mdc-switch-selected-track-color: #51ca68;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #ff392f;
  --mdc-switch-selected-handle-color: #ff392f;
  --mdc-switch-selected-hover-state-layer-color: #ff392f;
  --mdc-switch-selected-pressed-state-layer-color: #ff392f;
  --mdc-switch-selected-focus-handle-color: #ff1b15;
  --mdc-switch-selected-hover-handle-color: #ff1b15;
  --mdc-switch-selected-pressed-handle-color: #ff1b15;
  --mdc-switch-selected-focus-track-color: #ff7971;
  --mdc-switch-selected-hover-track-color: #ff7971;
  --mdc-switch-selected-pressed-track-color: #ff7971;
  --mdc-switch-selected-track-color: #ff7971;
}
html {
  --mdc-switch-state-layer-size: 40px;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.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-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: #3742fa;
  --mdc-radio-selected-hover-icon-color: #3742fa;
  --mdc-radio-selected-icon-color: #3742fa;
  --mdc-radio-selected-pressed-icon-color: #3742fa;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #3742fa;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.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-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: #06b327;
  --mdc-radio-selected-hover-icon-color: #06b327;
  --mdc-radio-selected-icon-color: #06b327;
  --mdc-radio-selected-pressed-icon-color: #06b327;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #06b327;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.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-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: #ff3f34;
  --mdc-radio-selected-hover-icon-color: #ff3f34;
  --mdc-radio-selected-icon-color: #ff3f34;
  --mdc-radio-selected-pressed-icon-color: #ff3f34;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ff3f34;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
html {
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --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-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;
}
html {
  --mdc-slider-handle-color: #3742fa;
  --mdc-slider-focus-handle-color: #3742fa;
  --mdc-slider-hover-handle-color: #3742fa;
  --mdc-slider-active-track-color: #3742fa;
  --mdc-slider-inactive-track-color: #3742fa;
  --mdc-slider-with-tick-marks-inactive-container-color: #3742fa;
  --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;
  --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-ripple-color: #3742fa;
  --mat-slider-hover-state-layer-color: rgba(55, 66, 250, 0.05);
  --mat-slider-focus-state-layer-color: rgba(55, 66, 250, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mat-slider-ripple-color: #06b327;
  --mat-slider-hover-state-layer-color: rgba(6, 179, 39, 0.05);
  --mat-slider-focus-state-layer-color: rgba(6, 179, 39, 0.2);
  --mdc-slider-handle-color: #06b327;
  --mdc-slider-focus-handle-color: #06b327;
  --mdc-slider-hover-handle-color: #06b327;
  --mdc-slider-active-track-color: #06b327;
  --mdc-slider-inactive-track-color: #06b327;
  --mdc-slider-with-tick-marks-inactive-container-color: #06b327;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #ff3f34;
  --mat-slider-hover-state-layer-color: rgba(255, 63, 52, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 63, 52, 0.2);
  --mdc-slider-handle-color: #ff3f34;
  --mdc-slider-focus-handle-color: #ff3f34;
  --mdc-slider-hover-handle-color: #ff3f34;
  --mdc-slider-active-track-color: #ff3f34;
  --mdc-slider-inactive-track-color: #ff3f34;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff3f34;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html {
  --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;
}
html {
  --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);
}
html {
  --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;
}
html {
  --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-item__start,
.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-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: #3742fa;
  --mdc-radio-selected-hover-icon-color: #3742fa;
  --mdc-radio-selected-icon-color: #3742fa;
  --mdc-radio-selected-pressed-icon-color: #3742fa;
}
.mat-accent .mdc-list-item__start,
.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-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: #06b327;
  --mdc-radio-selected-hover-icon-color: #06b327;
  --mdc-radio-selected-icon-color: #06b327;
  --mdc-radio-selected-pressed-icon-color: #06b327;
}
.mat-warn .mdc-list-item__start,
.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-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: #ff3f34;
  --mdc-radio-selected-hover-icon-color: #ff3f34;
  --mdc-radio-selected-icon-color: #ff3f34;
  --mdc-radio-selected-pressed-icon-color: #ff3f34;
}
.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: #3742fa;
  --mdc-checkbox-selected-hover-icon-color: #3742fa;
  --mdc-checkbox-selected-icon-color: #3742fa;
  --mdc-checkbox-selected-pressed-icon-color: #3742fa;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3742fa;
  --mdc-checkbox-selected-hover-state-layer-color: #3742fa;
  --mdc-checkbox-selected-pressed-state-layer-color: #3742fa;
  --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-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: white;
  --mdc-checkbox-selected-focus-icon-color: #06b327;
  --mdc-checkbox-selected-hover-icon-color: #06b327;
  --mdc-checkbox-selected-icon-color: #06b327;
  --mdc-checkbox-selected-pressed-icon-color: #06b327;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #06b327;
  --mdc-checkbox-selected-hover-state-layer-color: #06b327;
  --mdc-checkbox-selected-pressed-state-layer-color: #06b327;
  --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-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: #ff3f34;
  --mdc-checkbox-selected-hover-icon-color: #ff3f34;
  --mdc-checkbox-selected-icon-color: #ff3f34;
  --mdc-checkbox-selected-pressed-icon-color: #ff3f34;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff3f34;
  --mdc-checkbox-selected-hover-state-layer-color: #ff3f34;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff3f34;
  --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-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #3742fa;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #3742fa;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --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-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --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);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
}
html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #3742fa;
  --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: #3742fa;
  --mat-tab-header-active-ripple-color: #3742fa;
  --mat-tab-header-inactive-ripple-color: #3742fa;
  --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: #3742fa;
  --mat-tab-header-active-hover-label-text-color: #3742fa;
  --mat-tab-header-active-focus-indicator-color: #3742fa;
  --mat-tab-header-active-hover-indicator-color: #3742fa;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #06b327;
  --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: #06b327;
  --mat-tab-header-active-ripple-color: #06b327;
  --mat-tab-header-inactive-ripple-color: #06b327;
  --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: #06b327;
  --mat-tab-header-active-hover-label-text-color: #06b327;
  --mat-tab-header-active-focus-indicator-color: #06b327;
  --mat-tab-header-active-hover-indicator-color: #06b327;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ff3f34;
  --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: #ff3f34;
  --mat-tab-header-active-ripple-color: #ff3f34;
  --mat-tab-header-inactive-ripple-color: #ff3f34;
  --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: #ff3f34;
  --mat-tab-header-active-hover-label-text-color: #ff3f34;
  --mat-tab-header-active-focus-indicator-color: #ff3f34;
  --mat-tab-header-active-hover-indicator-color: #ff3f34;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #3742fa;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #06b327;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ff3f34;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --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;
}
html {
  --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: #06b327;
  --mdc-checkbox-selected-hover-icon-color: #06b327;
  --mdc-checkbox-selected-icon-color: #06b327;
  --mdc-checkbox-selected-pressed-icon-color: #06b327;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #06b327;
  --mdc-checkbox-selected-hover-state-layer-color: #06b327;
  --mdc-checkbox-selected-pressed-state-layer-color: #06b327;
  --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-mdc-checkbox {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.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: #3742fa;
  --mdc-checkbox-selected-hover-icon-color: #3742fa;
  --mdc-checkbox-selected-icon-color: #3742fa;
  --mdc-checkbox-selected-pressed-icon-color: #3742fa;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3742fa;
  --mdc-checkbox-selected-hover-state-layer-color: #3742fa;
  --mdc-checkbox-selected-pressed-state-layer-color: #3742fa;
  --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-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: #ff3f34;
  --mdc-checkbox-selected-hover-icon-color: #ff3f34;
  --mdc-checkbox-selected-icon-color: #ff3f34;
  --mdc-checkbox-selected-pressed-icon-color: #ff3f34;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff3f34;
  --mdc-checkbox-selected-hover-state-layer-color: #ff3f34;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff3f34;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
}
html {
  --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-keep-touch-target: false;
  --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;
}
html {
  --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);
  --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-protected-button-container-shadow-color: #000;
  --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;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3742fa;
  --mat-text-button-state-layer-color: #3742fa;
  --mat-text-button-ripple-color: rgba(55, 66, 250, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #06b327;
  --mat-text-button-state-layer-color: #06b327;
  --mat-text-button-ripple-color: rgba(6, 179, 39, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ff3f34;
  --mat-text-button-state-layer-color: #ff3f34;
  --mat-text-button-ripple-color: rgba(255, 63, 52, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3742fa;
  --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);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #06b327;
  --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);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ff3f34;
  --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);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3742fa;
  --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);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #06b327;
  --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);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ff3f34;
  --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);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3742fa;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #3742fa;
  --mat-outlined-button-ripple-color: rgba(55, 66, 250, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #06b327;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #06b327;
  --mat-outlined-button-ripple-color: rgba(6, 179, 39, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ff3f34;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ff3f34;
  --mat-outlined-button-ripple-color: rgba(255, 63, 52, 0.1);
}
html {
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mdc-protected-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;
}
html {
  --mdc-icon-button-icon-size: 24px;
}
html {
  --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;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3742fa;
  --mat-icon-button-state-layer-color: #3742fa;
  --mat-icon-button-ripple-color: rgba(55, 66, 250, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #06b327;
  --mat-icon-button-state-layer-color: #06b327;
  --mat-icon-button-ripple-color: rgba(6, 179, 39, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ff3f34;
  --mat-icon-button-state-layer-color: #ff3f34;
  --mat-icon-button-ripple-color: rgba(255, 63, 52, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.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;
}
html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
}
html {
  --mdc-fab-container-color: white;
  --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-container-shadow-color: #000;
  --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;
  --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-fab-small-container-shadow-color: #000;
  --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);
  --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-extended-fab-container-shadow-color: #000;
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #3742fa;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #06b327;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ff3f34;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #3742fa;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #06b327;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ff3f34;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
}
html {
  --mdc-snackbar-container-shape: 4px;
}
html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #06b327;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --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);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
html {
  --mdc-circular-progress-active-indicator-color: #3742fa;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #06b327;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ff3f34;
}
html {
  --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;
}
html {
  --mat-badge-background-color: #3742fa;
  --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-accent {
  --mat-badge-background-color: #06b327;
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #ff3f34;
  --mat-badge-text-color: white;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --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;
}
html {
  --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;
}
html {
  --mat-standard-button-toggle-height: 48px;
}
html {
  --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);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3742fa;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(55, 66, 250, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(55, 66, 250, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(55, 66, 250, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #3742fa;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(55, 66, 250, 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-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #06b327;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(6, 179, 39, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(6, 179, 39, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(6, 179, 39, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(6, 179, 39, 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-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff3f34;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 63, 52, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 63, 52, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 63, 52, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 63, 52, 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-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #06b327;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ff3f34;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.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;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --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);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #3742fa;
}
.mat-icon.mat-accent {
  --mat-icon-color: #06b327;
}
.mat-icon.mat-warn {
  --mat-icon-color: #ff3f34;
}
html {
  --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;
}
html {
  --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);
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3742fa;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3742fa;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3742fa;
  --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: #ff3f34;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #ff3f34;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #06b327;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #06b327;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #06b327;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff3f34;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff3f34;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff3f34;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-sort-arrow-color: #757575;
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3742fa;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #06b327;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ff3f34;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html .mat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.font-base,
body,
.mat-mdc-header-row .mat-mdc-header-cell,
.font-300,
.font-400,
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text,
.font-600,
.input-label,
.font-700 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700 {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
html {
  --mat-table-header-headline-color: $black;
  --mat-table-row-item-label-text-color: $black;
  --mat-table-row-header-background-color: $white;
  --mat-table-header-headline-font: $sys-font;
  --mat-table-header-headline-line-height: 18px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-row-item-label-text-font: $sys-font;
  --mat-table-row-item-label-text-line-height: 16px;
  --mat-table-row-item-label-text-size: 12px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-header-container-height: 52px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 50px;
}
.mat-mdc-header-row .mat-mdc-header-cell {
  border-top: 1px solid #ececec;
  padding-block: 16px;
}
.mat-mdc-header-row .mat-mdc-header-cell:first-child {
  border-left: 1px solid #ececec;
}
.mat-mdc-header-row .mat-mdc-header-cell:last-child {
  border-right: 1px solid #ececec;
}
.mat-mdc-header-row .mat-mdc-header-cell:nth-of-type(1) {
  border-top-left-radius: 16px;
}
.mat-mdc-header-row .mat-mdc-header-cell:last-child {
  border-top-right-radius: 16px;
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
html {
  --mat-form-field-container-height: 36px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 8px;
  --mat-form-field-filled-with-label-container-padding-top: 0px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 14px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 14px;
  --mat-form-field-subscript-text-line-height: 18px;
  --mat-form-field-subscript-text-size: 14px;
  --mat-form-field-subscript-text-weight: 400;
  --mat-datepicker-calendar-date-focus-state-background-color: #ecd4d4;
  --mat-datepicker-calendar-date-focus-state-background-color: #ecd4d4;
  --mat-datepicker-calendar-date-selected-state-text-color: #9e1e22;
  --mat-datepicker-calendar-date-selected-state-background-color: #ecd4d4;
  --mat-datepicker-toggle-active-state-icon-color: #9e1e22;
  --mat-datepicker-calendar-date-hover-state-background-color: #ecd4d4;
  --mat-datepicker-calendar-date-today-outline-color: #9e1e22;
  --mat-form-field-state-layer-color: rgba($primary, 0.12);
}
.mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-floating-label.mdc-floating-label {
  cursor: inherit;
}
mat-form-field {
  --mdc-outlined-text-field-outline-color: #ececec;
  --mdc-outlined-text-field-focus-outline-color: #9e1e22;
  --mdc-outlined-text-field-hover-outline-color: #ececec;
  --mdc-filled-text-field-container-color: #ecd4d4;
  --mdc-outlined-text-field-label-text-color: #828282;
  --mdc-outlined-text-field-label-text-size: 14px;
  --mdc-outlined-text-field-hover-label-text-color: #828282;
  --mdc-outlined-text-field-focus-label-text-color: #828282;
  --mdc-outlined-text-field-caret-color: #828282;
  --mdc-outlined-text-field-focus-outline-width: 1px;
  --mdc-outlined-text-field-container-shape: 8px;
}
mat-form-field .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
mat-form-field .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #9e1e22;
}
.role-field .mdc-notched-outline__leading,
.role-field .mdc-notched-outline__trailing,
.selection-report .mdc-notched-outline__leading,
.selection-report .mdc-notched-outline__trailing,
.stage .mdc-notched-outline__leading,
.stage .mdc-notched-outline__trailing {
  border: none;
}
.stage {
  --mat-form-field-container-vertical-padding: 0px;
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
html {
  --mdc-text-button-container-height: 36px;
  --mdc-icon-button-state-layer-size: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-text-field-container-shape: 8px;
  --mdc-filled-button-container-shape: 8px;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-weight: 700;
  --mdc-filled-button-label-text-weight: 700;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.2823529412);
}
.mat-mdc-unelevated-button:not(:disabled) {
  --mdc-filled-button-label-text-color: #9e1e22;
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #9e1e22;
  --mdc-filled-button-label-text-color: #ffffff;
  --mat-filled-button-state-layer-color: #9e1e22;
}
.mat-mdc-unelevated-button.mat-secondary {
  --mdc-filled-button-container-color: rgba(158, 30, 34, 0.1019607843);
  --mdc-filled-button-label-text-color: #9e1e22;
  --mat-filled-button-state-layer-color: rgba(158, 30, 34, 0.1019607843);
}
.mat-mdc-unelevated-button[disabled].mat-mdc-button-disabled {
  cursor: not-allowed;
  --mdc-filled-button-disabled-container-color: #bdbdbd;
  --mdc-filled-button-disabled-label-text-color: #ffffff;
  --mat-filled-button-disabled-state-layer-color: #bdbdbd;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #9e1e22;
  --mat-text-button-state-layer-color: #9e1e22;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 36px;
  padding: 6px;
}
.mat-mdc-icon-button.mat-mdc-button-base.mat-primary {
  --mdc-icon-button-color: #9e1e22;
  --mdc-icon-button-ripple-color: #9e1e22;
}
.mat-mdc-icon-button.mat-mdc-button-base.mat-secondary {
  --mdc-icon-button-color: rgba(158, 30, 34, 0.1019607843);
  --mdc-icon-button-ripple-color: rgba(158, 30, 34, 0.1019607843);
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
html {
  --mdc-dialog-container-shape: 16px;
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
mat-slide-toggle[color=primary] {
  --mdc-switch-track-height: 24px;
  --mdc-switch-track-width: 44px;
  --mdc-switch-track-shape: 20px;
}
mat-slide-toggle[color=primary] label {
  min-width: 55px;
}
mat-slide-toggle[color=primary] button.mdc-switch--unselected .mdc-switch__handle-track {
  left: 2px;
}
mat-slide-toggle[color=primary] button.mdc-switch--selected .mdc-switch__handle-track {
  left: -2px;
}
mat-slide-toggle[color=primary] .mdc-switch .mdc-switch__handle::before {
  border: none;
  background: unset;
}
mat-slide-toggle[color=primary] {
  --mdc-switch-selected-track-color: #9e1e22;
  --mdc-switch-selected-hover-track-color: #9e1e22;
  --mdc-switch-selected-focus-track-color: #9e1e22;
  --mdc-switch-selected-pressed-track-color: #9e1e22;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-selected-handle-color: #ffffff;
  --mdc-switch-selected-hover-handle-color: #ffffff;
  --mdc-switch-selected-focus-handle-color: #ffffff;
  --mdc-switch-selected-pressed-handle-color: #ffffff;
  --mdc-switch-unselected-handle-color: #ffffff;
  --mdc-switch-unselected-hover-handle-color: #ffffff;
  --mdc-switch-unselected-focus-handle-color: #ffffff;
  --mdc-switch-unselected-pressed-handle-color: #ffffff;
}
.container__toggle label {
  font-size: 14px;
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-size: 12px;
  --mdc-form-field-label-text-weight: 500;
  --mdc-form-field-label-text-line-height: 16px;
  --mdc-form-field-label-text-color: $dark-grey;
}
mat-slide-toggle {
  scale: 0.92;
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
html {
  --mat-menu-item-label-text-color: #9e1e22;
  --mat-menu-item-hover-state-layer-color: #ecd4d4;
  --mat-menu-item-label-text-size: 14px;
}
.mat-mdc-menu-item,
.mat-mdc-menu-item:visited,
.mat-mdc-menu-item:link {
  color: #576574;
}
.menu-lang .mat-mdc-menu-item,
.menu-lang .mat-mdc-menu-item:visited,
.menu-lang .mat-mdc-menu-item:link {
  text-align: center;
}
.menu-lang .mat-mdc-menu-item .mat-mdc-menu-item-text,
.menu-lang .mat-mdc-menu-item:visited .mat-mdc-menu-item-text,
.menu-lang .mat-mdc-menu-item:link .mat-mdc-menu-item-text {
  color: #9e1e22;
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.mat-mdc-checkbox {
  scale: 0.92;
}
.mat-mdc-checkbox .mdc-checkbox__background {
  border-radius: 6px;
}
.mat-mdc-checkbox[color=primary] {
  --mdc-checkbox-selected-checkmark-color: #ffffff;
  --mdc-checkbox-selected-focus-icon-color: #9e1e22;
  --mdc-checkbox-selected-hover-icon-color: #9e1e22;
  --mdc-checkbox-selected-icon-color: #9e1e22;
  --mdc-checkbox-selected-pressed-icon-color: #9e1e22;
}
.send-assessment-checkbox .mdc-checkbox__background {
  border-radius: 50%;
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
html {
  --mat-select-trigger-text-size: 14px;
  --mat-option-selected-state-layer-color: #ecd4d4;
  --mat-option-focus-state-layer-color: #ecd4d4;
  --mat-option-hover-state-layer-color: #ecd4d4;
}
html mat-select.primary {
  --mat-select-focused-arrow-color: #9e1e22;
}
html mat-option {
  --mat-option-selected-state-label-text-color: #9e1e22;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #9e1e22;
}
html mat-option:active,
html mat-option:focus,
html mat-option:hover,
html mat-option:target {
  --mat-option-label-text-color: #9e1e22;
}
html mat-option.mat-mdc-option-active {
  --mat-option-label-text-color: #9e1e22;
}
.role-field .mdc-text-field--outlined .mat-mdc-form-field-infix,
.role-field .mdc-text-field--no-label .mat-mdc-form-field-infix,
.stage .mdc-text-field--outlined .mat-mdc-form-field-infix,
.stage .mdc-text-field--no-label .mat-mdc-form-field-infix {
  padding: 0;
  min-height: auto;
}
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  color: #9e1e22;
  font-size: 12px;
}
.role-field .mat-mdc-select-arrow svg,
.stage .mat-mdc-select-arrow svg {
  fill: #9e1e22;
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
html {
  --mdc-circular-progress-active-indicator-color: #9e1e22;
}
.custom-spinner {
  --mdc-circular-progress-active-indicator-color: #9e1e22;
  --mdc-circular-progress-track-color: $secondary;
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
html .mat-mdc-radio-button.mat-primary {
  --mdc-radio-selected-focus-icon-color: #9e1e22;
  --mdc-radio-selected-hover-icon-color: #9e1e22;
  --mdc-radio-selected-icon-color: #9e1e22;
  --mdc-radio-selected-pressed-icon-color: #9e1e22;
  --mat-radio-checked-ripple-color: #9e1e22;
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
html .mat-mdc-tab-group {
  --mdc-tab-indicator-active-indicator-color: #9e1e22;
  --mat-tab-header-active-label-text-color: #9e1e22;
  --mat-tab-header-active-ripple-color: #9e1e22;
  --mat-tab-header-inactive-ripple-color: #9e1e22;
  --mat-tab-header-active-focus-label-text-color: #9e1e22;
  --mat-tab-header-active-focus-label-text-color: #9e1e22;
  --mat-tab-header-active-focus-indicator-color: #9e1e22;
  --mat-tab-header-active-hover-indicator-color: #9e1e22;
  --mat-tab-header-focus-label-text-color: #9e1e22;
  --mat-tab-header-disabled-text-color: #e0e0e0;
  --mat-tab-header-label-text-color: #e0e0e0;
  --mat-tab-header-active-hover-label-text-color: #9e1e22;
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
html .mat-mdc-standard-chip {
  --mdc-chip-label-text-size: 12px;
  --mdc-chip-label-text-weight: 500;
  --mdc-chip-disabled-label-text-color: $white;
  --mdc-chip-elevated-container-color: $primary;
  --mdc-chip-label-text-color: $white;
  --mdc-chip-elevated-selected-container-color: $primary;
  --mdc-chip-elevated-disabled-container-color: #E0E0E066;
}
html .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 23px;
}
html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: $white;
  --mdc-chip-elevated-container-color: $primary;
  --mdc-chip-elevated-disabled-container-color: #E0E0E066;
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
html {
  --mat-stepper-header-selected-state-label-text-color: $primary;
  --mat-stepper-line-color: $primary;
}
.mat-step-header {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
div.mat-stepper-horizontal-line {
  border-top-style: dashed;
  color: #9e1e22;
  margin: 0 -45px;
}
.mat-horizontal-stepper-header .mat-step-icon-state-edit,
.mat-horizontal-stepper-header .mat-step-icon-state-done {
  background-color: #9e1e22;
}
.mat-horizontal-stepper-header .mat-step-icon-selected {
  background-color: #ffffff;
  border: 1px solid #9e1e22;
}
.mat-horizontal-stepper-header .mat-step-icon-selected .mat-step-icon-content {
  color: #9e1e22;
}
.mat-horizontal-stepper-header .mat-step-icon {
  color: #ffffff;
}
.mat-step-label.mat-step-label-active.mat-step-label-selected {
  color: #9e1e22;
}
.mat-horizontal-stepper-header-container {
  margin-bottom: 32px;
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
html {
  --mdc-list-list-item-label-text-size: 14px;
  --mdc-list-list-item-label-text-weight: 500;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-weight: 500;
  --mat-paginator-container-text-color: $text;
  --mat-paginator-container-size: 44px;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-weight: 500;
  --mat-paginator-select-trigger-text-size: 14px;
}
.mat-mdc-paginator {
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 8px;
  --mat-form-field-filled-with-label-container-padding-top: 8px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected {
  background-color: #9e1e22;
}
.owl-dt-control-button {
  color: #9e1e22;
}
.owl-dt-timer-content .owl-dt-timer-input {
  border: 1px solid #ecd4d4;
}
.font-base,
body,
.font-300,
.font-400,
.font-500,
.font-600,
.input-label,
.font-700,
.mat-mdc-header-row .mat-mdc-header-cell,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}
.rtl :host .font-base,
.rtl :host body,
.rtl :host .font-300,
.rtl :host .font-400,
.rtl :host .font-500,
.rtl :host .font-600,
.rtl :host .input-label,
.rtl :host .font-700,
.rtl :host .mat-mdc-header-row .mat-mdc-header-cell,
.mat-mdc-header-row .rtl :host .mat-mdc-header-cell,
.rtl :host .role-field .mat-mdc-select-value-text,
.role-field .rtl :host .mat-mdc-select-value-text,
.rtl :host .stage .mat-mdc-select-value-text,
.stage .rtl :host .mat-mdc-select-value-text {
  font-family: "Cairo", serif;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500,
.role-field .mat-mdc-select-value-text,
.stage .mat-mdc-select-value-text {
  font-weight: 500;
}
.font-600,
.input-label {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
html {
  --mdc-filled-text-field-container-color: $white;
  --mdc-filled-text-field-container-shape: 8px;
  --mdc-filled-text-field-focus-active-indicator-height: 0px;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border: none;
}
.filter-field .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #ffffff;
}
.filter-field .mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper {
  border: 1px solid #efefef;
}
.mdc-text-field--filled {
  box-shadow: 0px 4px 4px 0px rgba(233, 233, 233, 0.2509803922);
}
.mdc-text-field--filled {
  border-bottom-right-radius: var(--mdc-filled-text-field-container-shape) !important;
  border-bottom-left-radius: var(--mdc-filled-text-field-container-shape) !important;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.flex-row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.side-nav-list {
  width: 100%;
}
.message-error {
  margin-top: 4px;
  padding-inline: 4px;
  color: #ff0000;
  font-size: 14px;
  font-weight: 400px;
  line-height: 20px;
}
.input-label {
  display: inline-block;
  margin-bottom: 2px;
  padding-left: 4px;
  color: #1d1d1d;
  font-size: 14px;
}
.sections__container * {
  margin: 0;
}
.sections__container ul {
  padding-inline: 20px !important;
}
.chat .mat-drawer-inner-container {
  overflow-x: hidden;
}

/* node_modules/prismjs/themes/prism-solarizedlight.css */
code[class*=language-],
pre[class*=language-] {
  color: #657b83;
  font-family:
    Consolas,
    Monaco,
    "Andale Mono",
    "Ubuntu Mono",
    monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection,
code[class*=language-] ::-moz-selection {
  background: #073642;
}
pre[class*=language-]::selection,
pre[class*=language-] ::selection,
code[class*=language-]::selection,
code[class*=language-] ::selection {
  background: #073642;
}
pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  border-radius: 0.3em;
}
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background-color: #fdf6e3;
}
:not(pre) > code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #93a1a1;
}
.token.punctuation {
  color: #586e75;
}
.token.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #268bd2;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.url,
.token.inserted {
  color: #2aa198;
}
.token.entity {
  color: #657b83;
  background: #eee8d5;
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #859900;
}
.token.function,
.token.class-name {
  color: #b58900;
}
.token.regex,
.token.important,
.token.variable {
  color: #cb4b16;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}

/* node_modules/katex/dist/katex.min.css */
@font-face {
  font-display: block;
  font-family: KaTeX_AMS;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_AMS-Regular.woff2") format("woff2"),
    url("./media/KaTeX_AMS-Regular.woff") format("woff"),
    url("./media/KaTeX_AMS-Regular.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Caligraphic;
  font-style: normal;
  font-weight: 700;
  src:
    url("./media/KaTeX_Caligraphic-Bold.woff2") format("woff2"),
    url("./media/KaTeX_Caligraphic-Bold.woff") format("woff"),
    url("./media/KaTeX_Caligraphic-Bold.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Caligraphic;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Caligraphic-Regular.woff2") format("woff2"),
    url("./media/KaTeX_Caligraphic-Regular.woff") format("woff"),
    url("./media/KaTeX_Caligraphic-Regular.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Fraktur;
  font-style: normal;
  font-weight: 700;
  src:
    url("./media/KaTeX_Fraktur-Bold.woff2") format("woff2"),
    url("./media/KaTeX_Fraktur-Bold.woff") format("woff"),
    url("./media/KaTeX_Fraktur-Bold.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Fraktur;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Fraktur-Regular.woff2") format("woff2"),
    url("./media/KaTeX_Fraktur-Regular.woff") format("woff"),
    url("./media/KaTeX_Fraktur-Regular.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Main;
  font-style: normal;
  font-weight: 700;
  src:
    url("./media/KaTeX_Main-Bold.woff2") format("woff2"),
    url("./media/KaTeX_Main-Bold.woff") format("woff"),
    url("./media/KaTeX_Main-Bold.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Main;
  font-style: italic;
  font-weight: 700;
  src:
    url("./media/KaTeX_Main-BoldItalic.woff2") format("woff2"),
    url("./media/KaTeX_Main-BoldItalic.woff") format("woff"),
    url("./media/KaTeX_Main-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Main;
  font-style: italic;
  font-weight: 400;
  src:
    url("./media/KaTeX_Main-Italic.woff2") format("woff2"),
    url("./media/KaTeX_Main-Italic.woff") format("woff"),
    url("./media/KaTeX_Main-Italic.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Main;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Main-Regular.woff2") format("woff2"),
    url("./media/KaTeX_Main-Regular.woff") format("woff"),
    url("./media/KaTeX_Main-Regular.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Math;
  font-style: italic;
  font-weight: 700;
  src:
    url("./media/KaTeX_Math-BoldItalic.woff2") format("woff2"),
    url("./media/KaTeX_Math-BoldItalic.woff") format("woff"),
    url("./media/KaTeX_Math-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Math;
  font-style: italic;
  font-weight: 400;
  src:
    url("./media/KaTeX_Math-Italic.woff2") format("woff2"),
    url("./media/KaTeX_Math-Italic.woff") format("woff"),
    url("./media/KaTeX_Math-Italic.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: "KaTeX_SansSerif";
  font-style: normal;
  font-weight: 700;
  src:
    url("./media/KaTeX_SansSerif-Bold.woff2") format("woff2"),
    url("./media/KaTeX_SansSerif-Bold.woff") format("woff"),
    url("./media/KaTeX_SansSerif-Bold.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: "KaTeX_SansSerif";
  font-style: italic;
  font-weight: 400;
  src:
    url("./media/KaTeX_SansSerif-Italic.woff2") format("woff2"),
    url("./media/KaTeX_SansSerif-Italic.woff") format("woff"),
    url("./media/KaTeX_SansSerif-Italic.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: "KaTeX_SansSerif";
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_SansSerif-Regular.woff2") format("woff2"),
    url("./media/KaTeX_SansSerif-Regular.woff") format("woff"),
    url("./media/KaTeX_SansSerif-Regular.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Script;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Script-Regular.woff2") format("woff2"),
    url("./media/KaTeX_Script-Regular.woff") format("woff"),
    url("./media/KaTeX_Script-Regular.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Size1;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Size1-Regular.woff2") format("woff2"),
    url("./media/KaTeX_Size1-Regular.woff") format("woff"),
    url("./media/KaTeX_Size1-Regular.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Size2;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Size2-Regular.woff2") format("woff2"),
    url("./media/KaTeX_Size2-Regular.woff") format("woff"),
    url("./media/KaTeX_Size2-Regular.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Size3;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Size3-Regular.woff2") format("woff2"),
    url("./media/KaTeX_Size3-Regular.woff") format("woff"),
    url("./media/KaTeX_Size3-Regular.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Size4;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Size4-Regular.woff2") format("woff2"),
    url("./media/KaTeX_Size4-Regular.woff") format("woff"),
    url("./media/KaTeX_Size4-Regular.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Typewriter;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Typewriter-Regular.woff2") format("woff2"),
    url("./media/KaTeX_Typewriter-Regular.woff") format("woff"),
    url("./media/KaTeX_Typewriter-Regular.ttf") format("truetype");
}
.katex {
  font:
    normal 1.21em KaTeX_Main,
    Times New Roman,
    serif;
  line-height: 1.2;
  text-indent: 0;
  text-rendering: auto;
}
.katex * {
  -ms-high-contrast-adjust: none !important;
  border-color: currentColor;
}
.katex .katex-version:after {
  content: "0.16.25";
}
.katex .katex-mathml {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.katex .katex-html > .newline {
  display: block;
}
.katex .base {
  position: relative;
  white-space: nowrap;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.katex .base,
.katex .strut {
  display: inline-block;
}
.katex .textbf {
  font-weight: 700;
}
.katex .textit {
  font-style: italic;
}
.katex .textrm {
  font-family: KaTeX_Main;
}
.katex .textsf {
  font-family: KaTeX_SansSerif;
}
.katex .texttt {
  font-family: KaTeX_Typewriter;
}
.katex .mathnormal {
  font-family: KaTeX_Math;
  font-style: italic;
}
.katex .mathit {
  font-family: KaTeX_Main;
  font-style: italic;
}
.katex .mathrm {
  font-style: normal;
}
.katex .mathbf {
  font-family: KaTeX_Main;
  font-weight: 700;
}
.katex .boldsymbol {
  font-family: KaTeX_Math;
  font-style: italic;
  font-weight: 700;
}
.katex .amsrm,
.katex .mathbb,
.katex .textbb {
  font-family: KaTeX_AMS;
}
.katex .mathcal {
  font-family: KaTeX_Caligraphic;
}
.katex .mathfrak,
.katex .textfrak {
  font-family: KaTeX_Fraktur;
}
.katex .mathboldfrak,
.katex .textboldfrak {
  font-family: KaTeX_Fraktur;
  font-weight: 700;
}
.katex .mathtt {
  font-family: KaTeX_Typewriter;
}
.katex .mathscr,
.katex .textscr {
  font-family: KaTeX_Script;
}
.katex .mathsf,
.katex .textsf {
  font-family: KaTeX_SansSerif;
}
.katex .mathboldsf,
.katex .textboldsf {
  font-family: KaTeX_SansSerif;
  font-weight: 700;
}
.katex .mathitsf,
.katex .mathsfit,
.katex .textitsf {
  font-family: KaTeX_SansSerif;
  font-style: italic;
}
.katex .mainrm {
  font-family: KaTeX_Main;
  font-style: normal;
}
.katex .vlist-t {
  border-collapse: collapse;
  display: inline-table;
  table-layout: fixed;
}
.katex .vlist-r {
  display: table-row;
}
.katex .vlist {
  display: table-cell;
  position: relative;
  vertical-align: bottom;
}
.katex .vlist > span {
  display: block;
  height: 0;
  position: relative;
}
.katex .vlist > span > span {
  display: inline-block;
}
.katex .vlist > span > .pstrut {
  overflow: hidden;
  width: 0;
}
.katex .vlist-t2 {
  margin-right: -2px;
}
.katex .vlist-s {
  display: table-cell;
  font-size: 1px;
  min-width: 2px;
  vertical-align: bottom;
  width: 2px;
}
.katex .vbox {
  align-items: baseline;
  display: inline-flex;
  flex-direction: column;
}
.katex .hbox {
  width: 100%;
}
.katex .hbox,
.katex .thinbox {
  display: inline-flex;
  flex-direction: row;
}
.katex .thinbox {
  max-width: 0;
  width: 0;
}
.katex .msupsub {
  text-align: left;
}
.katex .mfrac > span > span {
  text-align: center;
}
.katex .mfrac .frac-line {
  border-bottom-style: solid;
  display: inline-block;
  width: 100%;
}
.katex .hdashline,
.katex .hline,
.katex .mfrac .frac-line,
.katex .overline .overline-line,
.katex .rule,
.katex .underline .underline-line {
  min-height: 1px;
}
.katex .mspace {
  display: inline-block;
}
.katex .clap,
.katex .llap,
.katex .rlap {
  position: relative;
  width: 0;
}
.katex .clap > .inner,
.katex .llap > .inner,
.katex .rlap > .inner {
  position: absolute;
}
.katex .clap > .fix,
.katex .llap > .fix,
.katex .rlap > .fix {
  display: inline-block;
}
.katex .llap > .inner {
  right: 0;
}
.katex .clap > .inner,
.katex .rlap > .inner {
  left: 0;
}
.katex .clap > .inner > span {
  margin-left: -50%;
  margin-right: 50%;
}
.katex .rule {
  border: 0 solid;
  display: inline-block;
  position: relative;
}
.katex .hline,
.katex .overline .overline-line,
.katex .underline .underline-line {
  border-bottom-style: solid;
  display: inline-block;
  width: 100%;
}
.katex .hdashline {
  border-bottom-style: dashed;
  display: inline-block;
  width: 100%;
}
.katex .sqrt > .root {
  margin-left: .2777777778em;
  margin-right: -.5555555556em;
}
.katex .fontsize-ensurer.reset-size1.size1,
.katex .sizing.reset-size1.size1 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size1.size2,
.katex .sizing.reset-size1.size2 {
  font-size: 1.2em;
}
.katex .fontsize-ensurer.reset-size1.size3,
.katex .sizing.reset-size1.size3 {
  font-size: 1.4em;
}
.katex .fontsize-ensurer.reset-size1.size4,
.katex .sizing.reset-size1.size4 {
  font-size: 1.6em;
}
.katex .fontsize-ensurer.reset-size1.size5,
.katex .sizing.reset-size1.size5 {
  font-size: 1.8em;
}
.katex .fontsize-ensurer.reset-size1.size6,
.katex .sizing.reset-size1.size6 {
  font-size: 2em;
}
.katex .fontsize-ensurer.reset-size1.size7,
.katex .sizing.reset-size1.size7 {
  font-size: 2.4em;
}
.katex .fontsize-ensurer.reset-size1.size8,
.katex .sizing.reset-size1.size8 {
  font-size: 2.88em;
}
.katex .fontsize-ensurer.reset-size1.size9,
.katex .sizing.reset-size1.size9 {
  font-size: 3.456em;
}
.katex .fontsize-ensurer.reset-size1.size10,
.katex .sizing.reset-size1.size10 {
  font-size: 4.148em;
}
.katex .fontsize-ensurer.reset-size1.size11,
.katex .sizing.reset-size1.size11 {
  font-size: 4.976em;
}
.katex .fontsize-ensurer.reset-size2.size1,
.katex .sizing.reset-size2.size1 {
  font-size: .8333333333em;
}
.katex .fontsize-ensurer.reset-size2.size2,
.katex .sizing.reset-size2.size2 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size2.size3,
.katex .sizing.reset-size2.size3 {
  font-size: 1.1666666667em;
}
.katex .fontsize-ensurer.reset-size2.size4,
.katex .sizing.reset-size2.size4 {
  font-size: 1.3333333333em;
}
.katex .fontsize-ensurer.reset-size2.size5,
.katex .sizing.reset-size2.size5 {
  font-size: 1.5em;
}
.katex .fontsize-ensurer.reset-size2.size6,
.katex .sizing.reset-size2.size6 {
  font-size: 1.6666666667em;
}
.katex .fontsize-ensurer.reset-size2.size7,
.katex .sizing.reset-size2.size7 {
  font-size: 2em;
}
.katex .fontsize-ensurer.reset-size2.size8,
.katex .sizing.reset-size2.size8 {
  font-size: 2.4em;
}
.katex .fontsize-ensurer.reset-size2.size9,
.katex .sizing.reset-size2.size9 {
  font-size: 2.88em;
}
.katex .fontsize-ensurer.reset-size2.size10,
.katex .sizing.reset-size2.size10 {
  font-size: 3.4566666667em;
}
.katex .fontsize-ensurer.reset-size2.size11,
.katex .sizing.reset-size2.size11 {
  font-size: 4.1466666667em;
}
.katex .fontsize-ensurer.reset-size3.size1,
.katex .sizing.reset-size3.size1 {
  font-size: .7142857143em;
}
.katex .fontsize-ensurer.reset-size3.size2,
.katex .sizing.reset-size3.size2 {
  font-size: .8571428571em;
}
.katex .fontsize-ensurer.reset-size3.size3,
.katex .sizing.reset-size3.size3 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size3.size4,
.katex .sizing.reset-size3.size4 {
  font-size: 1.1428571429em;
}
.katex .fontsize-ensurer.reset-size3.size5,
.katex .sizing.reset-size3.size5 {
  font-size: 1.2857142857em;
}
.katex .fontsize-ensurer.reset-size3.size6,
.katex .sizing.reset-size3.size6 {
  font-size: 1.4285714286em;
}
.katex .fontsize-ensurer.reset-size3.size7,
.katex .sizing.reset-size3.size7 {
  font-size: 1.7142857143em;
}
.katex .fontsize-ensurer.reset-size3.size8,
.katex .sizing.reset-size3.size8 {
  font-size: 2.0571428571em;
}
.katex .fontsize-ensurer.reset-size3.size9,
.katex .sizing.reset-size3.size9 {
  font-size: 2.4685714286em;
}
.katex .fontsize-ensurer.reset-size3.size10,
.katex .sizing.reset-size3.size10 {
  font-size: 2.9628571429em;
}
.katex .fontsize-ensurer.reset-size3.size11,
.katex .sizing.reset-size3.size11 {
  font-size: 3.5542857143em;
}
.katex .fontsize-ensurer.reset-size4.size1,
.katex .sizing.reset-size4.size1 {
  font-size: .625em;
}
.katex .fontsize-ensurer.reset-size4.size2,
.katex .sizing.reset-size4.size2 {
  font-size: .75em;
}
.katex .fontsize-ensurer.reset-size4.size3,
.katex .sizing.reset-size4.size3 {
  font-size: .875em;
}
.katex .fontsize-ensurer.reset-size4.size4,
.katex .sizing.reset-size4.size4 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size4.size5,
.katex .sizing.reset-size4.size5 {
  font-size: 1.125em;
}
.katex .fontsize-ensurer.reset-size4.size6,
.katex .sizing.reset-size4.size6 {
  font-size: 1.25em;
}
.katex .fontsize-ensurer.reset-size4.size7,
.katex .sizing.reset-size4.size7 {
  font-size: 1.5em;
}
.katex .fontsize-ensurer.reset-size4.size8,
.katex .sizing.reset-size4.size8 {
  font-size: 1.8em;
}
.katex .fontsize-ensurer.reset-size4.size9,
.katex .sizing.reset-size4.size9 {
  font-size: 2.16em;
}
.katex .fontsize-ensurer.reset-size4.size10,
.katex .sizing.reset-size4.size10 {
  font-size: 2.5925em;
}
.katex .fontsize-ensurer.reset-size4.size11,
.katex .sizing.reset-size4.size11 {
  font-size: 3.11em;
}
.katex .fontsize-ensurer.reset-size5.size1,
.katex .sizing.reset-size5.size1 {
  font-size: .5555555556em;
}
.katex .fontsize-ensurer.reset-size5.size2,
.katex .sizing.reset-size5.size2 {
  font-size: .6666666667em;
}
.katex .fontsize-ensurer.reset-size5.size3,
.katex .sizing.reset-size5.size3 {
  font-size: .7777777778em;
}
.katex .fontsize-ensurer.reset-size5.size4,
.katex .sizing.reset-size5.size4 {
  font-size: .8888888889em;
}
.katex .fontsize-ensurer.reset-size5.size5,
.katex .sizing.reset-size5.size5 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size5.size6,
.katex .sizing.reset-size5.size6 {
  font-size: 1.1111111111em;
}
.katex .fontsize-ensurer.reset-size5.size7,
.katex .sizing.reset-size5.size7 {
  font-size: 1.3333333333em;
}
.katex .fontsize-ensurer.reset-size5.size8,
.katex .sizing.reset-size5.size8 {
  font-size: 1.6em;
}
.katex .fontsize-ensurer.reset-size5.size9,
.katex .sizing.reset-size5.size9 {
  font-size: 1.92em;
}
.katex .fontsize-ensurer.reset-size5.size10,
.katex .sizing.reset-size5.size10 {
  font-size: 2.3044444444em;
}
.katex .fontsize-ensurer.reset-size5.size11,
.katex .sizing.reset-size5.size11 {
  font-size: 2.7644444444em;
}
.katex .fontsize-ensurer.reset-size6.size1,
.katex .sizing.reset-size6.size1 {
  font-size: .5em;
}
.katex .fontsize-ensurer.reset-size6.size2,
.katex .sizing.reset-size6.size2 {
  font-size: .6em;
}
.katex .fontsize-ensurer.reset-size6.size3,
.katex .sizing.reset-size6.size3 {
  font-size: .7em;
}
.katex .fontsize-ensurer.reset-size6.size4,
.katex .sizing.reset-size6.size4 {
  font-size: .8em;
}
.katex .fontsize-ensurer.reset-size6.size5,
.katex .sizing.reset-size6.size5 {
  font-size: .9em;
}
.katex .fontsize-ensurer.reset-size6.size6,
.katex .sizing.reset-size6.size6 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size6.size7,
.katex .sizing.reset-size6.size7 {
  font-size: 1.2em;
}
.katex .fontsize-ensurer.reset-size6.size8,
.katex .sizing.reset-size6.size8 {
  font-size: 1.44em;
}
.katex .fontsize-ensurer.reset-size6.size9,
.katex .sizing.reset-size6.size9 {
  font-size: 1.728em;
}
.katex .fontsize-ensurer.reset-size6.size10,
.katex .sizing.reset-size6.size10 {
  font-size: 2.074em;
}
.katex .fontsize-ensurer.reset-size6.size11,
.katex .sizing.reset-size6.size11 {
  font-size: 2.488em;
}
.katex .fontsize-ensurer.reset-size7.size1,
.katex .sizing.reset-size7.size1 {
  font-size: .4166666667em;
}
.katex .fontsize-ensurer.reset-size7.size2,
.katex .sizing.reset-size7.size2 {
  font-size: .5em;
}
.katex .fontsize-ensurer.reset-size7.size3,
.katex .sizing.reset-size7.size3 {
  font-size: .5833333333em;
}
.katex .fontsize-ensurer.reset-size7.size4,
.katex .sizing.reset-size7.size4 {
  font-size: .6666666667em;
}
.katex .fontsize-ensurer.reset-size7.size5,
.katex .sizing.reset-size7.size5 {
  font-size: .75em;
}
.katex .fontsize-ensurer.reset-size7.size6,
.katex .sizing.reset-size7.size6 {
  font-size: .8333333333em;
}
.katex .fontsize-ensurer.reset-size7.size7,
.katex .sizing.reset-size7.size7 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size7.size8,
.katex .sizing.reset-size7.size8 {
  font-size: 1.2em;
}
.katex .fontsize-ensurer.reset-size7.size9,
.katex .sizing.reset-size7.size9 {
  font-size: 1.44em;
}
.katex .fontsize-ensurer.reset-size7.size10,
.katex .sizing.reset-size7.size10 {
  font-size: 1.7283333333em;
}
.katex .fontsize-ensurer.reset-size7.size11,
.katex .sizing.reset-size7.size11 {
  font-size: 2.0733333333em;
}
.katex .fontsize-ensurer.reset-size8.size1,
.katex .sizing.reset-size8.size1 {
  font-size: .3472222222em;
}
.katex .fontsize-ensurer.reset-size8.size2,
.katex .sizing.reset-size8.size2 {
  font-size: .4166666667em;
}
.katex .fontsize-ensurer.reset-size8.size3,
.katex .sizing.reset-size8.size3 {
  font-size: .4861111111em;
}
.katex .fontsize-ensurer.reset-size8.size4,
.katex .sizing.reset-size8.size4 {
  font-size: .5555555556em;
}
.katex .fontsize-ensurer.reset-size8.size5,
.katex .sizing.reset-size8.size5 {
  font-size: .625em;
}
.katex .fontsize-ensurer.reset-size8.size6,
.katex .sizing.reset-size8.size6 {
  font-size: .6944444444em;
}
.katex .fontsize-ensurer.reset-size8.size7,
.katex .sizing.reset-size8.size7 {
  font-size: .8333333333em;
}
.katex .fontsize-ensurer.reset-size8.size8,
.katex .sizing.reset-size8.size8 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size8.size9,
.katex .sizing.reset-size8.size9 {
  font-size: 1.2em;
}
.katex .fontsize-ensurer.reset-size8.size10,
.katex .sizing.reset-size8.size10 {
  font-size: 1.4402777778em;
}
.katex .fontsize-ensurer.reset-size8.size11,
.katex .sizing.reset-size8.size11 {
  font-size: 1.7277777778em;
}
.katex .fontsize-ensurer.reset-size9.size1,
.katex .sizing.reset-size9.size1 {
  font-size: .2893518519em;
}
.katex .fontsize-ensurer.reset-size9.size2,
.katex .sizing.reset-size9.size2 {
  font-size: .3472222222em;
}
.katex .fontsize-ensurer.reset-size9.size3,
.katex .sizing.reset-size9.size3 {
  font-size: .4050925926em;
}
.katex .fontsize-ensurer.reset-size9.size4,
.katex .sizing.reset-size9.size4 {
  font-size: .462962963em;
}
.katex .fontsize-ensurer.reset-size9.size5,
.katex .sizing.reset-size9.size5 {
  font-size: .5208333333em;
}
.katex .fontsize-ensurer.reset-size9.size6,
.katex .sizing.reset-size9.size6 {
  font-size: .5787037037em;
}
.katex .fontsize-ensurer.reset-size9.size7,
.katex .sizing.reset-size9.size7 {
  font-size: .6944444444em;
}
.katex .fontsize-ensurer.reset-size9.size8,
.katex .sizing.reset-size9.size8 {
  font-size: .8333333333em;
}
.katex .fontsize-ensurer.reset-size9.size9,
.katex .sizing.reset-size9.size9 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size9.size10,
.katex .sizing.reset-size9.size10 {
  font-size: 1.2002314815em;
}
.katex .fontsize-ensurer.reset-size9.size11,
.katex .sizing.reset-size9.size11 {
  font-size: 1.4398148148em;
}
.katex .fontsize-ensurer.reset-size10.size1,
.katex .sizing.reset-size10.size1 {
  font-size: .2410800386em;
}
.katex .fontsize-ensurer.reset-size10.size2,
.katex .sizing.reset-size10.size2 {
  font-size: .2892960463em;
}
.katex .fontsize-ensurer.reset-size10.size3,
.katex .sizing.reset-size10.size3 {
  font-size: .337512054em;
}
.katex .fontsize-ensurer.reset-size10.size4,
.katex .sizing.reset-size10.size4 {
  font-size: .3857280617em;
}
.katex .fontsize-ensurer.reset-size10.size5,
.katex .sizing.reset-size10.size5 {
  font-size: .4339440694em;
}
.katex .fontsize-ensurer.reset-size10.size6,
.katex .sizing.reset-size10.size6 {
  font-size: .4821600771em;
}
.katex .fontsize-ensurer.reset-size10.size7,
.katex .sizing.reset-size10.size7 {
  font-size: .5785920926em;
}
.katex .fontsize-ensurer.reset-size10.size8,
.katex .sizing.reset-size10.size8 {
  font-size: .6943105111em;
}
.katex .fontsize-ensurer.reset-size10.size9,
.katex .sizing.reset-size10.size9 {
  font-size: .8331726133em;
}
.katex .fontsize-ensurer.reset-size10.size10,
.katex .sizing.reset-size10.size10 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size10.size11,
.katex .sizing.reset-size10.size11 {
  font-size: 1.1996142719em;
}
.katex .fontsize-ensurer.reset-size11.size1,
.katex .sizing.reset-size11.size1 {
  font-size: .2009646302em;
}
.katex .fontsize-ensurer.reset-size11.size2,
.katex .sizing.reset-size11.size2 {
  font-size: .2411575563em;
}
.katex .fontsize-ensurer.reset-size11.size3,
.katex .sizing.reset-size11.size3 {
  font-size: .2813504823em;
}
.katex .fontsize-ensurer.reset-size11.size4,
.katex .sizing.reset-size11.size4 {
  font-size: .3215434084em;
}
.katex .fontsize-ensurer.reset-size11.size5,
.katex .sizing.reset-size11.size5 {
  font-size: .3617363344em;
}
.katex .fontsize-ensurer.reset-size11.size6,
.katex .sizing.reset-size11.size6 {
  font-size: .4019292605em;
}
.katex .fontsize-ensurer.reset-size11.size7,
.katex .sizing.reset-size11.size7 {
  font-size: .4823151125em;
}
.katex .fontsize-ensurer.reset-size11.size8,
.katex .sizing.reset-size11.size8 {
  font-size: .578778135em;
}
.katex .fontsize-ensurer.reset-size11.size9,
.katex .sizing.reset-size11.size9 {
  font-size: .6945337621em;
}
.katex .fontsize-ensurer.reset-size11.size10,
.katex .sizing.reset-size11.size10 {
  font-size: .8336012862em;
}
.katex .fontsize-ensurer.reset-size11.size11,
.katex .sizing.reset-size11.size11 {
  font-size: 1em;
}
.katex .delimsizing.size1 {
  font-family: KaTeX_Size1;
}
.katex .delimsizing.size2 {
  font-family: KaTeX_Size2;
}
.katex .delimsizing.size3 {
  font-family: KaTeX_Size3;
}
.katex .delimsizing.size4 {
  font-family: KaTeX_Size4;
}
.katex .delimsizing.mult .delim-size1 > span {
  font-family: KaTeX_Size1;
}
.katex .delimsizing.mult .delim-size4 > span {
  font-family: KaTeX_Size4;
}
.katex .nulldelimiter {
  display: inline-block;
  width: .12em;
}
.katex .delimcenter,
.katex .op-symbol {
  position: relative;
}
.katex .op-symbol.small-op {
  font-family: KaTeX_Size1;
}
.katex .op-symbol.large-op {
  font-family: KaTeX_Size2;
}
.katex .accent > .vlist-t,
.katex .op-limits > .vlist-t {
  text-align: center;
}
.katex .accent .accent-body {
  position: relative;
}
.katex .accent .accent-body:not(.accent-full) {
  width: 0;
}
.katex .overlay {
  display: block;
}
.katex .mtable .vertical-separator {
  display: inline-block;
  min-width: 1px;
}
.katex .mtable .arraycolsep {
  display: inline-block;
}
.katex .mtable .col-align-c > .vlist-t {
  text-align: center;
}
.katex .mtable .col-align-l > .vlist-t {
  text-align: left;
}
.katex .mtable .col-align-r > .vlist-t {
  text-align: right;
}
.katex .svg-align {
  text-align: left;
}
.katex svg {
  fill: currentColor;
  stroke: currentColor;
  fill-rule: nonzero;
  fill-opacity: 1;
  stroke-width: 1;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  stroke-opacity: 1;
  display: block;
  height: inherit;
  position: absolute;
  width: 100%;
}
.katex svg path {
  stroke: none;
}
.katex img {
  border-style: none;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
}
.katex .stretchy {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.katex .stretchy:after,
.katex .stretchy:before {
  content: "";
}
.katex .hide-tail {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.katex .halfarrow-left {
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 50.2%;
}
.katex .halfarrow-right {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 50.2%;
}
.katex .brace-left {
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 25.1%;
}
.katex .brace-center {
  left: 25%;
  overflow: hidden;
  position: absolute;
  width: 50%;
}
.katex .brace-right {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 25.1%;
}
.katex .x-arrow-pad {
  padding: 0 .5em;
}
.katex .cd-arrow-pad {
  padding: 0 .55556em 0 .27778em;
}
.katex .mover,
.katex .munder,
.katex .x-arrow {
  text-align: center;
}
.katex .boxpad {
  padding: 0 .3em;
}
.katex .fbox,
.katex .fcolorbox {
  border: .04em solid;
  box-sizing: border-box;
}
.katex .cancel-pad {
  padding: 0 .2em;
}
.katex .cancel-lap {
  margin-left: -.2em;
  margin-right: -.2em;
}
.katex .sout {
  border-bottom-style: solid;
  border-bottom-width: .08em;
}
.katex .angl {
  border-right: .049em solid;
  border-top: .049em solid;
  box-sizing: border-box;
  margin-right: .03889em;
}
.katex .anglpad {
  padding: 0 .03889em;
}
.katex .eqn-num:before {
  content: "(" counter(katexEqnNo) ")";
  counter-increment: katexEqnNo;
}
.katex .mml-eqn-num:before {
  content: "(" counter(mmlEqnNo) ")";
  counter-increment: mmlEqnNo;
}
.katex .mtr-glue {
  width: 50%;
}
.katex .cd-vert-arrow {
  display: inline-block;
  position: relative;
}
.katex .cd-label-left {
  display: inline-block;
  position: absolute;
  right: calc(50% + .3em);
  text-align: left;
}
.katex .cd-label-right {
  display: inline-block;
  left: calc(50% + .3em);
  position: absolute;
  text-align: right;
}
.katex-display {
  display: block;
  margin: 1em 0;
  text-align: center;
}
.katex-display > .katex {
  display: block;
  text-align: center;
  white-space: nowrap;
}
.katex-display > .katex > .katex-html {
  display: block;
  position: relative;
}
.katex-display > .katex > .katex-html > .tag {
  position: absolute;
  right: 0;
}
.katex-display.leqno > .katex > .katex-html > .tag {
  left: 0;
  right: auto;
}
.katex-display.fleqn > .katex {
  padding-left: 2em;
  text-align: left;
}
body {
  counter-reset: katexEqnNo mmlEqnNo;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
