@charset "UTF-8";

/* node_modules/angular-calendar/css/angular-calendar.css */
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder;
}
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cal-month-view .cal-cell-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cal-month-view .cal-cell {
  float: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}
.cal-month-view .cal-day-cell {
  min-height: 100px;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid;
}
.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  float: left;
}
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}
.cal-month-view .cal-events {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.cal-week-view {
}
.cal-week-view * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-week-view .cal-day-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  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 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: solid 1px;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left: initial;
  border-right: solid 1px;
}
.cal-week-view .cal-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}
.cal-week-view .cal-time-label-column {
  width: 70px;
  height: 100%;
}
.cal-week-view .cal-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.cal-week-view .cal-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}
.cal-week-view .cal-all-day-events .cal-day-columns {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cal-week-view .cal-all-day-events .cal-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row {
  margin-left: initial;
  margin-right: 70px;
}
.cal-week-view .cal-all-day-events .cal-event-container {
  display: inline-block;
  position: absolute;
}
.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
  z-index: 1;
  pointer-events: none;
}
.cal-week-view .cal-all-day-events .cal-event {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}
.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cal-week-view .cal-all-day-events .cal-time-label-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cal-week-view .cal-drag-active {
  pointer-events: none;
  z-index: 1;
}
.cal-week-view .cal-drag-active * {
  pointer-events: none;
}
.cal-week-view .cal-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cal-week-view .cal-time-events .cal-day-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  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: "\a0";
}
.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 {
}
.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;
}

/* src/scss/styles.scss */
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-label-text-color: #6F61FF;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #40e0d0;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #fa5151;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-pseudo-checkbox-full-selected-icon-color: #40e0d0;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #40e0d0;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #6F61FF;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #6F61FF;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #40e0d0;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #40e0d0;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #fa5151;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #fa5151;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-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);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-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-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-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-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #6F61FF;
  --mat-progress-bar-track-color: rgba(111, 97, 255, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #40e0d0;
  --mat-progress-bar-track-color: rgba(64, 224, 208, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #fa5151;
  --mat-progress-bar-track-color: rgba(250, 81, 81, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #6F61FF 87%, transparent);
  --mat-form-field-filled-caret-color: #6F61FF;
  --mat-form-field-filled-focus-active-indicator-color: #6F61FF;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #6F61FF 87%, transparent);
  --mat-form-field-outlined-caret-color: #6F61FF;
  --mat-form-field-outlined-focus-outline-color: #6F61FF;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #6F61FF 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #fa5151;
  --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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #fa5151;
  --mat-form-field-filled-error-focus-label-text-color: #fa5151;
  --mat-form-field-filled-error-label-text-color: #fa5151;
  --mat-form-field-filled-error-caret-color: #fa5151;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #fa5151;
  --mat-form-field-filled-error-focus-active-indicator-color: #fa5151;
  --mat-form-field-filled-error-hover-active-indicator-color: #fa5151;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #fa5151;
  --mat-form-field-outlined-error-focus-label-text-color: #fa5151;
  --mat-form-field-outlined-error-label-text-color: #fa5151;
  --mat-form-field-outlined-error-hover-label-text-color: #fa5151;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #fa5151;
  --mat-form-field-outlined-error-hover-outline-color: #fa5151;
  --mat-form-field-outlined-error-outline-color: #fa5151;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #40e0d0 87%, transparent);
  --mat-form-field-filled-caret-color: #40e0d0;
  --mat-form-field-filled-focus-active-indicator-color: #40e0d0;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #40e0d0 87%, transparent);
  --mat-form-field-outlined-caret-color: #40e0d0;
  --mat-form-field-outlined-focus-outline-color: #40e0d0;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #40e0d0 87%, transparent);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #fa5151 87%, transparent);
  --mat-form-field-filled-caret-color: #fa5151;
  --mat-form-field-filled-focus-active-indicator-color: #fa5151;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #fa5151 87%, transparent);
  --mat-form-field-outlined-caret-color: #fa5151;
  --mat-form-field-outlined-focus-outline-color: #fa5151;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #fa5151 87%, transparent);
}
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;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #6F61FF;
  --mat-select-invalid-arrow-color: #fa5151;
}
.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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #40e0d0;
  --mat-select-invalid-arrow-color: #fa5151;
}
.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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #fa5151;
  --mat-select-invalid-arrow-color: #fa5151;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #ffffff;
  --mat-chip-elevated-container-color: #6F61FF;
  --mat-chip-elevated-disabled-container-color: #6F61FF;
  --mat-chip-elevated-selected-container-color: #6F61FF;
  --mat-chip-flat-disabled-selected-container-color: #6F61FF;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #ffffff;
  --mat-chip-selected-disabled-trailing-icon-color: #ffffff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #ffffff;
  --mat-chip-selected-trailing-icon-color: #ffffff;
  --mat-chip-with-icon-disabled-icon-color: #ffffff;
  --mat-chip-with-icon-icon-color: #ffffff;
  --mat-chip-with-icon-selected-icon-color: #ffffff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #ffffff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #ffffff;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #000000;
  --mat-chip-elevated-container-color: #40e0d0;
  --mat-chip-elevated-disabled-container-color: #40e0d0;
  --mat-chip-elevated-selected-container-color: #40e0d0;
  --mat-chip-flat-disabled-selected-container-color: #40e0d0;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #000000;
  --mat-chip-selected-disabled-trailing-icon-color: #000000;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #000000;
  --mat-chip-selected-trailing-icon-color: #000000;
  --mat-chip-with-icon-disabled-icon-color: #000000;
  --mat-chip-with-icon-icon-color: #000000;
  --mat-chip-with-icon-selected-icon-color: #000000;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #000000;
  --mat-chip-with-trailing-icon-trailing-icon-color: #000000;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: #000000;
  --mat-chip-elevated-container-color: #fa5151;
  --mat-chip-elevated-disabled-container-color: #fa5151;
  --mat-chip-elevated-selected-container-color: #fa5151;
  --mat-chip-flat-disabled-selected-container-color: #fa5151;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #000000;
  --mat-chip-selected-disabled-trailing-icon-color: #000000;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #000000;
  --mat-chip-selected-trailing-icon-color: #000000;
  --mat-chip-with-icon-disabled-icon-color: #000000;
  --mat-chip-with-icon-icon-color: #000000;
  --mat-chip-with-icon-selected-icon-color: #000000;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #000000;
  --mat-chip-with-trailing-icon-trailing-icon-color: #000000;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
  --mat-slide-toggle-selected-icon-color: #ffffff;
  --mat-slide-toggle-disabled-selected-icon-color: #ffffff;
  --mat-slide-toggle-selected-focus-state-layer-color: #6F61FF;
  --mat-slide-toggle-selected-handle-color: #6F61FF;
  --mat-slide-toggle-selected-hover-state-layer-color: #6F61FF;
  --mat-slide-toggle-selected-pressed-state-layer-color: #6F61FF;
  --mat-slide-toggle-selected-focus-handle-color: #6F61FF;
  --mat-slide-toggle-selected-hover-handle-color: #6F61FF;
  --mat-slide-toggle-selected-pressed-handle-color: #6F61FF;
  --mat-slide-toggle-selected-focus-track-color: #9a8dff;
  --mat-slide-toggle-selected-hover-track-color: #9a8dff;
  --mat-slide-toggle-selected-pressed-track-color: #9a8dff;
  --mat-slide-toggle-selected-track-color: #9a8dff;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-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);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-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);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #000000;
  --mat-slide-toggle-disabled-selected-icon-color: #000000;
  --mat-slide-toggle-selected-focus-state-layer-color: #40e0d0;
  --mat-slide-toggle-selected-handle-color: #40e0d0;
  --mat-slide-toggle-selected-hover-state-layer-color: #40e0d0;
  --mat-slide-toggle-selected-pressed-state-layer-color: #40e0d0;
  --mat-slide-toggle-selected-focus-handle-color: #40e0d0;
  --mat-slide-toggle-selected-hover-handle-color: #40e0d0;
  --mat-slide-toggle-selected-pressed-handle-color: #40e0d0;
  --mat-slide-toggle-selected-focus-track-color: #79e9de;
  --mat-slide-toggle-selected-hover-track-color: #79e9de;
  --mat-slide-toggle-selected-pressed-track-color: #79e9de;
  --mat-slide-toggle-selected-track-color: #79e9de;
}
.mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: #000000;
  --mat-slide-toggle-disabled-selected-icon-color: #000000;
  --mat-slide-toggle-selected-focus-state-layer-color: #fa5151;
  --mat-slide-toggle-selected-handle-color: #fa5151;
  --mat-slide-toggle-selected-hover-state-layer-color: #fa5151;
  --mat-slide-toggle-selected-pressed-state-layer-color: #fa5151;
  --mat-slide-toggle-selected-focus-handle-color: #fa5151;
  --mat-slide-toggle-selected-hover-handle-color: #fa5151;
  --mat-slide-toggle-selected-pressed-handle-color: #fa5151;
  --mat-slide-toggle-selected-focus-track-color: #fc8585;
  --mat-slide-toggle-selected-hover-track-color: #fc8585;
  --mat-slide-toggle-selected-pressed-track-color: #fc8585;
  --mat-slide-toggle-selected-track-color: #fc8585;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #6F61FF;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #6F61FF;
  --mat-radio-selected-hover-icon-color: #6F61FF;
  --mat-radio-selected-icon-color: #6F61FF;
  --mat-radio-selected-pressed-icon-color: #6F61FF;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #40e0d0;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #40e0d0;
  --mat-radio-selected-hover-icon-color: #40e0d0;
  --mat-radio-selected-icon-color: #40e0d0;
  --mat-radio-selected-pressed-icon-color: #40e0d0;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #fa5151;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #fa5151;
  --mat-radio-selected-hover-icon-color: #fa5151;
  --mat-radio-selected-icon-color: #fa5151;
  --mat-radio-selected-pressed-icon-color: #fa5151;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-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-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-value-indicator-transform-origin: bottom;
  --mat-slider-active-track-color: #6F61FF;
  --mat-slider-focus-handle-color: #6F61FF;
  --mat-slider-handle-color: #6F61FF;
  --mat-slider-hover-handle-color: #6F61FF;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #6F61FF 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #6F61FF 4%, transparent);
  --mat-slider-inactive-track-color: #6F61FF;
  --mat-slider-ripple-color: #6F61FF;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-inactive-container-color: #6F61FF;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
