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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes pass-indicator-animation {
  from {
    right: 100%;
  }
  to {
    right: 0;
  }
}
@keyframes complete-indicator-animation {
  from {
    width: 30%;
    height: 30%;
  }
  to {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: inherit;
}

.xs-title-text {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  line-height: 13px;
  font-family: "AntapaniSemiBold";
}

.sm-title-text {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  line-height: 14px;
  font-family: "AntapaniSemiBold";
}

.md-title-text {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  line-height: 16px;
  font-family: "AntapaniSemiBold";
}

.lg-title-text {
  font-family: "AntapaniExtraBold";
  line-height: 20px;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  padding-top: 3px;
}

.xl-title-text {
  font-family: "AntapaniExtraBold";
  line-height: 24px;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  padding-top: 3px;
}

.xxl-title-text {
  font-family: "AntapaniExtraBold";
  line-height: 32px;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
}

.sm-content-text {
  font-family: "AntapaniRegular";
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
}
.sm-content-text--gray {
  color: #676767;
}

.xs-content-text, .gg-calendar .cal-month-view .cal-header .cal-cell, .cdk-overlay-pane .common-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  font-family: "AntapaniRegular";
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  letter-spacing: 0;
}
.xs-content-text--gray {
  color: #676767;
}

.xxs-content-text {
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0;
  color: inherit;
}
.xxs-content-text--gray {
  color: #676767;
}

.xxxs-content-text {
  font-family: "AntapaniRegular";
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0;
  color: inherit;
}
.xxxs-content-text--gray {
  color: #676767;
}

.sm-description-text {
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #676767;
  letter-spacing: 0;
  line-height: 20px;
}

svg {
  display: block;
}

.cursor-pointer {
  cursor: pointer;
}

.gg-label-text {
  display: block;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.gg-label-text--gray {
  color: #676767;
}

.asterisk {
  font-size: inherit;
  color: #fc612e;
  letter-spacing: 2px;
}

.basic-card {
  padding: 10px;
  border-radius: 10px;
  font-family: "AntapaniSemiBold";
  background: #f4f4f4;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
}

.gg-unordered-list {
  margin: 0;
  padding-left: 0px;
  display: grid;
  gap: 6px;
}
.gg-unordered-list ol {
  line-height: 1;
  padding-left: 10px;
  position: relative;
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #000000;
}
.gg-unordered-list ol::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-80%);
  background: #f28e6d;
  border-radius: 50%;
}

.gg-content-nowrap {
  white-space: nowrap;
}

a,
.gg-link {
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #0c2c4c;
  letter-spacing: 0;
  cursor: pointer;
}

.hidden-card-number {
  word-spacing: 8px;
}

.gg-avatar {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  object-fit: cover;
}

.gg-vertical-divider {
  width: 1px;
  height: 100%;
  background: #dddddd;
}

.gg-popup-content-text {
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
}

.label {
  color: #676767;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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: #0c2c4c;
  --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: #dddddd;
  --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: #fc612e;
  --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: #0c2c4c;
  --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: #0c2c4c;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #dddddd;
  --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: #dddddd;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #dddddd;
  --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: #dddddd;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #fc612e;
  --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: #fc612e;
  --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 {
  --mat-option-label-text-font: AntapaniRegular;
  --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: AntapaniRegular;
  --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 {
  --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 {
  --mat-card-title-text-font: AntapaniRegular;
  --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: AntapaniRegular;
  --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-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: #0c2c4c;
  --mdc-linear-progress-track-color: rgba(12, 44, 76, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #dddddd;
  --mdc-linear-progress-track-color: rgba(221, 221, 221, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #fc612e;
  --mdc-linear-progress-track-color: rgba(252, 97, 46, 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-plain-tooltip-supporting-text-font: AntapaniRegular;
  --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-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: #0c2c4c;
  --mdc-filled-text-field-focus-active-indicator-color: #0c2c4c;
  --mdc-filled-text-field-focus-label-text-color: rgba(12, 44, 76, 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: #fc612e;
  --mdc-filled-text-field-error-focus-label-text-color: #fc612e;
  --mdc-filled-text-field-error-label-text-color: #fc612e;
  --mdc-filled-text-field-error-caret-color: #fc612e;
  --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: #fc612e;
  --mdc-filled-text-field-error-focus-active-indicator-color: #fc612e;
  --mdc-filled-text-field-error-hover-active-indicator-color: #fc612e;
  --mdc-outlined-text-field-caret-color: #0c2c4c;
  --mdc-outlined-text-field-focus-outline-color: #0c2c4c;
  --mdc-outlined-text-field-focus-label-text-color: rgba(12, 44, 76, 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: #fc612e;
  --mdc-outlined-text-field-error-focus-label-text-color: #fc612e;
  --mdc-outlined-text-field-error-label-text-color: #fc612e;
  --mdc-outlined-text-field-error-hover-label-text-color: #fc612e;
  --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: #fc612e;
  --mdc-outlined-text-field-error-hover-outline-color: #fc612e;
  --mdc-outlined-text-field-error-outline-color: #fc612e;
  --mat-form-field-focus-select-arrow-color: rgba(12, 44, 76, 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: #fc612e;
  --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: #dddddd;
  --mdc-filled-text-field-focus-active-indicator-color: #dddddd;
  --mdc-filled-text-field-focus-label-text-color: rgba(221, 221, 221, 0.87);
  --mdc-outlined-text-field-caret-color: #dddddd;
  --mdc-outlined-text-field-focus-outline-color: #dddddd;
  --mdc-outlined-text-field-focus-label-text-color: rgba(221, 221, 221, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(221, 221, 221, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #fc612e;
  --mdc-filled-text-field-focus-active-indicator-color: #fc612e;
  --mdc-filled-text-field-focus-label-text-color: rgba(252, 97, 46, 0.87);
  --mdc-outlined-text-field-caret-color: #fc612e;
  --mdc-outlined-text-field-focus-outline-color: #fc612e;
  --mdc-outlined-text-field-focus-label-text-color: rgba(252, 97, 46, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(252, 97, 46, 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 {
  --mdc-filled-text-field-label-text-font: AntapaniRegular;
  --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: AntapaniRegular;
  --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: AntapaniRegular;
  --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: AntapaniRegular;
  --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-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(12, 44, 76, 0.87);
  --mat-select-invalid-arrow-color: rgba(252, 97, 46, 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(221, 221, 221, 0.87);
  --mat-select-invalid-arrow-color: rgba(252, 97, 46, 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(252, 97, 46, 0.87);
  --mat-select-invalid-arrow-color: rgba(252, 97, 46, 0.87);
}

html {
  --mat-select-arrow-transform: translateY(-8px);
}

html {
  --mat-select-trigger-text-font: AntapaniRegular;
  --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 {
  --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);
}

html {
  --mdc-dialog-subhead-font: AntapaniRegular;
  --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: AntapaniRegular;
  --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-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: #0c2c4c;
  --mdc-chip-elevated-selected-container-color: #0c2c4c;
  --mdc-chip-elevated-disabled-container-color: #0c2c4c;
  --mdc-chip-flat-disabled-selected-container-color: #0c2c4c;
  --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: black;
  --mdc-chip-elevated-container-color: #dddddd;
  --mdc-chip-elevated-selected-container-color: #dddddd;
  --mdc-chip-elevated-disabled-container-color: #dddddd;
  --mdc-chip-flat-disabled-selected-container-color: #dddddd;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.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: black;
  --mdc-chip-elevated-container-color: #fc612e;
  --mdc-chip-elevated-selected-container-color: #fc612e;
  --mdc-chip-elevated-disabled-container-color: #fc612e;
  --mdc-chip-flat-disabled-selected-container-color: #fc612e;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}

.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}

.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: AntapaniRegular;
  --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 {
  --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: #0a2745;
  --mdc-switch-selected-handle-color: #0a2745;
  --mdc-switch-selected-hover-state-layer-color: #0a2745;
  --mdc-switch-selected-pressed-state-layer-color: #0a2745;
  --mdc-switch-selected-focus-handle-color: #031024;
  --mdc-switch-selected-hover-handle-color: #031024;
  --mdc-switch-selected-pressed-handle-color: #031024;
  --mdc-switch-selected-focus-track-color: #556b82;
  --mdc-switch-selected-hover-track-color: #556b82;
  --mdc-switch-selected-pressed-track-color: #556b82;
  --mdc-switch-selected-track-color: #556b82;
  --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: #d9d9d9;
  --mdc-switch-selected-handle-color: #d9d9d9;
  --mdc-switch-selected-hover-state-layer-color: #d9d9d9;
  --mdc-switch-selected-pressed-state-layer-color: #d9d9d9;
  --mdc-switch-selected-focus-handle-color: #c7c7c7;
  --mdc-switch-selected-hover-handle-color: #c7c7c7;
  --mdc-switch-selected-pressed-handle-color: #c7c7c7;
  --mdc-switch-selected-focus-track-color: #e7e7e7;
  --mdc-switch-selected-hover-track-color: #e7e7e7;
  --mdc-switch-selected-pressed-track-color: #e7e7e7;
  --mdc-switch-selected-track-color: #e7e7e7;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fc5929;
  --mdc-switch-selected-handle-color: #fc5929;
  --mdc-switch-selected-hover-state-layer-color: #fc5929;
  --mdc-switch-selected-pressed-state-layer-color: #fc5929;
  --mdc-switch-selected-focus-handle-color: #fa3312;
  --mdc-switch-selected-hover-handle-color: #fa3312;
  --mdc-switch-selected-pressed-handle-color: #fa3312;
  --mdc-switch-selected-focus-track-color: #fd906d;
  --mdc-switch-selected-hover-track-color: #fd906d;
  --mdc-switch-selected-pressed-track-color: #fd906d;
  --mdc-switch-selected-track-color: #fd906d;
}

html {
  --mdc-switch-state-layer-size: 40px;
}

html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-font: AntapaniRegular;
  --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-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: #0c2c4c;
  --mdc-radio-selected-hover-icon-color: #0c2c4c;
  --mdc-radio-selected-icon-color: #0c2c4c;
  --mdc-radio-selected-pressed-icon-color: #0c2c4c;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #0c2c4c;
  --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: #dddddd;
  --mdc-radio-selected-hover-icon-color: #dddddd;
  --mdc-radio-selected-icon-color: #dddddd;
  --mdc-radio-selected-pressed-icon-color: #dddddd;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #dddddd;
  --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: #fc612e;
  --mdc-radio-selected-hover-icon-color: #fc612e;
  --mdc-radio-selected-icon-color: #fc612e;
  --mdc-radio-selected-pressed-icon-color: #fc612e;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #fc612e;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}

html {
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}

.mat-mdc-radio-button {
  --mdc-form-field-label-text-font: AntapaniRegular;
  --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 {
  --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: #0c2c4c;
  --mdc-slider-focus-handle-color: #0c2c4c;
  --mdc-slider-hover-handle-color: #0c2c4c;
  --mdc-slider-active-track-color: #0c2c4c;
  --mdc-slider-inactive-track-color: #0c2c4c;
  --mdc-slider-with-tick-marks-inactive-container-color: #0c2c4c;
  --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: #0c2c4c;
  --mat-slider-hover-state-layer-color: rgba(12, 44, 76, 0.05);
  --mat-slider-focus-state-layer-color: rgba(12, 44, 76, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mat-slider-ripple-color: #dddddd;
  --mat-slider-hover-state-layer-color: rgba(221, 221, 221, 0.05);
  --mat-slider-focus-state-layer-color: rgba(221, 221, 221, 0.2);
  --mdc-slider-handle-color: #dddddd;
  --mdc-slider-focus-handle-color: #dddddd;
  --mdc-slider-hover-handle-color: #dddddd;
  --mdc-slider-active-track-color: #dddddd;
  --mdc-slider-inactive-track-color: #dddddd;
  --mdc-slider-with-tick-marks-inactive-container-color: #dddddd;
  --mdc-slider-with-tick-marks-active-container-color: black;
}
html .mat-warn {
  --mat-slider-ripple-color: #fc612e;
  --mat-slider-hover-state-layer-color: rgba(252, 97, 46, 0.05);
  --mat-slider-focus-state-layer-color: rgba(252, 97, 46, 0.2);
  --mdc-slider-handle-color: #fc612e;
  --mdc-slider-focus-handle-color: #fc612e;
  --mdc-slider-hover-handle-color: #fc612e;
  --mdc-slider-active-track-color: #fc612e;
  --mdc-slider-inactive-track-color: #fc612e;
  --mdc-slider-with-tick-marks-inactive-container-color: #fc612e;
  --mdc-slider-with-tick-marks-active-container-color: black;
}

html {
  --mdc-slider-label-label-text-font: AntapaniRegular;
  --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-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 {
  --mat-menu-item-label-text-font: AntapaniRegular;
  --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-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: #0c2c4c;
  --mdc-radio-selected-hover-icon-color: #0c2c4c;
  --mdc-radio-selected-icon-color: #0c2c4c;
  --mdc-radio-selected-pressed-icon-color: #0c2c4c;
}

.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: #dddddd;
  --mdc-radio-selected-hover-icon-color: #dddddd;
  --mdc-radio-selected-icon-color: #dddddd;
  --mdc-radio-selected-pressed-icon-color: #dddddd;
}

.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: #fc612e;
  --mdc-radio-selected-hover-icon-color: #fc612e;
  --mdc-radio-selected-icon-color: #fc612e;
  --mdc-radio-selected-pressed-icon-color: #fc612e;
}

.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: #0c2c4c;
  --mdc-checkbox-selected-hover-icon-color: #0c2c4c;
  --mdc-checkbox-selected-icon-color: #0c2c4c;
  --mdc-checkbox-selected-pressed-icon-color: #0c2c4c;
  --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: #0c2c4c;
  --mdc-checkbox-selected-hover-state-layer-color: #0c2c4c;
  --mdc-checkbox-selected-pressed-state-layer-color: #0c2c4c;
  --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: black;
  --mdc-checkbox-selected-focus-icon-color: #dddddd;
  --mdc-checkbox-selected-hover-icon-color: #dddddd;
  --mdc-checkbox-selected-icon-color: #dddddd;
  --mdc-checkbox-selected-pressed-icon-color: #dddddd;
  --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: #dddddd;
  --mdc-checkbox-selected-hover-state-layer-color: #dddddd;
  --mdc-checkbox-selected-pressed-state-layer-color: #dddddd;
  --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: black;
  --mdc-checkbox-selected-focus-icon-color: #fc612e;
  --mdc-checkbox-selected-hover-icon-color: #fc612e;
  --mdc-checkbox-selected-icon-color: #fc612e;
  --mdc-checkbox-selected-pressed-icon-color: #fc612e;
  --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: #fc612e;
  --mdc-checkbox-selected-hover-state-layer-color: #fc612e;
  --mdc-checkbox-selected-pressed-state-layer-color: #fc612e;
  --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: #0c2c4c;
}
.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: #0c2c4c;
}

.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 {
  --mdc-list-list-item-label-text-font: AntapaniRegular;
  --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: AntapaniRegular;
  --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: AntapaniRegular;
  --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 AntapaniRegular;
  letter-spacing: normal;
}

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 {
  --mat-paginator-container-text-font: AntapaniRegular;
  --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;
}

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: #0c2c4c;
  --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: #0c2c4c;
  --mat-tab-header-active-ripple-color: #0c2c4c;
  --mat-tab-header-inactive-ripple-color: #0c2c4c;
  --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: #0c2c4c;
  --mat-tab-header-active-hover-label-text-color: #0c2c4c;
  --mat-tab-header-active-focus-indicator-color: #0c2c4c;
  --mat-tab-header-active-hover-indicator-color: #0c2c4c;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #dddddd;
  --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: #dddddd;
  --mat-tab-header-active-ripple-color: #dddddd;
  --mat-tab-header-inactive-ripple-color: #dddddd;
  --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: #dddddd;
  --mat-tab-header-active-hover-label-text-color: #dddddd;
  --mat-tab-header-active-focus-indicator-color: #dddddd;
  --mat-tab-header-active-hover-indicator-color: #dddddd;
}
.mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #fc612e;
  --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: #fc612e;
  --mat-tab-header-active-ripple-color: #fc612e;
  --mat-tab-header-inactive-ripple-color: #fc612e;
  --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: #fc612e;
  --mat-tab-header-active-hover-label-text-color: #fc612e;
  --mat-tab-header-active-focus-indicator-color: #fc612e;
  --mat-tab-header-active-hover-indicator-color: #fc612e;
}
.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #0c2c4c;
  --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: #dddddd;
  --mat-tab-header-with-background-foreground-color: black;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #fc612e;
  --mat-tab-header-with-background-foreground-color: black;
}

.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}

.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: AntapaniRegular;
  --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;
}

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: black;
  --mdc-checkbox-selected-focus-icon-color: #dddddd;
  --mdc-checkbox-selected-hover-icon-color: #dddddd;
  --mdc-checkbox-selected-icon-color: #dddddd;
  --mdc-checkbox-selected-pressed-icon-color: #dddddd;
  --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: #dddddd;
  --mdc-checkbox-selected-hover-state-layer-color: #dddddd;
  --mdc-checkbox-selected-pressed-state-layer-color: #dddddd;
  --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: #0c2c4c;
  --mdc-checkbox-selected-hover-icon-color: #0c2c4c;
  --mdc-checkbox-selected-icon-color: #0c2c4c;
  --mdc-checkbox-selected-pressed-icon-color: #0c2c4c;
  --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: #0c2c4c;
  --mdc-checkbox-selected-hover-state-layer-color: #0c2c4c;
  --mdc-checkbox-selected-pressed-state-layer-color: #0c2c4c;
  --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: black;
  --mdc-checkbox-selected-focus-icon-color: #fc612e;
  --mdc-checkbox-selected-hover-icon-color: #fc612e;
  --mdc-checkbox-selected-icon-color: #fc612e;
  --mdc-checkbox-selected-pressed-icon-color: #fc612e;
  --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: #fc612e;
  --mdc-checkbox-selected-hover-state-layer-color: #fc612e;
  --mdc-checkbox-selected-pressed-state-layer-color: #fc612e;
  --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;
}

.mat-mdc-checkbox {
  --mdc-form-field-label-text-font: AntapaniRegular;
  --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-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: #0c2c4c;
  --mat-text-button-state-layer-color: #0c2c4c;
  --mat-text-button-ripple-color: rgba(12, 44, 76, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #dddddd;
  --mat-text-button-state-layer-color: #dddddd;
  --mat-text-button-ripple-color: rgba(221, 221, 221, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #fc612e;
  --mat-text-button-state-layer-color: #fc612e;
  --mat-text-button-ripple-color: rgba(252, 97, 46, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #0c2c4c;
  --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: #dddddd;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #fc612e;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #0c2c4c;
  --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: #dddddd;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #fc612e;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #0c2c4c;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #0c2c4c;
  --mat-outlined-button-ripple-color: rgba(12, 44, 76, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #dddddd;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #dddddd;
  --mat-outlined-button-ripple-color: rgba(221, 221, 221, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #fc612e;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #fc612e;
  --mat-outlined-button-ripple-color: rgba(252, 97, 46, 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-text-button-label-text-font: AntapaniRegular;
  --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: AntapaniRegular;
  --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: AntapaniRegular;
  --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: AntapaniRegular;
  --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-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: #0c2c4c;
  --mat-icon-button-state-layer-color: #0c2c4c;
  --mat-icon-button-ripple-color: rgba(12, 44, 76, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #dddddd;
  --mat-icon-button-state-layer-color: #dddddd;
  --mat-icon-button-ripple-color: rgba(221, 221, 221, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #fc612e;
  --mat-icon-button-state-layer-color: #fc612e;
  --mat-icon-button-ripple-color: rgba(252, 97, 46, 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: #0c2c4c;
  --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: #dddddd;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #fc612e;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #0c2c4c;
  --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: #dddddd;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #fc612e;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
}

html {
  --mdc-extended-fab-label-text-font: AntapaniRegular;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 500;
}

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

html {
  --mdc-snackbar-supporting-text-font: AntapaniRegular;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}

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 {
  --mat-table-header-headline-font: AntapaniRegular;
  --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: AntapaniRegular;
  --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: AntapaniRegular;
  --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;
}

html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}

html {
  --mdc-circular-progress-active-indicator-color: #0c2c4c;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #dddddd;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #fc612e;
}

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: #0c2c4c;
  --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: #dddddd;
  --mat-badge-text-color: black;
}

.mat-badge-warn {
  --mat-badge-background-color: #fc612e;
  --mat-badge-text-color: black;
}

html {
  --mat-badge-text-font: AntapaniRegular;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
}

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-bottom-sheet-container-text-font: AntapaniRegular;
  --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-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-legacy-button-toggle-label-text-font: AntapaniRegular;
  --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: AntapaniRegular;
  --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-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: #0c2c4c;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(12, 44, 76, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(12, 44, 76, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(12, 44, 76, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #0c2c4c;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(12, 44, 76, 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: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #dddddd;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(221, 221, 221, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(221, 221, 221, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(221, 221, 221, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(221, 221, 221, 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: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #fc612e;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(252, 97, 46, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(252, 97, 46, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(252, 97, 46, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(252, 97, 46, 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: #dddddd;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #fc612e;
}

.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-datepicker-calendar-text-font: AntapaniRegular;
  --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-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-expansion-header-text-font: AntapaniRegular;
  --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: AntapaniRegular;
  --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-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #0c2c4c;
}
.mat-icon.mat-accent {
  --mat-icon-color: #dddddd;
}
.mat-icon.mat-warn {
  --mat-icon-color: #fc612e;
}

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: #0c2c4c;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #0c2c4c;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #0c2c4c;
  --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: #fc612e;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #fc612e;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #dddddd;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #dddddd;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #dddddd;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #fc612e;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #fc612e;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #fc612e;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}

html {
  --mat-stepper-header-height: 72px;
}

html {
  --mat-stepper-container-text-font: AntapaniRegular;
  --mat-stepper-header-label-text-font: AntapaniRegular;
  --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-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: #0c2c4c;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #dddddd;
  --mat-toolbar-container-text-color: black;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #fc612e;
  --mat-toolbar-container-text-color: black;
}

html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}

html {
  --mat-toolbar-title-text-font: AntapaniRegular;
  --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-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}

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

html {
  --mat-tree-node-text-font: AntapaniRegular;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}

.gg-checkbox,
.mat-mdc-checkbox {
  min-height: 24px;
}
.gg-checkbox .mdc-form-field,
.mat-mdc-checkbox .mdc-form-field {
  min-height: 24px !important;
}
.gg-checkbox .mdc-label,
.mat-mdc-checkbox .mdc-label {
  line-height: 1em;
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  margin-top: 3px;
}
.gg-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background,
.mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background {
  border-color: #0c2c4c !important;
}
.gg-checkbox .mdc-checkbox__checkmark-path,
.mat-mdc-checkbox .mdc-checkbox__checkmark-path {
  stroke: #0c2c4c !important;
  d: path("M 6 11.7 L 11 16.6 L 18 8");
}
.gg-checkbox .mat-mdc-checkbox-2-input,
.mat-mdc-checkbox .mat-mdc-checkbox-2-input {
  height: 24px;
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  margin-top: 3px;
}
.gg-checkbox .mat-ripple,
.gg-checkbox .mdc-checkbox__ripple,
.mat-mdc-checkbox .mat-ripple,
.mat-mdc-checkbox .mdc-checkbox__ripple {
  display: none;
}
.gg-checkbox.mat-mdc-checkbox-checked .mat-mdc-checkbox-frame,
.mat-mdc-checkbox.mat-mdc-checkbox-checked .mat-mdc-checkbox-frame {
  border-color: #0c2c4c;
}

.mdc-button .mat-mdc-focus-indicator,
.mdc-button .mat-mdc-button-touch-target {
  display: none !important;
}

.mat-raised-button:not(:active) {
  box-shadow: none !important;
}

.mat-mdc-button-ripple,
.mat-mdc-button-persistent-ripple {
  display: none !important;
}

.mat-mdc-select .mat-mdc-select-placeholder {
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #676767;
  letter-spacing: 0;
}

.gg-dialog-backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.gg-dialog-panel {
  border-radius: 10px;
}
.gg-dialog-panel .mat-mdc-dialog-surface {
  padding: 20px;
  height: auto;
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px !important;
}

.class-popup-panel {
  border-radius: 10px;
}

.scrollable-popup {
  overflow: auto !important;
}

.mat-mdc-menu-panel {
  min-height: 0 !important;
  background: #ffffff;
}

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

.mdc-menu-surface {
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}

.filter-menu-panel {
  width: 220px;
  margin-top: 10px;
  border-radius: 32px !important;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}
.filter-menu-panel .mat-mdc-menu-content {
  padding: 24px !important;
}
.filter-menu-panel.filter-menu-panel--wide {
  width: 415px;
  max-width: 415px;
  min-height: 336px;
}

.filters-menu-panel {
  width: 330px;
  margin-top: 10px;
  border-radius: 10px !important;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}
.filters-menu-panel .mat-mdc-menu-content {
  padding: 10px !important;
}

.timepicker-menu-panel {
  margin-top: 10px;
  max-width: none !important;
  border-radius: 10px !important;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}
.timepicker-menu-panel .mat-mdc-menu-content {
  padding: 20px !important;
}

.cdk-overlay-pane .common-menu-panel {
  background: #ffffff;
  min-width: 170px !important;
  max-height: 170px !important;
  border-radius: 10px !important;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1) !important;
}
.cdk-overlay-pane .common-menu-panel.auto-height-menu-panel {
  max-height: none !important;
}
.cdk-overlay-pane .common-menu-panel .mat-mdc-menu-content {
  padding: 10px !important;
}
.cdk-overlay-pane .common-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item {
  height: 32px;
  padding: 0 5px;
  min-width: 110px;
  line-height: 32px;
  border-radius: 4px;
  min-height: 32px !important;
}
.cdk-overlay-pane .common-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item.active {
  color: #0c2c4c;
  background: #ecf4fd;
}
.cdk-overlay-pane .common-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:hover:not(.active) {
  color: #000000 !important;
  background: #f4f4f4;
}

.full-items-list-menu-panel {
  min-width: 170px !important;
  max-height: 160px !important;
  border-radius: 4px !important;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
}
.full-items-list-menu-panel .mat-mdc-menu-content {
  padding: 0 !important;
}

.mat-mdc-autocomplete-panel.mdc-menu-surface {
  max-height: 180px !important;
}

.mdc-tooltip {
  font-size: 11px;
  font-family: "AntapaniRegular";
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.mdc-tooltip.gg-tooltip-auto-width .mdc-tooltip__surface {
  max-width: max-content;
}

.mat-mdc-snack-bar-container {
  border-radius: 10px;
}
.mat-mdc-snack-bar-container.success .mdc-snackbar__surface {
  background: #4bb543 !important;
}
.mat-mdc-snack-bar-container.failure .mdc-snackbar__surface {
  background: #fc612e !important;
}
.mat-mdc-snack-bar-container .mat-mdc-simple-snack-bar .mdc-snackbar__label {
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.mat-datepicker-content-container {
  padding: 15px;
}

.mat-datepicker-content {
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
}

.gg-calendar.mat-calendar {
  font-size: 16px;
}
.gg-calendar.mat-calendar.wlcm-calendar-disabled {
  opacity: 0.5;
  position: relative;
  pointer-events: none;
}
.gg-calendar.mat-calendar.wlcm-calendar-disabled::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gg-calendar.mat-calendar .mat-calendar-body-label,
.gg-calendar.mat-calendar .mat-calendar-body-cell-container {
  padding-top: 5.8367346939% !important;
  padding-bottom: 5.8367346939% !important;
}
.gg-calendar.mat-calendar .mat-calendar-body-label .mat-calendar-body-cell::before, .gg-calendar.mat-calendar .mat-calendar-body-label .mat-calendar-body-cell::after,
.gg-calendar.mat-calendar .mat-calendar-body-label .mat-calendar-body-cell .mat-calendar-body-cell-content,
.gg-calendar.mat-calendar .mat-calendar-body-label .mat-calendar-body-cell .mat-calendar-body-cell-preview,
.gg-calendar.mat-calendar .mat-calendar-body-cell-container .mat-calendar-body-cell::before,
.gg-calendar.mat-calendar .mat-calendar-body-cell-container .mat-calendar-body-cell::after,
.gg-calendar.mat-calendar .mat-calendar-body-cell-container .mat-calendar-body-cell .mat-calendar-body-cell-content,
.gg-calendar.mat-calendar .mat-calendar-body-cell-container .mat-calendar-body-cell .mat-calendar-body-cell-preview {
  top: 3px !important;
  height: calc(100% - 6px) !important;
}
.gg-calendar.mat-calendar mat-year-view .mat-calendar-body-label {
  display: none;
}
.gg-calendar.mat-calendar .mat-calendar-body-label {
  opacity: 0;
}
.gg-calendar.mat-calendar .mat-calendar-body-label[colspan="7"] {
  display: none;
}
.gg-calendar.mat-calendar .mat-calendar-content {
  padding: 0 !important;
}
.gg-calendar.mat-calendar .mat-calendar-table-header-divider {
  display: none;
}
.gg-calendar.mat-calendar .mat-calendar-table-header th {
  font-size: 13px;
  color: #676767;
  font-family: "AntapaniRegular";
  text-align: center;
  letter-spacing: 0;
}
.gg-calendar.mat-calendar .mat-calendar-body-cell-content {
  font-size: 13px;
  border-radius: 4px;
  color: #000000;
  font-family: "AntapaniRegular";
}
.gg-calendar.mat-calendar .mat-calendar-body-selected {
  background-color: #ecf4fd;
}
.gg-calendar.mat-calendar .mat-calendar-body-today {
  border: none;
}
.gg-calendar.mat-calendar .mat-calendar-body-in-range::before {
  background: #ecf4fd;
}
.gg-calendar.mat-calendar .mat-calendar-body-in-range .mat-calendar-body-cell-content {
  color: #0c2c4c;
}
.gg-calendar.mat-calendar .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background: #ecf4fd;
}
.gg-calendar.mat-calendar .mat-calendar-body-in-preview .mat-calendar-body-cell-preview {
  border: none;
  background: #ecf4fd;
}
.gg-calendar.mat-calendar .mat-calendar-body-selected.mat-calendar-body-today {
  box-shadow: none;
}
.gg-calendar.mat-calendar .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: transparent;
  border: 1px solid #0c2c4c;
}

.dashboard-tooltip {
  background-color: #0c2c4c;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  border-radius: 6px;
  padding: 8px 12px;
}
.dashboard-tooltip div {
  background-color: rgba(253, 253, 253, 0) !important;
}

.gg-custom-calendar .mat-calendar .mat-calendar-table-header th {
  font-size: 16px !important;
}
.gg-custom-calendar .mat-calendar-table-header {
  font-size: 16px !important;
}
.gg-custom-calendar .mat-calendar-table {
  font-family: "Geologica-Light";
  font-size: 16px !important;
}
.gg-custom-calendar .mat-calendar-body-cell-content {
  font-size: 16px !important;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: inherit;
}

.xs-title-text {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  line-height: 13px;
  font-family: "AntapaniSemiBold";
}

.sm-title-text {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  line-height: 14px;
  font-family: "AntapaniSemiBold";
}

.md-title-text {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  line-height: 16px;
  font-family: "AntapaniSemiBold";
}

.lg-title-text {
  font-family: "AntapaniExtraBold";
  line-height: 20px;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  padding-top: 3px;
}

.xl-title-text {
  font-family: "AntapaniExtraBold";
  line-height: 24px;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  padding-top: 3px;
}

.xxl-title-text {
  font-family: "AntapaniExtraBold";
  line-height: 32px;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
}

.sm-content-text {
  font-family: "AntapaniRegular";
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
}
.sm-content-text--gray {
  color: #676767;
}

.xs-content-text, .gg-calendar .cal-month-view .cal-header .cal-cell, .cdk-overlay-pane .common-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  font-family: "AntapaniRegular";
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  letter-spacing: 0;
}
.xs-content-text--gray {
  color: #676767;
}

.xxs-content-text {
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0;
  color: inherit;
}
.xxs-content-text--gray {
  color: #676767;
}

.xxxs-content-text {
  font-family: "AntapaniRegular";
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0;
  color: inherit;
}
.xxxs-content-text--gray {
  color: #676767;
}

.sm-description-text {
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #676767;
  letter-spacing: 0;
  line-height: 20px;
}

@font-face {
  font-family: "AntapaniExtraBold";
  src: url("/assets/fonts/Antapani-ExtraBold.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "AntapaniSemiBold";
  src: url("/assets/fonts/Antapani-SemiBold.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "AntapaniRegular";
  src: url("/assets/fonts/Antapani-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Geologica-Bold";
  src: url("/assets/fonts/Geologica-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Geologica-Light";
  src: url("/assets/fonts/Geologica-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Geologica-Medium";
  src: url("/assets/fonts/Geologica-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Geologica-Regular";
  src: url("/assets/fonts/Geologica-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Geologica-SemiBold";
  src: url("/assets/fonts/Geologica-SemiBold.ttf") format("truetype");
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: inherit;
}

.xs-title-text {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  line-height: 13px;
  font-family: "AntapaniSemiBold";
}

.sm-title-text {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  line-height: 14px;
  font-family: "AntapaniSemiBold";
}

.md-title-text {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  line-height: 16px;
  font-family: "AntapaniSemiBold";
}

.lg-title-text {
  font-family: "AntapaniExtraBold";
  line-height: 20px;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  padding-top: 3px;
}

.xl-title-text {
  font-family: "AntapaniExtraBold";
  line-height: 24px;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  padding-top: 3px;
}

.xxl-title-text {
  font-family: "AntapaniExtraBold";
  line-height: 32px;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
}

.sm-content-text {
  font-family: "AntapaniRegular";
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
}
.sm-content-text--gray {
  color: #676767;
}

.xs-content-text, .gg-calendar .cal-month-view .cal-header .cal-cell, .cdk-overlay-pane .common-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  font-family: "AntapaniRegular";
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  letter-spacing: 0;
}
.xs-content-text--gray {
  color: #676767;
}

.xxs-content-text {
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0;
  color: inherit;
}
.xxs-content-text--gray {
  color: #676767;
}

.xxxs-content-text {
  font-family: "AntapaniRegular";
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0;
  color: inherit;
}
.xxxs-content-text--gray {
  color: #676767;
}

.sm-description-text {
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #676767;
  letter-spacing: 0;
  line-height: 20px;
}

svg {
  display: block;
}

.cursor-pointer {
  cursor: pointer;
}

.gg-label-text {
  display: block;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.gg-label-text--gray {
  color: #676767;
}

.asterisk {
  font-size: inherit;
  color: #fc612e;
  letter-spacing: 2px;
}

.basic-card {
  padding: 10px;
  border-radius: 10px;
  font-family: "AntapaniSemiBold";
  background: #f4f4f4;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
}

.gg-unordered-list {
  margin: 0;
  padding-left: 0px;
  display: grid;
  gap: 6px;
}
.gg-unordered-list ol {
  line-height: 1;
  padding-left: 10px;
  position: relative;
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #000000;
}
.gg-unordered-list ol::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-80%);
  background: #f28e6d;
  border-radius: 50%;
}

.gg-content-nowrap {
  white-space: nowrap;
}

a,
.gg-link {
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #0c2c4c;
  letter-spacing: 0;
  cursor: pointer;
}

.hidden-card-number {
  word-spacing: 8px;
}

.gg-avatar {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  object-fit: cover;
}

.gg-vertical-divider {
  width: 1px;
  height: 100%;
  background: #dddddd;
}

.gg-popup-content-text {
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
}

.label {
  color: #676767;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gg-common-card {
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
}
.gg-common-card__gray {
  background: #f4f4f4;
}

.gg-form-input, .gg-form-textarea {
  width: 100%;
  height: 32px;
  background: #ffffff;
  border: 1px solid #dddddd;
  font-family: "AntapaniRegular";
  border-radius: 4px;
  padding: 0 8px;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  box-sizing: border-box;
  outline: none;
}
.gg-form-input:focus, .gg-form-textarea:focus {
  border-color: #b3d2f1;
}
.gg-form-input.invalid.touched, .invalid.touched.gg-form-textarea, .gg-form-input.ng-invalid.touched, .ng-invalid.touched.gg-form-textarea {
  border-color: #fc612e;
}
.gg-form-input::placeholder, .gg-form-textarea::placeholder {
  font-size: 13px;
  color: #676767;
  letter-spacing: 0;
}
.gg-form-input:disabled, .gg-form-textarea:disabled {
  opacity: 0.7;
}

.gg-form-textarea {
  height: auto;
  padding: 10px 8px;
  display: block;
}

.gg-error-text {
  color: #fc612e;
  font-size: 12px;
  line-height: 12px;
}

.disabled-content {
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  filter: opacity(30%);
}
.disabled-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.row-table {
  width: 100%;
  position: relative;
  overflow-x: auto;
  border-collapse: collapse;
}
.row-table table {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.row-table thead {
  color: #676767;
}
.row-table thead th {
  padding: 10px 15px;
  text-align: left;
  white-space: nowrap;
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #676767;
  letter-spacing: 0;
}
.row-table tbody tr {
  padding: 12px 0;
}
.row-table tbody tr.spacer {
  padding: 0;
  height: 10px;
}
.row-table tbody td {
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #000000;
  background-color: #f4f4f4;
  padding: 15px;
  white-space: nowrap;
}
.row-table tbody td:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.row-table tbody td:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.table--scroll {
  max-width: 100%;
  padding-bottom: 15px;
  overflow-x: auto;
  white-space: nowrap;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: inherit;
}

.xs-title-text {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  line-height: 13px;
  font-family: "AntapaniSemiBold";
}

.sm-title-text {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  line-height: 14px;
  font-family: "AntapaniSemiBold";
}

.md-title-text {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 15px 0;
  line-height: 16px;
  font-family: "AntapaniSemiBold";
}

.lg-title-text {
  font-family: "AntapaniExtraBold";
  line-height: 20px;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  padding-top: 3px;
}

.xl-title-text {
  font-family: "AntapaniExtraBold";
  line-height: 24px;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  padding-top: 3px;
}

.xxl-title-text {
  font-family: "AntapaniExtraBold";
  line-height: 32px;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
}

.sm-content-text {
  font-family: "AntapaniRegular";
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
}
.sm-content-text--gray {
  color: #676767;
}

.xs-content-text, .gg-calendar .cal-month-view .cal-header .cal-cell, .cdk-overlay-pane .common-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  font-family: "AntapaniRegular";
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  letter-spacing: 0;
}
.xs-content-text--gray {
  color: #676767;
}

.xxs-content-text {
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0;
  color: inherit;
}
.xxs-content-text--gray {
  color: #676767;
}

.xxxs-content-text {
  font-family: "AntapaniRegular";
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0;
  color: inherit;
}
.xxxs-content-text--gray {
  color: #676767;
}

.sm-description-text {
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #676767;
  letter-spacing: 0;
  line-height: 20px;
}

svg {
  display: block;
}

.cursor-pointer {
  cursor: pointer;
}

.gg-label-text {
  display: block;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.gg-label-text--gray {
  color: #676767;
}

.asterisk {
  font-size: inherit;
  color: #fc612e;
  letter-spacing: 2px;
}

.basic-card {
  padding: 10px;
  border-radius: 10px;
  font-family: "AntapaniSemiBold";
  background: #f4f4f4;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
}

.gg-unordered-list {
  margin: 0;
  padding-left: 0px;
  display: grid;
  gap: 6px;
}
.gg-unordered-list ol {
  line-height: 1;
  padding-left: 10px;
  position: relative;
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #000000;
}
.gg-unordered-list ol::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-80%);
  background: #f28e6d;
  border-radius: 50%;
}

.gg-content-nowrap {
  white-space: nowrap;
}

a,
.gg-link {
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #0c2c4c;
  letter-spacing: 0;
  cursor: pointer;
}

.hidden-card-number {
  word-spacing: 8px;
}

.gg-avatar {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  object-fit: cover;
}

.gg-vertical-divider {
  width: 1px;
  height: 100%;
  background: #dddddd;
}

.gg-popup-content-text {
  font-family: "AntapaniRegular";
  font-size: 13px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
}

.label {
  color: #676767;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gg-calendar .cal-month-view .cal-days {
  border-top: none;
  border-color: #f4f4f4;
}
.gg-calendar .cal-month-view .cal-days .cal-cell-row {
  border-bottom: none;
}
.gg-calendar .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #f4f4f4;
}
.gg-calendar .cal-month-view .cal-header {
  border: 1px solid #f4f4f4;
  border-bottom: none;
  border-top: none;
}
.gg-calendar .cal-month-view .cal-header .cal-cell {
  padding: 0 10px 5px 10px;
  text-align: start;
  color: #676767;
  background: #ffffff;
  -webkit-user-select: none;
          user-select: none;
}
.gg-calendar .cal-month-view .cal-header .cal-cell:not(:last-child) {
  border-right: 1px solid #f4f4f4;
}
.gg-calendar .cal-month-view .cal-day-cell {
  padding: 0 5px;
  min-height: 60px;
  min-width: 95px;
  background: #ffffff !important;
  outline: none;
}
.gg-calendar .cal-month-view .cal-day-cell:hover .gg-calendar-day {
  background: #f4f4f4;
}
.gg-calendar .cal-month-view .cal-day-cell.cal-open .gg-calendar-day {
  background: #ecf4fd !important;
}
.gg-calendar .cal-month-view .cal-day-cell.cal-today .gg-calendar-day__date::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fc612e;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -8px;
}
.gg-calendar .cal-month-view .cal-day-cell.cal-today .gg-calendar-day__events-container {
  display: flex;
}
.gg-calendar .cal-month-view .cal-day-cell.cal-out-month .gg-calendar-day__date {
  color: #676767;
}

.gg-calendar-day {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-user-select: none;
          user-select: none;
  padding: 5px;
}
.gg-calendar-day__date {
  position: relative;
  display: inline-block;
  font-family: "AntapaniSemiBold";
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
}

/**
 * @example
 * ```scss
 * .wlcm-table-row-data,
 * .wlcm-table-head-data {
 *   @include table-coll-width(1, 20px);        // width: 20px             min: 20px                       max: 20px
 *   @include table-coll-width(2, 15%);         // width: 15% of width;    min: expanded to fill content   max: 15% of width
 *   @include table-coll-width(3, 10%, 175px);  // width: 10% of width;    min: collapsed until 175px      max: 10% of width
 *   @include table-coll-width(4, auto, 100px); // width: as much as can;  min: collapsed until 100px      max: as much as can
 * }
 * ```
 *
 * NOTE: `auto` should be only one.
 *
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.wlcm-entities-count {
  height: 14px;
  min-width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "AntapaniExtraBold";
  background: #ecf4fd;
  color: #0c2c4c;
  letter-spacing: 0.32px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 11px;
  padding: 0 5px;
}

.wlcm-hint {
  color: #5a5a5a;
  letter-spacing: 0.35px;
  line-height: 20px;
  font-size: 12px;
}

.wlcm-cursor-pointer {
  cursor: pointer;
}

.wlcm-label {
  display: flex;
  align-items: center;
  font-family: "AntapaniSemiBold";
  letter-spacing: 0.41px;
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 14px;
}
.wlcm-label.required .wlcm-label-asterisk {
  display: block;
}

.wlcm-label-asterisk {
  color: #fc612e;
  display: none;
  margin-right: 2px;
}

.wlcm-field-required .wlcm-label-asterisk {
  display: block;
}

.wlcm-error {
  display: block;
  color: #fc612e;
  font-size: 13px;
  letter-spacing: 0.35px;
  font-family: "AntapaniRegular";
  line-height: 20px;
}

.mat-mdc-select-panel,
.mat-mdc-autocomplete-panel {
  padding: 0 !important;
}

.wlcm-form-field.wlcm-field-disabled wlcm-select {
  pointer-events: none !important;
}

wlcm-select {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
wlcm-select .wlcm-select-arrow {
  margin-left: 8px;
}

.wlcm-select-panel,
.wlcm-autocomplete-panel {
  border: 1px solid #b3d2f1;
  border-radius: 4px !important;
  box-shadow: none !important;
  overflow: hidden;
}

mat-select {
  line-height: 18px !important;
  overflow: hidden;
}
mat-select .mat-mdc-select-arrow-wrapper {
  display: none !important;
}
mat-select .mat-mdc-select-trigger {
  height: 18px !important;
}
mat-select .mat-mdc-select-trigger .mat-mdc-select-min-line {
  font-size: 14px;
  -webkit-font-smoothing: initial !important;
  letter-spacing: 0.41px;
}
mat-select .mat-mdc-select-trigger .mat-mdc-select-min-line.mat-mdc-select-placeholder {
  color: #676767;
}

.mat-mdc-option {
  height: 32px;
  min-height: 32px !important;
  padding: 0 8px !important;
}
.mat-mdc-option.mdc-list-item--selected {
  background-color: #ecf4fd !important;
}
.mat-mdc-option .mdc-list-item__primary-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  font-family: "AntapaniRegular" !important;
  -webkit-font-smoothing: initial !important;
  font-size: 14px !important;
  letter-spacing: 0.41px;
  line-height: 24px;
}
.mat-mdc-option.wlcm-custom-option-content .mdc-list-item__primary-text {
  width: 100%;
}

mat-checkbox .mdc-checkbox {
  padding: 0 !important;
}
mat-checkbox .mat-ripple,
mat-checkbox .mdc-checkbox__ripple {
  display: none !important;
}
mat-checkbox .mdc-checkbox__background {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  top: 0 !important;
  left: 0 !important;
  background: #ffffff !important;
  border: 1px solid #dddddd !important;
  border-radius: 4px;
}
mat-checkbox .mdc-checkbox__background .mdc-checkbox__checkmark {
  transition: 0s !important;
}
mat-checkbox .mdc-checkbox__checkmark-path {
  stroke-width: 3px;
  stroke: #0c2c4c !important;
  d: path("M 5 11.7 L 11 16.6 L 19 7") !important;
}
mat-checkbox label {
  padding-left: 8px !important;
  padding-bottom: 2px !important;
  letter-spacing: 0.41px;
  line-height: 24px;
  -webkit-user-select: none;
          user-select: none;
  font-size: 14px;
}
mat-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background {
  color: #0c2c4c !important;
  border-color: #0c2c4c !important;
}
mat-checkbox .mdc-checkbox__native-control {
  top: 0 !important;
  left: 0 !important;
  height: auto !important;
  width: auto !important;
}

.mat-pseudo-checkbox {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #dddddd !important;
  background: white !important;
  border-radius: 4px !important;
}
.mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  border-color: #0c2c4c !important;
}
.mat-pseudo-checkbox.mat-pseudo-checkbox-checked::after {
  width: 5px !important;
  height: 3px !important;
  border-color: #0c2c4c;
  top: -2.5px !important;
}

input {
  color: #000000;
}

.wlcm-form-field {
  display: block;
}
.wlcm-form-field.wlcm-field-focused .wlcm-field-container {
  border-color: #b3d2f1;
}
.wlcm-form-field.wlcm-field-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.wlcm-form-field:not(.wlcm-field-focused,
.wlcm-field-disabled,
.wlcm-field-touched.wlcm-field-invalid) .wlcm-field-container:hover {
  border-color: #dddddd;
}

.wlcm-field-touched.wlcm-field-invalid .wlcm-field-container {
  border-color: #fc612e;
}
.wlcm-field-touched.wlcm-field-invalid .wlcm-field-error-container wlcm-error {
  display: block;
}

.wlcm-field-prefix.contains-children {
  margin-right: 8px;
}

.wlcm-field-suffix.contains-children {
  margin-left: 8px;
}

.wlcm-field-container {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
}

.wlcm-field-error-container {
  min-height: 20px;
}
.wlcm-field-error-container wlcm-error {
  display: none;
}

.wlcm-form-field-input {
  border: 0;
  padding: 0;
  outline: none;
  line-height: 18px;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.41px;
  font-family: "AntapaniRegular";
}
.wlcm-form-field-input:disabled {
  background-color: inherit;
}

.wlcm-autocomplete {
  width: 100%;
  display: block;
}

.wlcm-autocomplete-suffix {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wlcm-autocomplete-suffix .wlcm-default-loader {
  width: 18px;
  height: 18px;
}
.wlcm-autocomplete-suffix .wlcm-default-loader .spinner {
  font-size: 18px;
  font-size: 18px;
}

.wlcm-checkbox-group {
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: max-content;
  gap: 4px;
}

.mat-mdc-radio-group {
  display: grid;
}

.mat-mdc-radio-button label {
  font-size: 14px;
  font-family: "AntapaniRegular";
  color: #000000;
  -webkit-font-smoothing: initial !important;
  font-weight: normal;
}
.mat-mdc-radio-button .mat-mdc-radio-touch-target {
  width: 22px;
  height: 22px;
}
.mat-mdc-radio-button .mdc-radio {
  width: 16px !important;
  height: 16px !important;
  padding: 6px 6px 6px 0 !important;
}
.mat-mdc-radio-button .mdc-radio__background {
  width: 16px !important;
  height: 16px !important;
}
.mat-mdc-radio-button .mdc-radio__background::before {
  display: none !important;
}
.mat-mdc-radio-button .mdc-radio__inner-circle {
  top: -2px !important;
  left: -2px !important;
}
.mat-mdc-radio-button:not(.mat-mdc-radio-checked) .mdc-radio__outer-circle {
  border: 1px solid #dddddd !important;
}
.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__outer-circle {
  border-width: 1px !important;
}
.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__inner-circle {
  transform: scale(0.4) !important;
}
.mat-mdc-radio-button .mat-radio-ripple {
  display: none !important;
}

.wlcm-button {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: none;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
.wlcm-button__content {
  display: flex;
  align-items: center;
  font-family: "AntapaniExtraBold";
  white-space: nowrap;
  font-size: 14px;
}
.wlcm-button--large {
  height: 32px;
  padding: 0 16px;
}
.wlcm-button--small {
  height: 24px;
  padding: 0 16px;
}
.wlcm-button--primary {
  background-color: #0c2c4c;
  color: #ffffff;
}
.wlcm-button--primary:hover {
  background-color: #0f3962;
}
.wlcm-button--secondary {
  background-color: #dddddd;
  color: #5a5a5a;
}
.wlcm-button--secondary:hover {
  background-color: #e3e3e3;
}
.wlcm-button--accent {
  background-color: #fc612e;
  color: #ffffff;
}
.wlcm-button--accent:hover {
  background-color: #fc7447;
}
.wlcm-button--borderless {
  background-color: transparent;
  color: #0c2c4c;
}
.wlcm-button--paddingless {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  color: #0c2c4c;
}
.wlcm-button--paddingless.wlcm-button--disabled {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.5;
}
.wlcm-button--loading {
  pointer-events: none;
  opacity: 0.7;
}
.wlcm-button--loading mat-spinner {
  margin-right: 8px;
}
.wlcm-button--disabled:not(.wlcm-button--paddingless) {
  pointer-events: none;
}
.wlcm-button--disabled:not(.wlcm-button--paddingless) .wlcm-button__content {
  opacity: 0.7;
}

.wlcm-form-field.wlcm-field-disabled .wlcm-date-range-picker-input {
  pointer-events: none;
}

.wlcm-date-range-picker-input {
  width: 100%;
  display: block;
}

.wlcm-date-range-picker-input-field-wrapper {
  position: relative;
}

.wlcm-date-range-picker-input-field {
  border: none;
  outline: none;
  height: 18px;
  padding: 0;
  font-family: "AntapaniRegular";
  color: #000000;
  background: transparent;
  max-width: 120px;
}
.wlcm-date-range-picker-input-field::placeholder {
  color: #676767;
}

.wlcm-date-range-picker-input-field-mirror {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  white-space: nowrap;
}

.wlcm-date-range-picker-input-dash {
  width: 12px;
  height: 1px;
  margin: 0 4px;
  background: #000000;
}

.wlcm-date-range-picker-panel {
  background: #ffffff;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 16px;
}

.wlcm-date-range-picker-bottom-panel {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 24px;
}

.double-calendar-range-picker-body {
  display: grid;
  align-items: flex-start;
  grid-auto-flow: column;
  grid-gap: 32px;
}

.wlcm-datepicker-select-only-mode {
  cursor: pointer;
}
.wlcm-datepicker-select-only-mode .wlcm-datepicker-input {
  pointer-events: none;
}

.wlcm-datepicker-input-container {
  width: 100%;
  display: block;
}

.wlcm-datepicker-panel {
  width: 100%;
  display: block;
  background: #ffffff;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 16px;
}

.wlcm-phone-input-container {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
}

.wlcm-phone-input-container-divider {
  width: 1.5px;
  height: 100%;
  margin: 0 12px;
  background: #dddddd;
}

.wlcm-country-code-select {
  cursor: pointer;
}
.wlcm-country-code-select .wlcm-country-code-select-trigger {
  font-size: 14px;
}

.wlcm-calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}
.wlcm-calendar-header .wlcm-calendar-header-change-view-button {
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  cursor: pointer;
  background: none;
  outline: none;
  grid-gap: 8px;
  border: none;
  padding: 0;
}
.wlcm-calendar-header .wlcm-calendar-header-period-label {
  font-size: 16px;
  line-height: 24px;
  font-family: "AntapaniExtraBold";
  color: #000000;
}
.wlcm-calendar-header .wlcm-calendar-header-button-container {
  width: 24px;
  height: 24px;
}
.wlcm-calendar-header .wlcm-calendar-header-button {
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ecf4fd;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
}
.wlcm-calendar-header .wlcm-calendar-header-button-left {
  transform: rotate(90deg);
}
.wlcm-calendar-header .wlcm-calendar-header-button-right {
  transform: rotate(-90deg);
}
.wlcm-calendar-header .wlcm-calendar-header-button[disabled] {
  pointer-events: none;
}

.wlcm-calendar.mat-calendar {
  width: 224px;
  font-size: 16px;
}
.wlcm-calendar.mat-calendar.wlcm-calendar-disabled {
  opacity: 0.5;
  position: relative;
  pointer-events: none;
}
.wlcm-calendar.mat-calendar.wlcm-calendar-disabled::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wlcm-calendar mat-year-view .mat-calendar-body-label {
  display: none;
}
.wlcm-calendar .mat-calendar-body-label {
  opacity: 0;
}
.wlcm-calendar .mat-calendar-body-label[colspan="7"] {
  display: none;
}
.wlcm-calendar .mat-calendar-content {
  padding: 0 !important;
  min-height: 220px;
}
.wlcm-calendar .mat-calendar-table-header-divider {
  display: none;
}
.wlcm-calendar .mat-calendar-table-header th {
  color: #a4a3a3;
  font-size: 16px;
}
.wlcm-calendar .mat-calendar-body-cell-content {
  font-size: 16px;
  border-radius: 8px;
  color: #000000;
}
.wlcm-calendar .mat-calendar-body-selected {
  background-color: #ecf4fd;
}
.wlcm-calendar .mat-calendar-body-today {
  border: none;
  color: #0c2c4c;
  font-family: "AntapaniExtraBold";
}
.wlcm-calendar .mat-calendar-body-in-range::before {
  background: #ecf4fd;
}
.wlcm-calendar .mat-calendar-body-in-range .mat-calendar-body-cell-content {
  color: #0c2c4c;
}
.wlcm-calendar .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background: #ecf4fd;
}
.wlcm-calendar .mat-calendar-body-in-preview .mat-calendar-body-cell-preview {
  border: none;
  background: #ecf4fd;
}
.wlcm-calendar .mat-calendar-body-selected.mat-calendar-body-today {
  box-shadow: none;
}
.wlcm-calendar .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: transparent;
  border: 1px solid #0c2c4c;
}

.wlcm-stepper-header {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
}

.wlcm-step-header.wlcm-step-header-passed .wlcm-step-header-complete-indicator {
  border-color: #0c2c4c;
}
.wlcm-step-header.wlcm-step-header-passed .wlcm-step-header-label {
  color: #0c2c4c;
}
.wlcm-step-header.wlcm-step-header-completed .wlcm-step-header-complete-indicator::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #0c2c4c;
  animation: complete-indicator-animation 250ms cubic-bezier(0.4, 0, 0.6, 1) forwards;
}
.wlcm-step-header.wlcm-step-header-passed .wlcm-step-header-pass-indicator::before, .wlcm-step-header.wlcm-step-header-completed .wlcm-step-header-pass-indicator::before {
  content: "";
  left: 0;
  height: 2px;
  display: block;
  position: absolute;
  background: #0c2c4c;
  animation: pass-indicator-animation 250ms cubic-bezier(0.4, 0, 0.6, 1) forwards;
}
.wlcm-step-header.wlcm-step-header-disabled .wlcm-step-header-button {
  opacity: 0.7;
  pointer-events: none;
}

.wlcm-step-header-button {
  padding: 0;
  width: 100%;
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  background: none;
  cursor: pointer;
}

.wlcm-step-header-label {
  display: inline-block;
  font-family: "AntapaniExtraBold";
  color: #dddddd;
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 14px;
}

.wlcm-step-header-progress-bar {
  width: 100%;
  height: 16px;
  display: flex;
  align-items: center;
}

.wlcm-step-header-complete-indicator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #dddddd;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wlcm-step-header-pass-indicator {
  flex: 1;
  height: 2px;
  background: #dddddd;
  position: relative;
}

.wlcm-step {
  width: 100%;
  display: none;
}
.wlcm-step.wlcm-step-active {
  display: block;
}

.wlcm-loader {
  width: 100%;
  display: block;
}
.wlcm-loader.wlcm-loader-hidden {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.wlcm-loader-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.wlcm-default-loader {
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
}
.wlcm-default-loader .spinner {
  font-size: 28px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.wlcm-default-loader .spinner.center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wlcm-default-loader .spinner .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.0555em;
  background-color: transparent;
  transform-origin: center -0.2222em;
  animation: spinner-fade 1s infinite linear;
}
.wlcm-default-loader .spinner .spinner-blade:nth-child(1) {
  animation-delay: 0s;
  transform: rotate(0deg);
}
.wlcm-default-loader .spinner .spinner-blade:nth-child(2) {
  animation-delay: 0.083s;
  transform: rotate(30deg);
}
.wlcm-default-loader .spinner .spinner-blade:nth-child(3) {
  animation-delay: 0.166s;
  transform: rotate(60deg);
}
.wlcm-default-loader .spinner .spinner-blade:nth-child(4) {
  animation-delay: 0.249s;
  transform: rotate(90deg);
}
.wlcm-default-loader .spinner .spinner-blade:nth-child(5) {
  animation-delay: 0.332s;
  transform: rotate(120deg);
}
.wlcm-default-loader .spinner .spinner-blade:nth-child(6) {
  animation-delay: 0.415s;
  transform: rotate(150deg);
}
.wlcm-default-loader .spinner .spinner-blade:nth-child(7) {
  animation-delay: 0.498s;
  transform: rotate(180deg);
}
.wlcm-default-loader .spinner .spinner-blade:nth-child(8) {
  animation-delay: 0.581s;
  transform: rotate(210deg);
}
.wlcm-default-loader .spinner .spinner-blade:nth-child(9) {
  animation-delay: 0.664s;
  transform: rotate(240deg);
}
.wlcm-default-loader .spinner .spinner-blade:nth-child(10) {
  animation-delay: 0.747s;
  transform: rotate(270deg);
}
.wlcm-default-loader .spinner .spinner-blade:nth-child(11) {
  animation-delay: 0.83s;
  transform: rotate(300deg);
}
.wlcm-default-loader .spinner .spinner-blade:nth-child(12) {
  animation-delay: 0.913s;
  transform: rotate(330deg);
}
@keyframes spinner-fade {
  0% {
    background-color: #0c2c4c;
  }
  100% {
    background-color: transparent;
  }
}

.wlcm-table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  table-layout: auto;
  box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
}

.wlcm-scrollable-table-container {
  position: relative;
  overflow-y: auto;
}
.wlcm-scrollable-table-container .wlcm-table-head .wlcm-table-head-data,
.wlcm-scrollable-table-container .wlcm-table-head .wlcm-table-head-actions {
  top: 0;
  position: sticky;
  z-index: 1;
}

.wlcm-table-head {
  display: table-header-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}

.wlcm-table-head-data,
.wlcm-table-head-actions {
  min-width: min-content;
  display: table-cell;
  vertical-align: inherit;
  unicode-bidi: isolate;
  background: #eceff1;
  white-space: nowrap;
  font-family: "AntapaniRegular";
  color: #676767;
  font-size: 14px;
  height: 32px;
}
.wlcm-table-head-data:first-child,
.wlcm-table-head-actions:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.wlcm-table-head-data:last-child,
.wlcm-table-head-actions:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.wlcm-table-head-data {
  padding: 0px 16px;
}

.wlcm-table-head-actions {
  width: 16px;
  padding: 0px 8px;
}
.wlcm-table-head-actions + .wlcm-table-head-data {
  padding-left: 0px;
}

.wlcm-table-row-data,
.wlcm-table-row-actions {
  display: table-cell;
  white-space: nowrap;
  min-width: min-content;
  vertical-align: inherit;
  unicode-bidi: isolate;
  box-sizing: border-box;
  background: #ffffff;
  font-size: 16px;
}
.wlcm-table-row-data:first-child,
.wlcm-table-row-actions:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.wlcm-table-row-data:last-child,
.wlcm-table-row-actions:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.wlcm-table-row-data {
  padding: 16px;
}

.wlcm-table-row-actions {
  width: 16px;
  padding: 16px 8px;
}
.wlcm-table-row-actions + .wlcm-table-row-data {
  padding-left: 0px;
}

.wlcm-table-row-selected .wlcm-table-row-data {
  color: #0c2c4c;
}

.wlcm-table-row {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}

.wlcm-table-row-spacer {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
  height: 12px;
}

.wlcm-label {
  font-size: 13px;
  line-height: 13px;
  font-family: "AntapaniRegular";
  color: #000000;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.wlcm-form-field-input {
  height: 13px;
  line-height: 13px;
  font-size: 13px;
  display: block;
}

textarea.wlcm-form-field-input {
  height: auto;
  line-height: 18px;
}

.wlcm-field-container {
  height: 32px;
  padding: 0 8px;
}
.wlcm-field-container:has(textarea) {
  height: auto;
  padding: 9px 8px 8px 8px;
}

.mat-mdc-radio-button .mdc-radio__background {
  width: 18px !important;
  height: 18px !important;
}

.mat-mdc-radio-button .mdc-radio__outer-circle {
  background-color: #ffffff;
}

.mat-mdc-radio-button .mdc-radio__inner-circle {
  top: -1px !important;
  left: -1px !important;
}
.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__inner-circle {
  transform: scale(0.7) !important;
}

wlcm-select {
  height: 13px;
}
wlcm-select .mat-mdc-select-trigger .mat-mdc-select-min-line {
  font-size: 13px;
}

.mat-pseudo-checkbox.mat-pseudo-checkbox-checked::after {
  top: -1.5px !important;
}

.mat-mdc-option {
  border-radius: 4px;
}

.wlcm-table-head-data,
.wlcm-table-head-actions {
  height: 15px;
  padding: 0 15px;
  font-size: 13px;
}

.wlcm-table-head-data,
.wlcm-table-head-actions {
  background-color: transparent;
}

.wlcm-table-row-spacer {
  height: 10px;
}

.wlcm-table-row-data,
.wlcm-table-row-actions {
  font-size: 13px;
  background-color: #f4f4f4;
}
.wlcm-table-row-data:first-child,
.wlcm-table-row-actions:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.wlcm-table-row-data:last-child,
.wlcm-table-row-actions:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.wlcm-table-row-selected .wlcm-table-row-data,
.wlcm-table-row-selected .wlcm-table-row-actions {
  background-color: #ecf4fd;
}

.wlcm-table-row-data {
  padding: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wlcm-table-row-actions {
  padding: 15px 10px 15px 15px;
}

.wlcm-table-head-actions {
  padding-right: 10px;
}

.wlcm-table-row-data {
  height: 80px;
  box-sizing: border-box;
}

.wlcm-button .wlcm-button__content {
  font-family: "AntapaniSemiBold";
}
.wlcm-button--primary.wlcm-button--disabled {
  opacity: 0.5;
}
.wlcm-button--secondary {
  color: #000000;
}
.wlcm-button--large {
  padding: 0 12px;
}

.wlcm-button--rd .wlcm-button__content {
  font-family: "Geologica-SemiBold";
}

.wlcm-search-field--rd .wlcm-field-container {
  height: 48px;
  padding: 0 8px 0 17px;
  border-radius: 28px;
  background-color: #f4f4f4;
}
.wlcm-search-field--rd .wlcm-form-field-input {
  background-color: #f4f4f4;
}
.wlcm-search-field--rd .wlcm-field-focused .wlcm-field-container {
  border: 1px solid #20568b;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "AntapaniRegular";
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/swiper/swiper.scss?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/cropperjs/src/css/cropper.scss?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
}
.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-wrap-box, .cropper-canvas {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.3333333333%;
  left: 0;
  top: 33.3333333333%;
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.3333333333%;
  top: 0;
  width: 33.3333333333%;
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center::before, .cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url('bg.png');
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

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