.mat-accent {
  --mat-slider-active-track-color: #40e0d0;
  --mat-slider-focus-handle-color: #40e0d0;
  --mat-slider-handle-color: #40e0d0;
  --mat-slider-hover-handle-color: #40e0d0;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #40e0d0 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #40e0d0 4%, transparent);
  --mat-slider-inactive-track-color: #40e0d0;
  --mat-slider-ripple-color: #40e0d0;
  --mat-slider-with-tick-marks-active-container-color: #000000;
  --mat-slider-with-tick-marks-inactive-container-color: #40e0d0;
}
.mat-warn {
  --mat-slider-active-track-color: #fa5151;
  --mat-slider-focus-handle-color: #fa5151;
  --mat-slider-handle-color: #fa5151;
  --mat-slider-hover-handle-color: #fa5151;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #fa5151 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #fa5151 4%, transparent);
  --mat-slider-inactive-track-color: #fa5151;
  --mat-slider-ripple-color: #fa5151;
  --mat-slider-with-tick-marks-active-container-color: #000000;
  --mat-slider-with-tick-marks-inactive-container-color: #fa5151;
}
html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #6F61FF;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #6F61FF;
  --mat-radio-selected-hover-icon-color: #6F61FF;
  --mat-radio-selected-icon-color: #6F61FF;
  --mat-radio-selected-pressed-icon-color: #6F61FF;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #40e0d0;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #40e0d0;
  --mat-radio-selected-hover-icon-color: #40e0d0;
  --mat-radio-selected-icon-color: #40e0d0;
  --mat-radio-selected-pressed-icon-color: #40e0d0;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #fa5151;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #fa5151;
  --mat-radio-selected-hover-icon-color: #fa5151;
  --mat-radio-selected-icon-color: #fa5151;
  --mat-radio-selected-pressed-icon-color: #fa5151;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #6F61FF;
  --mat-checkbox-selected-hover-icon-color: #6F61FF;
  --mat-checkbox-selected-icon-color: #6F61FF;
  --mat-checkbox-selected-pressed-icon-color: #6F61FF;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #6F61FF;
  --mat-checkbox-selected-hover-state-layer-color: #6F61FF;
  --mat-checkbox-selected-pressed-state-layer-color: #6F61FF;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #000000;
  --mat-checkbox-selected-focus-icon-color: #40e0d0;
  --mat-checkbox-selected-hover-icon-color: #40e0d0;
  --mat-checkbox-selected-icon-color: #40e0d0;
  --mat-checkbox-selected-pressed-icon-color: #40e0d0;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #40e0d0;
  --mat-checkbox-selected-hover-state-layer-color: #40e0d0;
  --mat-checkbox-selected-pressed-state-layer-color: #40e0d0;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #000000;
  --mat-checkbox-selected-focus-icon-color: #fa5151;
  --mat-checkbox-selected-hover-icon-color: #fa5151;
  --mat-checkbox-selected-icon-color: #fa5151;
  --mat-checkbox-selected-pressed-icon-color: #fa5151;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #fa5151;
  --mat-checkbox-selected-hover-state-layer-color: #fa5151;
  --mat-checkbox-selected-pressed-state-layer-color: #fa5151;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.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--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #6F61FF;
}
.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 {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
  --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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #6F61FF;
  --mat-tab-active-ripple-color: #6F61FF;
  --mat-tab-inactive-ripple-color: #6F61FF;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #6F61FF;
  --mat-tab-active-hover-label-text-color: #6F61FF;
  --mat-tab-active-focus-indicator-color: #6F61FF;
  --mat-tab-active-hover-indicator-color: #6F61FF;
  --mat-tab-active-indicator-color: #6F61FF;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #40e0d0;
  --mat-tab-active-ripple-color: #40e0d0;
  --mat-tab-inactive-ripple-color: #40e0d0;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #40e0d0;
  --mat-tab-active-hover-label-text-color: #40e0d0;
  --mat-tab-active-focus-indicator-color: #40e0d0;
  --mat-tab-active-hover-indicator-color: #40e0d0;
  --mat-tab-active-indicator-color: #40e0d0;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #fa5151;
  --mat-tab-active-ripple-color: #fa5151;
  --mat-tab-inactive-ripple-color: #fa5151;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #fa5151;
  --mat-tab-active-hover-label-text-color: #fa5151;
  --mat-tab-active-focus-indicator-color: #fa5151;
  --mat-tab-active-hover-indicator-color: #fa5151;
  --mat-tab-active-indicator-color: #fa5151;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #6F61FF;
  --mat-tab-foreground-color: #ffffff;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #40e0d0;
  --mat-tab-foreground-color: #000000;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #fa5151;
  --mat-tab-foreground-color: #000000;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #000000;
  --mat-checkbox-selected-focus-icon-color: #40e0d0;
  --mat-checkbox-selected-hover-icon-color: #40e0d0;
  --mat-checkbox-selected-icon-color: #40e0d0;
  --mat-checkbox-selected-pressed-icon-color: #40e0d0;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #40e0d0;
  --mat-checkbox-selected-hover-state-layer-color: #40e0d0;
  --mat-checkbox-selected-pressed-state-layer-color: #40e0d0;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #6F61FF;
  --mat-checkbox-selected-hover-icon-color: #6F61FF;
  --mat-checkbox-selected-icon-color: #6F61FF;
  --mat-checkbox-selected-pressed-icon-color: #6F61FF;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #6F61FF;
  --mat-checkbox-selected-hover-state-layer-color: #6F61FF;
  --mat-checkbox-selected-pressed-state-layer-color: #6F61FF;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #000000;
  --mat-checkbox-selected-focus-icon-color: #fa5151;
  --mat-checkbox-selected-hover-icon-color: #fa5151;
  --mat-checkbox-selected-icon-color: #fa5151;
  --mat-checkbox-selected-pressed-icon-color: #fa5151;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #fa5151;
  --mat-checkbox-selected-hover-state-layer-color: #fa5151;
  --mat-checkbox-selected-pressed-state-layer-color: #fa5151;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-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);
  --mat-button-protected-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);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-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);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-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);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #6F61FF;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-label-text-color: #6F61FF;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #6F61FF 12%, transparent);
  --mat-button-outlined-state-layer-color: #6F61FF;
  --mat-button-protected-container-color: #6F61FF;
  --mat-button-protected-label-text-color: #ffffff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-protected-state-layer-color: #ffffff;
  --mat-button-text-label-text-color: #6F61FF;
  --mat-button-text-ripple-color: color-mix(in srgb, #6F61FF 12%, transparent);
  --mat-button-text-state-layer-color: #6F61FF;
  --mat-button-tonal-container-color: #6F61FF;
  --mat-button-tonal-label-text-color: #ffffff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-tonal-state-layer-color: #ffffff;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #40e0d0;
  --mat-button-filled-label-text-color: #000000;
  --mat-button-filled-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-button-filled-state-layer-color: #000000;
  --mat-button-outlined-label-text-color: #40e0d0;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #40e0d0 12%, transparent);
  --mat-button-outlined-state-layer-color: #40e0d0;
  --mat-button-protected-container-color: #40e0d0;
  --mat-button-protected-label-text-color: #000000;
  --mat-button-protected-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-button-protected-state-layer-color: #000000;
  --mat-button-text-label-text-color: #40e0d0;
  --mat-button-text-ripple-color: color-mix(in srgb, #40e0d0 12%, transparent);
  --mat-button-text-state-layer-color: #40e0d0;
  --mat-button-tonal-container-color: #40e0d0;
  --mat-button-tonal-label-text-color: #000000;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-button-tonal-state-layer-color: #000000;
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #fa5151;
  --mat-button-filled-label-text-color: #000000;
  --mat-button-filled-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-button-filled-state-layer-color: #000000;
  --mat-button-outlined-label-text-color: #fa5151;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #fa5151 12%, transparent);
  --mat-button-outlined-state-layer-color: #fa5151;
  --mat-button-protected-container-color: #fa5151;
  --mat-button-protected-label-text-color: #000000;
  --mat-button-protected-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-button-protected-state-layer-color: #000000;
  --mat-button-text-label-text-color: #fa5151;
  --mat-button-text-ripple-color: color-mix(in srgb, #fa5151 12%, transparent);
  --mat-button-text-state-layer-color: #fa5151;
  --mat-button-tonal-container-color: #fa5151;
  --mat-button-tonal-label-text-color: #000000;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-button-tonal-state-layer-color: #000000;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #6F61FF;
  --mat-icon-button-state-layer-color: #6F61FF;
  --mat-icon-button-ripple-color: color-mix(in srgb, #6F61FF 12%, transparent);
}
.mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #40e0d0;
  --mat-icon-button-state-layer-color: #40e0d0;
  --mat-icon-button-ripple-color: color-mix(in srgb, #40e0d0 12%, transparent);
}
.mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #fa5151;
  --mat-icon-button-state-layer-color: #fa5151;
  --mat-icon-button-ripple-color: color-mix(in srgb, #fa5151 12%, transparent);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-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);
  --mat-fab-container-shape: 50%;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-extended-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);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-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);
  --mat-fab-extended-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);
  --mat-fab-extended-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);
  --mat-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);
  --mat-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);
  --mat-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);
  --mat-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);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-touch-target-size: 48px;
  --mat-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);
  --mat-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);
  --mat-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);
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #6F61FF;
  --mat-fab-foreground-color: #ffffff;
  --mat-fab-ripple-color: color-mix(in srgb, #6F61FF 12%, transparent);
  --mat-fab-small-container-color: #6F61FF;
  --mat-fab-small-foreground-color: #ffffff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-fab-small-state-layer-color: #ffffff;
  --mat-fab-state-layer-color: #ffffff;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #40e0d0;
  --mat-fab-foreground-color: #000000;
  --mat-fab-ripple-color: color-mix(in srgb, #40e0d0 12%, transparent);
  --mat-fab-small-container-color: #40e0d0;
  --mat-fab-small-foreground-color: #000000;
  --mat-fab-small-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-fab-small-state-layer-color: #000000;
  --mat-fab-state-layer-color: #000000;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #fa5151;
  --mat-fab-foreground-color: #000000;
  --mat-fab-ripple-color: color-mix(in srgb, #fa5151 12%, transparent);
  --mat-fab-small-container-color: #fa5151;
  --mat-fab-small-foreground-color: #000000;
  --mat-fab-small-ripple-color: color-mix(in srgb, #000000 12%, transparent);
  --mat-fab-small-state-layer-color: #000000;
  --mat-fab-state-layer-color: #000000;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
  --mat-snack-bar-container-shape: 4px;
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #9a8dff;
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
  --mat-progress-spinner-active-indicator-color: #6F61FF;
}
.mat-accent {
  --mat-progress-spinner-active-indicator-color: #40e0d0;
}
.mat-warn {
  --mat-progress-spinner-active-indicator-color: #fa5151;
}
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;
  --mat-badge-background-color: #6F61FF;
  --mat-badge-text-color: #ffffff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-badge-accent {
  --mat-badge-background-color: #40e0d0;
  --mat-badge-text-color: #000000;
}
.mat-badge-warn {
  --mat-badge-background-color: #fa5151;
  --mat-badge-text-color: #000000;
}
html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-height: 48px;
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #6F61FF 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #40e0d0 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color: #6F61FF;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #6F61FF 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #ffffff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #6F61FF 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #6F61FF 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #6F61FF;
  --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: rgba(0, 0, 0, 0.87);
  --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.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #40e0d0 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #40e0d0 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #000000;
  --mat-datepicker-calendar-date-selected-state-background-color: #40e0d0;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #40e0d0 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #000000;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #40e0d0 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #40e0d0 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #40e0d0;
  --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: rgba(0, 0, 0, 0.87);
  --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.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-warn,
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #fa5151 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #40e0d0 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #000000;
  --mat-datepicker-calendar-date-selected-state-background-color: #fa5151;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #fa5151 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #000000;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #fa5151 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #fa5151 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #fa5151;
  --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: rgba(0, 0, 0, 0.87);
  --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.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.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;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #6F61FF;
}
.mat-icon.mat-accent {
  --mat-icon-color: #40e0d0;
}
.mat-icon.mat-warn {
  --mat-icon-color: #fa5151;
}
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;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
  --mat-stepper-header-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-icon-background-color: #6F61FF;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-done-state-icon-background-color: #6F61FF;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #6F61FF;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --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: #fa5151;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #fa5151;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #000000;
  --mat-stepper-header-selected-state-icon-background-color: #40e0d0;
  --mat-stepper-header-selected-state-icon-foreground-color: #000000;
  --mat-stepper-header-done-state-icon-background-color: #40e0d0;
  --mat-stepper-header-done-state-icon-foreground-color: #000000;
  --mat-stepper-header-edit-state-icon-background-color: #40e0d0;
  --mat-stepper-header-edit-state-icon-foreground-color: #000000;
}
.mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #000000;
  --mat-stepper-header-selected-state-icon-background-color: #fa5151;
  --mat-stepper-header-selected-state-icon-foreground-color: #000000;
  --mat-stepper-header-done-state-icon-background-color: #fa5151;
  --mat-stepper-header-done-state-icon-foreground-color: #000000;
  --mat-stepper-header-edit-state-icon-background-color: #fa5151;
  --mat-stepper-header-edit-state-icon-foreground-color: #000000;
}
html {
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #6F61FF;
  --mat-toolbar-container-text-color: #ffffff;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #40e0d0;
  --mat-toolbar-container-text-color: #000000;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #fa5151;
  --mat-toolbar-container-text-color: #000000;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color: white;
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.\!fixed {
  position: fixed !important;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.\!right-4 {
  right: 1rem !important;
}
.\!top-4 {
  top: 1rem !important;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-3 {
  left: 0.75rem;
}
.left-\[-32px\] {
  left: -32px;
}
.left-\[15px\] {
  left: 15px;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-start-1 {
  grid-column-start: 1;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.\!my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!ml-1 {
  margin-left: 0.25rem !important;
}
.\!ml-2 {
  margin-left: 0.5rem !important;
}
.\!mr-0 {
  margin-right: 0px !important;
}
.\!mr-1 {
  margin-right: 0.25rem !important;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.\!h-12 {
  height: 3rem !important;
}
.\!h-16 {
  height: 4rem !important;
}
.\!h-4 {
  height: 1rem !important;
}
.\!h-5 {
  height: 1.25rem !important;
}
.\!h-8 {
  height: 2rem !important;
}
.\!h-\[14px\] {
  height: 14px !important;
}
.\!h-\[15px\] {
  height: 15px !important;
}
.\!h-\[16px\] {
  height: 16px !important;
}
.\!h-\[18px\] {
  height: 18px !important;
}
.\!h-\[20px\] {
  height: 20px !important;
}
.\!h-\[22px\] {
  height: 22px !important;
}
.\!h-\[24px\] {
  height: 24px !important;
}
.\!h-\[36px\] {
  height: 36px !important;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[360px\] {
  height: 360px;
}
.h-full {
  height: 100%;
}
.max-h-\[380px\] {
  max-height: 380px;
}
.max-h-\[65vh\] {
  max-height: 65vh;
}
.min-h-\[140px\] {
  min-height: 140px;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[410px\] {
  min-height: 410px;
}
.\!w-1\/2 {
  width: 50% !important;
}
.\!w-12 {
  width: 3rem !important;
}
.\!w-4 {
  width: 1rem !important;
}
.\!w-5 {
  width: 1.25rem !important;
}
.\!w-8 {
  width: 2rem !important;
}
.\!w-\[100dvw\] {
  width: 100dvw !important;
}
.\!w-\[10px\] {
  width: 10px !important;
}
.\!w-\[125px\] {
  width: 125px !important;
}
.\!w-\[130px\] {
  width: 130px !important;
}
.\!w-\[140px\] {
  width: 140px !important;
}
.\!w-\[14px\] {
  width: 14px !important;
}
.\!w-\[150px\] {
  width: 150px !important;
}
.\!w-\[15px\] {
  width: 15px !important;
}
.\!w-\[160px\] {
  width: 160px !important;
}
.\!w-\[16px\] {
  width: 16px !important;
}
.\!w-\[170px\] {
  width: 170px !important;
}
.\!w-\[180px\] {
  width: 180px !important;
}
.\!w-\[18px\] {
  width: 18px !important;
}
.\!w-\[200px\] {
  width: 200px !important;
}
.\!w-\[20px\] {
  width: 20px !important;
}
.\!w-\[220px\] {
  width: 220px !important;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[149px\] {
  width: 149px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[159px\] {
  width: 159px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[211px\] {
  width: 211px;
}
.w-\[213px\] {
  width: 213px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[251px\] {
  width: 251px;
}
.w-\[256px\] {
  width: 256px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[360px\] {
  width: 360px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.w-px {
  width: 1px;
}
.\!min-w-0 {
  min-width: 0px !important;
}
.\!min-w-\[120px\] {
  min-width: 120px !important;
}
.\!min-w-\[20px\] {
  min-width: 20px !important;
}
.\!min-w-\[30px\] {
  min-width: 30px !important;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[190px\] {
  min-width: 190px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.\!flex-none {
  flex: none !important;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.\!justify-end {
  justify-content: flex-end !important;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.\!justify-between {
  justify-content: space-between !important;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-4 {
  gap: 1rem !important;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-12 {
  column-gap: 3rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-x-8 {
  column-gap: 2rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-1\.5 {
  row-gap: 0.375rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-divide-opacity, 1));
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded-\[4px\] {
  border-radius: 4px !important;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.\!rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-\[2\.5px\] {
  border-width: 2.5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}
.border-\[var\(--mat-table-row-item-outline-color\)\] {
  border-color: var(--mat-table-row-item-outline-color);
}
.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-violet-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-indigo-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-\[\#F9F9FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black\/90 {
  --tw-gradient-from: rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    rgb(0 0 0 / 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-1\.5 {
  padding: 0.375rem !important;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[2px\] {
  padding: 2px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.\!px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.\!px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.font-mono {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
.\!text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.\!text-\[15px\] {
  font-size: 15px !important;
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.\!text-\[18px\] {
  font-size: 18px !important;
}
.\!text-\[20px\] {
  font-size: 20px !important;
}
.\!text-\[22px\] {
  font-size: 22px !important;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-medium {
  font-weight: 500 !important;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.\!leading-3 {
  line-height: .75rem !important;
}
.\!leading-5 {
  line-height: 1.25rem !important;
}
.\!leading-\[14px\] {
  line-height: 14px !important;
}
.\!leading-\[15px\] {
  line-height: 15px !important;
}
.\!leading-\[16px\] {
  line-height: 16px !important;
}
.\!leading-\[18px\] {
  line-height: 18px !important;
}
.\!leading-\[20px\] {
  line-height: 20px !important;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}
.\!text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#16A34A\] {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-\[\#EF4444\] {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-\[var\(--tis-primary\)\] {
  color: var(--tis-primary);
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.decoration-gray-300 {
  text-decoration-color: #d1d5db;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.opacity-40 {
  opacity: 0.4;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
@font-face {
  font-family: "TH SarabunPSK";
  src: url(https://fonts.servicemind.asia/other-fonts/th-sarabun-psk/THSarabun.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TH SarabunPSK";
  src: url(https://fonts.servicemind.asia/other-fonts/th-sarabun-psk/THSarabun-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "TH SarabunPSK";
  src: url(https://fonts.servicemind.asia/other-fonts/th-sarabun-psk/THSarabun-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "TH SarabunPSK";
  src: url(https://fonts.servicemind.asia/other-fonts/th-sarabun-psk/THSarabun-Bold-Italic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  --font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  --tis-bg: #6F61FF1F;
  --tis-line: #07b53b;
  --tis-azure: #0078d4;
  --tis-azure-hover: #106ebe;
  --tis-primary-dark: #4033ff;
  --tis-primary: #6F61FF;
  --tis-primary-light: #b7afff;
  --tis-primary-lighter: #d4d0ff;
  --tis-accent-dark: #1ccbb3;
  --tis-accent: #40e0d0;
  --tis-accent-light: #a0f0e8;
  --tis-error-dark: #f62727;
  --tis-error: #fa5151;
  --tis-error-light: #fda8a8;
  --tis-secondary-dark: #d5d5f6;
  --tis-secondary: #e6e6fa;
  --tis-secondary-light: #f3f3fd;
  --tis-light: #f8f9fa;
  --tis-gray: #757575;
  --tis-success-dark: #248627;
  --tis-success: #4caf50;
  --tis-success-light: #a6d7a8;
  --tis-info-dark: #13b6e8;
  --tis-info: #31d2f2;
  --tis-info-light: #98e9f9;
  --tis-warning-dark: #f35c00;
  --tis-warning: #f88c00;
  --tis-warning-light: #fcc680;
  --tis-danger-dark: #961419;
  --tis-danger: #bb333b;
  --tis-danger-light: #dd999d;
  --tis-pink: #E322D4;
  --tis-approved: #C3EEFA;
  --tis-on-hold: #F9E795;
  --tis-dark: #1c1f23;
  --tis-light: #f5f5f5;
  --tis-light-2: #fafafa;
  --tis-light-dark: #eeeeee;
  --tis-text-black: #0A0C11;
  --tis-text-color: #5B616D;
  --tis-icon-color: #5b6871;
  --tis-sidebar-text-color: #757575;
  --tis-border-width: 1px;
  --tis-download: #6F61FF;
  --tis-cancel: #bb333b;
  --tis-item-selected: #6F61FF;
  --tis-header-height: 64px;
  --tis-input-field-height: 44px;
  --tis-input-filed-border-color: #d0d5dd;
  --tis-input-filed-border-radius: 8px;
  --tis-input-field-placeholder-color: #98a2b3;
  --tis-input-field-background-color: #F2F2F4;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: currentColor;
}
::-webkit-scrollbar-thumb:hover {
  background: currentColor;
}
ol {
  list-style: auto;
  padding-left: 15px;
}
.tis-main-container {
  background: #f9fafb;
  height: calc(100% - var(--tis-header-height));
}
.tis-breadcrumb-container {
  width: 100%;
  padding: 8px 16px;
}
.tis-page {
  padding: 16px 8px;
  background-color: #f9fafb;
}
.tis-page .tis-page-header {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px 16px 16px;
}
.tis-page .tis-page-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.tis-page .tis-page-body-container {
  padding: 0px 16px;
}
.tis-page .tis-page-body .tis-page-body-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.tis-page .tis-page-body .tis-page-body-header .search-mat-form-field {
  width: 370px;
}
.tis-hide-scroller {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tis-hide-scroller::-webkit-scrollbar {
  display: none;
}
.tis-alert {
  padding: 15px;
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
}
.tis-alert-primary {
  color: var(--tis-primary);
  border: 1px solid var(--tis-primary);
}
.tis-alert-gray {
  color: gray;
  border: 1px solid gray;
}
.tis-alert-accent {
  color: var(--tis-accent);
  border: 1px solid var(--tis-accent);
}
.tis-alert-secondary {
  color: var(--tis-secondary);
  border: 1px solid var(--tis-secondary);
}
.tis-alert-info {
  color: var(--tis-info);
  border: 1px solid var(--tis-info);
}
.tis-alert-warning {
  color: var(--tis-warning);
  border: 1px solid var(--tis-warning);
}
.tis-alert-success {
  color: var(--tis-success);
  border: 1px solid var(--tis-success);
}
.tis-alert-danger {
  color: var(--tis-danger);
  border: 1px solid var(--tis-danger);
}
.tis-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
}
.tis-breadcrumb .tis-breadcrumb-item {
  color: inherit;
}
.tis-breadcrumb .tis-breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}
.tis-breadcrumb .tis-breadcrumb-item a:hover {
  text-decoration: underline;
}
.tis-breadcrumb-item + .tis-breadcrumb-item {
  padding-left: 0.5rem;
}
.tis-breadcrumb-item + .tis-breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.tis-breadcrumb-item.active {
  color: #111827;
  font-weight: 500;
}
.tis-breadcrumb-item.active :hover {
  text-decoration: unset;
}
.tis-graph {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.tis-graph .tis-graph-item {
  cursor: pointer;
}
.tis-graph-item + .tis-graph-item {
  padding: 0px;
}
.tis-graph-item + .tis-graph-item::before {
  float: left;
  padding: 0px 10px;
  color: #BDBDBD;
  content: "\2192";
  font-size: 40px;
  line-height: 22px;
}
.tis-graph-item.active {
  color: #9e9e9e;
}
.tis-graph-item.active :hover {
  text-decoration: unset;
}
.material-symbols-outlined.filled {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.tis-icon-btn-sm {
  margin-top: 7px !important;
  padding: 5px !important;
  height: 36px !important;
  width: 36px !important;
}
.tis-icon-btn {
  padding: 0px !important;
  --mat-icon-button-touch-target-size: 26px !important;
  --mdc-icon-button-state-layer-size: 24px !important;
  --mat-icon-button-state-layer-size: 24px !important;
}
.tis-mat-btn {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  height: var(--mat-button-filled-container-height, 40px);
  font-family: var(--mat-button-filled-label-text-font, var(--mat-sys-label-large-font));
  font-size: var(--mat-button-filled-label-text-size, var(--mat-sys-label-large-size));
  letter-spacing: var(--mat-button-filled-label-text-tracking, var(--mat-sys-label-large-tracking));
  text-transform: var(--mat-button-filled-label-text-transform);
  font-weight: var(--mat-button-filled-label-text-weight, var(--mat-sys-label-large-weight));
  padding: 0 var(--mat-button-filled-horizontal-padding, 24px);
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 64px;
  border: none;
  outline: none;
  line-height: inherit;
  -webkit-appearance: none;
  overflow: visible;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0);
  padding: 0 8px;
  text-decoration: none;
  border-radius: 4px;
}
.tis-mat-btn:active {
  outline: none;
}
.mdc-button {
  --mat-button-outlined-container-shape: 8px;
  --mat-button-outlined-horizontal-padding: 10px;
  --mat-button-filled-container-shape: 8px;
  --mat-button-filled-horizontal-padding: 10px;
  min-width: 40px !important;
}
.tis-btn-sm {
  --mat-button-outlined-label-text-size: 12px;
  --mat-button-outlined-touch-target-size: 30px;
  --mat-button-outlined-container-height: 30px;
  --mat-button-filled-label-text-size: 12px;
  --mat-button-filled-touch-target-size: 30px;
  --mat-button-filled-container-height: 30px;
}
.tis-btn-xs {
  --mat-button-outlined-label-text-size: 10px;
  --mat-button-outlined-touch-target-size: 25px;
  --mat-button-outlined-container-height: 25px;
  --mat-button-filled-label-text-size: 10px;
  --mat-button-filled-touch-target-size: 25px;
  --mat-button-filled-container-height: 25px;
}
.tis-btn-primary:not(:disabled) {
  color: var(--tis-primary) !important;
}
.tis-btn-primary:not(:disabled):hover .mat-mdc-button-persistent-ripple::before {
  background-color: var(--tis-primary);
}
.tis-btn-accent:not(:disabled) {
  color: var(--tis-accent) !important;
}
.tis-btn-accent:not(:disabled):hover .mat-mdc-button-persistent-ripple::before {
  background-color: var(--tis-accent);
}
.tis-btn-secondary:not(:disabled) {
  color: var(--tis-secondary) !important;
}
.tis-btn-secondary:not(:disabled):hover .mat-mdc-button-persistent-ripple::before {
  background-color: var(--tis-secondary);
}
.tis-btn-info:not(:disabled) {
  color: var(--tis-info) !important;
}
.tis-btn-info:not(:disabled):hover .mat-mdc-button-persistent-ripple::before {
  background-color: var(--tis-info);
}
.tis-btn-warning:not(:disabled) {
  color: var(--tis-warning) !important;
}
.tis-btn-warning:not(:disabled):hover .mat-mdc-button-persistent-ripple::before {
  background-color: var(--tis-warning);
}
.tis-btn-success:not(:disabled) {
  color: var(--tis-success) !important;
}
.tis-btn-success:not(:disabled):hover .mat-mdc-button-persistent-ripple::before {
  background-color: var(--tis-success);
}
.tis-btn-danger:not(:disabled) {
  color: var(--tis-danger) !important;
}
.tis-btn-danger:not(:disabled):hover .mat-mdc-button-persistent-ripple::before {
  background-color: var(--tis-danger);
}
.tis-btn-approved:not(:disabled) {
  color: var(--tis-approved) !important;
}
.tis-btn-approved:not(:disabled):hover .mat-mdc-button-persistent-ripple::before {
  background-color: var(--tis-approved);
}
.tis-btn-on-hold:not(:disabled) {
  color: var(--tis-on-hold) !important;
}
.tis-btn-on-hold:not(:disabled):hover .mat-mdc-button-persistent-ripple::before {
  background-color: var(--tis-on-hold);
}
.tis-btn-filled-basic:not(:disabled) {
  background-color: rgba(9, 30, 66, 0.0588235294) !important;
}
.tis-btn-filled-primary:not(:disabled),
.tis-submit-button:not(:disabled) {
  color: white !important;
  background-color: var(--tis-primary) !important;
}
.tis-btn-filled-accent:not(:disabled) {
  color: white !important;
  background-color: var(--tis-accent) !important;
}
.tis-btn-filled-secondary:not(:disabled) {
  color: black !important;
  background-color: var(--tis-secondary) !important;
}
.tis-btn-filled-info:not(:disabled) {
  color: white !important;
  background-color: var(--tis-info) !important;
}
.tis-btn-filled-warning:not(:disabled) {
  color: white !important;
  background-color: var(--tis-warning) !important;
}
.tis-btn-filled-success:not(:disabled) {
  color: white !important;
  background-color: var(--tis-success) !important;
}
.tis-btn-filled-danger:not(:disabled) {
  color: white !important;
  background-color: var(--tis-danger) !important;
}
.tis-btn-filled-approved:not(:disabled) {
  color: #374151 !important;
  background-color: var(--tis-approved) !important;
}
.tis-btn-filled-on-hold:not(:disabled) {
  color: #374151 !important;
  background-color: var(--tis-on-hold) !important;
}
.tis-submit-button {
  --mat-button-text-container-shape: 8px;
}
.tis-cancel-button {
  --mat-button-text-container-shape: 8px;
}
.tis-cancel-button:not(:disabled) {
  border: 1px solid var(--mat-button-outlined-outline-color);
}
.tis-btn-line:not(:disabled) {
  padding-top: 6px !important;
  padding-left: 0px !important;
  font-size: 90% !important;
  color: white !important;
  background-color: var(--tis-line) !important;
}
.tis-btn-line:not(:disabled) .mdc-button__label {
  display: flex !important;
  align-items: center !important;
  padding-bottom: 6px !important;
}
.tis-btn-azure:not(:disabled) {
  padding-top: 6px !important;
  padding-left: 0px !important;
  font-size: 90% !important;
  color: white !important;
  background-color: var(--tis-azure) !important;
  border: none !important;
  transition: background-color 0.3s ease !important;
}
.tis-btn-azure:not(:disabled) .mdc-button__label {
  display: flex !important;
  align-items: center !important;
  padding-bottom: 6px !important;
}
.tis-btn-azure:not(:disabled):hover {
  background-color: var(--tis-azure-hover) !important;
}
.tis-section-header {
  background: var(--tis-primary) !important;
  color: #fff !important;
  padding: 8px 10px;
}
.tis-btn-toggle-primary .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  color: white;
  background-color: var(--tis-primary);
}
.tis-btn-toggle-accent .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  color: white;
  background-color: var(--tis-accent);
}
.tis-btn-toggle-secondary .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  color: black;
  background-color: var(--tis-secondary);
}
.tis-btn-toggle-info .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  color: white;
  background-color: var(--tis-info);
}
.tis-btn-toggle-warning .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  color: white;
  background-color: var(--tis-warning);
}
.tis-btn-toggle-success .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  color: white;
  background-color: var(--tis-success);
}
.tis-btn-toggle-danger .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  color: white;
  background-color: var(--tis-danger);
}
.tis-text-upper {
  text-transform: uppercase !important;
}
.tis-inline-group {
  display: inline-flex;
  padding: 0px;
  margin: 0px;
  gap: 15px;
}
.tis-inline-group .tis-inline-group-item {
  list-style: none;
  margin: 0px;
}
.tis-btn-group {
  display: inline-flex;
  padding: 0px;
  margin: 0px;
}
.tis-btn-group .tis-btn-group-item {
  list-style: none;
  margin: 0px;
}
.tis-mat-btn-group {
  display: inline-flex;
}
.tis-mat-btn-group .tis-mat-btn-group-item {
  --mat-button-outlined-container-shape: 0px;
  border-right-width: 0px;
}
.tis-mat-btn-group .tis-mat-btn-group-item:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.tis-mat-btn-group .tis-mat-btn-group-item:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-right-width: var(--mat-button-outlined-outline-width, 1px);
}
.tis-mat-btn-group-column {
  flex-direction: column !important;
  width: 100% !important;
}
.tis-mat-btn-group-column .tis-mat-btn-group-item {
  --mat-button-outlined-container-shape: 0px;
  border-right-width: var(--mat-button-outlined-outline-width, 1px);
  border-top-width: 0px;
}
.tis-mat-btn-group-column .tis-mat-btn-group-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-top-width: var(--mat-button-outlined-outline-width, 1px);
}
.tis-mat-btn-group-column .tis-mat-btn-group-item:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right-width: var(--mat-button-outlined-outline-width, 1px);
}
.bg-white {
  background-color: white !important;
}
.tis-bg-light,
.tis-table thead,
.tis-cancel-button {
  background-color: var(--tis-light) !important;
}
.tis-bg-gray {
  background-color: var(--tis-gray) !important;
}
.tis-bg-primary {
  background-color: var(--tis-primary) !important;
}
.tis-bg-primary-light {
  background-color: #eeecff;
}
.tis-btn-light {
  background-color: var(--tis-light) !important;
}
.tis-badge,
.work-order-status-badge-outline-open,
.tis-badge-sr-so-total,
.tis-badge-sr-so-inprogress,
.tis-badge-sr-so-verified,
.tis-badge-sr-so-closed,
.tis-badge-sr-so-cancelled,
.tis-badge-sr-so-completed,
.tis-badge-sr-so-onhold,
.tis-badge-sr-so-approved,
.tis-badge-sr-so-undersurvey,
.tis-badge-sr-so-open,
.tis-filter-badge,
.tis-badge-flat-danger,
.tis-badge-flat-warning,
.tis-badge-flat-info,
.tis-badge-flat-secondary,
.tis-badge-flat-accent,
.tis-badge-flat-primary,
.tis-badge-flat-success,
.tis-badge-outline-pink,
.tis-badge-outline-danger,
.tis-badge-outline-warning,
.tis-badge-outline-info,
.tis-badge-outline-secondary-2,
.tis-badge-outline-secondary,
.tis-badge-outline-accent,
.tis-badge-outline-primary-2,
.tis-badge-outline-primary,
.tis-badge-outline-success,
.tis-badge-outline-light,
.tis-badge-on-hold,
.tis-badge-approved,
.tis-badge-danger,
.tis-badge-success,
.tis-badge-warning,
.tis-badge-info,
.tis-badge-light,
.tis-badge-overdue,
.tis-badge-secondary,
.tis-badge-accent,
.tis-badge-primary {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 4px 10px;
  white-space: nowrap;
  font-weight: 500;
}
.tis-badge-sm {
  font-size: 14px;
  line-height: 18px;
}
.tis-badge-sm .mat-icon {
  font-size: 1.125rem;
  height: 1.125rem;
  width: 1.125rem;
}
.tis-badge-sm .material-icons {
  font-size: 1.125rem;
  height: 1.125rem;
  width: 1.125rem;
}
.tis-badge-sm .material-symbols-outlined {
  font-size: 1.125rem;
  height: 1.125rem;
  width: 1.125rem;
}
.tis-badge-xs {
  font-size: 12px;
  line-height: 16px;
}
.tis-badge-xs .mat-icon {
  font-size: 1.125rem;
  height: 1.125rem;
  width: 1.125rem;
}
.tis-badge-xs .material-icons {
  font-size: 1.125rem;
  height: 1.125rem;
  width: 1.125rem;
}
.tis-badge-xs .material-symbols-outlined {
  font-size: 1.125rem;
  height: 1.125rem;
  width: 1.125rem;
}
.tis-badge-round {
  border-radius: 50px;
}
.tis-badge-primary {
  color: white;
  background-color: var(--tis-primary);
  border: 1px solid var(--tis-primary);
}
.tis-badge-accent {
  color: white;
  background-color: var(--tis-accent);
  border: 1px solid var(--tis-accent);
}
.tis-badge-secondary {
  color: black;
  background-color: var(--tis-secondary);
  border: 1px solid var(--tis-secondary);
}
.tis-badge-overdue {
  color: white;
  background-color: #ff6b79;
  border: 1px solid #ff6b79;
}
.tis-badge-light {
  color: black;
  background-color: var(--tis-secondary);
  border: 1px solid var(--tis-secondary);
}
.tis-badge-info {
  color: white;
  background-color: var(--tis-info);
  border: 1px solid var(--tis-info);
}
.tis-badge-warning {
  color: white;
  background-color: var(--tis-warning);
  border: 1px solid var(--tis-warning);
}
.tis-badge-success {
  color: white;
  background-color: var(--tis-success);
  border: 1px solid var(--tis-success);
}
.tis-badge-danger {
  color: white;
  background-color: var(--tis-danger);
  border: 1px solid var(--tis-danger);
}
.tis-badge-approved {
  color: #374151;
  background-color: var(--tis-approved);
  border: 1px solid var(--tis-approved);
}
.tis-badge-on-hold {
  color: #374151;
  background-color: var(--tis-on-hold);
  border: 1px solid var(--tis-on-hold);
}
.tis-badge-no-border {
  border: none !important;
}
.tis-badge-outline-light {
  font-weight: 400;
  background-color: var(--tis-light);
}
.tis-badge-outline-success {
  color: var(--tis-success);
  background-color: #ecfdf4;
  border: 1px solid #b9f6cb;
}
.tis-badge-outline-primary {
  color: var(--tis-primary);
  background-color: #eeecff;
  border: 1px solid #d4d0ff;
}
.tis-badge-outline-primary-2 {
  color: var(--tis-primary);
  background-color: #fcfcfe;
  border: 1px solid var(--tis-primary);
}
.tis-badge-outline-accent {
  color: var(--tis-accent);
  background-color: #e8fbf9;
  border: 1px solid #c6f6f1;
}
.tis-badge-outline-secondary {
  color: var(--tis-secondary);
  background-color: #fcfcfe;
  border: 1px solid #f8f8fe;
}
.tis-badge-outline-secondary-2 {
  color: #4b5563;
  background-color: #f3f4f6;
  border: 1px solid #4b5563;
}
.tis-badge-outline-info {
  color: var(--tis-info);
  background-color: #e6fafd;
  border: 1px solid #c1f2fb;
}
.tis-badge-outline-warning {
  color: var(--tis-warning);
  background-color: #fffaeb;
  border: 1px solid #fedf89;
}
.tis-badge-outline-success {
  color: var(--tis-success);
  background-color: #ecfdf4;
  border: 1px solid #b9f6cb;
}
.tis-badge-outline-danger {
  color: var(--tis-danger);
  background-color: #fff3f2;
  border: 1px solid #fdcdca;
}
.tis-badge-outline-pink {
  color: var(--tis-pink);
  background-color: rgba(248, 60, 233, 0.1215686275);
  border: 1px solid var(--tis-pink);
}
.tis-badge-flat-success {
  color: var(--tis-success);
  background-color: #ecfdf4;
}
.tis-badge-flat-primary {
  color: var(--tis-primary);
  background-color: #eeecff;
}
.tis-badge-flat-accent {
  color: var(--tis-accent);
  background-color: #e8fbf9;
}
.tis-badge-flat-secondary {
  color: var(--tis-secondary);
  background-color: #fcfcfe;
}
.tis-badge-flat-info {
  color: var(--tis-info);
  background-color: #e6fafd;
}
.tis-badge-flat-warning {
  color: var(--tis-warning);
  background-color: #fffaeb;
}
.tis-badge-flat-success {
  color: var(--tis-success);
  background-color: #ecfdf4;
}
.tis-badge-flat-danger {
  color: var(--tis-danger);
  background-color: #fff3f2;
}
.tis-filter-badge {
  color: #424242;
}
.tis-filter-badge .mat-icon {
  color: rgba(0, 0, 0, 0.54);
}
.tis-filter-badge .material-icons {
  color: rgba(0, 0, 0, 0.54);
}
.tis-filter-badge .material-symbols-outlined {
  color: rgba(0, 0, 0, 0.54);
}
.tis-badge-sr-so-open {
  color: #4338CA;
  background-color: #E0E7FF;
  border: 1px solid #E0E7FF;
}
.tis-badge-sr-so-undersurvey {
  color: #C2410C;
  background-color: #FFEDD5;
  border: 1px solid #FFEDD5;
}
.tis-badge-sr-so-approved {
  color: #0E7490;
  background-color: #CFFAFE;
  border: 1px solid #CFFAFE;
}
.tis-badge-sr-so-onhold {
  color: #A16207;
  background-color: #FEF3C7;
  border: 1px solid #FEF3C7;
}
.tis-badge-sr-so-completed {
  color: #15803D;
  background-color: #DCFCE7;
  border: 1px solid #DCFCE7;
}
.tis-badge-sr-so-cancelled {
  color: #991B1B;
  background-color: #FEE2E2;
  border: 1px solid #FEE2E2;
}
.tis-badge-sr-so-closed {
  color: #374151;
  background-color: #F3F4F6;
  border: 1px solid #F3F4F6;
}
.tis-badge-sr-so-verified {
  color: #FFFFFF;
  background-color: #3981F5;
  border: 1px solid #3981F5;
}
.tis-badge-sr-so-inprogress {
  color: #4B3F72;
  background-color: #EEE9FF;
  border: 1px solid #EEE9FF;
}
.tis-badge-sr-so-total {
  color: #7E22CE;
  background-color: #F3E8FF;
  border: 1px solid #F3E8FF;
}
.tis-h1,
.tis-h2,
.tis-h3,
.tis-h4,
.tis-h5,
.tis-h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--tis-heading-color);
}
.tis-h1 {
  font-size: 2.5rem;
}
.tis-h2 {
  font-size: 2rem;
}
.tis-h3 {
  font-size: 1.75rem;
}
.tis-h4 {
  font-size: 1.5rem;
}
.tis-h5 {
  font-size: 1.25rem;
}
.tis-h6 {
  font-size: 1rem;
}
.tis-m-0 {
  margin: 0px !important;
}
.tis-pr-0 {
  padding-right: 0px !important;
}
.tis-pl-0 {
  padding-left: 0px !important;
}
.tis-text-black {
  color: var(--tis-text-black) !important;
}
.tis-text-default {
  color: var(--tis-text-color) !important;
}
.tis-text-primary {
  color: var(--tis-primary) !important;
}
.tis-text-accent {
  color: var(--tis-accent) !important;
}
.tis-text-success {
  color: var(--tis-success) !important;
}
.tis-text-danger {
  color: var(--tis-danger) !important;
}
.tis-text-info {
  color: var(--tis-info) !important;
}
.tis-text-light,
.tis-label .mat-icon {
  color: #9e9e9e;
}
.tis-text-gray {
  color: #757575;
}
.tis-text-dark {
  color: rgba(0, 0, 0, 0.541);
}
.tis-text-white {
  color: #fff !important;
}
.tis-text-warning {
  color: var(--tis-warning) !important;
}
.tis-text-warning-light {
  color: var(--tis-warning-light) !important;
}
.tis-bg-primary {
  background-color: var(--tis-primary);
}
.tis-bg-secondary {
  background-color: var(--tis-secondary);
}
.tis-bg-info {
  background-color: var(--tis-info);
}
.tis-bg-warning {
  background-color: var(--tis-warning);
}
.tis-bg-success {
  background-color: var(--tis-success);
}
.tis-bg-danger {
  background-color: var(--tis-danger);
}
.tis-border-light {
  border: 1px solid #ccc;
}
.tis-outline-primary-thick {
  outline: 3px solid var(--tis-primary);
}
.tis-border-left-light {
  border-left: 1px solid #ccc;
}
.tis-border-right-light {
  border-right: 1px solid #ccc;
}
.tis-border-top {
  border-top: 1px solid #9e9e9e;
}
.tis-border-right {
  border-right: 1px solid #9e9e9e;
}
.tis-border-bottom {
  border-bottom: 1px solid #9e9e9e;
}
.tis-border-left {
  border-left: 1px solid #9e9e9e;
}
.tis-curser-pointer,
.tis-label .mat-icon {
  cursor: pointer !important;
}
.tis-curser-no-drop {
  cursor: no-drop !important;
}
.tis-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tis-mat-icon-5x {
  width: 125px !important;
  height: 125px !important;
  font-size: 125px !important;
}
.tis-mat-icon-4x {
  width: 100px !important;
  height: 100px !important;
  font-size: 100px !important;
}
.tis-mat-icon-3x {
  width: 75px !important;
  height: 75px !important;
  font-size: 75px !important;
}
.tis-mat-icon-2x {
  width: 50px !important;
  height: 50px !important;
  font-size: 50px !important;
}
.tis-mat-icon-sm {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
.tis-mat-checkbox {
  --mat-checkbox-state-layer-size: 20px;
  --mat-checkbox-touch-target-size: 24px;
  --mat-checkbox-disabled-unselected-icon-color: #0000001f !important;
}
.tis-mat-checkbox .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  width: 20px;
  height: 20px;
  border-radius: 6px;
}
.tis-mat-checkbox-primary.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  border-color: var(--tis-primary) !important;
  background-color: var(--tis-primary) !important;
}
.tis-mat-checkbox-primary.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox:hover .mdc-checkbox__ripple {
  background-color: var(--tis-primary) !important;
}
.tis-mat-checkbox-accent.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  border-color: var(--tis-accent) !important;
  background-color: var(--tis-accent) !important;
}
.tis-mat-checkbox-accent.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox:hover .mdc-checkbox__ripple {
  background-color: var(--tis-accent) !important;
}
.tis-mat-checkbox-secondary.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  border-color: var(--tis-secondary) !important;
  background-color: var(--tis-secondary) !important;
}
.tis-mat-checkbox-secondary.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox:hover .mdc-checkbox__ripple {
  background-color: var(--tis-secondary) !important;
}
.tis-mat-checkbox-info.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  border-color: var(--tis-info) !important;
  background-color: var(--tis-info) !important;
}
.tis-mat-checkbox-info.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox:hover .mdc-checkbox__ripple {
  background-color: var(--tis-info) !important;
}
.tis-mat-checkbox-warning.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  border-color: var(--tis-warning) !important;
  background-color: var(--tis-warning) !important;
}
.tis-mat-checkbox-warning.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox:hover .mdc-checkbox__ripple {
  background-color: var(--tis-warning) !important;
}
.tis-mat-checkbox-success.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  border-color: var(--tis-success) !important;
  background-color: var(--tis-success) !important;
}
.tis-mat-checkbox-success.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox:hover .mdc-checkbox__ripple {
  background-color: var(--tis-success) !important;
}
.tis-mat-checkbox-danger.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox .mdc-checkbox__background {
  border-color: var(--tis-danger) !important;
  background-color: var(--tis-danger) !important;
}
.tis-mat-checkbox-danger.mat-mdc-checkbox-checked .mdc-form-field .mdc-checkbox:hover .mdc-checkbox__ripple {
  background-color: var(--tis-danger) !important;
}
.tis-mat-radio-group-primary .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before {
  background-color: var(--tis-primary);
}
.tis-mat-radio-group-primary .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-primary);
}
.tis-mat-radio-group-primary .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-primary);
}
.tis-mat-radio-group-primary .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-primary);
}
.tis-mat-radio-group-primary .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-primary);
}
.tis-mat-radio-group-primary .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-primary);
}
.tis-mat-radio-group-primary .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-primary);
}
.tis-mat-radio-group-accent .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before {
  background-color: var(--tis-accent);
}
.tis-mat-radio-group-accent .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-accent);
}
.tis-mat-radio-group-accent .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-accent);
}
.tis-mat-radio-group-accent .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-accent);
}
.tis-mat-radio-group-accent .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-accent);
}
.tis-mat-radio-group-accent .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-accent);
}
.tis-mat-radio-group-accent .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-accent);
}
.tis-mat-radio-group-secondary .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before {
  background-color: var(--tis-secondary);
}
.tis-mat-radio-group-secondary .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-secondary);
}
.tis-mat-radio-group-secondary .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-secondary);
}
.tis-mat-radio-group-secondary .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-secondary);
}
.tis-mat-radio-group-secondary .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-secondary);
}
.tis-mat-radio-group-secondary .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-secondary);
}
.tis-mat-radio-group-secondary .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-secondary);
}
.tis-mat-radio-group-info .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before {
  background-color: var(--tis-info);
}
.tis-mat-radio-group-info .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-info);
}
.tis-mat-radio-group-info .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-info);
}
.tis-mat-radio-group-info .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-info);
}
.tis-mat-radio-group-info .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-info);
}
.tis-mat-radio-group-info .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-info);
}
.tis-mat-radio-group-info .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-info);
}
.tis-mat-radio-group-warning .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before {
  background-color: var(--tis-warning);
}
.tis-mat-radio-group-warning .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-warning);
}
.tis-mat-radio-group-warning .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-warning);
}
.tis-mat-radio-group-warning .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-warning);
}
.tis-mat-radio-group-warning .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-warning);
}
.tis-mat-radio-group-warning .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-warning);
}
.tis-mat-radio-group-warning .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-warning);
}
.tis-mat-radio-group-success .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before {
  background-color: var(--tis-success);
}
.tis-mat-radio-group-success .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-success);
}
.tis-mat-radio-group-success .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-success);
}
.tis-mat-radio-group-success .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-success);
}
.tis-mat-radio-group-success .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-success);
}
.tis-mat-radio-group-success .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-success);
}
.tis-mat-radio-group-success .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-success);
}
.tis-mat-radio-group-danger .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before {
  background-color: var(--tis-danger);
}
.tis-mat-radio-group-danger .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-danger);
}
.tis-mat-radio-group-danger .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-danger);
}
.tis-mat-radio-group-danger .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-danger);
}
.tis-mat-radio-group-danger .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-danger);
}
.tis-mat-radio-group-danger .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: var(--tis-danger);
}
.tis-mat-radio-group-danger .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: var(--tis-danger);
}
.tis-mat-tab-group {
  --mat-tab-active-label-text-color: black !important;
  --mat-tab-active-hover-label-text-color: black !important;
  --mat-tab-active-focus-indicator-color: black !important;
  --mat-tab-active-indicator-color: black !important;
  --mat-tab-active-hover-indicator-color: black !important;
  --mat-tab-active-focus-label-text-color: black !important;
  background-color: white;
  box-shadow: 0px 2px 6px -1px #9E9E9E;
  border-radius: 5px;
}
.tis-mat-tab-group mat-tab-header {
  box-shadow: 0px 2px 4px -1px #9E9E9E;
  border-radius: 5px 5px 0px 0px;
}
.tis-mat-tab-group mat-tab-body {
  padding: 15px;
}
.tis-mat-tab-group-2 {
  --mat-tab-active-label-text-color: black !important;
  --mat-tab-active-hover-label-text-color: black !important;
  --mat-tab-active-focus-indicator-color: black !important;
  --mat-tab-active-indicator-color: black !important;
  --mat-tab-active-hover-indicator-color: black !important;
  --mat-tab-active-focus-label-text-color: black !important;
}
.tis-mat-tab-group-2 mat-tab-header {
  border-bottom: 1px solid #EEEEEE;
}
.tis-mat-tab-group-2 mat-tab-body .mat-mdc-tab-body-content {
  padding: 15px;
}
.tis-mat-tab-body-p-0 .mat-mdc-tab-body-wrapper .mat-mdc-tab-body {
  padding: 0px !important;
}
.tis-mat-tab-body-wrapper-p-0 .mat-mdc-tab-body-wrapper {
  padding: 0px !important;
}
.tis-mat-stepper {
  --mat-stepper-container-color: transparent;
  --mat-stepper-header-selected-state-icon-background-color: black;
  --mat-stepper-header-selected-state-label-text-color: black;
  --mat-stepper-header-icon-background-color: #AFB3BB;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-label-text-color: #AFB3BB;
  --mat-stepper-header-edit-state-icon-background-color: black;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.tis-mat-stepper.tis-mat-stepper-container-p-0 .mat-horizontal-stepper-wrapper .mat-horizontal-content-container {
  padding: 0px !important;
}
.tis-mat-stepper.tis-mat-stepper-header-border-b .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container {
  border-bottom: 1px solid #e5e7eb;
}
.tis-mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container {
  align-items: start;
  justify-content: center;
}
.tis-mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-step-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
}
.tis-mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-step-header .mat-step-icon {
  width: 30px;
  height: 30px;
  margin-right: 0px;
}
.tis-mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-stepper-horizontal-line {
  flex: unset;
  min-width: 115px;
  margin-top: 22px;
}
.tis-table-container .tis-table-container-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.tis-table-container .tis-table-container-header .search-mat-form-field {
  width: 280px;
}
.tis-table-container .tis-table-container-body {
  border: 0px solid var(--mat-table-row-item-outline-color);
  border-radius: 5px;
}
.tis-table-container .tis-table-container-body .tis-table-wrapper {
  border: 1px solid var(--mat-table-row-item-outline-color);
  margin-bottom: 8px;
}
.tis-table-container .tis-table-wrapper {
  border-radius: 8px;
  overflow: auto;
}
.tis-table-container .tis-table-wrapper .text-right {
  text-align: right !important;
}
.tis-table-container .tis-table-wrapper .text-left {
  text-align: left !important;
}
.tis-table-container .tis-table-wrapper .text-center {
  text-align: center !important;
}
.tis-table-container .tis-table-paginator {
  background-color: unset !important;
  border-radius: 0px 0px 5px 5px;
}
.tis-table-container .tis-table-paginator mat-paginator {
  background-color: unset !important;
  border-radius: 0px 0px 5px 5px;
}
.tis-table-container .tis-table-paginator mat-paginator mat-form-field .mat-mdc-text-field-wrapper {
  height: 25px;
}
.tis-table-container .tis-table-paginator mat-paginator mat-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  padding: 0px;
}
.tis-table thead tr th {
  color: #757575;
}
.tis-table thead tr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-table-row-item-label-text-font, Roboto, sans-serif);
  line-height: var(--mat-table-row-item-label-text-line-height);
  font-size: var(--mat-table-row-item-label-text-size, 14px);
  font-weight: 500;
  height: var(--mat-table-row-item-container-height, 52px);
  color: var(--mat-table-row-item-label-text-color, rgba(0, 0, 0, 0.87));
}
.tis-table thead tr th {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  padding: 0 16px 0 16px;
  font-size: 14px !important;
  border-bottom-color: var(--mat-table-row-item-outline-color, rgba(0, 0, 0, 0.12));
  border-bottom-width: var(--mat-table-row-item-outline-width, 1px);
  border-bottom-style: solid;
  letter-spacing: var(--mat-table-header-headline-tracking);
  font-weight: inherit;
  line-height: inherit;
}
.tis-table thead tr th.tis-pr-0 {
  padding-right: 0px !important;
}
.tis-table thead tr th.tis-pl-0 {
  padding-left: 0px !important;
}
.tis-table tbody tr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: var(--mat-table-row-item-label-text-line-height);
  font-size: var(--mat-table-row-item-label-text-size, 14px);
  font-weight: var(--mat-table-row-item-label-text-weight);
  height: var(--mat-table-row-item-container-height, 52px);
  color: var(--mat-table-row-item-label-text-color, rgba(0, 0, 0, 0.87));
}
.tis-table tbody tr td {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  padding: 0 16px 0 16px;
  font-size: 14px !important;
  border-bottom-color: var(--mat-table-row-item-outline-color, rgba(0, 0, 0, 0.12));
  border-bottom-width: var(--mat-table-row-item-outline-width, 1px);
  border-bottom-style: solid;
  letter-spacing: var(--mat-table-header-headline-tracking);
  font-weight: inherit;
  line-height: inherit;
}
.tis-table tbody tr td.tis-pr-0 {
  padding-right: 0px !important;
}
.tis-table tbody tr td.tis-pl-0 {
  padding-left: 0px !important;
}
.tis-table tbody tr:last-child td {
  border-bottom-width: 0px;
}
.tis-mobile-responsive-table {
  width: 100%;
}
.tis-mobile-responsive-table thead tr th {
  padding: 0px !important;
}
.tis-mobile-responsive-table tbody tr td {
  padding: 0px !important;
}
.tis-mobile-responsive-table .tis-table-responsive-table-header-wrapper {
  padding: 0px 10px;
}
.tis-mobile-responsive-table .tis-table-responsive-table-header-wrapper-item {
  min-width: 0 !important;
}
.tis-table-bordered th,
.tis-table-bordered td {
  border-left: 1px solid #e0e0e0;
}
.tis-table-bordered th:first-child,
.tis-table-bordered td:first-child {
  border-left: 0px solid #e0e0e0;
}
.tis-table-bordered .bg-unset {
  background-color: unset !important;
}
.tis-report-table {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.tis-report-table thead tr th {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  padding: 14px 10px;
  vertical-align: top !important;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
}
.tis-report-table thead tr th:last-child {
  border-right: none;
}
.tis-report-table thead tr:first-child th {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.tis-report-table thead tr.col-header th {
  font-size: 16px;
}
.tis-report-table tbody tr th,
.tis-report-table tbody tr td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  padding: 14px 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.tis-report-table tbody tr th:last-child,
.tis-report-table tbody tr td:last-child {
  border-right: none;
}
.tis-report-table tbody tr:last-child th,
.tis-report-table tbody tr:last-child td {
  border-bottom: none;
}
.tis-report-table tbody tr:nth-child(odd) th,
.tis-report-table tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.tis-mat-sidenav-container-details {
  position: fixed !important;
  inset: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  background: transparent !important;
  pointer-events: none;
  z-index: 200 !important;
}
.tis-mat-sidenav-container-details.opened {
  z-index: 200 !important;
}
.tis-mat-sidenav-container-details .mat-drawer-backdrop {
  position: fixed !important;
  inset: 0;
  pointer-events: auto;
}
.tis-mat-sidenav-container-details .tis-mat-sidenav-details {
  width: 40%;
  pointer-events: auto;
}
.tis-mat-sidenav-container-info .tis-mat-sidenav-content-info {
  background-color: white;
}
.tis-mat-sidenav-container-info .mat-drawer-backdrop {
  position: fixed;
}
.tis-mat-sidenav-container-info .tis-mat-sidenav-info {
  width: 215px;
  height: calc(100% - var(--tis-header-height));
  top: var(--tis-header-height);
  box-shadow: unset;
  border-left: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
}
.tis-data-not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 42px;
  margin: 20px;
  min-height: 350px;
}
.tis-data-not-found h5 {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #5B616D;
}
.tis-data-not-found p {
  font-size: 14px !important;
  color: #191D31;
}
.tis-data-not-found img {
  width: 130px;
}
.tis-a {
  font-weight: 500;
  cursor: pointer;
  color: var(--tis-primary);
  margin: 0px !important;
}
.tis-timeline-list {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.tis-timeline-list .tis-timeline-list-item {
  border-left: 2px solid #e0e0e0;
  position: relative;
  padding-left: 35px;
  padding-bottom: 15px;
}
.tis-timeline-list .tis-timeline-list-item:last-child {
  border-width: 0px !important;
}
.tis-timeline-list .tis-timeline-icon {
  position: absolute;
  left: -12px;
  top: 0px;
  background-color: white;
  color: var(--tis-primary);
}
.tis-timeline-list .tis-timeline-body {
  display: flex;
  flex-direction: column;
}
.tis-timeline-list .tis-timeline-body .tis-timeline-title {
  font-weight: 500;
  margin-bottom: 0px !important;
}
.tis-timeline-list .tis-timeline-body .tis-timeline-description {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tis-timeline-list .tis-timeline-body .tis-timeline-description .mat-icon {
  color: #757575;
  font-size: 20px;
  width: 20px !important;
  height: 20px !important;
}
.tis-page-stepper {
  position: relative;
}
.tis-page-stepper .tis-page-title {
  position: absolute !important;
  top: 35px !important;
}
.tis-page-stepper .tis-mat-stepper-for-page .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container {
  position: absolute;
  right: 0;
}
.tis-page-stepper .tis-mat-stepper-for-page .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-step-header {
  padding: 0 10px !important;
}
.tis-page-stepper .tis-mat-stepper-for-page .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-step-header .mat-step-label {
  min-width: 30px !important;
}
.tis-page-stepper .tis-mat-stepper-for-page .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-stepper-horizontal-line {
  margin: 0px !important;
  min-width: 40px !important;
}
.tis-page-stepper .tis-mat-stepper-for-page .mat-horizontal-stepper-wrapper .mat-horizontal-content-container {
  padding: 80px 0px 24px 0px !important;
}
.tis-container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
.tis-section,
.tis-section-2 {
  padding: 20px;
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  margin-bottom: 15px;
}
.tis-section-2 {
  border: 2px solid #ebebeb;
}
.tis-section-checked {
  border-color: var(--tis-primary);
}
.tis-mat-label {
  color: #5B616D;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.tis-mat-label .tis-text-error {
  color: var(--mat-form-field-error-text-color);
}
.tis-label {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tis-title {
  font-size: 18px;
  font-weight: 500;
}
.tis-title mat-icon {
  color: var(--tis-primary);
}
.tis-label-value-details .label {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}
.tis-label-value-details .value {
  font-size: 16px;
  font-weight: 500;
  color: black;
}
.tis-label-value-details .desc {
  --tw-text-opacity: 1;
  color: rgb(55, 65, 81, var(--tw-text-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tis-details h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.tis-details h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
.tis-details p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin-bottom: 8px;
}
.tis-details p .mat-icon {
  color: #757575;
  min-width: 24px;
  min-height: 24px;
}
.tis-details p .material-symbols-outlined {
  color: #757575;
  min-width: 24px;
  min-height: 24px;
}
.tis-item-card-details h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.tis-item-card-details h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
.tis-item-card-details p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin-bottom: 8px;
}
.tis-item-card-details p .mat-icon {
  color: #757575;
  min-width: 16px;
  min-height: 16px;
  font-size: 16px;
}
.tis-item-card-details p .material-symbols-outlined {
  color: #757575;
  min-width: 16px;
  min-height: 16px;
  font-size: 16px;
}
.tis-client-side-single-select .mdc-notched-outline__notch {
  border-right: 0px !important;
}
.tis-client-side-multiple-select .mdc-notched-outline__notch {
  border-right: 0px !important;
}
.tis-server-side-single-select .mdc-notched-outline__notch {
  border-right: 0px !important;
}
.tis-server-side-multiple-select .mdc-notched-outline__notch {
  border-right: 0px !important;
}
.tis-mat-form-field {
  --mat-form-field-outlined-outline-color: var(--tis-input-filed-border-color) !important;
  --mat-form-field-outlined-container-shape: var(--tis-input-filed-border-radius) !important;
  --mat-select-placeholder-text-color: var(--tis-input-field-placeholder-color) !important;
}
.tis-mat-form-field .mdc-notched-outline__notch {
  border-right: 0px !important;
}
.tis-mat-form-field .mat-mdc-text-field-wrapper {
  height: var(--tis-input-field-height) !important;
}
.tis-mat-form-field .mat-mdc-chip-set .mdc-evolution-chip-set__chips {
  margin-left: 0px;
}
.tis-mat-form-field .mat-mdc-chip-set .mdc-evolution-chip-set__chips .mdc-evolution-chip {
  margin: 6px 0 6px 8px;
}
.tis-dropdown {
  --mat-form-field-outlined-outline-color: var(--tis-input-filed-border-color) !important;
  --mat-form-field-outlined-container-shape: var(--tis-input-filed-border-radius) !important;
  --mat-select-placeholder-text-color: var(--tis-input-field-placeholder-color) !important;
}
.tis-mat-form-field-prefix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix {
  padding: 0px;
}
.tis-mat-form-field-prefix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix .mat-icon {
  padding-right: 8px;
}
.tis-mat-form-field-suffix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix {
  padding: 0px;
}
.tis-mat-form-field-suffix .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix .mat-icon {
  padding-left: 8px;
}
.tis-mat-form-field-suffix-bordered .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix {
  border-left: 1px solid #9e9e9e;
  margin-left: 10px;
  padding: 10px;
  height: var(--tis-input-field-height);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tis-w-100 {
  width: 100%;
}
.tis-vertical-radio-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tis-vertical-radio-group .tis-mat-radio-button {
  width: 100%;
}
.tis-horizontal-radio-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.tis-list-item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tis-list-item .tis-list-title {
  display: flex;
  flex-direction: column;
}
.tis-list-item .tis-list-title .tis-list-description {
  font-size: 12px;
  color: #9e9e9e;
  white-space: break-spaces;
}
.tis-list-item .tis-list-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eeecff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tis-list-item .tis-list-icon .mat-icon {
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.tis-radio-group-outline {
  gap: 15px;
}
.tis-radio-group-outline .tis-mat-radio-button {
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  padding: 15px;
  padding-left: 5px;
}
.tis-radio-group-outline .tis-mat-radio-button .mdc-form-field {
  width: 100%;
}
.tis-radio-group-outline .tis-mat-radio-button .mdc-form-field .mdc-label {
  width: 100%;
}
.tis-radio-group-outline .tis-mat-radio-button.mat-mdc-radio-checked .tis-list-title .tis-list-description {
  color: unset;
}
.tis-radio-group-outline .tis-mat-radio-button.mat-primary.mat-mdc-radio-checked {
  border: 1px solid var(--tis-primary);
}
.tis-radio-group-outline .tis-mat-radio-button.mat-primary.mat-mdc-radio-checked .tis-list-icon .mat-icon {
  color: var(--tis-primary);
}
.tis-radio-group-outline .tis-mat-radio-button.mat-accent.mat-mdc-radio-checked {
  border: 1px solid var(--tis-accent);
}
.tis-radio-group-outline .tis-mat-radio-button.mat-accent.mat-mdc-radio-checked .tis-list-icon .mat-icon {
  color: var(--tis-accent);
}
.tis-radio-group-outline .tis-mat-radio-button.mat-warn.mat-mdc-radio-checked {
  border: 1px solid var(--tis-error);
}
.tis-radio-group-outline .tis-mat-radio-button.mat-warn.mat-mdc-radio-checked .tis-list-icon .mat-icon {
  color: var(--tis-error);
}
.tis-d-flex {
  display: flex;
}
.tis-justify-content-start {
  justify-content: start;
}
.tis-justify-content-end {
  justify-content: end;
}
.tis-justify-content-center {
  justify-content: center;
}
.tis-justify-content-between {
  justify-content: space-between;
}
.tis-mat-expansion-panel {
  border: 1px solid #9e9e9e;
  border-bottom-width: 0px;
  margin-bottom: 15px !important;
  box-shadow: unset !important;
}
.tis-mat-expansion-panel:last-child {
  border-bottom-width: 1px !important;
}
.tis-mat-expansion-panel:last-of-type {
  border-bottom-width: 1px !important;
}
.tis-mat-expansion-panel .mat-expansion-panel-header {
  height: unset;
  padding: 20px;
  font-size: 16px;
}
.tis-mat-expansion-panel .mat-expansion-panel-header mat-panel-description {
  justify-content: space-between !important;
}
.tis-mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator::after {
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.tis-mat-expansion-panel-2 {
  margin-bottom: 15px !important;
  box-shadow: unset !important;
}
.tis-mat-expansion-panel-2.mat-expanded .mat-expansion-panel-header .mat-expansion-indicator::after {
  margin-bottom: 10px;
}
.tis-mat-expansion-panel-2 .mat-expansion-panel-header {
  display: inline-flex !important;
  height: 35px;
  padding: 0px;
  font-size: 16px;
}
.tis-mat-expansion-panel-2 .mat-expansion-panel-header:hover {
  background: unset !important;
}
.tis-mat-expansion-panel-2 .mat-expansion-panel-header.mat-expanded {
  height: 35px;
}
.tis-mat-expansion-panel-2 .mat-expansion-panel-header .mat-content {
  flex: unset;
}
.tis-mat-expansion-panel-2 .mat-expansion-panel-header mat-panel-description {
  justify-content: space-between !important;
}
.tis-mat-expansion-panel-2 .mat-expansion-panel-header .mat-expansion-indicator::after {
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.tis-mat-expansion-panel-2 .mat-expansion-panel-content .mat-expansion-panel-body {
  padding: 10px 0px !important;
}
.tis-tab-group {
  --mat-tab-active-label-text-color: black !important;
  --mat-tab-active-hover-label-text-color: black !important;
  --mat-tab-active-focus-indicator-color: black !important;
  --mat-tab-active-indicator-color: black !important;
  --mat-tab-active-hover-indicator-color: black !important;
  --mat-tab-active-focus-label-text-color: black !important;
}
.tis-tab-group mat-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels .mdc-tab {
  flex-grow: 0;
}
.tis-tab-group .mat-mdc-tab-body-wrapper {
  padding-top: 15px;
}
.tis-tab-group .mat-mdc-tab-body-wrapper mat-tab-body {
  overflow: hidden;
}
.tis-tab-group .mat-mdc-tab-body-wrapper mat-tab-body .mat-mdc-tab-body-content {
  overflow: hidden;
}
.tis-tab-group-2 {
  --mat-tab-active-label-text-color: black !important;
  --mat-tab-active-hover-label-text-color: black !important;
  --mat-tab-active-focus-indicator-color: black !important;
  --mat-tab-active-indicator-color: black !important;
  --mat-tab-active-hover-indicator-color: black !important;
  --mat-tab-active-focus-label-text-color: black !important;
}
.tis-tab-group-2 mat-tab-header {
  border-bottom: 1px solid #e5e7eb;
}
.tis-tab-group-2 mat-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels {
  gap: 26px;
}
.tis-tab-group-2 mat-tab-header .mat-mdc-tab-label-container .mat-mdc-tab-list .mat-mdc-tab-labels .mdc-tab {
  flex-grow: 0;
  min-width: 50px;
  padding: 0px;
  justify-content: start;
}
.tis-tab-group-2 .mat-mdc-tab-body-wrapper {
  padding-top: 15px;
}
.tis-tab-group-body-p-0 .mat-mdc-tab-body-wrapper {
  padding-top: 0px !important;
}
.tis-tab-container-mn-h-65-vh .mat-mdc-tab-body-wrapper {
  min-height: 65vh;
}
.tis-info-section {
  border: 1px solid #9e9e9e;
  border-radius: 15px;
  margin-bottom: 15px;
}
.tis-info-section .tis-info-card {
  border-left: 1px solid #9e9e9e;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.tis-info-section .tis-info-card .tis-info-card-body {
  display: flex;
  gap: 15px;
}
.tis-info-section .tis-info-card .tis-info-card-body .mat-icon {
  color: var(--tis-primary);
}
.tis-info-section .tis-info-card .tis-info-card-body .tis-list-item {
  align-items: baseline;
}
.tis-info-section .tis-info-card .tis-info-card-expend .tis-info-card-expander {
  color: var(--tis-accent);
  background-color: #e8fbf9;
  border: 1px solid #c6f6f1;
  border-radius: 20px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tis-info-section .tis-info-card .tis-info-card-expend .tis-info-card-expander .tis-info-card-expander-description {
  display: none;
  padding-top: 1px;
  padding-left: 8px;
}
.tis-info-section .tis-info-card .tis-info-card-expend .tis-info-card-expander:hover .tis-info-card-expander-description {
  display: unset;
}
.tis-info-section .tis-info-card:first-child {
  border-left: 0px solid #9e9e9e !important;
}
.tis-mat-sidenav-details {
  --mat-sidenav-container-shape: 20px;
}
.tis-mat-sidenav-details .tis-mat-sidenav-header {
  padding: 16px 24px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 1;
  background: white;
}
.tis-mat-sidenav-details .tis-mat-sidenav-header .tis-mat-sidenav-title {
  font-weight: 500;
  font-size: 20px;
}
.tis-mat-sidenav-details .tis-mat-sidenav-header .tis-mat-sidenav-close {
  cursor: pointer;
}
.tis-mat-sidenav-details .tis-mat-sidenav-body {
  padding: 0px;
}
.tis-mat-sidenav-info .tis-mat-sidenav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.tis-mat-sidenav-info .tis-mat-sidenav-header .tis-mat-sidenav-title {
  font-weight: 500;
  font-size: 18px;
}
.tis-mat-sidenav-info .tis-mat-sidenav-header .tis-mat-sidenav-close {
  cursor: pointer;
}
.tis-mat-sidenav-info .tis-mat-sidenav-body {
  padding: 0px;
}
.tis-mat-sidenav-info .tis-mat-sidenav-body .tis-learn-more {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 15px;
  margin-top: 15px;
  font-weight: 500;
}
.tis-mat-sidenav-info .tis-mat-sidenav-body .tis-learn-more .mat-icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.tis-expansion-icon {
  width: 15px !important;
  height: 15px !important;
  font-size: 20px !important;
}
.tis-mat-menu .mat-mdc-menu-content {
  padding: 0px !important;
}
.tis-mat-menu .mat-mdc-menu-content .mat-mdc-menu-item {
  color: #757575 !important;
}
.tis-mat-menu .mat-mdc-menu-content .mat-mdc-menu-item .mat-icon {
  color: #757575 !important;
}
.tis-mat-menu .mat-mdc-menu-content .mat-mdc-menu-item .mat-icon.delete:hover {
  color: var(--tis-danger) !important;
}
.tis-mat-menu .mat-mdc-menu-content .mat-mdc-menu-item .mat-icon.edit:hover {
  color: var(--tis-primary) !important;
}
.tis-mat-menu .mat-mdc-menu-content .active {
  color: var(--tis-primary) !important;
}
.tis-mat-menu .mat-mdc-menu-content .active .mat-icon {
  color: var(--tis-primary) !important;
  margin-right: 5px !important;
}
.tis-dialog,
.tis-create-new-columns-template,
.tis-add-dialog,
.tis-filter-dialog,
.tis-details-dialog {
  --mat-dialog-container-shape: 20px;
  justify-content: center !important;
}
.tis-dialog mat-dialog-container .mat-mdc-dialog-title,
.tis-create-new-columns-template mat-dialog-container .mat-mdc-dialog-title,
.tis-add-dialog mat-dialog-container .mat-mdc-dialog-title,
.tis-filter-dialog mat-dialog-container .mat-mdc-dialog-title,
.tis-details-dialog mat-dialog-container .mat-mdc-dialog-title {
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: start;
  border-bottom: 1px solid #e5e7eb;
}
.tis-dialog mat-dialog-container .mat-mdc-dialog-title::before,
.tis-create-new-columns-template mat-dialog-container .mat-mdc-dialog-title::before,
.tis-add-dialog mat-dialog-container .mat-mdc-dialog-title::before,
.tis-filter-dialog mat-dialog-container .mat-mdc-dialog-title::before,
.tis-details-dialog mat-dialog-container .mat-mdc-dialog-title::before {
  content: unset;
}
.tis-dialog mat-dialog-container .mat-mdc-dialog-title .title,
.tis-create-new-columns-template mat-dialog-container .mat-mdc-dialog-title .title,
.tis-add-dialog mat-dialog-container .mat-mdc-dialog-title .title,
.tis-filter-dialog mat-dialog-container .mat-mdc-dialog-title .title,
.tis-details-dialog mat-dialog-container .mat-mdc-dialog-title .title {
  font-size: 18px;
  line-height: 24px;
  color: #0A0C11;
  font-weight: 600;
}
.tis-dialog mat-dialog-container .mat-mdc-dialog-title .description,
.tis-create-new-columns-template mat-dialog-container .mat-mdc-dialog-title .description,
.tis-add-dialog mat-dialog-container .mat-mdc-dialog-title .description,
.tis-filter-dialog mat-dialog-container .mat-mdc-dialog-title .description,
.tis-details-dialog mat-dialog-container .mat-mdc-dialog-title .description {
  margin-top: 4px;
  font-size: 13px;
  line-height: 20px;
  color: #5B616D;
  font-weight: 400;
}
.tis-dialog mat-dialog-container .mdc-dialog__content,
.tis-create-new-columns-template mat-dialog-container .mdc-dialog__content,
.tis-add-dialog mat-dialog-container .mdc-dialog__content,
.tis-filter-dialog mat-dialog-container .mdc-dialog__content,
.tis-details-dialog mat-dialog-container .mdc-dialog__content {
  padding: 20px 24px 20px 24px !important;
  max-height: 80dvh !important;
}
.tis-dialog mat-dialog-container .mat-mdc-dialog-actions,
.tis-create-new-columns-template mat-dialog-container .mat-mdc-dialog-actions,
.tis-add-dialog mat-dialog-container .mat-mdc-dialog-actions,
.tis-filter-dialog mat-dialog-container .mat-mdc-dialog-actions,
.tis-details-dialog mat-dialog-container .mat-mdc-dialog-actions {
  padding: 16px 24px;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #e5e7eb;
}
.tis-dialog mat-dialog-container .mat-mdc-dialog-actions button,
.tis-create-new-columns-template mat-dialog-container .mat-mdc-dialog-actions button,
.tis-add-dialog mat-dialog-container .mat-mdc-dialog-actions button,
.tis-filter-dialog mat-dialog-container .mat-mdc-dialog-actions button,
.tis-details-dialog mat-dialog-container .mat-mdc-dialog-actions button {
  flex: 1 1 0%;
}
.tis-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-cancel-button,
.tis-create-new-columns-template mat-dialog-container .mat-mdc-dialog-actions button.tis-cancel-button,
.tis-add-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-cancel-button,
.tis-filter-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-cancel-button,
.tis-details-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-cancel-button {
  margin: 0px;
  text-transform: capitalize !important;
}
.tis-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-submit-button,
.tis-create-new-columns-template mat-dialog-container .mat-mdc-dialog-actions button.tis-submit-button,
.tis-add-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-submit-button,
.tis-filter-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-submit-button,
.tis-details-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-submit-button {
  margin: 0px;
  white-space: nowrap;
}
.tis-labels-and-colors mat-dialog-container .mdc-dialog__container .mat-mdc-dialog-surface {
  padding: 0px 8px;
}
.tis-labels-and-colors mat-dialog-container .mat-mdc-dialog-actions {
  padding: 6px 0px;
}
.tis-simple-confirmation {
  --mat-dialog-container-shape: 20px;
}
.tis-simple-confirmation mat-dialog-container .mat-mdc-dialog-title {
  padding: 8px 16px;
  display: flex;
  gap: 10px;
  justify-content: start;
  width: 100%;
  align-items: center;
}
.tis-simple-confirmation mat-dialog-container .mat-mdc-dialog-title::before {
  content: unset;
}
.tis-simple-confirmation mat-dialog-container .mat-mdc-dialog-content {
  padding-top: 15px;
  font-size: 14px;
}
.tis-simple-confirmation mat-dialog-container .mat-mdc-dialog-actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  justify-content: end;
  padding: 16px;
}
.tis-date-picker-dialog {
  --mat-dialog-container-shape: 20px;
}
.tis-date-picker-dialog mat-dialog-container .mat-mdc-dialog-title {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
}
.tis-date-picker-dialog mat-dialog-container .mat-mdc-dialog-title::before {
  content: unset;
}
.tis-date-picker-dialog mat-dialog-container .tis-date-picker .tis-date-time-picker-action button:first-child {
  color: var(--tis-danger) !important;
}
.tis-date-picker-dialog mat-dialog-container .tis-time-picker .tis-time-picker-action button:first-child {
  color: var(--tis-danger) !important;
}
.tis-badge-expander {
  color: var(--tis-accent);
  background-color: #e8fbf9;
  border: 1px solid #c6f6f1;
  border-radius: 20px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tis-badge-expander .tis-badge-expander-description,
.tis-badge-expander .tis-badge-expander-description-hover {
  display: unset;
  padding-top: 1px;
  padding-left: 8px;
}
.tis-badge-expander .tis-badge-expander-description-hover {
  display: none;
}
.tis-badge-expander:hover .tis-badge-expander-description-hover {
  display: unset;
}
.expand-more-icon {
  margin-left: 5px;
  margin-right: 2px;
}
.tis-import-excel-dialog mat-dialog-container .mat-mdc-dialog-title {
  padding: 16px 16px;
  background-color: #e0e0e0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.tis-import-excel-dialog mat-dialog-container .mat-mdc-dialog-title::before {
  content: unset;
}
.tis-import-excel-dialog mat-dialog-container .mat-mdc-dialog-content {
  padding: 20px 24px !important;
}
.tis-import-excel-dialog mat-dialog-container .mat-mdc-dialog-actions {
  padding: 24px 24px;
  padding-top: 10px;
  justify-content: space-between;
}
.tis-create-new-columns-template mat-dialog-container .mat-mdc-dialog-title {
  background-color: unset !important;
}
.tis-create-new-columns-template mat-dialog-container .mat-mdc-dialog-content {
  padding: 10px 24px !important;
  padding-top: 0px !important;
}
.shine {
  background: var(--tis-default-primary-shimmer-color, "#f6f7f821");
  background-image:
    linear-gradient(
      to right,
      rgba(246, 247, 248, 0.0784313725) 0%,
      rgba(237, 238, 241, 0.3098039216) 20%,
      rgba(246, 247, 248, 0.1098039216) 40%,
      rgba(246, 247, 248, 0) 100%);
  background-repeat: no-repeat;
  background-size: 800px 150px;
  position: relative;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholderShimmer;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}
@keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.card-header {
  background-color: #f9fafb;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #e5e7eb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 600;
  font-size: 1.25rem;
  color: #111827;
  display: flex;
  align-items: center;
}
.tis-mat-card {
  background-color: #fff !important;
  box-shadow: 0 2px 6px -1px #9e9e9e !important;
  border-radius: 5px !important;
  margin: 1px;
}
.tis-mat-card .mat-mdc-card-header {
  display: flex;
  padding: 16px 16px;
  background-color: #E0E0E0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tis-mat-card .mat-mdc-card-actions {
  border-top: 1px solid #e5e7eb !important;
  padding: 16px !important;
}
.tis-mat-card-bordered {
  background-color: #fff !important;
  box-shadow: unset !important;
  border-radius: 5px !important;
  margin: 0px;
  border: 1px solid #e5e7eb !important;
}
.tis-process-item-card .mat-mdc-card-header {
  padding: 8px;
  background-color: #C8E6C9;
}
.tis-process-item-card .mat-mdc-card-header mat-card-title {
  font-size: 14px !important;
}
.tis-process-item-card .tis-details {
  margin-bottom: 15px;
}
.tis-process-item-card .tis-details h6 {
  margin: 0px !important;
}
.tis-process-item-card .tis-details small {
  color: rgba(60, 60, 67, 0.6);
  font-size: 12px !important;
}
.tis-process-item-card .tis-details p {
  margin: 0px !important;
  font-size: 16px !important;
}
.tis-qr-code-section {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.tis-qr-code-section .tis-qr-code {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 2px;
}
.tis-qr-code-section .tis-qr-code canvas {
  width: 100% !important;
  max-width: 180px !important;
  height: unset !important;
}
.tis-qr-code-section .download-section {
  display: none;
}
.tis-qr-code-section:hover .download-section {
  display: flex !important;
}
.tis-or {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 25px;
  border-top: 1px solid #352529;
}
.tis-or div {
  position: absolute;
  bottom: -12px;
  display: inline-flex;
  background-color: white;
  font-size: 16px;
  left: calc(50% - 16px);
}
.divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.main-container {
  height: 100%;
  font-family: var(--tis-default-font-family, --font-family);
  position: relative;
  color: var(--tis-default-primary-color, var(--tis-primary));
}
.tis-mat-progress-bar {
  --mat-progress-bar-active-indicator-color: #38E078;
  --mat-progress-bar-track-color: #E0E0E0;
  --mat-progress-bar-active-indicator-height: 8px;
  --mat-progress-bar-track-height: 8px;
}
.on-hover-container .on-hover {
  display: none;
}
.on-hover-container:hover .on-hover {
  display: flex;
}
.screen-size-msg {
  display: none;
}
.color-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  color: var(--div-color);
  background-color: var(--div-bg-color);
}
.color-box:hover {
  background-color: var(--div-hover-bg-color);
}
.tis-overflow-ellipsis-1line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: 1.4em;
}
.tis-overflow-ellipsis-2line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: 2.8em;
}
.tis-mat-button-toggle-group-sm {
  --mat-button-toggle-height: 30px !important;
}
@media (max-width: 575.98px) {
  .tis-breadcrumb-container {
    width: 100%;
    padding: 8px 12px;
  }
  .tis-page {
    padding: 4px 8px !important;
    padding-bottom: 12px !important;
  }
  .tis-page .tis-page-header {
    padding: 8px 12px 16px 12px;
  }
  .tis-page .tis-page-body-container {
    padding: 0px 8px;
  }
  .drawer {
    width: 100% !important;
  }
  .card-header {
    padding: 0.75rem 0.75rem;
  }
  .tis-breadcrumb-item + .tis-breadcrumb-item {
    padding-left: 0.15rem;
  }
  .tis-breadcrumb-item + .tis-breadcrumb-item::before {
    padding-right: 0.15rem;
  }
  .profile-btn {
    min-width: 43px !important;
  }
  .profile-btn img {
    margin: 0px !important;
  }
  .profile-btn .mat-icon {
    margin: 0px !important;
  }
  .profile-btn .profile-info {
    display: none !important;
  }
  .screen-size-msg {
    display: block;
  }
  .tis-page-stepper {
    position: relative;
  }
  .tis-page-stepper .tis-page-title {
    position: unset !important;
    top: unset !important;
    margin-bottom: 0px !important;
  }
  .tis-page-stepper .tis-mat-stepper-for-page .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container {
    width: 100% !important;
  }
  .tis-table-container .tis-table-paginator {
    background-color: unset !important;
    border-radius: 0px 0px 5px 5px;
  }
  .tis-table-container .tis-table-paginator mat-paginator {
    background-color: unset !important;
    border-radius: 0px 0px 5px 5px;
  }
  .tis-table-container .tis-table-paginator mat-paginator .mat-mdc-paginator-page-size {
    margin-top: 10px;
  }
  .tis-table-container .tis-table-paginator mat-paginator .mat-mdc-paginator-range-label {
    margin: 0 20px 0 20px;
  }
  .xs-border-left {
    border-left: 1px solid #9e9e9e !important;
  }
  .md-border-right-0 {
    border-right: unset !important;
  }
  .md-border-bottom {
    border-bottom: 1px solid #9e9e9e !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .tis-info-section .tis-info-card {
    border-left: 0px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    padding: 8px !important;
  }
  .tis-info-section .tis-info-card:first-child {
    border-left: 0px solid #9e9e9e !important;
  }
  .tis-info-section .tis-info-card:last-child {
    border-bottom: 0px solid #9e9e9e !important;
  }
  .md-w-100-per {
    width: 100% !important;
  }
  .md-w-400-px {
    width: 400px !important;
  }
  .md-hide-scrollbar::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
  }
  .sm-mx-w-94-per {
    max-width: 94%;
  }
  .tis-section,
  .tis-section-2 {
    padding: 10px !important;
  }
  .tis-section-2 {
    padding: 10px !important;
  }
  .tis-mat-sidenav-container-info .tis-mat-sidenav-info {
    width: 312px !important;
    height: calc(100% - 56px) !important;
    top: 56px !important;
  }
  .tis-mat-expansion-panel .mat-expansion-panel-header {
    padding: 10px !important;
  }
  .tis-mat-expansion-panel .mat-expansion-panel-header.mat-expanded {
    height: 50px !important;
    margin-bottom: 10px;
  }
  .tis-mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body {
    padding: 0 10px 10px !important;
  }
  .sm-fs-18 {
    font-size: 18px !important;
  }
  .xs-col-span-12 {
    grid-column: span 12/span 12;
  }
  .xs-items-start {
    align-items: start !important;
  }
  .sm-items-start {
    align-items: start !important;
  }
  .sm-border-width-0 {
    border-width: 0px !important;
  }
  .logo-img {
    height: 20px !important;
  }
  .tis-table-paginator {
    --mat-paginator-page-size-select-width: 65px;
  }
  .tis-table-paginator mat-paginator .mat-mdc-paginator-outer-container .mat-mdc-paginator-container {
    display: flex;
    padding: 0px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .tis-table-paginator mat-paginator .mat-mdc-paginator-outer-container .mat-mdc-paginator-container .mat-mdc-paginator-page-size {
    align-items: center;
  }
  .tis-table-paginator mat-paginator .mat-mdc-paginator-outer-container .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-form-field .mat-mdc-text-field-wrapper {
    padding: 0px 10px;
  }
  .tis-table-paginator mat-paginator .mat-mdc-paginator-outer-container .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
    --mat-form-field-container-height: 25px;
    --mat-form-field-container-vertical-padding: 2px;
  }
  .tis-table-paginator mat-paginator .mat-mdc-paginator-outer-container .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label {
    margin: 0px 8px;
  }
  .tis-table-paginator mat-paginator .mat-mdc-paginator-outer-container .mat-mdc-paginator-container .mat-mdc-paginator-range-actions button {
    --mat-icon-button-state-layer-size: 35px;
    padding: 5px;
  }
  .tis-mat-form-field-xs {
    --mat-form-field-container-height: 40px !important;
    --mat-form-field-container-vertical-padding: 10px !important;
  }
  .tis-mat-form-field-xs .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button {
    --mat-icon-button-state-layer-size: 30px !important;
    padding: 0px;
    padding-right: 10px;
  }
  .tis-mat-form-field-xs .mat-mdc-form-field {
    --mat-form-field-container-height: 40px !important;
    --mat-form-field-container-vertical-padding: 10px !important;
  }
  .tis-mat-form-field-xs .mat-mdc-form-field .mat-mdc-form-field-icon-suffix .mat-mdc-icon-button {
    --mat-icon-button-state-layer-size: 30px !important;
    padding: 0px;
    padding-right: 10px;
  }
  .tis-mat-button-toggle-group-xs {
    --mat-button-toggle-height: 30px !important;
  }
  .tis-mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-stepper-horizontal-line {
    min-width: 64px;
  }
  .tis-dialog mat-dialog-container .mat-mdc-dialog-title,
  .tis-details-dialog mat-dialog-container .mat-mdc-dialog-title,
  .tis-filter-dialog mat-dialog-container .mat-mdc-dialog-title,
  .tis-add-dialog mat-dialog-container .mat-mdc-dialog-title,
  .tis-create-new-columns-template mat-dialog-container .mat-mdc-dialog-title {
    padding: 16px 16px !important;
  }
  .tis-dialog mat-dialog-container .mdc-dialog__content,
  .tis-details-dialog mat-dialog-container .mdc-dialog__content,
  .tis-filter-dialog mat-dialog-container .mdc-dialog__content,
  .tis-add-dialog mat-dialog-container .mdc-dialog__content,
  .tis-create-new-columns-template mat-dialog-container .mdc-dialog__content {
    padding: 16px !important;
  }
  .tis-dialog mat-dialog-container .mat-mdc-dialog-actions,
  .tis-details-dialog mat-dialog-container .mat-mdc-dialog-actions,
  .tis-filter-dialog mat-dialog-container .mat-mdc-dialog-actions,
  .tis-add-dialog mat-dialog-container .mat-mdc-dialog-actions,
  .tis-create-new-columns-template mat-dialog-container .mat-mdc-dialog-actions {
    padding: 16px !important;
    gap: 8px;
  }
  .tis-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-cancel-button tis-icon,
  .tis-details-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-cancel-button tis-icon,
  .tis-filter-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-cancel-button tis-icon,
  .tis-add-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-cancel-button tis-icon,
  .tis-create-new-columns-template mat-dialog-container .mat-mdc-dialog-actions button.tis-cancel-button tis-icon {
    display: none !important;
  }
  .tis-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-submit-button tis-icon,
  .tis-details-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-submit-button tis-icon,
  .tis-filter-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-submit-button tis-icon,
  .tis-add-dialog mat-dialog-container .mat-mdc-dialog-actions button.tis-submit-button tis-icon,
  .tis-create-new-columns-template mat-dialog-container .mat-mdc-dialog-actions button.tis-submit-button tis-icon {
    display: none !important;
  }
  .tis-mat-sidenav-details {
    top: var(--tis-header-height) !important;
    --mat-sidenav-container-shape: 20px;
    border-top-left-radius: var(--mat-sidenav-container-shape, var(--mat-sys-corner-large)) !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: var(--mat-sidenav-container-shape, var(--mat-sys-corner-large)) !important;
    border-bottom-right-radius: 0px !important;
  }
  .tis-mat-btn-group-xs {
    flex-direction: column !important;
    width: 100% !important;
  }
  .tis-mat-btn-group-xs .tis-mat-btn-group-item {
    --mat-button-outlined-container-shape: 0px;
    border-right-width: var(--mat-button-outlined-outline-width, 1px);
    border-top-width: 0px;
  }
  .tis-mat-btn-group-xs .tis-mat-btn-group-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-top-width: var(--mat-button-outlined-outline-width, 1px);
  }
  .tis-mat-btn-group-xs .tis-mat-btn-group-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right-width: var(--mat-button-outlined-outline-width, 1px);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-header {
    padding: 0.75rem 0.75rem;
  }
  .tis-breadcrumb-item + .tis-breadcrumb-item {
    padding-left: 0.2rem;
  }
  .tis-breadcrumb-item + .tis-breadcrumb-item::before {
    padding-right: 0.2rem;
  }
  .profile-btn {
    min-width: 43px !important;
  }
  .profile-btn img {
    margin: 0px !important;
  }
  .profile-btn .mat-icon {
    margin: 0px !important;
  }
  .profile-btn .profile-info {
    display: none !important;
  }
  .screen-size-msg {
    display: block;
  }
  .tis-page-stepper {
    position: relative;
  }
  .tis-page-stepper .tis-page-title {
    position: unset !important;
    top: unset !important;
    margin-bottom: 0px !important;
  }
  .tis-page-stepper .tis-mat-stepper-for-page .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container {
    width: 100% !important;
  }
  .md-border-right-0 {
    border-right: unset !important;
  }
  .md-border-bottom {
    border-bottom: 1px solid #9e9e9e !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .sm-border-left {
    border-left: 1px solid #9e9e9e !important;
  }
  .tis-info-section .tis-info-card {
    border-left: 0px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    padding: 8px !important;
  }
  .tis-info-section .tis-info-card:first-child {
    border-left: 0px solid #9e9e9e !important;
  }
  .tis-info-section .tis-info-card:last-child {
    border-bottom: 0px solid #9e9e9e !important;
  }
  .md-w-100-per {
    width: 100% !important;
  }
  .md-w-400-px {
    width: 400px !important;
  }
  .md-hide-scrollbar::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
  }
  .sm-mx-w-94-per {
    max-width: 94%;
  }
  .tis-section,
  .tis-section-2 {
    padding: 10px !important;
  }
  .tis-section-2 {
    padding: 10px !important;
  }
  .tis-mat-sidenav-container-info .tis-mat-sidenav-info {
    width: 312px !important;
    height: calc(100% - 56px) !important;
    top: 56px !important;
  }
  .tis-mat-expansion-panel .mat-expansion-panel-header {
    padding: 10px !important;
  }
  .tis-mat-expansion-panel .mat-expansion-panel-header.mat-expanded {
    height: 50px !important;
    margin-bottom: 10px;
  }
  .tis-mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body {
    padding: 0 10px 10px !important;
  }
  .sm-fs-18 {
    font-size: 18px !important;
  }
  .sm-items-start {
    align-items: start !important;
  }
  .sm-border-width-0 {
    border-width: 0px !important;
  }
  .tis-mat-btn-group-sm {
    flex-direction: column !important;
  }
  .tis-mat-btn-group-sm .tis-mat-btn-group-item {
    --mat-button-outlined-container-shape: 0px;
    border-right-width: var(--mat-button-outlined-outline-width, 1px);
    border-top-width: 0px;
  }
  .tis-mat-btn-group-sm .tis-mat-btn-group-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-top-width: var(--mat-button-outlined-outline-width, 1px);
  }
  .tis-mat-btn-group-sm .tis-mat-btn-group-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right-width: var(--mat-button-outlined-outline-width, 1px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tis-breadcrumb-item + .tis-breadcrumb-item {
    padding-left: 0.3rem;
  }
  .tis-breadcrumb-item + .tis-breadcrumb-item::before {
    padding-right: 0.3rem;
  }
  .screen-size-msg {
    display: block;
  }
  .tis-page-stepper {
    position: relative;
  }
  .tis-page-stepper .tis-page-title {
    position: unset !important;
    top: unset !important;
    margin-bottom: 0px !important;
  }
  .tis-page-stepper .tis-mat-stepper-for-page .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container {
    width: 100% !important;
  }
  .md-border-right-0 {
    border-right: unset !important;
  }
  .md-border-bottom {
    border-bottom: 1px solid #9e9e9e !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-border-left {
    border-left: 1px solid #9e9e9e !important;
  }
  .tis-info-section .tis-info-card {
    border-left: 0px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
  }
  .tis-info-section .tis-info-card:first-child {
    border-left: 0px solid #9e9e9e !important;
  }
  .tis-info-section .tis-info-card:last-child {
    border-bottom: 0px solid #9e9e9e !important;
  }
  .md-w-100-per {
    width: 100% !important;
  }
  .md-w-400-px {
    width: 400px !important;
  }
  .md-hide-scrollbar::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
  }
  .tis-section,
  .tis-section-2 {
    padding: 15px !important;
  }
  .tis-section-2 {
    padding: 15px !important;
  }
  .tis-mat-sidenav-container-info .tis-mat-sidenav-info {
    width: 312px !important;
    top: var(--tis-header-height) !important;
  }
  .tis-mat-expansion-panel .mat-expansion-panel-header {
    padding: 15px !important;
  }
  .tis-mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body {
    padding: 0 15px 15px !important;
  }
  .tis-mat-btn-group-md {
    flex-direction: column !important;
  }
  .tis-mat-btn-group-md .tis-mat-btn-group-item {
    --mat-button-outlined-container-shape: 0px;
    border-right-width: var(--mat-button-outlined-outline-width, 1px);
    border-top-width: 0px;
  }
  .tis-mat-btn-group-md .tis-mat-btn-group-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-top-width: var(--mat-button-outlined-outline-width, 1px);
  }
  .tis-mat-btn-group-md .tis-mat-btn-group-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right-width: var(--mat-button-outlined-outline-width, 1px);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .lg-w-70-per {
    width: 70% !important;
  }
  .tis-mat-sidenav-container-info .tis-mat-sidenav-info {
    top: var(--tis-header-height) !important;
  }
  .tis-mat-btn-group-lg {
    flex-direction: column !important;
  }
  .tis-mat-btn-group-lg .tis-mat-btn-group-item {
    --mat-button-outlined-container-shape: 0px;
    border-right-width: var(--mat-button-outlined-outline-width, 1px);
    border-top-width: 0px;
  }
  .tis-mat-btn-group-lg .tis-mat-btn-group-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-top-width: var(--mat-button-outlined-outline-width, 1px);
  }
  .tis-mat-btn-group-lg .tis-mat-btn-group-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right-width: var(--mat-button-outlined-outline-width, 1px);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .lg-w-70-per {
    width: 70% !important;
  }
  .tis-mat-sidenav-container-info .tis-mat-sidenav-info {
    top: var(--tis-header-height) !important;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .lg-w-70-per {
    width: 70% !important;
  }
  .tis-mat-sidenav-container-info .tis-mat-sidenav-info {
    top: var(--tis-header-height) !important;
  }
}
@media (min-width: 1600px) {
  .lg-w-70-per {
    width: 70% !important;
  }
  .tis-mat-sidenav-container-info .tis-mat-sidenav-info {
    top: var(--tis-header-height) !important;
  }
}
@media (min-width: 768px) {
  .md-hidden {
    display: none !important;
  }
  .md-inline-flex {
    display: inline-flex !important;
  }
  .md-inline {
    display: inline !important;
  }
}
.d-none {
  display: none;
}
.status-badge,
.document-status-badge-outline-completed,
.document-status-badge-outline-cancelled,
.document-status-badge-outline-rejected,
.document-status-badge-outline-pending,
.document-status-badge-outline-withdrawn,
.document-status-badge-outline-received,
.document-status-badge-outline-delivered,
.document-status-badge-outline-picked-up,
.document-status-badge-outline-ready-for-pickup,
.document-status-badge-outline-approved,
.document-status-badge-outline-new,
.document-status-badge-outline-draft {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 4px 8px;
  white-space: nowrap;
}
.document-status-badge-outline-draft {
  color: #858C8B;
  border: 1px solid #DEDDDD;
  background-color: #F0F0F0;
}
.document-status-badge-outline-new {
  color: #15C9FF;
  border: 1px solid #15C9FF;
  background-color: #CBF0F8;
}
.document-status-badge-outline-approved {
  color: #15C9FF;
  border: 1px solid #15C9FF;
  background-color: #CBF0F8;
}
.document-status-badge-outline-ready-for-pickup {
  color: #6CB86E;
  border: 1px solid #6CB86E;
  background-color: #C8FFCA;
}
.document-status-badge-outline-picked-up {
  color: #2276C4;
  border: 1px solid #2276C4;
  background-color: #B9D7F3;
}
.document-status-badge-outline-delivered {
  color: #C8FFCA;
  border: 1px solid #3F8F41;
  background-color: #50A552;
}
.document-status-badge-outline-received {
  color: #6CB86E;
  border: 1px solid #DEDDDD;
  background-color: #F0F0F0;
}
.document-status-badge-outline-withdrawn {
  color: #ff89c5;
  border: 1px solid #DEDDDD;
  background-color: #F0F0F0;
}
.document-status-bg-withdrawn {
  background-color: #ff89c5 !important;
}
.document-status-badge-outline-pending {
  color: #FFFFFF;
  border: 1px solid #DEDDDD;
  background-color: #F7D04E;
}
.document-status-badge-outline-rejected {
  color: #FFFFFF;
  border: 1px solid #D0083C;
  background-color: #D0083C;
}
.document-status-badge-outline-cancelled {
  color: #FFFFFF;
  border: 1px solid #E1E1E1;
  background-color: #E1E1E1;
}
.document-status-badge-outline-completed {
  color: #FFFFFF;
  border: 1px solid #15C9FF;
  background-color: #2173C0;
}
.work-order-status-badge-outline-open {
  color: #4338ca;
  background-color: #e0e6ff;
  border: 1px solid #4338ca;
}
.tis-snackbar-panel {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 12px !important;
}
.tis-snackbar-panel .mdc-snackbar__surface {
  padding: 0 !important;
  min-width: unset !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 12px !important;
}
.tis-snackbar-panel .mat-mdc-snack-bar-label {
  padding: 0 !important;
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
.first\:rounded-t-xl:first-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.last\:rounded-b-xl:last-child {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.last\:border-0:last-child {
  border-width: 0px;
}
.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:\!bg-red-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-black\/\[0\.02\]:hover {
  background-color: rgb(0 0 0 / 0.02);
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[var\(--tis-primary\)\]:hover {
  color: var(--tis-primary);
}
.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:decoration-gray-900:hover {
  text-decoration-color: #111827;
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-\[3px\]:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
  .sm\:left-\[-38px\] {
    left: -38px;
  }
  .sm\:left-\[19px\] {
    left: 19px;
  }
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .sm\:\!block {
    display: block !important;
  }
  .sm\:block {
    display: block;
  }
  .sm\:\!inline-block {
    display: inline-block !important;
  }
  .sm\:\!hidden {
    display: none !important;
  }
  .sm\:\!h-\[18px\] {
    height: 18px !important;
  }
  .sm\:h-\[250px\] {
    height: 250px;
  }
  .sm\:h-\[38px\] {
    height: 38px;
  }
  .sm\:\!w-\[18px\] {
    width: 18px !important;
  }
  .sm\:\!w-auto {
    width: auto !important;
  }
  .sm\:w-72 {
    width: 18rem;
  }
  .sm\:w-\[290px\] {
    width: 290px;
  }
  .sm\:w-\[300px\] {
    width: 300px;
  }
  .sm\:w-\[38px\] {
    width: 38px;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:\!flex-1 {
    flex: 1 1 0% !important;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-end {
    align-items: flex-end;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-10 {
    gap: 2.5rem;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:pl-10 {
    padding-left: 2.5rem;
  }
  .sm\:pl-12 {
    padding-left: 3rem;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-start {
    text-align: start;
  }
  .sm\:\!text-\[18px\] {
    font-size: 18px !important;
  }
  .sm\:text-\[16px\] {
    font-size: 16px;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:\!leading-\[18px\] {
    line-height: 18px !important;
  }
}
@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:\!block {
    display: block !important;
  }
  .md\:block {
    display: block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:\!flex {
    display: flex !important;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
  .md\:h-\[300px\] {
    height: 300px;
  }
  .md\:\!w-\[600px\] {
    width: 600px !important;
  }
  .md\:w-80 {
    width: 20rem;
  }
  .md\:w-\[130px\] {
    width: 130px;
  }
  .md\:w-\[150px\] {
    width: 150px;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow);
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .lg\:mt-7 {
    margin-top: 1.75rem;
  }
  .lg\:\!block {
    display: block !important;
  }
  .lg\:inline {
    display: inline;
  }
  .lg\:h-\[350px\] {
    height: 350px;
  }
  .lg\:w-\[350px\] {
    width: 350px;
  }
  .lg\:w-\[400px\] {
    width: 400px;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:gap-3 {
    gap: 0.75rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-7 {
    padding-top: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {
  .\32xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .\32xl\:col-start-2 {
    grid-column-start: 2;
  }
}

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