/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/waterfall/waterfall/src/styles.scss?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900);
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/leaflet/dist/leaflet.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url('layers.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.png');
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url('marker-icon.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/waterfall/waterfall/src/styles.scss?ngGlobalStyle (1) ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/* You can add global styles to this file, and also import other style files */
:root {
  --layout-margin: 24px;
  --toolbarHeight: 80px;
}

* {
  box-sizing: border-box;
}

html {
  height: 100vh;
}

body {
  margin: 0;
}

a {
  text-decoration-line: none;
}

p a[href]:not([href^=mailto]):not([href^=assets]), span a[href]:not([href^=mailto]):not([href^=assets]), td a[href]:not([href^=mailto]):not([href^=assets]) {
  text-decoration: underline;
}

a:not(.mat-mdc-button-base):not(.mat-mdc-menu-item)[href^=assets], a:not(.mat-mdc-button-base):not(.mat-mdc-menu-item)[href^=mailto] {
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

ul.grid {
  --min-column: 250px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--min-column), 1fr));
  grid-gap: 24px;
  margin: 24px;
}

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

*:not(.mdc-icon-button):not(.mat-mdc-fab):not(.mat-mdc-mini-fab) > .mat-icon + span,
*:not(.mdc-icon-button):not(.mat-mdc-fab):not(.mat-mdc-mini-fab) > span:not(.mat-mdc-button-persistent-ripple) + .mat-icon {
  margin-left: 8px;
}

button .mat-spinner, a .mat-spinner {
  display: inline;
}
button span + .mat-spinner,
button .mat-spinner + span, a span + .mat-spinner,
a .mat-spinner + span {
  margin-left: 4px;
}

main {
  height: 100%;
}

/* Leaflet WorldMap default pane */
.leaflet-pane {
  z-index: 1;
}

.upload-widget {
  display: flex;
  flex-direction: column-reverse;
}

.app-bar {
  margin-left: 24px;
}
.app-bar input {
  height: calc(var(--toolbarHeight) - 24px);
  width: 50vw;
  padding: 0 16px;
  background-color: transparent;
  border: 1px solid var(--foreground-divider);
  border-radius: 4px;
  font: inherit;
}
.app-bar input:hover, .app-bar input:focus {
  border-color: var(--primary);
}
.app-bar input:focus {
  outline: none;
}

.color-box {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
}

.surface {
  padding: 24px;
  background-color: var(--background-card);
  border-radius: 4px;
  border: 1px solid var(--foreground-divider);
}

a.surface:hover {
  filter: drop-shadow(0px 5px 5px var(--card-shadow));
}

body .intercom-lightweight-app, body .intercom-namespace {
  z-index: 999;
}

/* Definition
mat.define-typography-level(
  $font-size,
  $line-height: $font-size,
  $font-weight: 400,
  $font-family: null,
  $letter-spacing: normal
)*/
:root {
  --headline-4-size: 48px;
  --headline-4-lineHeight: 58px;
  --headline-3-size: 60px;
  --headline-3-lineHeight: 64px;
}

@media (max-width: 600px) {
  :root {
    --headline-4-size: 46px;
    --headline-4-lineHeight: 53px;
    --headline-3-size: 48px;
    --headline-3-lineHeight: 53px;
  }
}
pre {
  font-family: Montserrat, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder;
}

.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0;
}

.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1;
}

.cal-month-view .cal-cell-row {
  display: flex;
}

.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}

.cal-month-view .cal-day-cell {
  min-height: 100px;
}

.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid;
}

[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}

.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid;
}

.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  float: left;
}

.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}

.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: flex;
  flex-wrap: wrap;
}

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

.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer;
}

.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default;
}

.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em;
}

.cal-month-view .cal-open-day-events {
  padding: 15px;
}

.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px;
}

.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3;
}

.cal-month-view .cal-draggable {
  cursor: move;
}

.cal-month-view .cal-drag-active * {
  pointer-events: none;
}

.cal-month-view .cal-event-title {
  cursor: pointer;
}

.cal-month-view .cal-event-title:hover {
  text-decoration: underline;
}

.cal-month-view {
  background-color: #fff;
}

.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa;
}

.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed;
}

.cal-month-view .cal-days {
  border-color: #e1e1e1;
}

.cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #e1e1e1;
}

[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: initial;
  border-left-color: #e1e1e1;
}

.cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #e1e1e1;
}

.cal-month-view .cal-day-badge {
  background-color: #b94a48;
  color: #fff;
}

.cal-month-view .cal-event {
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff;
}

.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #8b0000;
}

.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7;
}

.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: #e0e0e0 !important;
}

.cal-month-view .cal-open-day-events {
  color: #fff;
  background-color: #555;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.cal-week-view {
  /* stylelint-disable-next-line selector-type-no-unknown */
}

.cal-week-view * {
  box-sizing: border-box;
}

.cal-week-view .cal-day-headers {
  display: flex;
  padding-left: 70px;
  border: 1px solid;
}

[dir=rtl] .cal-week-view .cal-day-headers {
  padding-left: initial;
  padding-right: 70px;
}

.cal-week-view .cal-day-headers .cal-header {
  flex: 1;
  text-align: center;
  padding: 5px;
}

.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid;
}

[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}

.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: 1px solid;
}

[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: initial;
  border-right: 1px solid;
}

.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5;
}

.cal-week-view .cal-day-column {
  flex-grow: 1;
  border-left: solid 1px;
}

[dir=rtl] .cal-week-view .cal-day-column {
  border-left: initial;
  border-right: solid 1px;
}

.cal-week-view .cal-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}

.cal-week-view .cal-time-label-column {
  width: 70px;
  height: 100%;
}

.cal-week-view .cal-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}

.cal-week-view .cal-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}

.cal-week-view .cal-all-day-events .cal-day-columns {
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}

.cal-week-view .cal-all-day-events .cal-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
}

[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row {
  margin-left: initial;
  margin-right: 70px;
}

.cal-week-view .cal-all-day-events .cal-event-container {
  display: inline-block;
  position: absolute;
}

.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
  z-index: 1;
  pointer-events: none;
}

.cal-week-view .cal-all-day-events .cal-event {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}

.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cal-week-view .cal-all-day-events .cal-time-label-column {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}

.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: 0;
}

[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: initial;
  left: 0;
}

.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cal-week-view .cal-drag-active {
  pointer-events: none;
  z-index: 1;
}

.cal-week-view .cal-drag-active * {
  pointer-events: none;
}

.cal-week-view .cal-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  display: flex;
}

.cal-week-view .cal-time-events .cal-day-columns {
  display: flex;
  flex-grow: 1;
}

.cal-week-view .cal-time-events .cal-day-column {
  position: relative;
}

.cal-week-view .cal-time-events .cal-events-container {
  position: relative;
}

.cal-week-view .cal-time-events .cal-event-container {
  position: absolute;
  z-index: 1;
}

.cal-week-view .cal-time-events .cal-event {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  padding: 0 5px;
  line-height: 25px;
}

.cal-week-view .cal-time-events .cal-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}

.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
  bottom: 0;
}

.cal-week-view .cal-hour-segment {
  position: relative;
}

.cal-week-view .cal-hour-segment::after {
  content: " ";
}

.cal-week-view .cal-event-container:not(.cal-draggable) {
  cursor: pointer;
}

.cal-week-view .cal-draggable {
  cursor: move;
}

.cal-week-view mwl-calendar-week-view-hour-segment,
.cal-week-view .cal-hour-segment {
  display: block;
}

.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed;
}

.cal-week-view .cal-time {
  font-weight: bold;
  padding-top: 5px;
  width: 70px;
  text-align: center;
}

.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: none;
}

.cal-week-view .cal-starts-within-day .cal-event {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.cal-week-view .cal-ends-within-day .cal-event {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1;
}

.cal-week-view .cal-day-headers {
  border-color: #e1e1e1;
  border-top: 0;
}

.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #e1e1e1;
}

[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: initial;
  border-left: solid 1px #e1e1e1 !important;
}

.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #e1e1e1;
}

[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}

.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed;
}

.cal-week-view .cal-day-column {
  border-left-color: #e1e1e1;
}

[dir=rtl] .cal-week-view .cal-day-column {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}

.cal-week-view .cal-event {
  background-color: #d1e8ff;
  border-color: #1e90ff;
  color: #1e90ff;
}

.cal-week-view .cal-all-day-events {
  border-color: #e1e1e1;
}

.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7;
}

.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000;
}

.cal-week-view .cal-time-events {
  border-color: #e1e1e1;
}

.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: #ededed;
}

.cal-week-view .cal-hour-odd {
  background-color: #fafafa;
}

.cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: #ededed;
}

.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #e1e1e1;
}

.cal-week-view .cal-current-time-marker {
  background-color: #ea4334;
}

.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */
}

.cal-day-view mwl-calendar-week-view-header {
  display: none;
}

.cal-day-view .cal-events-container {
  margin-left: 70px;
}

[dir=rtl] .cal-day-view .cal-events-container {
  margin-left: initial;
  margin-right: 70px;
}

.cal-day-view .cal-day-column {
  border-left: 0;
}

.cal-day-view .cal-current-time-marker {
  margin-left: 70px;
  width: calc(100% - 70px);
}

[dir=rtl] .cal-day-view .cal-current-time-marker {
  margin-left: initial;
  margin-right: 70px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  --mat-option-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-option-label-text-line-height: 26px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 4px;
  --mat-option-label-text-weight: 500;
}

html {
  --mat-optgroup-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-optgroup-label-text-line-height: 26px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 4px;
  --mat-optgroup-label-text-weight: 500;
}

html {
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}

html {
  --mat-card-title-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-card-title-text-line-height: 36px;
  --mat-card-title-text-size: 26px;
  --mat-card-title-text-tracking: -1px;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-card-subtitle-text-line-height: 26px;
  --mat-card-subtitle-text-size: 16px;
  --mat-card-subtitle-text-tracking: 0.5px;
  --mat-card-subtitle-text-weight: 400;
}

html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}

html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}

html {
  --mdc-plain-tooltip-supporting-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 13px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
}

html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}

html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}

html {
  --mdc-filled-text-field-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: 4px;
  --mdc-filled-text-field-label-text-weight: 500;
  --mdc-outlined-text-field-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: 4px;
  --mdc-outlined-text-field-label-text-weight: 500;
  --mat-form-field-container-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-form-field-container-text-line-height: 26px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 4px;
  --mat-form-field-container-text-weight: 500;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-form-field-subscript-text-line-height: 21px;
  --mat-form-field-subscript-text-size: 13px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
}

html {
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

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

html {
  --mat-select-trigger-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-select-trigger-text-line-height: 26px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 4px;
  --mat-select-trigger-text-weight: 500;
}

html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}

html {
  --mdc-dialog-subhead-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-dialog-subhead-line-height: 36px;
  --mdc-dialog-subhead-size: 26px;
  --mdc-dialog-subhead-weight: 700;
  --mdc-dialog-subhead-tracking: -1px;
  --mdc-dialog-supporting-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-dialog-supporting-text-line-height: 26px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 500;
  --mdc-dialog-supporting-text-tracking: 4px;
}

.mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}

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

.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-chip-label-text-line-height: 28px;
  --mdc-chip-label-text-size: 18px;
  --mdc-chip-label-text-tracking: 0.5px;
  --mdc-chip-label-text-weight: 400;
}

html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}

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

html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-form-field-label-text-line-height: 28px;
  --mdc-form-field-label-text-size: 18px;
  --mdc-form-field-label-text-tracking: 0.5px;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}

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

.mat-mdc-radio-button {
  --mdc-form-field-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-form-field-label-text-line-height: 28px;
  --mdc-form-field-label-text-size: 18px;
  --mdc-form-field-label-text-tracking: 0.5px;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
}

html {
  --mdc-slider-label-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-slider-label-label-text-size: 16px;
  --mdc-slider-label-label-text-line-height: 26px;
  --mdc-slider-label-label-text-tracking: 0.5px;
  --mdc-slider-label-label-text-weight: 400;
}

html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
}

html {
  --mat-menu-item-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 4px;
  --mat-menu-item-label-text-line-height: 26px;
  --mat-menu-item-label-text-weight: 500;
}

html {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}

html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

html {
  --mdc-list-list-item-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-list-list-item-label-text-line-height: 26px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 4px;
  --mdc-list-list-item-label-text-weight: 500;
  --mdc-list-list-item-supporting-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 28px;
  --mdc-list-list-item-supporting-text-size: 18px;
  --mdc-list-list-item-supporting-text-tracking: 0.5px;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 21px;
  --mdc-list-list-item-trailing-supporting-text-size: 13px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font: 700 20px / 28px Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
}

html {
  --mat-paginator-container-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-paginator-container-text-line-height: 21px;
  --mat-paginator-container-text-size: 13px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 13px;
}

html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}

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

.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-tab-header-label-text-size: 16px;
  --mat-tab-header-label-text-tracking: 1.25px;
  --mat-tab-header-label-text-line-height: 24px;
  --mat-tab-header-label-text-weight: 600;
}

html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}

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

.mat-mdc-checkbox {
  --mdc-form-field-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-form-field-label-text-line-height: 28px;
  --mdc-form-field-label-text-size: 18px;
  --mdc-form-field-label-text-tracking: 0.5px;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}

html {
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
}

html {
  --mdc-text-button-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-text-button-label-text-size: 16px;
  --mdc-text-button-label-text-tracking: 1.25px;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-filled-button-label-text-size: 16px;
  --mdc-filled-button-label-text-tracking: 1.25px;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-outlined-button-label-text-size: 16px;
  --mdc-outlined-button-label-text-tracking: 1.25px;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-protected-button-label-text-size: 16px;
  --mdc-protected-button-label-text-tracking: 1.25px;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
}

html {
  --mdc-icon-button-icon-size: 24px;
}

html {
  --mat-icon-button-touch-target-display: block;
}

.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}

html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
}

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

html {
  --mdc-extended-fab-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-extended-fab-label-text-size: 16px;
  --mdc-extended-fab-label-text-tracking: 1.25px;
  --mdc-extended-fab-label-text-weight: 600;
}

html {
  --mdc-snackbar-container-shape: 4px;
}

html {
  --mdc-snackbar-supporting-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 28px;
  --mdc-snackbar-supporting-text-size: 18px;
  --mdc-snackbar-supporting-text-weight: 400;
}

html {
  --mat-table-row-item-outline-width: 1px;
}

html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}

html {
  --mat-table-header-headline-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-table-header-headline-line-height: 26px;
  --mat-table-header-headline-size: 16px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: 0.5px;
  --mat-table-row-item-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-table-row-item-label-text-line-height: 28px;
  --mat-table-row-item-label-text-size: 18px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.5px;
  --mat-table-footer-supporting-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-table-footer-supporting-text-line-height: 28px;
  --mat-table-footer-supporting-text-size: 18px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.5px;
}

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

html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}

html {
  --mat-badge-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
}

html {
  --mat-bottom-sheet-container-shape: 4px;
}

html {
  --mat-bottom-sheet-container-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 28px;
  --mat-bottom-sheet-container-text-size: 18px;
  --mat-bottom-sheet-container-text-tracking: 0.5px;
  --mat-bottom-sheet-container-text-weight: 400;
}

html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}

html {
  --mat-standard-button-toggle-height: 48px;
}

html {
  --mat-legacy-button-toggle-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 26px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: 4px;
  --mat-legacy-button-toggle-label-text-weight: 500;
  --mat-standard-button-toggle-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 26px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: 4px;
  --mat-standard-button-toggle-label-text-weight: 500;
}

html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}

html {
  --mat-datepicker-calendar-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 16px;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 16px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 500;
}

html {
  --mat-divider-width: 1px;
}

html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}

html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}

html {
  --mat-expansion-header-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-expansion-header-text-size: 16px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-expansion-container-text-line-height: 28px;
  --mat-expansion-container-text-size: 18px;
  --mat-expansion-container-text-tracking: 0.5px;
  --mat-expansion-container-text-weight: 400;
}

html {
  --mat-grid-list-tile-header-primary-text-size: 18px;
  --mat-grid-list-tile-header-secondary-text-size: 13px;
  --mat-grid-list-tile-footer-primary-text-size: 18px;
  --mat-grid-list-tile-footer-secondary-text-size: 13px;
}

html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}

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

html {
  --mat-stepper-container-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-stepper-header-label-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-stepper-header-label-text-size: 18px;
  --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: 500;
}

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

html {
  --mat-toolbar-title-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-toolbar-title-text-line-height: 36px;
  --mat-toolbar-title-text-size: 26px;
  --mat-toolbar-title-text-tracking: -1px;
  --mat-toolbar-title-text-weight: 700;
}

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

html {
  --mat-tree-node-text-font: Montserrat, Helvetica Neue, sans-serif;
  --mat-tree-node-text-size: 18px;
  --mat-tree-node-text-weight: 400;
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 800 36px / 52px Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 700 26px / 36px Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: -1px;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 700 20px / 28px Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 500 16px / 26px Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: 4px;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(18px * 0.83) / 28px Montserrat, Helvetica Neue, sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(18px * 0.67) / 28px Montserrat, Helvetica Neue, sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 400 16px / 26px Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: 0.5px;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 18px / 28px Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: 0.5px;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 13px / 21px Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 500 96px / 113px Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: -1.5px;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 700 80px / 100px Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: -0.5px;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 800 var(--headline-3-size) / var(--headline-3-lineHeight) Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 700 var(--headline-4-size) / var(--headline-4-lineHeight) Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: -0.15px;
  margin: 0 0 64px;
}

.dark-theme, .light-theme {
  --mdc-switch-selected-track-color: var(--primary-lighter);
  --mdc-switch-selected-hover-track-color: var(--primary-lighter);
  --mdc-switch-selected-pressed-track-color: var(--primary-lighter);
  --mdc-switch-selected-focus-track-color: var(--primary-lighter);
  --mat-form-field-subscript-text-line-height: 1.125;
  --mdc-filled-text-field-label-text-tracking: 0.5px;
  --mdc-outlined-text-field-label-text-tracking: 0.5px;
  --mat-menu-item-label-text-tracking: 0.5px;
  --mat-ripple-color: rgba(8, 11, 15, 0.1);
  --mat-option-selected-state-label-text-color: #3c64f7;
  --mat-option-label-text-color: #454e5d;
  --mat-option-hover-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-option-focus-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-option-selected-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-optgroup-label-text-color: #454e5d;
  --mat-full-pseudo-checkbox-selected-icon-color: #ff6e61;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: #666b81;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff6e61;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafbff;
  --mat-app-text-color: #454e5d;
  --mat-ripple-color: rgba(8, 11, 15, 0.1);
  --mat-option-selected-state-label-text-color: #3c64f7;
  --mat-option-label-text-color: #454e5d;
  --mat-option-hover-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-option-focus-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-option-selected-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-optgroup-label-text-color: #454e5d;
  --mat-full-pseudo-checkbox-selected-icon-color: #ff6e61;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: #666b81;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff6e61;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafbff;
  --mat-app-text-color: #454e5d;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(1, 1, 1, 0.2), 0px 1px 1px 0px rgba(1, 1, 1, 0.14), 0px 1px 3px 0px rgba(1, 1, 1, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(8, 11, 15, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(1, 1, 1, 0.2), 0px 0px 0px 0px rgba(1, 1, 1, 0.14), 0px 0px 0px 0px rgba(1, 1, 1, 0.12);
  --mat-card-subtitle-text-color: #666b81;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #454e5d;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #3c64f7;
  --mdc-filled-text-field-focus-active-indicator-color: #3c64f7;
  --mdc-filled-text-field-focus-label-text-color: rgba(60, 100, 247, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(69, 78, 93, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(69, 78, 93, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(102, 107, 129, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(69, 78, 93, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(102, 107, 129, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(69, 78, 93, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ff3f33;
  --mdc-filled-text-field-error-focus-label-text-color: #ff3f33;
  --mdc-filled-text-field-error-label-text-color: #ff3f33;
  --mdc-filled-text-field-error-caret-color: #ff3f33;
  --mdc-filled-text-field-active-indicator-color: rgba(211, 213, 220, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(211, 213, 220, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(211, 213, 220, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ff3f33;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ff3f33;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ff3f33;
  --mdc-outlined-text-field-caret-color: #3c64f7;
  --mdc-outlined-text-field-focus-outline-color: #3c64f7;
  --mdc-outlined-text-field-focus-label-text-color: rgba(60, 100, 247, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(69, 78, 93, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(69, 78, 93, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(102, 107, 129, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(69, 78, 93, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(102, 107, 129, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(69, 78, 93, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ff3f33;
  --mdc-outlined-text-field-error-focus-label-text-color: #ff3f33;
  --mdc-outlined-text-field-error-label-text-color: #ff3f33;
  --mdc-outlined-text-field-error-hover-label-text-color: #ff3f33;
  --mdc-outlined-text-field-outline-color: rgba(211, 213, 220, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(211, 213, 220, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(211, 213, 220, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ff3f33;
  --mdc-outlined-text-field-error-hover-outline-color: #ff3f33;
  --mdc-outlined-text-field-error-outline-color: #ff3f33;
  --mat-form-field-focus-select-arrow-color: rgba(60, 100, 247, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(69, 78, 93, 0.38);
  --mat-form-field-state-layer-color: rgba(8, 11, 15, 0.87);
  --mat-form-field-error-text-color: #ff3f33;
  --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(69, 78, 93, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(69, 78, 93, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --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(69, 78, 93, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(102, 107, 129, 0.38);
  --mat-select-placeholder-text-color: rgba(69, 78, 93, 0.6);
  --mat-select-enabled-arrow-color: rgba(211, 213, 220, 0.54);
  --mat-select-disabled-arrow-color: rgba(69, 78, 93, 0.38);
  --mat-select-focused-arrow-color: rgba(60, 100, 247, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 63, 51, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(69, 78, 93, 0.87);
  --mdc-dialog-supporting-text-color: rgba(69, 78, 93, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(1, 1, 1, 0.2), 0px 1px 1px 0px rgba(1, 1, 1, 0.14), 0px 1px 3px 0px rgba(1, 1, 1, 0.12);
  --mdc-switch-handle-shadow-color: rgba(1, 1, 1, 0.6);
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(1, 1, 1, 0.2), 0px 0px 0px 0px rgba(1, 1, 1, 0.14), 0px 0px 0px 0px rgba(1, 1, 1, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: #666b81;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #3c64f7;
  --mdc-slider-focus-handle-color: #3c64f7;
  --mdc-slider-hover-handle-color: #3c64f7;
  --mdc-slider-active-track-color: #3c64f7;
  --mdc-slider-inactive-track-color: #3c64f7;
  --mdc-slider-with-tick-marks-inactive-container-color: #3c64f7;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(1, 1, 1, 0.2), 0px 1px 1px 0px rgba(1, 1, 1, 0.14), 0px 1px 3px 0px rgba(1, 1, 1, 0.12);
  --mat-slider-ripple-color: #3c64f7;
  --mat-slider-hover-state-layer-color: rgba(60, 100, 247, 0.05);
  --mat-slider-focus-state-layer-color: rgba(60, 100, 247, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --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-item-label-text-color: #454e5d;
  --mat-menu-item-icon-color: #454e5d;
  --mat-menu-item-hover-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: #d3d5dc;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #454e5d;
  --mdc-list-list-item-supporting-text-color: #666b81;
  --mdc-list-list-item-leading-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #666b81;
  --mdc-list-list-item-trailing-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-list-list-item-disabled-label-text-color: #080b0f;
  --mdc-list-list-item-disabled-leading-icon-color: #080b0f;
  --mdc-list-list-item-disabled-trailing-icon-color: #080b0f;
  --mdc-list-list-item-hover-label-text-color: #454e5d;
  --mdc-list-list-item-hover-leading-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-list-list-item-focus-label-text-color: #454e5d;
  --mdc-list-list-item-hover-state-layer-color: #080b0f;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: #080b0f;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(8, 11, 15, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(8, 11, 15, 0.54);
  --mat-paginator-disabled-icon-color: rgba(8, 11, 15, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff6e61;
  --mdc-checkbox-selected-hover-icon-color: #ff6e61;
  --mdc-checkbox-selected-icon-color: #ff6e61;
  --mdc-checkbox-selected-pressed-icon-color: #ff6e61;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(8, 11, 15, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(8, 11, 15, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff6e61;
  --mdc-checkbox-selected-hover-state-layer-color: #ff6e61;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff6e61;
  --mdc-checkbox-unselected-focus-state-layer-color: #080b0f;
  --mdc-checkbox-unselected-hover-state-layer-color: #080b0f;
  --mdc-checkbox-unselected-pressed-state-layer-color: #080b0f;
  --mat-checkbox-disabled-label-color: #666b81;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #454e5d;
  --mat-text-button-state-layer-color: #080b0f;
  --mat-text-button-disabled-state-layer-color: #080b0f;
  --mat-text-button-ripple-color: rgba(8, 11, 15, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #454e5d;
  --mat-filled-button-state-layer-color: #080b0f;
  --mat-filled-button-disabled-state-layer-color: #080b0f;
  --mat-filled-button-ripple-color: rgba(8, 11, 15, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #454e5d;
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: #080b0f;
  --mat-protected-button-disabled-state-layer-color: #080b0f;
  --mat-protected-button-ripple-color: rgba(8, 11, 15, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: #d3d5dc;
  --mdc-outlined-button-label-text-color: #454e5d;
  --mdc-outlined-button-outline-color: #d3d5dc;
  --mat-outlined-button-state-layer-color: #080b0f;
  --mat-outlined-button-disabled-state-layer-color: #080b0f;
  --mat-outlined-button-ripple-color: rgba(8, 11, 15, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: #080b0f;
  --mat-icon-button-disabled-state-layer-color: #080b0f;
  --mat-icon-button-ripple-color: rgba(8, 11, 15, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: #080b0f;
  --mat-fab-state-layer-color: #080b0f;
  --mat-fab-disabled-state-layer-color: #080b0f;
  --mat-fab-ripple-color: rgba(8, 11, 15, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(219, 220, 224, 0.12);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: #080b0f;
  --mat-fab-small-state-layer-color: #080b0f;
  --mat-fab-small-disabled-state-layer-color: #080b0f;
  --mat-fab-small-ripple-color: rgba(8, 11, 15, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(219, 220, 224, 0.12);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #ff6e61;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #454e5d;
  --mat-table-row-item-label-text-color: #454e5d;
  --mat-table-row-item-outline-color: #d3d5dc;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #3c64f7;
  --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: #3c64f7;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-text-color: #666b81;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #454e5d;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #666b81;
  --mat-legacy-button-toggle-state-layer-color: #0f31f0;
  --mat-legacy-button-toggle-selected-state-text-color: #666b81;
  --mat-legacy-button-toggle-selected-state-background-color: #0f31f0;
  --mat-legacy-button-toggle-disabled-state-background-color: #dbdce0;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #dbdce0;
  --mat-standard-button-toggle-text-color: #454e5d;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #0f31f0;
  --mat-standard-button-toggle-selected-state-background-color: #0f31f0;
  --mat-standard-button-toggle-selected-state-text-color: #454e5d;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #454e5d;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #dbdce0;
  --mat-standard-button-toggle-divider-color: #d3d5dc;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3c64f7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(60, 100, 247, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(60, 100, 247, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(60, 100, 247, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #3c64f7;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(60, 100, 247, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #454e5d;
  --mat-datepicker-calendar-body-label-text-color: #666b81;
  --mat-datepicker-calendar-period-button-text-color: #454e5d;
  --mat-datepicker-calendar-period-button-icon-color: #454e5d;
  --mat-datepicker-calendar-navigation-button-icon-color: #454e5d;
  --mat-datepicker-calendar-header-divider-color: #d3d5dc;
  --mat-datepicker-calendar-header-text-color: #666b81;
  --mat-datepicker-calendar-date-today-outline-color: #666b81;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(102, 107, 129, 0.8);
  --mat-datepicker-calendar-date-text-color: #454e5d;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #666b81;
  --mat-datepicker-calendar-date-preview-state-outline-color: #d3d5dc;
  --mat-datepicker-range-input-separator-color: #454e5d;
  --mat-datepicker-range-input-disabled-state-separator-color: #666b81;
  --mat-datepicker-range-input-disabled-state-text-color: #666b81;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #454e5d;
  --mat-divider-width: 1px;
  --mat-divider-color: #d3d5dc;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #454e5d;
  --mat-expansion-actions-divider-color: #d3d5dc;
  --mat-expansion-header-hover-state-layer-color: rgba(15, 49, 240, 0.05);
  --mat-expansion-header-focus-state-layer-color: rgba(15, 49, 240, 0.05);
  --mat-expansion-header-text-color: #454e5d;
  --mat-expansion-header-description-color: #666b81;
  --mat-expansion-header-indicator-color: #666b81;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: #d3d5dc;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #454e5d;
  --mat-sidenav-content-background-color: #fafbff;
  --mat-sidenav-content-text-color: #454e5d;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3c64f7;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3c64f7;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3c64f7;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: #d3d5dc;
  --mat-stepper-header-hover-state-layer-color: rgba(15, 49, 240, 0.05);
  --mat-stepper-header-focus-state-layer-color: rgba(15, 49, 240, 0.05);
  --mat-stepper-header-label-text-color: #666b81;
  --mat-stepper-header-optional-label-text-color: #666b81;
  --mat-stepper-header-selected-state-label-text-color: #454e5d;
  --mat-stepper-header-error-state-label-text-color: #ff3f33;
  --mat-stepper-header-icon-background-color: #666b81;
  --mat-stepper-header-error-state-icon-foreground-color: #ff3f33;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #666b81;
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: #454e5d;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #454e5d;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* FIREFOX */
  --primary: #3c64f7;
  --primary-contrast: white;
  --accent: #ff6e61;
  --accent-contrast: white;
  --accent-lighter: rgba(255, 183, 176, 0.2);
  --warn: #ff3f33;
  --warn-contrast: white;
  --active: #5f6e8680;
  --slider-thumb: #3c64f7;
  --background-disabled-button: #dbdce0;
  --background-slider: #454e5d;
  --background-hover: rgba(15, 49, 240, 0.05);
  --background-tooltip: #454e5d;
  --background-card: white;
  --background: rgba(250, 251, 255, 0.5);
  --table-even-row: #FFFFFF;
  --table-odd-row: #F4F4F4;
  --table-important-row: #ecf0ff;
  --table-first-row: #b1c1fc;
  --table-warn-row: #fff1ef;
  --table-last-row: #b1c1fc;
  --table-last-row-border: #2b4186;
  --foreground-disabled-text: #666b81;
  --foreground-divider: #d3d5dc;
  --foreground-text: #454e5d;
  --foreground-third-text: #1f2a3b;
  --foreground-base: #080b0f;
  --primary-lighter: #8da4fa;
  --primary-lighter-contrast: white;
  --card-shadow: rgba(8, 11, 15, 0.2);
  --dashboard-cta: rgba(15, 49, 240, 0.1);
  --graph-label-primary: #219ebc;
  --graph-label-default: #F3F6FF;
  --graph-label-primary-light: #3A90F3;
  --graph-label-primary-dark: #0024A8;
  --graph-label-secondary: #FFB703;
  --graph-label-tertiary: #FAD068;
  --graph-label-disabled: #C9D5FF;
  --graph-item-incomplete: #b9b9b9;
  --graph-item-incomplete-secondary: #ededed;
  scrollbar-color: light;
}
.dark-theme .mat-expansion-panel-header-title, .light-theme .mat-expansion-panel-header-title {
  font-size: 16px;
  font-weight: 600;
}
.dark-theme .mat-expansion-panel-content,
.dark-theme .mat-expansion-panel-content .mdc-form-field, .light-theme .mat-expansion-panel-content,
.light-theme .mat-expansion-panel-content .mdc-form-field {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: 0.5px;
}
.dark-theme .mat-mdc-button,
.dark-theme .mat-raised-button,
.dark-theme .mdc-button--outlined,
.dark-theme .mat-mdc-unelevated-button,
.dark-theme .mat-fab,
.dark-theme .mat-mini-fab, .light-theme .mat-mdc-button,
.light-theme .mat-raised-button,
.light-theme .mdc-button--outlined,
.light-theme .mat-mdc-unelevated-button,
.light-theme .mat-fab,
.light-theme .mat-mini-fab {
  letter-spacing: 1.25px;
  line-height: 24px;
}
.dark-theme .mat-button-toggle-label-content, .light-theme .mat-button-toggle-label-content {
  font-size: 16px;
}
.dark-theme .mat-input-element, .light-theme .mat-input-element {
  border-color: transparent;
  outline: none;
  font-family: Montserrat, Helvetica Neue, sans-serif;
  font-size: 16px;
  background-color: inherit;
}
.dark-theme .mat-mdc-list-base .mat-mdc-list-item .mat-mdc-list-item-unscoped-content,
.dark-theme .mat-mdc-list-base .mat-mdc-list-item .mat-mdc-list-option,
.dark-theme .mat-mdc-list-base .mat-mdc-list-item .mat-mdc-list-item-unscoped-content .mat-mdc-select-value, .light-theme .mat-mdc-list-base .mat-mdc-list-item .mat-mdc-list-item-unscoped-content,
.light-theme .mat-mdc-list-base .mat-mdc-list-item .mat-mdc-list-option,
.light-theme .mat-mdc-list-base .mat-mdc-list-item .mat-mdc-list-item-unscoped-content .mat-mdc-select-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: 0.5px;
}
.dark-theme .mat-mdc-select .mat-mdc-select-value, .dark-theme .mat-mdc-option .mdc-list-item__primary-text, .light-theme .mat-mdc-select .mat-mdc-select-value, .light-theme .mat-mdc-option .mdc-list-item__primary-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: 0.5px;
}
.dark-theme .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple), .light-theme .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  --mat-option-selected-state-layer-color: #FFF;
}
.dark-theme .mat-toolbar, .light-theme .mat-toolbar {
  font: inherit;
}
.dark-theme .cdk-overlay-container .mat-mdc-tooltip, .light-theme .cdk-overlay-container .mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-line-height: 15px;
}
.dark-theme .mat-mdc-form-field,
.dark-theme .mat-mdc-floating-label,
.dark-theme .mat-mdc-select-panel, .light-theme .mat-mdc-form-field,
.light-theme .mat-mdc-floating-label,
.light-theme .mat-mdc-select-panel {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.925;
  letter-spacing: normal;
}
.dark-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input,
.dark-theme .mdc-checkbox--disabled,
.dark-theme .mat-mdc-select-disabled, .light-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input,
.light-theme .mdc-checkbox--disabled,
.light-theme .mat-mdc-select-disabled {
  --mdc-outlined-text-field-disabled-input-text-color: var(--mdc-outlined-text-field-disabled-label-text-color);
  --mat-select-disabled-trigger-text-color: var(--mdc-outlined-text-field-disabled-label-text-color);
  --mat-checkbox-disabled-label-color: var(--foreground-divider);
}
.dark-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.dark-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.dark-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing, .light-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.light-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.light-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  --mdc-outlined-text-field-outline-color: --foreground-divider;
}
.dark-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.dark-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.dark-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing, .light-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.light-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.light-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
  --mdc-outlined-text-field-disabled-outline-color: --foreground-divider;
}
.dark-theme .dark-contrast-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,
.dark-theme .dark-contrast-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label--float-above, .light-theme .dark-contrast-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,
.light-theme .dark-contrast-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label--float-above {
  --mdc-outlined-text-field-label-text-color: #FFF;
  --mdc-outlined-text-field-hover-label-text-color: #FFF;
}
.dark-theme .mat-table .mat-header-cell, .light-theme .mat-table .mat-header-cell {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  font-family: Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.dark-theme .mat-mdc-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text, .light-theme .mat-mdc-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: 0.5px;
}
.dark-theme .mat-mdc-chip-listbox .mat-mdc-standard-chip, .light-theme .mat-mdc-chip-listbox .mat-mdc-standard-chip {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: 0.5px;
}
.dark-theme .mat-mdc-tab-link .mdc-tab__text-label,
.dark-theme .mat-mdc-tab .mdc-tab__text-label, .light-theme .mat-mdc-tab-link .mdc-tab__text-label,
.light-theme .mat-mdc-tab .mdc-tab__text-label {
  --mat-tab-header-inactive-label-text-color: var(--foreground-text);
  --mat-tab-header-inactive-hover-label-text-color: var(--foreground-text);
}
.dark-theme .mat-mdc-tab-link, .light-theme .mat-mdc-tab-link {
  --mat-tab-header-label-text-tracking: 0.5px;
}
.dark-theme .mat-accent, .light-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #ff6e61;
  --mat-option-label-text-color: #454e5d;
  --mat-option-hover-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-option-focus-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-option-selected-state-layer-color: rgba(8, 11, 15, 0.04);
}
.dark-theme .mat-warn, .light-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #ff3f33;
  --mat-option-label-text-color: #454e5d;
  --mat-option-hover-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-option-focus-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-option-selected-state-layer-color: rgba(8, 11, 15, 0.04);
}
.dark-theme .mat-primary, .light-theme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #3c64f7;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: #666b81;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3c64f7;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.dark-theme .mat-accent, .light-theme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff6e61;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: #666b81;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff6e61;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.dark-theme .mat-warn, .light-theme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff3f33;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: #666b81;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff3f33;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.dark-theme .mat-elevation-z0, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z0, .light-theme .mat-elevation-z0, .light-theme .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(1, 1, 1, 0.2), 0px 0px 0px 0px rgba(1, 1, 1, 0.14), 0px 0px 0px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z1, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z1, .light-theme .mat-elevation-z1, .light-theme .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(1, 1, 1, 0.2), 0px 1px 1px 0px rgba(1, 1, 1, 0.14), 0px 1px 3px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z2, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z2, .light-theme .mat-elevation-z2, .light-theme .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(1, 1, 1, 0.2), 0px 2px 2px 0px rgba(1, 1, 1, 0.14), 0px 1px 5px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z3, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z3, .light-theme .mat-elevation-z3, .light-theme .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(1, 1, 1, 0.2), 0px 3px 4px 0px rgba(1, 1, 1, 0.14), 0px 1px 8px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z4, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z4, .light-theme .mat-elevation-z4, .light-theme .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(1, 1, 1, 0.2), 0px 4px 5px 0px rgba(1, 1, 1, 0.14), 0px 1px 10px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z5, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z5, .light-theme .mat-elevation-z5, .light-theme .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(1, 1, 1, 0.2), 0px 5px 8px 0px rgba(1, 1, 1, 0.14), 0px 1px 14px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z6, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z6, .light-theme .mat-elevation-z6, .light-theme .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(1, 1, 1, 0.2), 0px 6px 10px 0px rgba(1, 1, 1, 0.14), 0px 1px 18px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z7, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z7, .light-theme .mat-elevation-z7, .light-theme .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(1, 1, 1, 0.2), 0px 7px 10px 1px rgba(1, 1, 1, 0.14), 0px 2px 16px 1px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z8, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z8, .light-theme .mat-elevation-z8, .light-theme .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(1, 1, 1, 0.2), 0px 8px 10px 1px rgba(1, 1, 1, 0.14), 0px 3px 14px 2px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z9, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z9, .light-theme .mat-elevation-z9, .light-theme .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(1, 1, 1, 0.2), 0px 9px 12px 1px rgba(1, 1, 1, 0.14), 0px 3px 16px 2px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z10, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z10, .light-theme .mat-elevation-z10, .light-theme .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(1, 1, 1, 0.2), 0px 10px 14px 1px rgba(1, 1, 1, 0.14), 0px 4px 18px 3px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z11, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z11, .light-theme .mat-elevation-z11, .light-theme .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(1, 1, 1, 0.2), 0px 11px 15px 1px rgba(1, 1, 1, 0.14), 0px 4px 20px 3px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z12, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z12, .light-theme .mat-elevation-z12, .light-theme .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(1, 1, 1, 0.2), 0px 12px 17px 2px rgba(1, 1, 1, 0.14), 0px 5px 22px 4px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z13, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z13, .light-theme .mat-elevation-z13, .light-theme .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(1, 1, 1, 0.2), 0px 13px 19px 2px rgba(1, 1, 1, 0.14), 0px 5px 24px 4px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z14, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z14, .light-theme .mat-elevation-z14, .light-theme .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(1, 1, 1, 0.2), 0px 14px 21px 2px rgba(1, 1, 1, 0.14), 0px 5px 26px 4px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z15, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z15, .light-theme .mat-elevation-z15, .light-theme .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(1, 1, 1, 0.2), 0px 15px 22px 2px rgba(1, 1, 1, 0.14), 0px 6px 28px 5px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z16, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z16, .light-theme .mat-elevation-z16, .light-theme .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(1, 1, 1, 0.2), 0px 16px 24px 2px rgba(1, 1, 1, 0.14), 0px 6px 30px 5px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z17, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z17, .light-theme .mat-elevation-z17, .light-theme .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(1, 1, 1, 0.2), 0px 17px 26px 2px rgba(1, 1, 1, 0.14), 0px 6px 32px 5px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z18, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z18, .light-theme .mat-elevation-z18, .light-theme .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(1, 1, 1, 0.2), 0px 18px 28px 2px rgba(1, 1, 1, 0.14), 0px 7px 34px 6px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z19, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z19, .light-theme .mat-elevation-z19, .light-theme .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(1, 1, 1, 0.2), 0px 19px 29px 2px rgba(1, 1, 1, 0.14), 0px 7px 36px 6px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z20, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z20, .light-theme .mat-elevation-z20, .light-theme .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(1, 1, 1, 0.2), 0px 20px 31px 3px rgba(1, 1, 1, 0.14), 0px 8px 38px 7px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z21, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z21, .light-theme .mat-elevation-z21, .light-theme .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(1, 1, 1, 0.2), 0px 21px 33px 3px rgba(1, 1, 1, 0.14), 0px 8px 40px 7px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z22, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z22, .light-theme .mat-elevation-z22, .light-theme .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(1, 1, 1, 0.2), 0px 22px 35px 3px rgba(1, 1, 1, 0.14), 0px 8px 42px 7px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z23, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z23, .light-theme .mat-elevation-z23, .light-theme .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(1, 1, 1, 0.2), 0px 23px 36px 3px rgba(1, 1, 1, 0.14), 0px 9px 44px 8px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z24, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z24, .light-theme .mat-elevation-z24, .light-theme .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(1, 1, 1, 0.2), 0px 24px 38px 3px rgba(1, 1, 1, 0.14), 0px 9px 46px 8px rgba(1, 1, 1, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.dark-theme .mat-accent, .light-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #ff6e61;
  --mat-option-label-text-color: #454e5d;
  --mat-option-hover-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-option-focus-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-option-selected-state-layer-color: rgba(8, 11, 15, 0.04);
}
.dark-theme .mat-warn, .light-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #ff3f33;
  --mat-option-label-text-color: #454e5d;
  --mat-option-hover-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-option-focus-state-layer-color: rgba(8, 11, 15, 0.04);
  --mat-option-selected-state-layer-color: rgba(8, 11, 15, 0.04);
}
.dark-theme .mat-primary, .light-theme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #3c64f7;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: #666b81;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3c64f7;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.dark-theme .mat-accent, .light-theme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff6e61;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: #666b81;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff6e61;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.dark-theme .mat-warn, .light-theme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff3f33;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: #666b81;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff3f33;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.dark-theme .mat-elevation-z0, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z0, .light-theme .mat-elevation-z0, .light-theme .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(1, 1, 1, 0.2), 0px 0px 0px 0px rgba(1, 1, 1, 0.14), 0px 0px 0px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z1, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z1, .light-theme .mat-elevation-z1, .light-theme .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(1, 1, 1, 0.2), 0px 1px 1px 0px rgba(1, 1, 1, 0.14), 0px 1px 3px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z2, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z2, .light-theme .mat-elevation-z2, .light-theme .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(1, 1, 1, 0.2), 0px 2px 2px 0px rgba(1, 1, 1, 0.14), 0px 1px 5px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z3, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z3, .light-theme .mat-elevation-z3, .light-theme .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(1, 1, 1, 0.2), 0px 3px 4px 0px rgba(1, 1, 1, 0.14), 0px 1px 8px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z4, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z4, .light-theme .mat-elevation-z4, .light-theme .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(1, 1, 1, 0.2), 0px 4px 5px 0px rgba(1, 1, 1, 0.14), 0px 1px 10px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z5, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z5, .light-theme .mat-elevation-z5, .light-theme .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(1, 1, 1, 0.2), 0px 5px 8px 0px rgba(1, 1, 1, 0.14), 0px 1px 14px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z6, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z6, .light-theme .mat-elevation-z6, .light-theme .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(1, 1, 1, 0.2), 0px 6px 10px 0px rgba(1, 1, 1, 0.14), 0px 1px 18px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z7, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z7, .light-theme .mat-elevation-z7, .light-theme .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(1, 1, 1, 0.2), 0px 7px 10px 1px rgba(1, 1, 1, 0.14), 0px 2px 16px 1px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z8, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z8, .light-theme .mat-elevation-z8, .light-theme .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(1, 1, 1, 0.2), 0px 8px 10px 1px rgba(1, 1, 1, 0.14), 0px 3px 14px 2px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z9, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z9, .light-theme .mat-elevation-z9, .light-theme .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(1, 1, 1, 0.2), 0px 9px 12px 1px rgba(1, 1, 1, 0.14), 0px 3px 16px 2px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z10, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z10, .light-theme .mat-elevation-z10, .light-theme .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(1, 1, 1, 0.2), 0px 10px 14px 1px rgba(1, 1, 1, 0.14), 0px 4px 18px 3px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z11, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z11, .light-theme .mat-elevation-z11, .light-theme .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(1, 1, 1, 0.2), 0px 11px 15px 1px rgba(1, 1, 1, 0.14), 0px 4px 20px 3px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z12, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z12, .light-theme .mat-elevation-z12, .light-theme .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(1, 1, 1, 0.2), 0px 12px 17px 2px rgba(1, 1, 1, 0.14), 0px 5px 22px 4px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z13, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z13, .light-theme .mat-elevation-z13, .light-theme .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(1, 1, 1, 0.2), 0px 13px 19px 2px rgba(1, 1, 1, 0.14), 0px 5px 24px 4px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z14, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z14, .light-theme .mat-elevation-z14, .light-theme .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(1, 1, 1, 0.2), 0px 14px 21px 2px rgba(1, 1, 1, 0.14), 0px 5px 26px 4px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z15, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z15, .light-theme .mat-elevation-z15, .light-theme .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(1, 1, 1, 0.2), 0px 15px 22px 2px rgba(1, 1, 1, 0.14), 0px 6px 28px 5px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z16, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z16, .light-theme .mat-elevation-z16, .light-theme .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(1, 1, 1, 0.2), 0px 16px 24px 2px rgba(1, 1, 1, 0.14), 0px 6px 30px 5px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z17, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z17, .light-theme .mat-elevation-z17, .light-theme .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(1, 1, 1, 0.2), 0px 17px 26px 2px rgba(1, 1, 1, 0.14), 0px 6px 32px 5px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z18, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z18, .light-theme .mat-elevation-z18, .light-theme .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(1, 1, 1, 0.2), 0px 18px 28px 2px rgba(1, 1, 1, 0.14), 0px 7px 34px 6px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z19, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z19, .light-theme .mat-elevation-z19, .light-theme .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(1, 1, 1, 0.2), 0px 19px 29px 2px rgba(1, 1, 1, 0.14), 0px 7px 36px 6px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z20, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z20, .light-theme .mat-elevation-z20, .light-theme .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(1, 1, 1, 0.2), 0px 20px 31px 3px rgba(1, 1, 1, 0.14), 0px 8px 38px 7px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z21, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z21, .light-theme .mat-elevation-z21, .light-theme .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(1, 1, 1, 0.2), 0px 21px 33px 3px rgba(1, 1, 1, 0.14), 0px 8px 40px 7px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z22, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z22, .light-theme .mat-elevation-z22, .light-theme .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(1, 1, 1, 0.2), 0px 22px 35px 3px rgba(1, 1, 1, 0.14), 0px 8px 42px 7px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z23, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z23, .light-theme .mat-elevation-z23, .light-theme .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(1, 1, 1, 0.2), 0px 23px 36px 3px rgba(1, 1, 1, 0.14), 0px 9px 44px 8px rgba(1, 1, 1, 0.12);
}
.dark-theme .mat-elevation-z24, .dark-theme .mat-mdc-elevation-specific.mat-elevation-z24, .light-theme .mat-elevation-z24, .light-theme .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(1, 1, 1, 0.2), 0px 24px 38px 3px rgba(1, 1, 1, 0.14), 0px 9px 46px 8px rgba(1, 1, 1, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.dark-theme .mat-mdc-progress-bar, .light-theme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #3c64f7;
  --mdc-linear-progress-track-color: rgba(60, 100, 247, 0.25);
}
.dark-theme .mat-mdc-progress-bar.mat-accent, .light-theme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ff6e61;
  --mdc-linear-progress-track-color: rgba(255, 110, 97, 0.25);
}
.dark-theme .mat-mdc-progress-bar.mat-warn, .light-theme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ff3f33;
  --mdc-linear-progress-track-color: rgba(255, 63, 51, 0.25);
}
.dark-theme .mat-mdc-form-field.mat-accent, .light-theme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #ff6e61;
  --mdc-filled-text-field-focus-active-indicator-color: #ff6e61;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 110, 97, 0.87);
  --mdc-outlined-text-field-caret-color: #ff6e61;
  --mdc-outlined-text-field-focus-outline-color: #ff6e61;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 110, 97, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(255, 110, 97, 0.87);
}
.dark-theme .mat-mdc-form-field.mat-warn, .light-theme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ff3f33;
  --mdc-filled-text-field-focus-active-indicator-color: #ff3f33;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 63, 51, 0.87);
  --mdc-outlined-text-field-caret-color: #ff3f33;
  --mdc-outlined-text-field-focus-outline-color: #ff3f33;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 63, 51, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(255, 63, 51, 0.87);
}
.dark-theme .mat-mdc-form-field.mat-accent, .light-theme .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(69, 78, 93, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(102, 107, 129, 0.38);
  --mat-select-placeholder-text-color: rgba(69, 78, 93, 0.6);
  --mat-select-enabled-arrow-color: rgba(211, 213, 220, 0.54);
  --mat-select-disabled-arrow-color: rgba(69, 78, 93, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 110, 97, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 63, 51, 0.87);
}
.dark-theme .mat-mdc-form-field.mat-warn, .light-theme .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(69, 78, 93, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(102, 107, 129, 0.38);
  --mat-select-placeholder-text-color: rgba(69, 78, 93, 0.6);
  --mat-select-enabled-arrow-color: rgba(211, 213, 220, 0.54);
  --mat-select-disabled-arrow-color: rgba(69, 78, 93, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 63, 51, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 63, 51, 0.87);
}
.dark-theme .mat-mdc-standard-chip, .light-theme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.dark-theme .mat-mdc-standard-chip, .light-theme .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e1e2e2;
  --mdc-chip-elevated-selected-container-color: #e1e2e2;
  --mdc-chip-elevated-disabled-container-color: #e1e2e2;
  --mdc-chip-flat-disabled-selected-container-color: #e1e2e2;
  --mdc-chip-focus-state-layer-color: #080b0f;
  --mdc-chip-hover-state-layer-color: #080b0f;
  --mdc-chip-selected-hover-state-layer-color: #080b0f;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: #080b0f;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary, .light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .light-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #3c64f7;
  --mdc-chip-elevated-selected-container-color: #3c64f7;
  --mdc-chip-elevated-disabled-container-color: #3c64f7;
  --mdc-chip-flat-disabled-selected-container-color: #3c64f7;
  --mdc-chip-focus-state-layer-color: #080b0f;
  --mdc-chip-hover-state-layer-color: #080b0f;
  --mdc-chip-selected-hover-state-layer-color: #080b0f;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: #080b0f;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent, .light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .light-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ff6e61;
  --mdc-chip-elevated-selected-container-color: #ff6e61;
  --mdc-chip-elevated-disabled-container-color: #ff6e61;
  --mdc-chip-flat-disabled-selected-container-color: #ff6e61;
  --mdc-chip-focus-state-layer-color: #080b0f;
  --mdc-chip-hover-state-layer-color: #080b0f;
  --mdc-chip-selected-hover-state-layer-color: #080b0f;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: #080b0f;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn, .light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .light-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ff3f33;
  --mdc-chip-elevated-selected-container-color: #ff3f33;
  --mdc-chip-elevated-disabled-container-color: #ff3f33;
  --mdc-chip-flat-disabled-selected-container-color: #ff3f33;
  --mdc-chip-focus-state-layer-color: #080b0f;
  --mdc-chip-hover-state-layer-color: #080b0f;
  --mdc-chip-selected-hover-state-layer-color: #080b0f;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: #080b0f;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.dark-theme .mat-mdc-slide-toggle, .light-theme .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: #454e5d;
}
.dark-theme .mat-mdc-radio-button, .light-theme .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: #454e5d;
}
.dark-theme .mat-mdc-radio-button.mat-primary, .light-theme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #454e5d;
  --mdc-radio-disabled-unselected-icon-color: #454e5d;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(69, 78, 93, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(69, 78, 93, 0.54);
  --mdc-radio-selected-focus-icon-color: #3c64f7;
  --mdc-radio-selected-hover-icon-color: #3c64f7;
  --mdc-radio-selected-icon-color: #3c64f7;
  --mdc-radio-selected-pressed-icon-color: #3c64f7;
  --mat-radio-ripple-color: #080b0f;
  --mat-radio-checked-ripple-color: #3c64f7;
  --mat-radio-disabled-label-color: #666b81;
}
.dark-theme .mat-mdc-radio-button.mat-accent, .light-theme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #454e5d;
  --mdc-radio-disabled-unselected-icon-color: #454e5d;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(69, 78, 93, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(69, 78, 93, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff6e61;
  --mdc-radio-selected-hover-icon-color: #ff6e61;
  --mdc-radio-selected-icon-color: #ff6e61;
  --mdc-radio-selected-pressed-icon-color: #ff6e61;
  --mat-radio-ripple-color: #080b0f;
  --mat-radio-checked-ripple-color: #ff6e61;
  --mat-radio-disabled-label-color: #666b81;
}
.dark-theme .mat-mdc-radio-button.mat-warn, .light-theme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #454e5d;
  --mdc-radio-disabled-unselected-icon-color: #454e5d;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(69, 78, 93, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(69, 78, 93, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff3f33;
  --mdc-radio-selected-hover-icon-color: #ff3f33;
  --mdc-radio-selected-icon-color: #ff3f33;
  --mdc-radio-selected-pressed-icon-color: #ff3f33;
  --mat-radio-ripple-color: #080b0f;
  --mat-radio-checked-ripple-color: #ff3f33;
  --mat-radio-disabled-label-color: #666b81;
}
.dark-theme .mat-accent, .light-theme .mat-accent {
  --mat-slider-ripple-color: #ff6e61;
  --mat-slider-hover-state-layer-color: rgba(255, 110, 97, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 110, 97, 0.2);
  --mdc-slider-handle-color: #ff6e61;
  --mdc-slider-focus-handle-color: #ff6e61;
  --mdc-slider-hover-handle-color: #ff6e61;
  --mdc-slider-active-track-color: #ff6e61;
  --mdc-slider-inactive-track-color: #ff6e61;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff6e61;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.dark-theme .mat-warn, .light-theme .mat-warn {
  --mat-slider-ripple-color: #ff3f33;
  --mat-slider-hover-state-layer-color: rgba(255, 63, 51, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 63, 51, 0.2);
  --mdc-slider-handle-color: #ff3f33;
  --mdc-slider-focus-handle-color: #ff3f33;
  --mdc-slider-hover-handle-color: #ff3f33;
  --mdc-slider-active-track-color: #ff3f33;
  --mdc-slider-inactive-track-color: #ff3f33;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff3f33;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.dark-theme .mdc-list-item__start,
.dark-theme .mdc-list-item__end, .light-theme .mdc-list-item__start,
.light-theme .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #454e5d;
  --mdc-radio-disabled-unselected-icon-color: #454e5d;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(69, 78, 93, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(69, 78, 93, 0.54);
  --mdc-radio-selected-focus-icon-color: #3c64f7;
  --mdc-radio-selected-hover-icon-color: #3c64f7;
  --mdc-radio-selected-icon-color: #3c64f7;
  --mdc-radio-selected-pressed-icon-color: #3c64f7;
}
.dark-theme .mat-accent .mdc-list-item__start,
.dark-theme .mat-accent .mdc-list-item__end, .light-theme .mat-accent .mdc-list-item__start,
.light-theme .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #454e5d;
  --mdc-radio-disabled-unselected-icon-color: #454e5d;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(69, 78, 93, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(69, 78, 93, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff6e61;
  --mdc-radio-selected-hover-icon-color: #ff6e61;
  --mdc-radio-selected-icon-color: #ff6e61;
  --mdc-radio-selected-pressed-icon-color: #ff6e61;
}
.dark-theme .mat-warn .mdc-list-item__start,
.dark-theme .mat-warn .mdc-list-item__end, .light-theme .mat-warn .mdc-list-item__start,
.light-theme .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #454e5d;
  --mdc-radio-disabled-unselected-icon-color: #454e5d;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(69, 78, 93, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(69, 78, 93, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff3f33;
  --mdc-radio-selected-hover-icon-color: #ff3f33;
  --mdc-radio-selected-icon-color: #ff3f33;
  --mdc-radio-selected-pressed-icon-color: #ff3f33;
}
.dark-theme .mat-mdc-list-option, .light-theme .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3c64f7;
  --mdc-checkbox-selected-hover-icon-color: #3c64f7;
  --mdc-checkbox-selected-icon-color: #3c64f7;
  --mdc-checkbox-selected-pressed-icon-color: #3c64f7;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(8, 11, 15, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(8, 11, 15, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3c64f7;
  --mdc-checkbox-selected-hover-state-layer-color: #3c64f7;
  --mdc-checkbox-selected-pressed-state-layer-color: #3c64f7;
  --mdc-checkbox-unselected-focus-state-layer-color: #080b0f;
  --mdc-checkbox-unselected-hover-state-layer-color: #080b0f;
  --mdc-checkbox-unselected-pressed-state-layer-color: #080b0f;
}
.dark-theme .mat-mdc-list-option.mat-accent, .light-theme .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff6e61;
  --mdc-checkbox-selected-hover-icon-color: #ff6e61;
  --mdc-checkbox-selected-icon-color: #ff6e61;
  --mdc-checkbox-selected-pressed-icon-color: #ff6e61;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(8, 11, 15, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(8, 11, 15, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff6e61;
  --mdc-checkbox-selected-hover-state-layer-color: #ff6e61;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff6e61;
  --mdc-checkbox-unselected-focus-state-layer-color: #080b0f;
  --mdc-checkbox-unselected-hover-state-layer-color: #080b0f;
  --mdc-checkbox-unselected-pressed-state-layer-color: #080b0f;
}
.dark-theme .mat-mdc-list-option.mat-warn, .light-theme .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff3f33;
  --mdc-checkbox-selected-hover-icon-color: #ff3f33;
  --mdc-checkbox-selected-icon-color: #ff3f33;
  --mdc-checkbox-selected-pressed-icon-color: #ff3f33;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(8, 11, 15, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(8, 11, 15, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff3f33;
  --mdc-checkbox-selected-hover-state-layer-color: #ff3f33;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff3f33;
  --mdc-checkbox-unselected-focus-state-layer-color: #080b0f;
  --mdc-checkbox-unselected-hover-state-layer-color: #080b0f;
  --mdc-checkbox-unselected-pressed-state-layer-color: #080b0f;
}
.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text, .light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #3c64f7;
}
.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start, .light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #3c64f7;
}
.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end, .light-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.light-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.light-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.dark-theme .mat-mdc-tab-group, .dark-theme .mat-mdc-tab-nav-bar, .light-theme .mat-mdc-tab-group, .light-theme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #3c64f7;
  --mat-tab-header-disabled-ripple-color: #d3d5dc;
  --mat-tab-header-pagination-icon-color: #454e5d;
  --mat-tab-header-inactive-label-text-color: rgba(69, 78, 93, 0.6);
  --mat-tab-header-active-label-text-color: #3c64f7;
  --mat-tab-header-active-ripple-color: #3c64f7;
  --mat-tab-header-inactive-ripple-color: #3c64f7;
  --mat-tab-header-inactive-focus-label-text-color: rgba(69, 78, 93, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(69, 78, 93, 0.6);
  --mat-tab-header-active-focus-label-text-color: #3c64f7;
  --mat-tab-header-active-hover-label-text-color: #3c64f7;
  --mat-tab-header-active-focus-indicator-color: #3c64f7;
  --mat-tab-header-active-hover-indicator-color: #3c64f7;
}
.dark-theme .mat-mdc-tab-group.mat-accent, .dark-theme .mat-mdc-tab-nav-bar.mat-accent, .light-theme .mat-mdc-tab-group.mat-accent, .light-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ff6e61;
  --mat-tab-header-disabled-ripple-color: #d3d5dc;
  --mat-tab-header-pagination-icon-color: #454e5d;
  --mat-tab-header-inactive-label-text-color: rgba(69, 78, 93, 0.6);
  --mat-tab-header-active-label-text-color: #ff6e61;
  --mat-tab-header-active-ripple-color: #ff6e61;
  --mat-tab-header-inactive-ripple-color: #ff6e61;
  --mat-tab-header-inactive-focus-label-text-color: rgba(69, 78, 93, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(69, 78, 93, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ff6e61;
  --mat-tab-header-active-hover-label-text-color: #ff6e61;
  --mat-tab-header-active-focus-indicator-color: #ff6e61;
  --mat-tab-header-active-hover-indicator-color: #ff6e61;
}
.dark-theme .mat-mdc-tab-group.mat-warn, .dark-theme .mat-mdc-tab-nav-bar.mat-warn, .light-theme .mat-mdc-tab-group.mat-warn, .light-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ff3f33;
  --mat-tab-header-disabled-ripple-color: #d3d5dc;
  --mat-tab-header-pagination-icon-color: #454e5d;
  --mat-tab-header-inactive-label-text-color: rgba(69, 78, 93, 0.6);
  --mat-tab-header-active-label-text-color: #ff3f33;
  --mat-tab-header-active-ripple-color: #ff3f33;
  --mat-tab-header-inactive-ripple-color: #ff3f33;
  --mat-tab-header-inactive-focus-label-text-color: rgba(69, 78, 93, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(69, 78, 93, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ff3f33;
  --mat-tab-header-active-hover-label-text-color: #ff3f33;
  --mat-tab-header-active-focus-indicator-color: #ff3f33;
  --mat-tab-header-active-hover-indicator-color: #ff3f33;
}
.dark-theme .mat-mdc-tab-group.mat-background-primary, .dark-theme .mat-mdc-tab-nav-bar.mat-background-primary, .light-theme .mat-mdc-tab-group.mat-background-primary, .light-theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #3c64f7;
  --mat-tab-header-with-background-foreground-color: white;
}
.dark-theme .mat-mdc-tab-group.mat-background-accent, .dark-theme .mat-mdc-tab-nav-bar.mat-background-accent, .light-theme .mat-mdc-tab-group.mat-background-accent, .light-theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #ff6e61;
  --mat-tab-header-with-background-foreground-color: white;
}
.dark-theme .mat-mdc-tab-group.mat-background-warn, .dark-theme .mat-mdc-tab-nav-bar.mat-background-warn, .light-theme .mat-mdc-tab-group.mat-background-warn, .light-theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ff3f33;
  --mat-tab-header-with-background-foreground-color: white;
}
.dark-theme .mat-mdc-checkbox, .light-theme .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: #454e5d;
}
.dark-theme .mat-mdc-checkbox.mat-primary, .light-theme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3c64f7;
  --mdc-checkbox-selected-hover-icon-color: #3c64f7;
  --mdc-checkbox-selected-icon-color: #3c64f7;
  --mdc-checkbox-selected-pressed-icon-color: #3c64f7;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(8, 11, 15, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(8, 11, 15, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3c64f7;
  --mdc-checkbox-selected-hover-state-layer-color: #3c64f7;
  --mdc-checkbox-selected-pressed-state-layer-color: #3c64f7;
  --mdc-checkbox-unselected-focus-state-layer-color: #080b0f;
  --mdc-checkbox-unselected-hover-state-layer-color: #080b0f;
  --mdc-checkbox-unselected-pressed-state-layer-color: #080b0f;
}
.dark-theme .mat-mdc-checkbox.mat-warn, .light-theme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(8, 11, 15, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff3f33;
  --mdc-checkbox-selected-hover-icon-color: #ff3f33;
  --mdc-checkbox-selected-icon-color: #ff3f33;
  --mdc-checkbox-selected-pressed-icon-color: #ff3f33;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(8, 11, 15, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(8, 11, 15, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff3f33;
  --mdc-checkbox-selected-hover-state-layer-color: #ff3f33;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff3f33;
  --mdc-checkbox-unselected-focus-state-layer-color: #080b0f;
  --mdc-checkbox-unselected-hover-state-layer-color: #080b0f;
  --mdc-checkbox-unselected-pressed-state-layer-color: #080b0f;
}
.dark-theme .mat-mdc-button.mat-primary, .light-theme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3c64f7;
  --mat-text-button-state-layer-color: #3c64f7;
  --mat-text-button-ripple-color: rgba(60, 100, 247, 0.1);
}
.dark-theme .mat-mdc-button.mat-accent, .light-theme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff6e61;
  --mat-text-button-state-layer-color: #ff6e61;
  --mat-text-button-ripple-color: rgba(255, 110, 97, 0.1);
}
.dark-theme .mat-mdc-button.mat-warn, .light-theme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ff3f33;
  --mat-text-button-state-layer-color: #ff3f33;
  --mat-text-button-ripple-color: rgba(255, 63, 51, 0.1);
}
.dark-theme .mat-mdc-unelevated-button.mat-primary, .light-theme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3c64f7;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .mat-mdc-unelevated-button.mat-accent, .light-theme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff6e61;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .mat-mdc-unelevated-button.mat-warn, .light-theme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ff3f33;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .mat-mdc-raised-button.mat-primary, .light-theme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3c64f7;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .mat-mdc-raised-button.mat-accent, .light-theme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff6e61;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .mat-mdc-raised-button.mat-warn, .light-theme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ff3f33;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .mat-mdc-outlined-button.mat-primary, .light-theme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3c64f7;
  --mdc-outlined-button-outline-color: #d3d5dc;
  --mat-outlined-button-state-layer-color: #3c64f7;
  --mat-outlined-button-ripple-color: rgba(60, 100, 247, 0.1);
}
.dark-theme .mat-mdc-outlined-button.mat-accent, .light-theme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ff6e61;
  --mdc-outlined-button-outline-color: #d3d5dc;
  --mat-outlined-button-state-layer-color: #ff6e61;
  --mat-outlined-button-ripple-color: rgba(255, 110, 97, 0.1);
}
.dark-theme .mat-mdc-outlined-button.mat-warn, .light-theme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ff3f33;
  --mdc-outlined-button-outline-color: #d3d5dc;
  --mat-outlined-button-state-layer-color: #ff3f33;
  --mat-outlined-button-ripple-color: rgba(255, 63, 51, 0.1);
}
.dark-theme .mat-mdc-icon-button.mat-primary, .light-theme .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3c64f7;
  --mat-icon-button-state-layer-color: #3c64f7;
  --mat-icon-button-ripple-color: rgba(60, 100, 247, 0.1);
}
.dark-theme .mat-mdc-icon-button.mat-accent, .light-theme .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff6e61;
  --mat-icon-button-state-layer-color: #ff6e61;
  --mat-icon-button-ripple-color: rgba(255, 110, 97, 0.1);
}
.dark-theme .mat-mdc-icon-button.mat-warn, .light-theme .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ff3f33;
  --mat-icon-button-state-layer-color: #ff3f33;
  --mat-icon-button-ripple-color: rgba(255, 63, 51, 0.1);
}
.dark-theme .mat-mdc-fab.mat-primary, .light-theme .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #3c64f7;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .mat-mdc-fab.mat-accent, .light-theme .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #ff6e61;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .mat-mdc-fab.mat-warn, .light-theme .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ff3f33;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .mat-mdc-mini-fab.mat-primary, .light-theme .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #3c64f7;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .mat-mdc-mini-fab.mat-accent, .light-theme .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #ff6e61;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .mat-mdc-mini-fab.mat-warn, .light-theme .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ff3f33;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .mat-accent, .light-theme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #ff6e61;
}
.dark-theme .mat-warn, .light-theme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ff3f33;
}
.dark-theme .mat-badge-accent, .light-theme .mat-badge-accent {
  --mat-badge-background-color: #ff6e61;
  --mat-badge-text-color: white;
}
.dark-theme .mat-badge-warn, .light-theme .mat-badge-warn {
  --mat-badge-background-color: #ff3f33;
  --mat-badge-text-color: white;
}
.dark-theme .mat-datepicker-content.mat-accent, .light-theme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff6e61;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 110, 97, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 110, 97, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 110, 97, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 110, 97, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.dark-theme .mat-datepicker-content.mat-warn, .light-theme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff3f33;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 63, 51, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 63, 51, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 63, 51, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 63, 51, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.dark-theme .mat-datepicker-toggle-active.mat-accent, .light-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ff6e61;
}
.dark-theme .mat-datepicker-toggle-active.mat-warn, .light-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ff3f33;
}
.dark-theme .mat-icon.mat-primary, .light-theme .mat-icon.mat-primary {
  --mat-icon-color: #3c64f7;
}
.dark-theme .mat-icon.mat-accent, .light-theme .mat-icon.mat-accent {
  --mat-icon-color: #ff6e61;
}
.dark-theme .mat-icon.mat-warn, .light-theme .mat-icon.mat-warn {
  --mat-icon-color: #ff3f33;
}
.dark-theme .mat-step-header.mat-accent, .light-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff6e61;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff6e61;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff6e61;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.dark-theme .mat-step-header.mat-warn, .light-theme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff3f33;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff3f33;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff3f33;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.dark-theme .mat-toolbar.mat-primary, .light-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3c64f7;
  --mat-toolbar-container-text-color: white;
}
.dark-theme .mat-toolbar.mat-accent, .light-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff6e61;
  --mat-toolbar-container-text-color: white;
}
.dark-theme .mat-toolbar.mat-warn, .light-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ff3f33;
  --mat-toolbar-container-text-color: white;
}
.dark-theme a:not(.mat-mdc-button-base),
.dark-theme a:not(.mat-mdc-button-base):visited, .light-theme a:not(.mat-mdc-button-base),
.light-theme a:not(.mat-mdc-button-base):visited {
  color: inherit;
}
.dark-theme a:not(.mat-mdc-button-base).missing-control span,
.dark-theme a:not(.mat-mdc-button-base):visited.missing-control span, .light-theme a:not(.mat-mdc-button-base).missing-control span,
.light-theme a:not(.mat-mdc-button-base):visited.missing-control span {
  color: #F6A92C;
}
.dark-theme a:not(.mat-mdc-button-base).mandatory-control,
.dark-theme a:not(.mat-mdc-button-base):visited.mandatory-control, .light-theme a:not(.mat-mdc-button-base).mandatory-control,
.light-theme a:not(.mat-mdc-button-base):visited.mandatory-control {
  color: #ff3f33;
}
.dark-theme .mat-headline-1, .light-theme .mat-headline-1 {
  color: #454e5d;
}
.dark-theme .mat-headline-2, .light-theme .mat-headline-2 {
  color: #454e5d;
}
.dark-theme .mat-headline-3, .light-theme .mat-headline-3 {
  color: #454e5d;
  margin: unset;
}
.dark-theme .mat-headline-4, .light-theme .mat-headline-4 {
  color: #454e5d;
}
.dark-theme h1,
.dark-theme .mat-h1,
.dark-theme .mat-headline-5, .light-theme h1,
.light-theme .mat-h1,
.light-theme .mat-headline-5 {
  color: #1f2a3b;
}
.dark-theme h2,
.dark-theme .mat-h2,
.dark-theme .mat-headline-6, .light-theme h2,
.light-theme .mat-h2,
.light-theme .mat-headline-6 {
  color: #1f2a3b;
}
.dark-theme h3,
.dark-theme .mat-h3,
.dark-theme .mat-subtitle-1, .light-theme h3,
.light-theme .mat-h3,
.light-theme .mat-subtitle-1 {
  color: #1f2a3b;
}
.dark-theme h4,
.dark-theme .mat-h4,
.dark-theme .mat-body-1, .light-theme h4,
.light-theme .mat-h4,
.light-theme .mat-body-1 {
  color: #1f2a3b;
}
.dark-theme h5, .light-theme h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  color: #1f2a3b;
}
.dark-theme h6, .light-theme h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1f2a3b;
}
.dark-theme p,
.dark-theme bf-tag,
.dark-theme .mat-body-2,
.dark-theme .mat-body, .light-theme p,
.light-theme bf-tag,
.light-theme .mat-body-2,
.light-theme .mat-body {
  color: #454e5d;
}
.dark-theme .mat-subtitle-2,
.dark-theme .mat-body-strong, .light-theme .mat-subtitle-2,
.light-theme .mat-body-strong {
  color: #454e5d;
}
.dark-theme .mat-caption,
.dark-theme .mat-small, .light-theme .mat-caption,
.light-theme .mat-small {
  color: #666b81;
}
.dark-theme input, .dark-theme td, .light-theme input, .light-theme td {
  color: #454e5d;
}
.dark-theme .text-primary, .light-theme .text-primary {
  color: #3c64f7;
}
.dark-theme .text-accent, .light-theme .text-accent {
  color: #ff6e61;
}
.dark-theme .text-warn, .light-theme .text-warn {
  color: #ff3f33;
}
.dark-theme .text-disabled, .light-theme .text-disabled {
  color: #d3d5dc;
}
.dark-theme .mat-toolbar h6, .light-theme .mat-toolbar h6 {
  margin: 0;
}
.dark-theme .cal-month-view, .light-theme .cal-month-view {
  background-color: #fafbff;
}
.dark-theme .cal-month-view .cal-cell-row:hover, .light-theme .cal-month-view .cal-cell-row:hover {
  background-color: #fafbff;
}
.dark-theme .cal-month-view .cal-cell-row .cal-cell:hover,
.dark-theme .cal-month-view .cal-cell.cal-has-events.cal-open, .light-theme .cal-month-view .cal-cell-row .cal-cell:hover,
.light-theme .cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: rgba(15, 49, 240, 0.05);
}
.dark-theme .cal-month-view .cal-days, .light-theme .cal-month-view .cal-days {
  border-color: #d3d5dc;
}
.dark-theme .cal-month-view .cal-day-cell:not(:last-child), .light-theme .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #d3d5dc;
}
[dir=rtl] .dark-theme .cal-month-view .cal-day-cell:not(:last-child), [dir=rtl] .light-theme .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: initial;
  border-left-color: #d3d5dc;
}
.dark-theme .cal-month-view .cal-days .cal-cell-row, .light-theme .cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #d3d5dc;
}
.dark-theme .cal-month-view .cal-day-badge, .light-theme .cal-month-view .cal-day-badge {
  background-color: #b94a48;
  color: #fff;
}
.dark-theme .cal-month-view .cal-event, .light-theme .cal-month-view .cal-event {
  background-color: #d3d5dc;
  border-color: #d1e8ff;
  color: #fff;
}
.dark-theme .cal-month-view .cal-day-cell.cal-weekend .cal-day-number, .light-theme .cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #3c64f7;
}
.dark-theme .cal-month-view .cal-day-cell.cal-today, .light-theme .cal-month-view .cal-day-cell.cal-today {
  background-color: rgba(15, 49, 240, 0.05);
}
.dark-theme .cal-month-view .cal-day-cell.cal-drag-over, .light-theme .cal-month-view .cal-day-cell.cal-drag-over {
  background-color: rgba(14, 44, 216, 0.05) !important;
}
.dark-theme .cal-month-view .cal-open-day-events, .light-theme .cal-month-view .cal-open-day-events {
  color: #fff;
  background-color: #dbdce0;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.dark-theme .cal-week-view, .light-theme .cal-week-view {
  background-color: #fafbff;
  border-top: solid 1px #d3d5dc;
}
.dark-theme .cal-week-view .cal-day-headers, .light-theme .cal-week-view .cal-day-headers {
  border-color: #d3d5dc;
  border-top: 0;
}
.dark-theme .cal-week-view .cal-day-headers .cal-header:not(:last-child), .light-theme .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #d3d5dc;
}
[dir=rtl] .dark-theme .cal-week-view .cal-day-headers .cal-header:not(:last-child), [dir=rtl] .light-theme .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: initial;
  border-left: solid 1px #d3d5dc !important;
}
.dark-theme .cal-week-view .cal-day-headers .cal-header:first-child, .light-theme .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #d3d5dc;
}
[dir=rtl] .dark-theme .cal-week-view .cal-day-headers .cal-header:first-child, [dir=rtl] .light-theme .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: initial;
  border-right-color: #d3d5dc;
}
.dark-theme .cal-week-view .cal-day-headers .cal-header:hover,
.dark-theme .cal-week-view .cal-day-headers .cal-drag-over, .light-theme .cal-week-view .cal-day-headers .cal-header:hover,
.light-theme .cal-week-view .cal-day-headers .cal-drag-over {
  background-color: rgba(15, 49, 240, 0.05);
}
.dark-theme .cal-week-view .cal-day-column, .light-theme .cal-week-view .cal-day-column {
  border-left-color: #d3d5dc;
}
[dir=rtl] .dark-theme .cal-week-view .cal-day-column, [dir=rtl] .light-theme .cal-week-view .cal-day-column {
  border-left-color: initial;
  border-right-color: #d3d5dc;
}
.dark-theme .cal-week-view .cal-event, .light-theme .cal-week-view .cal-event {
  background-color: #d1e8ff;
  border-color: #d3d5dc;
  color: #d3d5dc;
}
.dark-theme .cal-week-view .cal-all-day-events, .light-theme .cal-week-view .cal-all-day-events {
  border-color: #d3d5dc;
}
.dark-theme .cal-week-view .cal-header.cal-today, .light-theme .cal-week-view .cal-header.cal-today {
  background-color: rgba(15, 49, 240, 0.05);
}
.dark-theme .cal-week-view .cal-header.cal-weekend span, .light-theme .cal-week-view .cal-header.cal-weekend span {
  color: #3c64f7;
}
.dark-theme .cal-week-view .cal-time-events, .light-theme .cal-week-view .cal-time-events {
  border-color: #d3d5dc;
}
.dark-theme .cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover, .light-theme .cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: rgba(15, 49, 240, 0.05);
}
.dark-theme .cal-week-view .cal-hour-odd, .light-theme .cal-week-view .cal-hour-odd {
  background-color: #fafbff;
}
.dark-theme .cal-week-view .cal-drag-over .cal-hour-segment, .light-theme .cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: rgba(15, 49, 240, 0.05);
}
.dark-theme .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.dark-theme .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment, .light-theme .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.light-theme .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #d3d5dc;
}
.dark-theme .cal-week-view .cal-current-time-marker, .light-theme .cal-week-view .cal-current-time-marker {
  background-color: #ea4334;
}
.dark-theme .cal-tooltip.cal-tooltip-top .cal-tooltip-arrow, .light-theme .cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000;
}
.dark-theme .cal-tooltip.cal-tooltip-right .cal-tooltip-arrow, .light-theme .cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000;
}
.dark-theme .cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow, .light-theme .cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000;
}
.dark-theme .cal-tooltip.cal-tooltip-left .cal-tooltip-arrow, .light-theme .cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000;
}
.dark-theme .cal-tooltip-inner, .light-theme .cal-tooltip-inner {
  color: #fff;
  background-color: #000;
}
.dark-theme .cal-tooltip .mat-tooltip-card, .light-theme .cal-tooltip .mat-tooltip-card {
  background-color: #ffffff;
  border: 1px solid #d3d5dc;
  padding: 8px;
  border-radius: 4px;
  margin: 8px;
}
.dark-theme .cal-week-view .cal-day-headers, .light-theme .cal-week-view .cal-day-headers {
  background-color: #ffffff;
  z-index: 2;
  position: sticky;
  top: 0;
}
.dark-theme .cal-week-view .cal-day-headers b, .light-theme .cal-week-view .cal-day-headers b {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.dark-theme .cal-week-view .cal-day-headers span, .light-theme .cal-week-view .cal-day-headers span {
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
}
.dark-theme .cal-week-view .cal-day-column .cal-resize-handle, .light-theme .cal-week-view .cal-day-column .cal-resize-handle {
  height: 6px;
  width: calc(100% - 4px);
  left: 2px;
  transition: background-color 0.1s ease-out;
}
.dark-theme .cal-week-view .cal-day-column .cal-resize-handle:hover, .light-theme .cal-week-view .cal-day-column .cal-resize-handle:hover {
  background-color: #d3d5dc;
}
.dark-theme .cal-week-view .cal-day-column .cal-resize-handle-before-start, .light-theme .cal-week-view .cal-day-column .cal-resize-handle-before-start {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  top: 2px;
}
.dark-theme .cal-week-view .cal-day-column .cal-resize-handle-after-end, .light-theme .cal-week-view .cal-day-column .cal-resize-handle-after-end {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  bottom: 2px;
}
.dark-theme .cal-week-view .cal-all-day-events .cal-resize-handle, .light-theme .cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: calc(100% - 2px);
  top: 1px;
  transition: background-color 0.1s ease-out;
}
.dark-theme .cal-week-view .cal-all-day-events .cal-resize-handle:hover, .light-theme .cal-week-view .cal-all-day-events .cal-resize-handle:hover {
  background-color: #d3d5dc;
}
.dark-theme .cal-week-view .cal-all-day-events .cal-resize-handle-before-start, .light-theme .cal-week-view .cal-all-day-events .cal-resize-handle-before-start {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 3px;
}
.dark-theme .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end, .light-theme .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  right: 3px;
}
.dark-theme .cal-week-view .cal-event, .light-theme .cal-week-view .cal-event {
  background-color: #ffffff;
  color: #454e5d;
  border-width: 0;
  padding: 0;
}
.dark-theme .cal-week-view .cal-event .event-card, .light-theme .cal-week-view .cal-event .event-card {
  border-radius: 4px;
  border: solid 1px #d3d5dc;
}
.dark-theme .cal-week-view .cal-event .event-card.meeting, .light-theme .cal-week-view .cal-event .event-card.meeting {
  border-color: #3c64f7;
  color: #3c64f7;
}
.dark-theme .cal-week-view .cal-event .event-card.screening, .light-theme .cal-week-view .cal-event .event-card.screening {
  border-width: 0;
}
.dark-theme ::-webkit-scrollbar, .light-theme ::-webkit-scrollbar {
  width: 12px;
}
.dark-theme ::-webkit-scrollbar-track, .light-theme ::-webkit-scrollbar-track {
  width: 12px;
  background: rgba(69, 78, 93, 0.1);
}
.dark-theme ::-webkit-scrollbar-thumb, .light-theme ::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 9px;
  background: rgba(69, 78, 93, 0.5);
}
.dark-theme ::-webkit-scrollbar-thumb:hover, .light-theme ::-webkit-scrollbar-thumb:hover {
  background: rgba(69, 78, 93, 0.8);
}
.dark-theme *, .light-theme * {
  scrollbar-width: thin;
  scrollbar-color: rgba(69, 78, 93, 0.5) rgba(69, 78, 93, 0.1);
}
.dark-theme .bf-widget .mat-card .mat-card-footer, .light-theme .bf-widget .mat-card .mat-card-footer {
  background-color: rgba(15, 49, 240, 0.05);
  border-radius: none;
}
.dark-theme .widget-card, .light-theme .widget-card {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background-color: white;
}
.dark-theme .widget-card .widget-header[color=primary], .light-theme .widget-card .widget-header[color=primary] {
  color: white;
  background-color: #3c64f7;
}
.dark-theme .widget-card .widget-header[color=primary] .mat-caption, .light-theme .widget-card .widget-header[color=primary] .mat-caption {
  color: white;
}
.dark-theme .widget-card .widget-footer, .light-theme .widget-card .widget-footer {
  border-top: solid 1px #d3d5dc;
}
.dark-theme .tunnel-layout, .light-theme .tunnel-layout {
  background-color: rgba(15, 49, 240, 0.05);
  padding: 10px;
}
.dark-theme .tunnel-layout .mat-toolbar, .light-theme .tunnel-layout .mat-toolbar {
  box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  border-radius: 4px 4px 0 0;
}
.dark-theme .tunnel-layout .mat-sidenav-container, .light-theme .tunnel-layout .mat-sidenav-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14);
  border-radius: 0 0 4px 4px;
}
.dark-theme .tunnel-layout .invalid-fields, .light-theme .tunnel-layout .invalid-fields {
  color: #ff3f33;
}
.dark-theme .apexcharts-menu-item, .light-theme .apexcharts-menu-item {
  width: max-content;
}
.dark-theme bf-card-modal, .light-theme bf-card-modal {
  width: 50%;
  overflow: scroll;
}
.dark-theme bf-card-modal header.bf-card-modal-header, .light-theme bf-card-modal header.bf-card-modal-header {
  gap: 15px;
  padding: 10px 10px 10px 20px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #d3d5dc;
  position: sticky;
  top: 0;
  background-color: #FFF;
  z-index: 2;
}
.dark-theme bf-card-modal header.bf-card-modal-header h2, .light-theme bf-card-modal header.bf-card-modal-header h2 {
  flex-grow: 1;
  margin: 0;
}
.dark-theme bf-card-modal .mat-body,
.dark-theme bf-card-modal .mat-body-2,
.dark-theme bf-card-modal p,
.dark-theme bf-card-modal ol > li,
.dark-theme bf-card-modal ul > li, .light-theme bf-card-modal .mat-body,
.light-theme bf-card-modal .mat-body-2,
.light-theme bf-card-modal p,
.light-theme bf-card-modal ol > li,
.light-theme bf-card-modal ul > li {
  font-size: 16px;
}
.dark-theme .mat-expansion-panel:not([class*=mat-elevation-z]), .light-theme .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.dark-theme .mat-expansion-panel .mat-expansion-panel-header, .light-theme .mat-expansion-panel .mat-expansion-panel-header {
  padding: 0 16px;
}
.dark-theme .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title *, .light-theme .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title * {
  margin: 0;
}
.dark-theme .mat-expansion-panel .mat-expansion-panel-body, .light-theme .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0;
  padding-bottom: 16px;
}
.dark-theme .mat-expansion-panel .mat-expansion-panel-spacing, .light-theme .mat-expansion-panel .mat-expansion-panel-spacing {
  margin: 0;
}
.dark-theme .breakdown .mat-expansion-panel .mat-expansion-panel-body, .light-theme .breakdown .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0px;
}
.dark-theme .mat-accordion .mat-expansion-panel, .light-theme .mat-accordion .mat-expansion-panel {
  border-bottom: solid 1px #d3d5dc;
}
.dark-theme .mat-accordion .mat-expansion-panel:last-of-type, .light-theme .mat-accordion .mat-expansion-panel:last-of-type {
  border-bottom: none;
}
.dark-theme .mdc-button--outlined.mat-primary svg g,
.dark-theme .mdc-button--outlined.mat-primary svg polygon,
.dark-theme .mdc-button--outlined.mat-primary svg path,
.dark-theme .mat-mdc-button.mat-primary svg g,
.dark-theme .mat-mdc-button.mat-primary svg polygon,
.dark-theme .mat-mdc-button.mat-primary svg path,
.dark-theme .mat-icon-button.mat-primary svg g,
.dark-theme .mat-icon-button.mat-primary svg polygon,
.dark-theme .mat-icon-button.mat-primary svg path,
.dark-theme .mat-mdc-icon-button.mat-primary svg g,
.dark-theme .mat-mdc-icon-button.mat-primary svg polygon,
.dark-theme .mat-mdc-icon-button.mat-primary svg path, .light-theme .mdc-button--outlined.mat-primary svg g,
.light-theme .mdc-button--outlined.mat-primary svg polygon,
.light-theme .mdc-button--outlined.mat-primary svg path,
.light-theme .mat-mdc-button.mat-primary svg g,
.light-theme .mat-mdc-button.mat-primary svg polygon,
.light-theme .mat-mdc-button.mat-primary svg path,
.light-theme .mat-icon-button.mat-primary svg g,
.light-theme .mat-icon-button.mat-primary svg polygon,
.light-theme .mat-icon-button.mat-primary svg path,
.light-theme .mat-mdc-icon-button.mat-primary svg g,
.light-theme .mat-mdc-icon-button.mat-primary svg polygon,
.light-theme .mat-mdc-icon-button.mat-primary svg path {
  fill: #3c64f7;
}
.dark-theme .mdc-button--outlined.mat-accent svg g,
.dark-theme .mdc-button--outlined.mat-accent svg polygon,
.dark-theme .mdc-button--outlined.mat-accent svg path,
.dark-theme .mat-mdc-button.mat-accent svg g,
.dark-theme .mat-mdc-button.mat-accent svg polygon,
.dark-theme .mat-mdc-button.mat-accent svg path,
.dark-theme .mat-icon-button.mat-accent svg g,
.dark-theme .mat-icon-button.mat-accent svg polygon,
.dark-theme .mat-icon-button.mat-accent svg path,
.dark-theme .mat-mdc-icon-button.mat-accent svg g,
.dark-theme .mat-mdc-icon-button.mat-accent svg polygon,
.dark-theme .mat-mdc-icon-button.mat-accent svg path, .light-theme .mdc-button--outlined.mat-accent svg g,
.light-theme .mdc-button--outlined.mat-accent svg polygon,
.light-theme .mdc-button--outlined.mat-accent svg path,
.light-theme .mat-mdc-button.mat-accent svg g,
.light-theme .mat-mdc-button.mat-accent svg polygon,
.light-theme .mat-mdc-button.mat-accent svg path,
.light-theme .mat-icon-button.mat-accent svg g,
.light-theme .mat-icon-button.mat-accent svg polygon,
.light-theme .mat-icon-button.mat-accent svg path,
.light-theme .mat-mdc-icon-button.mat-accent svg g,
.light-theme .mat-mdc-icon-button.mat-accent svg polygon,
.light-theme .mat-mdc-icon-button.mat-accent svg path {
  fill: #ff6e61;
}
.dark-theme .mdc-button--outlined.mat-warn svg g,
.dark-theme .mdc-button--outlined.mat-warn svg polygon,
.dark-theme .mdc-button--outlined.mat-warn svg path,
.dark-theme .mat-mdc-button.mat-warn svg g,
.dark-theme .mat-mdc-button.mat-warn svg polygon,
.dark-theme .mat-mdc-button.mat-warn svg path,
.dark-theme .mat-icon-button.mat-warn svg g,
.dark-theme .mat-icon-button.mat-warn svg polygon,
.dark-theme .mat-icon-button.mat-warn svg path,
.dark-theme .mat-mdc-icon-button.mat-warn svg g,
.dark-theme .mat-mdc-icon-button.mat-warn svg polygon,
.dark-theme .mat-mdc-icon-button.mat-warn svg path, .light-theme .mdc-button--outlined.mat-warn svg g,
.light-theme .mdc-button--outlined.mat-warn svg polygon,
.light-theme .mdc-button--outlined.mat-warn svg path,
.light-theme .mat-mdc-button.mat-warn svg g,
.light-theme .mat-mdc-button.mat-warn svg polygon,
.light-theme .mat-mdc-button.mat-warn svg path,
.light-theme .mat-icon-button.mat-warn svg g,
.light-theme .mat-icon-button.mat-warn svg polygon,
.light-theme .mat-icon-button.mat-warn svg path,
.light-theme .mat-mdc-icon-button.mat-warn svg g,
.light-theme .mat-mdc-icon-button.mat-warn svg polygon,
.light-theme .mat-mdc-icon-button.mat-warn svg path {
  fill: #ff3f33;
}
.dark-theme .mdc-button--outlined.mat-button-disabled, .dark-theme .mdc-button--outlined.mat-mdc-button:disabled, .dark-theme .mdc-button--outlined.mat-mdc-button-disabled,
.dark-theme .mat-mdc-button.mat-button-disabled,
.dark-theme .mat-mdc-button.mat-mdc-button:disabled,
.dark-theme .mat-mdc-button.mat-mdc-button-disabled,
.dark-theme .mat-icon-button.mat-button-disabled,
.dark-theme .mat-icon-button.mat-mdc-button:disabled,
.dark-theme .mat-icon-button.mat-mdc-button-disabled,
.dark-theme .mat-mdc-icon-button.mat-button-disabled,
.dark-theme .mat-mdc-icon-button.mat-mdc-button:disabled,
.dark-theme .mat-mdc-icon-button.mat-mdc-button-disabled, .light-theme .mdc-button--outlined.mat-button-disabled, .light-theme .mdc-button--outlined.mat-mdc-button:disabled, .light-theme .mdc-button--outlined.mat-mdc-button-disabled,
.light-theme .mat-mdc-button.mat-button-disabled,
.light-theme .mat-mdc-button.mat-mdc-button:disabled,
.light-theme .mat-mdc-button.mat-mdc-button-disabled,
.light-theme .mat-icon-button.mat-button-disabled,
.light-theme .mat-icon-button.mat-mdc-button:disabled,
.light-theme .mat-icon-button.mat-mdc-button-disabled,
.light-theme .mat-mdc-icon-button.mat-button-disabled,
.light-theme .mat-mdc-icon-button.mat-mdc-button:disabled,
.light-theme .mat-mdc-icon-button.mat-mdc-button-disabled {
  pointer-events: auto;
  color: #666b81;
}
.dark-theme .mdc-button--outlined.mat-button-disabled svg g,
.dark-theme .mdc-button--outlined.mat-button-disabled svg polygon,
.dark-theme .mdc-button--outlined.mat-button-disabled svg path, .dark-theme .mdc-button--outlined.mat-mdc-button:disabled svg g,
.dark-theme .mdc-button--outlined.mat-mdc-button:disabled svg polygon,
.dark-theme .mdc-button--outlined.mat-mdc-button:disabled svg path, .dark-theme .mdc-button--outlined.mat-mdc-button-disabled svg g,
.dark-theme .mdc-button--outlined.mat-mdc-button-disabled svg polygon,
.dark-theme .mdc-button--outlined.mat-mdc-button-disabled svg path,
.dark-theme .mat-mdc-button.mat-button-disabled svg g,
.dark-theme .mat-mdc-button.mat-button-disabled svg polygon,
.dark-theme .mat-mdc-button.mat-button-disabled svg path,
.dark-theme .mat-mdc-button.mat-mdc-button:disabled svg g,
.dark-theme .mat-mdc-button.mat-mdc-button:disabled svg polygon,
.dark-theme .mat-mdc-button.mat-mdc-button:disabled svg path,
.dark-theme .mat-mdc-button.mat-mdc-button-disabled svg g,
.dark-theme .mat-mdc-button.mat-mdc-button-disabled svg polygon,
.dark-theme .mat-mdc-button.mat-mdc-button-disabled svg path,
.dark-theme .mat-icon-button.mat-button-disabled svg g,
.dark-theme .mat-icon-button.mat-button-disabled svg polygon,
.dark-theme .mat-icon-button.mat-button-disabled svg path,
.dark-theme .mat-icon-button.mat-mdc-button:disabled svg g,
.dark-theme .mat-icon-button.mat-mdc-button:disabled svg polygon,
.dark-theme .mat-icon-button.mat-mdc-button:disabled svg path,
.dark-theme .mat-icon-button.mat-mdc-button-disabled svg g,
.dark-theme .mat-icon-button.mat-mdc-button-disabled svg polygon,
.dark-theme .mat-icon-button.mat-mdc-button-disabled svg path,
.dark-theme .mat-mdc-icon-button.mat-button-disabled svg g,
.dark-theme .mat-mdc-icon-button.mat-button-disabled svg polygon,
.dark-theme .mat-mdc-icon-button.mat-button-disabled svg path,
.dark-theme .mat-mdc-icon-button.mat-mdc-button:disabled svg g,
.dark-theme .mat-mdc-icon-button.mat-mdc-button:disabled svg polygon,
.dark-theme .mat-mdc-icon-button.mat-mdc-button:disabled svg path,
.dark-theme .mat-mdc-icon-button.mat-mdc-button-disabled svg g,
.dark-theme .mat-mdc-icon-button.mat-mdc-button-disabled svg polygon,
.dark-theme .mat-mdc-icon-button.mat-mdc-button-disabled svg path, .light-theme .mdc-button--outlined.mat-button-disabled svg g,
.light-theme .mdc-button--outlined.mat-button-disabled svg polygon,
.light-theme .mdc-button--outlined.mat-button-disabled svg path, .light-theme .mdc-button--outlined.mat-mdc-button:disabled svg g,
.light-theme .mdc-button--outlined.mat-mdc-button:disabled svg polygon,
.light-theme .mdc-button--outlined.mat-mdc-button:disabled svg path, .light-theme .mdc-button--outlined.mat-mdc-button-disabled svg g,
.light-theme .mdc-button--outlined.mat-mdc-button-disabled svg polygon,
.light-theme .mdc-button--outlined.mat-mdc-button-disabled svg path,
.light-theme .mat-mdc-button.mat-button-disabled svg g,
.light-theme .mat-mdc-button.mat-button-disabled svg polygon,
.light-theme .mat-mdc-button.mat-button-disabled svg path,
.light-theme .mat-mdc-button.mat-mdc-button:disabled svg g,
.light-theme .mat-mdc-button.mat-mdc-button:disabled svg polygon,
.light-theme .mat-mdc-button.mat-mdc-button:disabled svg path,
.light-theme .mat-mdc-button.mat-mdc-button-disabled svg g,
.light-theme .mat-mdc-button.mat-mdc-button-disabled svg polygon,
.light-theme .mat-mdc-button.mat-mdc-button-disabled svg path,
.light-theme .mat-icon-button.mat-button-disabled svg g,
.light-theme .mat-icon-button.mat-button-disabled svg polygon,
.light-theme .mat-icon-button.mat-button-disabled svg path,
.light-theme .mat-icon-button.mat-mdc-button:disabled svg g,
.light-theme .mat-icon-button.mat-mdc-button:disabled svg polygon,
.light-theme .mat-icon-button.mat-mdc-button:disabled svg path,
.light-theme .mat-icon-button.mat-mdc-button-disabled svg g,
.light-theme .mat-icon-button.mat-mdc-button-disabled svg polygon,
.light-theme .mat-icon-button.mat-mdc-button-disabled svg path,
.light-theme .mat-mdc-icon-button.mat-button-disabled svg g,
.light-theme .mat-mdc-icon-button.mat-button-disabled svg polygon,
.light-theme .mat-mdc-icon-button.mat-button-disabled svg path,
.light-theme .mat-mdc-icon-button.mat-mdc-button:disabled svg g,
.light-theme .mat-mdc-icon-button.mat-mdc-button:disabled svg polygon,
.light-theme .mat-mdc-icon-button.mat-mdc-button:disabled svg path,
.light-theme .mat-mdc-icon-button.mat-mdc-button-disabled svg g,
.light-theme .mat-mdc-icon-button.mat-mdc-button-disabled svg polygon,
.light-theme .mat-mdc-icon-button.mat-mdc-button-disabled svg path {
  fill: #666b81;
}
.dark-theme .mdc-button--outlined.mat-button-disabled.bf-button, .dark-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button, .dark-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button,
.dark-theme .mat-mdc-button.mat-button-disabled.bf-button,
.dark-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button,
.dark-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button,
.dark-theme .mat-icon-button.mat-button-disabled.bf-button,
.dark-theme .mat-icon-button.mat-mdc-button:disabled.bf-button,
.dark-theme .mat-icon-button.mat-mdc-button-disabled.bf-button,
.dark-theme .mat-mdc-icon-button.mat-button-disabled.bf-button,
.dark-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button,
.dark-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button, .light-theme .mdc-button--outlined.mat-button-disabled.bf-button, .light-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button, .light-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button,
.light-theme .mat-mdc-button.mat-button-disabled.bf-button,
.light-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button,
.light-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button,
.light-theme .mat-icon-button.mat-button-disabled.bf-button,
.light-theme .mat-icon-button.mat-mdc-button:disabled.bf-button,
.light-theme .mat-icon-button.mat-mdc-button-disabled.bf-button,
.light-theme .mat-mdc-icon-button.mat-button-disabled.bf-button,
.light-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button,
.light-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button {
  color: #d3d5dc;
}
.dark-theme .mdc-button--outlined.mat-button-disabled.bf-button svg g,
.dark-theme .mdc-button--outlined.mat-button-disabled.bf-button svg polygon,
.dark-theme .mdc-button--outlined.mat-button-disabled.bf-button svg path, .dark-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button svg g,
.dark-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button svg polygon,
.dark-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button svg path, .dark-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button svg g,
.dark-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button svg polygon,
.dark-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button svg path,
.dark-theme .mat-mdc-button.mat-button-disabled.bf-button svg g,
.dark-theme .mat-mdc-button.mat-button-disabled.bf-button svg polygon,
.dark-theme .mat-mdc-button.mat-button-disabled.bf-button svg path,
.dark-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button svg g,
.dark-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button svg polygon,
.dark-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button svg path,
.dark-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button svg g,
.dark-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button svg polygon,
.dark-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button svg path,
.dark-theme .mat-icon-button.mat-button-disabled.bf-button svg g,
.dark-theme .mat-icon-button.mat-button-disabled.bf-button svg polygon,
.dark-theme .mat-icon-button.mat-button-disabled.bf-button svg path,
.dark-theme .mat-icon-button.mat-mdc-button:disabled.bf-button svg g,
.dark-theme .mat-icon-button.mat-mdc-button:disabled.bf-button svg polygon,
.dark-theme .mat-icon-button.mat-mdc-button:disabled.bf-button svg path,
.dark-theme .mat-icon-button.mat-mdc-button-disabled.bf-button svg g,
.dark-theme .mat-icon-button.mat-mdc-button-disabled.bf-button svg polygon,
.dark-theme .mat-icon-button.mat-mdc-button-disabled.bf-button svg path,
.dark-theme .mat-mdc-icon-button.mat-button-disabled.bf-button svg g,
.dark-theme .mat-mdc-icon-button.mat-button-disabled.bf-button svg polygon,
.dark-theme .mat-mdc-icon-button.mat-button-disabled.bf-button svg path,
.dark-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button svg g,
.dark-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button svg polygon,
.dark-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button svg path,
.dark-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button svg g,
.dark-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button svg polygon,
.dark-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button svg path, .light-theme .mdc-button--outlined.mat-button-disabled.bf-button svg g,
.light-theme .mdc-button--outlined.mat-button-disabled.bf-button svg polygon,
.light-theme .mdc-button--outlined.mat-button-disabled.bf-button svg path, .light-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button svg g,
.light-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button svg polygon,
.light-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button svg path, .light-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button svg g,
.light-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button svg polygon,
.light-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button svg path,
.light-theme .mat-mdc-button.mat-button-disabled.bf-button svg g,
.light-theme .mat-mdc-button.mat-button-disabled.bf-button svg polygon,
.light-theme .mat-mdc-button.mat-button-disabled.bf-button svg path,
.light-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button svg g,
.light-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button svg polygon,
.light-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button svg path,
.light-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button svg g,
.light-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button svg polygon,
.light-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button svg path,
.light-theme .mat-icon-button.mat-button-disabled.bf-button svg g,
.light-theme .mat-icon-button.mat-button-disabled.bf-button svg polygon,
.light-theme .mat-icon-button.mat-button-disabled.bf-button svg path,
.light-theme .mat-icon-button.mat-mdc-button:disabled.bf-button svg g,
.light-theme .mat-icon-button.mat-mdc-button:disabled.bf-button svg polygon,
.light-theme .mat-icon-button.mat-mdc-button:disabled.bf-button svg path,
.light-theme .mat-icon-button.mat-mdc-button-disabled.bf-button svg g,
.light-theme .mat-icon-button.mat-mdc-button-disabled.bf-button svg polygon,
.light-theme .mat-icon-button.mat-mdc-button-disabled.bf-button svg path,
.light-theme .mat-mdc-icon-button.mat-button-disabled.bf-button svg g,
.light-theme .mat-mdc-icon-button.mat-button-disabled.bf-button svg polygon,
.light-theme .mat-mdc-icon-button.mat-button-disabled.bf-button svg path,
.light-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button svg g,
.light-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button svg polygon,
.light-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button svg path,
.light-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button svg g,
.light-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button svg polygon,
.light-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button svg path {
  fill: #d3d5dc;
}
.dark-theme .mdc-button--outlined .mat-icon,
.dark-theme .mat-mdc-button .mat-icon,
.dark-theme .mat-icon-button .mat-icon,
.dark-theme .mat-mdc-icon-button .mat-icon, .light-theme .mdc-button--outlined .mat-icon,
.light-theme .mat-mdc-button .mat-icon,
.light-theme .mat-icon-button .mat-icon,
.light-theme .mat-mdc-icon-button .mat-icon {
  margin-right: 0px;
  height: 24px;
  width: 24px;
}
.dark-theme .mat-raised-button.mat-primary svg g,
.dark-theme .mat-raised-button.mat-primary svg polygon,
.dark-theme .mat-raised-button.mat-primary svg path,
.dark-theme .mat-mdc-unelevated-button.mat-primary svg g,
.dark-theme .mat-mdc-unelevated-button.mat-primary svg polygon,
.dark-theme .mat-mdc-unelevated-button.mat-primary svg path,
.dark-theme .mdc-fab.mat-primary svg g,
.dark-theme .mdc-fab.mat-primary svg polygon,
.dark-theme .mdc-fab.mat-primary svg path,
.dark-theme .mdc-fab--mini.mat-primary svg g,
.dark-theme .mdc-fab--mini.mat-primary svg polygon,
.dark-theme .mdc-fab--mini.mat-primary svg path, .light-theme .mat-raised-button.mat-primary svg g,
.light-theme .mat-raised-button.mat-primary svg polygon,
.light-theme .mat-raised-button.mat-primary svg path,
.light-theme .mat-mdc-unelevated-button.mat-primary svg g,
.light-theme .mat-mdc-unelevated-button.mat-primary svg polygon,
.light-theme .mat-mdc-unelevated-button.mat-primary svg path,
.light-theme .mdc-fab.mat-primary svg g,
.light-theme .mdc-fab.mat-primary svg polygon,
.light-theme .mdc-fab.mat-primary svg path,
.light-theme .mdc-fab--mini.mat-primary svg g,
.light-theme .mdc-fab--mini.mat-primary svg polygon,
.light-theme .mdc-fab--mini.mat-primary svg path {
  fill: white;
}
.dark-theme .mat-raised-button.mat-primary:hover,
.dark-theme .mat-mdc-unelevated-button.mat-primary:hover,
.dark-theme .mdc-fab.mat-primary:hover,
.dark-theme .mdc-fab--mini.mat-primary:hover, .light-theme .mat-raised-button.mat-primary:hover,
.light-theme .mat-mdc-unelevated-button.mat-primary:hover,
.light-theme .mdc-fab.mat-primary:hover,
.light-theme .mdc-fab--mini.mat-primary:hover {
  background-color: #0f31f0;
}
.dark-theme .mat-raised-button.mat-accent,
.dark-theme .mat-mdc-unelevated-button.mat-accent,
.dark-theme .mdc-fab.mat-accent,
.dark-theme .mdc-fab--mini.mat-accent, .light-theme .mat-raised-button.mat-accent,
.light-theme .mat-mdc-unelevated-button.mat-accent,
.light-theme .mdc-fab.mat-accent,
.light-theme .mdc-fab--mini.mat-accent {
  color: white;
}
.dark-theme .mat-raised-button.mat-accent svg g,
.dark-theme .mat-raised-button.mat-accent svg polygon,
.dark-theme .mat-raised-button.mat-accent svg path,
.dark-theme .mat-mdc-unelevated-button.mat-accent svg g,
.dark-theme .mat-mdc-unelevated-button.mat-accent svg polygon,
.dark-theme .mat-mdc-unelevated-button.mat-accent svg path,
.dark-theme .mdc-fab.mat-accent svg g,
.dark-theme .mdc-fab.mat-accent svg polygon,
.dark-theme .mdc-fab.mat-accent svg path,
.dark-theme .mdc-fab--mini.mat-accent svg g,
.dark-theme .mdc-fab--mini.mat-accent svg polygon,
.dark-theme .mdc-fab--mini.mat-accent svg path, .light-theme .mat-raised-button.mat-accent svg g,
.light-theme .mat-raised-button.mat-accent svg polygon,
.light-theme .mat-raised-button.mat-accent svg path,
.light-theme .mat-mdc-unelevated-button.mat-accent svg g,
.light-theme .mat-mdc-unelevated-button.mat-accent svg polygon,
.light-theme .mat-mdc-unelevated-button.mat-accent svg path,
.light-theme .mdc-fab.mat-accent svg g,
.light-theme .mdc-fab.mat-accent svg polygon,
.light-theme .mdc-fab.mat-accent svg path,
.light-theme .mdc-fab--mini.mat-accent svg g,
.light-theme .mdc-fab--mini.mat-accent svg polygon,
.light-theme .mdc-fab--mini.mat-accent svg path {
  fill: white;
}
.dark-theme .mat-raised-button.mat-accent:hover,
.dark-theme .mat-mdc-unelevated-button.mat-accent:hover,
.dark-theme .mdc-fab.mat-accent:hover,
.dark-theme .mdc-fab--mini.mat-accent:hover, .light-theme .mat-raised-button.mat-accent:hover,
.light-theme .mat-mdc-unelevated-button.mat-accent:hover,
.light-theme .mdc-fab.mat-accent:hover,
.light-theme .mdc-fab--mini.mat-accent:hover {
  background-color: #ff5145;
}
.dark-theme .mat-raised-button.mat-warn svg g,
.dark-theme .mat-raised-button.mat-warn svg polygon,
.dark-theme .mat-raised-button.mat-warn svg path,
.dark-theme .mat-mdc-unelevated-button.mat-warn svg g,
.dark-theme .mat-mdc-unelevated-button.mat-warn svg polygon,
.dark-theme .mat-mdc-unelevated-button.mat-warn svg path,
.dark-theme .mdc-fab.mat-warn svg g,
.dark-theme .mdc-fab.mat-warn svg polygon,
.dark-theme .mdc-fab.mat-warn svg path,
.dark-theme .mdc-fab--mini.mat-warn svg g,
.dark-theme .mdc-fab--mini.mat-warn svg polygon,
.dark-theme .mdc-fab--mini.mat-warn svg path, .light-theme .mat-raised-button.mat-warn svg g,
.light-theme .mat-raised-button.mat-warn svg polygon,
.light-theme .mat-raised-button.mat-warn svg path,
.light-theme .mat-mdc-unelevated-button.mat-warn svg g,
.light-theme .mat-mdc-unelevated-button.mat-warn svg polygon,
.light-theme .mat-mdc-unelevated-button.mat-warn svg path,
.light-theme .mdc-fab.mat-warn svg g,
.light-theme .mdc-fab.mat-warn svg polygon,
.light-theme .mdc-fab.mat-warn svg path,
.light-theme .mdc-fab--mini.mat-warn svg g,
.light-theme .mdc-fab--mini.mat-warn svg polygon,
.light-theme .mdc-fab--mini.mat-warn svg path {
  fill: white;
}
.dark-theme .mat-raised-button.mat-divider,
.dark-theme .mat-mdc-unelevated-button.mat-divider,
.dark-theme .mdc-fab.mat-divider,
.dark-theme .mdc-fab--mini.mat-divider, .light-theme .mat-raised-button.mat-divider,
.light-theme .mat-mdc-unelevated-button.mat-divider,
.light-theme .mdc-fab.mat-divider,
.light-theme .mdc-fab--mini.mat-divider {
  background-color: #d3d5dc;
}
.dark-theme .mat-raised-button.mat-divider svg g,
.dark-theme .mat-raised-button.mat-divider svg polygon,
.dark-theme .mat-raised-button.mat-divider svg path,
.dark-theme .mat-mdc-unelevated-button.mat-divider svg g,
.dark-theme .mat-mdc-unelevated-button.mat-divider svg polygon,
.dark-theme .mat-mdc-unelevated-button.mat-divider svg path,
.dark-theme .mdc-fab.mat-divider svg g,
.dark-theme .mdc-fab.mat-divider svg polygon,
.dark-theme .mdc-fab.mat-divider svg path,
.dark-theme .mdc-fab--mini.mat-divider svg g,
.dark-theme .mdc-fab--mini.mat-divider svg polygon,
.dark-theme .mdc-fab--mini.mat-divider svg path, .light-theme .mat-raised-button.mat-divider svg g,
.light-theme .mat-raised-button.mat-divider svg polygon,
.light-theme .mat-raised-button.mat-divider svg path,
.light-theme .mat-mdc-unelevated-button.mat-divider svg g,
.light-theme .mat-mdc-unelevated-button.mat-divider svg polygon,
.light-theme .mat-mdc-unelevated-button.mat-divider svg path,
.light-theme .mdc-fab.mat-divider svg g,
.light-theme .mdc-fab.mat-divider svg polygon,
.light-theme .mdc-fab.mat-divider svg path,
.light-theme .mdc-fab--mini.mat-divider svg g,
.light-theme .mdc-fab--mini.mat-divider svg polygon,
.light-theme .mdc-fab--mini.mat-divider svg path {
  fill: white;
}
.dark-theme .mat-raised-button.mat-button-disabled, .dark-theme .mat-raised-button.mat-mdc-button:disabled, .dark-theme .mat-raised-button.mat-mdc-button-disabled,
.dark-theme .mat-mdc-unelevated-button.mat-button-disabled,
.dark-theme .mat-mdc-unelevated-button.mat-mdc-button:disabled,
.dark-theme .mat-mdc-unelevated-button.mat-mdc-button-disabled,
.dark-theme .mdc-fab.mat-button-disabled,
.dark-theme .mdc-fab.mat-mdc-button:disabled,
.dark-theme .mdc-fab.mat-mdc-button-disabled,
.dark-theme .mdc-fab--mini.mat-button-disabled,
.dark-theme .mdc-fab--mini.mat-mdc-button:disabled,
.dark-theme .mdc-fab--mini.mat-mdc-button-disabled, .light-theme .mat-raised-button.mat-button-disabled, .light-theme .mat-raised-button.mat-mdc-button:disabled, .light-theme .mat-raised-button.mat-mdc-button-disabled,
.light-theme .mat-mdc-unelevated-button.mat-button-disabled,
.light-theme .mat-mdc-unelevated-button.mat-mdc-button:disabled,
.light-theme .mat-mdc-unelevated-button.mat-mdc-button-disabled,
.light-theme .mdc-fab.mat-button-disabled,
.light-theme .mdc-fab.mat-mdc-button:disabled,
.light-theme .mdc-fab.mat-mdc-button-disabled,
.light-theme .mdc-fab--mini.mat-button-disabled,
.light-theme .mdc-fab--mini.mat-mdc-button:disabled,
.light-theme .mdc-fab--mini.mat-mdc-button-disabled {
  pointer-events: auto;
  background-color: #dbdce0;
}
.dark-theme .mat-raised-button.mat-button-disabled:hover, .dark-theme .mat-raised-button.mat-mdc-button:disabled:hover, .dark-theme .mat-raised-button.mat-mdc-button-disabled:hover,
.dark-theme .mat-mdc-unelevated-button.mat-button-disabled:hover,
.dark-theme .mat-mdc-unelevated-button.mat-mdc-button:disabled:hover,
.dark-theme .mat-mdc-unelevated-button.mat-mdc-button-disabled:hover,
.dark-theme .mdc-fab.mat-button-disabled:hover,
.dark-theme .mdc-fab.mat-mdc-button:disabled:hover,
.dark-theme .mdc-fab.mat-mdc-button-disabled:hover,
.dark-theme .mdc-fab--mini.mat-button-disabled:hover,
.dark-theme .mdc-fab--mini.mat-mdc-button:disabled:hover,
.dark-theme .mdc-fab--mini.mat-mdc-button-disabled:hover, .light-theme .mat-raised-button.mat-button-disabled:hover, .light-theme .mat-raised-button.mat-mdc-button:disabled:hover, .light-theme .mat-raised-button.mat-mdc-button-disabled:hover,
.light-theme .mat-mdc-unelevated-button.mat-button-disabled:hover,
.light-theme .mat-mdc-unelevated-button.mat-mdc-button:disabled:hover,
.light-theme .mat-mdc-unelevated-button.mat-mdc-button-disabled:hover,
.light-theme .mdc-fab.mat-button-disabled:hover,
.light-theme .mdc-fab.mat-mdc-button:disabled:hover,
.light-theme .mdc-fab.mat-mdc-button-disabled:hover,
.light-theme .mdc-fab--mini.mat-button-disabled:hover,
.light-theme .mdc-fab--mini.mat-mdc-button:disabled:hover,
.light-theme .mdc-fab--mini.mat-mdc-button-disabled:hover {
  background-color: #dbdce0;
}
.dark-theme .mat-mdc-button,
.dark-theme .mat-mdc-button:has(.material-icons, mat-icon, [matButtonIcon]),
.dark-theme .mat-mdc-unelevated-button,
.dark-theme .mat-raised-button,
.dark-theme .mdc-button--outlined, .light-theme .mat-mdc-button,
.light-theme .mat-mdc-button:has(.material-icons, mat-icon, [matButtonIcon]),
.light-theme .mat-mdc-unelevated-button,
.light-theme .mat-raised-button,
.light-theme .mdc-button--outlined {
  padding: 27px 24px;
}
.dark-theme .mat-mdc-button.mat-button-disabled,
.dark-theme .mat-mdc-button:disabled,
.dark-theme .mat-mdc-button.main-dashboard-cta[disabled], .light-theme .mat-mdc-button.mat-button-disabled,
.light-theme .mat-mdc-button:disabled,
.light-theme .mat-mdc-button.main-dashboard-cta[disabled] {
  background-color: #dbdce0;
}
.dark-theme .mat-mdc-button.mat-button-disabled.bf-button,
.dark-theme .mat-mdc-button:disabled.bf-button,
.dark-theme .mat-mdc-button.main-dashboard-cta[disabled].bf-button, .light-theme .mat-mdc-button.mat-button-disabled.bf-button,
.light-theme .mat-mdc-button:disabled.bf-button,
.light-theme .mat-mdc-button.main-dashboard-cta[disabled].bf-button {
  background-color: #FFFFFF;
}
.dark-theme header[mat-tab-nav-bar] .mat-mdc-button:disabled, .light-theme header[mat-tab-nav-bar] .mat-mdc-button:disabled {
  background-color: transparent;
}
.dark-theme .mat-mdc-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta),
.dark-theme .mat-mdc-outlined-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta),
.dark-theme .mat-mdc-unelevated-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta), .light-theme .mat-mdc-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta),
.light-theme .mat-mdc-outlined-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta),
.light-theme .mat-mdc-unelevated-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta) {
  color: #454e5d;
  --mdc-outlined-button-label-text-color: var(--text);
  --mdc-filled-button-label-text-color: var(--text);
}
.dark-theme .mat-mdc-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta).bf-button,
.dark-theme .mat-mdc-outlined-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta).bf-button,
.dark-theme .mat-mdc-unelevated-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta).bf-button, .light-theme .mat-mdc-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta).bf-button,
.light-theme .mat-mdc-outlined-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta).bf-button,
.light-theme .mat-mdc-unelevated-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta).bf-button {
  color: #666b81;
  --mdc-outlined-button-label-text-color: var(--foreground-secondary-text);
  --mdc-filled-button-label-text-color: var(--foreground-secondary-text);
}
.dark-theme .mat-simple-snackbar .mat-button, .light-theme .mat-simple-snackbar .mat-button {
  padding: 0 20px;
}
.dark-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled), .light-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled) {
  border-radius: 26px;
  border-color: #d3d5dc;
}
.dark-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-primary, .light-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-primary {
  border-color: #3c64f7;
}
.dark-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-primary:hover, .light-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-primary:hover {
  border-color: #0f31f0;
}
.dark-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-accent, .light-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-accent {
  border-color: #ff6e61;
}
.dark-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-accent:hover, .light-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-accent:hover {
  border-color: #ff5145;
}
.dark-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-warn, .light-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-warn {
  border-color: #ff3f33;
}
.dark-theme .mdc-button--outlined, .light-theme .mdc-button--outlined {
  border-radius: 26px;
  border-width: 1.5px;
}
.dark-theme .mdc-button--outlined:hover .mat-button-focus-overlay, .light-theme .mdc-button--outlined:hover .mat-button-focus-overlay {
  opacity: 0.08;
}
.dark-theme .mat-mdc-unelevated-button, .light-theme .mat-mdc-unelevated-button {
  border-radius: 26px;
}
.dark-theme .mat-fab.active, .light-theme .mat-fab.active {
  background-color: var(--active);
}
.dark-theme auth-widget button[mat-icon-button] img, .light-theme auth-widget button[mat-icon-button] img {
  border: 1px solid #d3d5dc;
}
.dark-theme tunnel-page section article button[mat-mini-fab] .mat-button-wrapper, .light-theme tunnel-page section article button[mat-mini-fab] .mat-button-wrapper {
  padding: 0;
}
.dark-theme button.translucent, .dark-theme a.translucent, .light-theme button.translucent, .light-theme a.translucent {
  background: rgba(60, 100, 247, 0.16);
}
.dark-theme a.mat-mdc-button.main-dashboard-cta,
.dark-theme button.mat-mdc-button.main-dashboard-cta, .light-theme a.mat-mdc-button.main-dashboard-cta,
.light-theme button.mat-mdc-button.main-dashboard-cta {
  background-color: var(--dashboard-cta);
}
.dark-theme .mat-mdc-unelevated-button[disabled][disabled], .light-theme .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-label-text-color: #FFF;
  --mdc-filled-button-disabled-container-color: var(--background-disabled-button);
}
.dark-theme .mat-mdc-button.secondary-dashboard-cta, .light-theme .mat-mdc-button.secondary-dashboard-cta {
  padding: 0;
}
.dark-theme .mat-mdc-button:not(:disabled).secondary-dashboard-cta:hover, .light-theme .mat-mdc-button:not(:disabled).secondary-dashboard-cta:hover {
  color: var(--primary);
}
.dark-theme .mat-mdc-button:not(:disabled).secondary-dashboard-cta:hover mat-icon, .light-theme .mat-mdc-button:not(:disabled).secondary-dashboard-cta:hover mat-icon {
  color: var(--primary);
}
.dark-theme .mat-mdc-button:not(:disabled).secondary-dashboard-cta:hover .mat-mdc-button-persistent-ripple::before, .light-theme .mat-mdc-button:not(:disabled).secondary-dashboard-cta:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0;
}
.dark-theme .mat-mdc-button:disabled.secondary-dashboard-cta, .light-theme .mat-mdc-button:disabled.secondary-dashboard-cta {
  background-color: transparent;
}
.dark-theme .mat-mdc-button:disabled.secondary-dashboard-cta:hover .mat-mdc-button-persistent-ripple::before, .light-theme .mat-mdc-button:disabled.secondary-dashboard-cta:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0;
}
.dark-theme .mat-mdc-card, .light-theme .mat-mdc-card {
  background-color: white;
  border: 1px solid #d3d5dc;
  padding: 24px 16px;
}
.dark-theme .mat-mdc-card:not([class*=mat-elevation-z]), .light-theme .mat-mdc-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.dark-theme .mat-mdc-card .mat-mdc-card-image:first-child, .light-theme .mat-mdc-card .mat-mdc-card-image:first-child {
  margin-top: -24px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.dark-theme .mat-mdc-card .mat-mdc-card-title, .light-theme .mat-mdc-card .mat-mdc-card-title {
  font-size: 20px;
  color: #666b81;
  font-weight: bold;
}
.dark-theme .mat-mdc-card .mat-mdc-card-subtitle.mat-caption, .light-theme .mat-mdc-card .mat-mdc-card-subtitle.mat-caption {
  font-size: 13px;
}
.dark-theme .mat-mdc-card .mat-mdc-card-header-text, .light-theme .mat-mdc-card .mat-mdc-card-header-text {
  margin: 0;
}
.dark-theme .mat-mdc-card .mat-mdc-card-content, .light-theme .mat-mdc-card .mat-mdc-card-content {
  padding: 0;
}
.dark-theme .mat-mdc-nav-list, .dark-theme .mat-mdc-list, .dark-theme .mat-mdc-selection-list, .light-theme .mat-mdc-nav-list, .light-theme .mat-mdc-list, .light-theme .mat-mdc-selection-list {
  border-radius: 10px;
}
.dark-theme .mat-mdc-list-base, .light-theme .mat-mdc-list-base {
  padding-top: 0;
  background-color: white;
  border: 1px solid #d3d5dc;
  padding-bottom: 0;
  --mdc-list-list-item-focus-state-layer-color: transparent;
}
.dark-theme .mat-mdc-tab-link.mdc-tab, .light-theme .mat-mdc-tab-link.mdc-tab {
  padding: 0;
  height: 60px;
}
.dark-theme .mat-mdc-nav-list a.active, .light-theme .mat-mdc-nav-list a.active {
  color: #3c64f7;
  background-color: rgba(60, 100, 247, 0.05);
}
.dark-theme .mat-mdc-nav-list a.active .mat-mdc-list-icon path, .dark-theme .mat-mdc-nav-list a.active .mat-mdc-list-icon g, .dark-theme .mat-mdc-nav-list a.active .mat-mdc-list-icon polygon, .light-theme .mat-mdc-nav-list a.active .mat-mdc-list-icon path, .light-theme .mat-mdc-nav-list a.active .mat-mdc-list-icon g, .light-theme .mat-mdc-nav-list a.active .mat-mdc-list-icon polygon {
  fill: #3c64f7;
}
.dark-theme .mat-mdc-list-base a.mat-mdc-list-item.active:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content, .light-theme .mat-mdc-list-base a.mat-mdc-list-item.active:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content {
  color: #3c64f7;
}
.dark-theme .mat-mdc-list-base a.mat-mdc-list-item.active:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content mat-icon, .light-theme .mat-mdc-list-base a.mat-mdc-list-item.active:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content mat-icon {
  color: #3c64f7;
}
.dark-theme .mat-mdc-sidenav .mat-mdc-nav-list, .dark-theme .mat-mdc-list-base, .light-theme .mat-mdc-sidenav .mat-mdc-nav-list, .light-theme .mat-mdc-list-base {
  border: none;
  background: transparent;
}
.dark-theme nav[mat-tab-nav-bar] a[mat-tab-link],
.dark-theme nav[mat-tab-nav-bar] button[mat-tab-link],
.dark-theme .mat-mdc-tab-label, .light-theme nav[mat-tab-nav-bar] a[mat-tab-link],
.light-theme nav[mat-tab-nav-bar] button[mat-tab-link],
.light-theme .mat-mdc-tab-label {
  opacity: 1;
  min-width: 10px;
}
.dark-theme nav[mat-tab-nav-bar] a[mat-tab-link].mat-mdc-tab-label-active,
.dark-theme nav[mat-tab-nav-bar] button[mat-tab-link].mat-mdc-tab-label-active,
.dark-theme .mat-mdc-tab-label.mat-mdc-tab-label-active, .light-theme nav[mat-tab-nav-bar] a[mat-tab-link].mat-mdc-tab-label-active,
.light-theme nav[mat-tab-nav-bar] button[mat-tab-link].mat-mdc-tab-label-active,
.light-theme .mat-mdc-tab-label.mat-mdc-tab-label-active {
  color: #3c64f7;
}
.dark-theme nav[mat-stretch-tabs=false] a[mat-tab-link],
.dark-theme nav[mat-stretch-tabs=false] button[mat-tab-link],
.dark-theme .mat-mdc-tab-nav-bar[mat-stretch-tabs=false] button[mat-tab-link],
.dark-theme .mat-mdc-tab-nav-bar[mat-stretch-tabs=false] a[mat-tab-link], .light-theme nav[mat-stretch-tabs=false] a[mat-tab-link],
.light-theme nav[mat-stretch-tabs=false] button[mat-tab-link],
.light-theme .mat-mdc-tab-nav-bar[mat-stretch-tabs=false] button[mat-tab-link],
.light-theme .mat-mdc-tab-nav-bar[mat-stretch-tabs=false] a[mat-tab-link] {
  padding: 0 16px;
}
.dark-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines), .light-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) {
  height: 56px;
}
.dark-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content,
.dark-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value, .light-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content,
.light-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value {
  color: #454e5d;
}
.dark-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content mat-icon,
.dark-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value mat-icon, .light-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content mat-icon,
.light-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value mat-icon {
  margin-left: 8px;
  margin-bottom: -6px;
  margin-right: 16px;
}
.dark-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content button.mdc-fab--mini mat-icon,
.dark-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value button.mdc-fab--mini mat-icon, .light-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content button.mdc-fab--mini mat-icon,
.light-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value button.mdc-fab--mini mat-icon {
  margin: 0;
}
.dark-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content mat-icon.mat-badge-overlap,
.dark-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value mat-icon.mat-badge-overlap, .light-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content mat-icon.mat-badge-overlap,
.light-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value mat-icon.mat-badge-overlap {
  vertical-align: middle;
  margin-bottom: -9px;
}
.dark-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value, .light-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value {
  width: 90%;
}
.dark-theme .mat-mdc-optgroup .mdc-list-item__primary-text, .light-theme .mat-mdc-optgroup .mdc-list-item__primary-text {
  width: 100%;
}
.dark-theme .mat-mdc-optgroup .group label, .light-theme .mat-mdc-optgroup .group label {
  font-weight: bold;
}
.dark-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-avatar, .light-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-avatar {
  margin-top: 8px;
}
.dark-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-line, .light-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-line {
  margin: 0;
}
.dark-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-meta.mat-mdc-icon-button, .light-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-meta.mat-mdc-icon-button {
  margin-top: 6px;
}
.dark-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-meta *, .light-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-meta * {
  align-items: center;
}
.dark-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-meta::before, .light-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-meta::before {
  height: 12px;
}
.dark-theme .cdk-overlay-pane:has(.mat-mdc-select-panel), .light-theme .cdk-overlay-pane:has(.mat-mdc-select-panel) {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.dark-theme .mdc-list-item--with-leading-checkbox .mdc-list-item__start, .light-theme .mdc-list-item--with-leading-checkbox .mdc-list-item__start {
  margin-right: 4px;
}
.dark-theme .mdc-list-item:hover::before, .light-theme .mdc-list-item:hover::before {
  --mdc-list-list-item-hover-state-layer-color: var(--primary-lighter);
  --mdc-list-list-item-hover-state-layer-opacity: 0.2;
}
.dark-theme .mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled), .light-theme .mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) {
  --mat-mdc-snack-bar-button-color: var(--foreground-divider);
}
.dark-theme .mat-mdc-slider .mdc-slider__value-indicator, .light-theme .mat-mdc-slider .mdc-slider__value-indicator {
  background-color: #3c64f7;
}
.dark-theme .mat-mdc-slider .mdc-slider__value-indicator .mdc-slider__value-indicator-text, .light-theme .mat-mdc-slider .mdc-slider__value-indicator .mdc-slider__value-indicator-text {
  font-size: 11px;
}
.dark-theme .mat-mdc-slider .mdc-slider__value-indicator::before, .light-theme .mat-mdc-slider .mdc-slider__value-indicator::before {
  border-top-color: #3c64f7;
  --mdc-slider-label-container-color: var(--slider-thumb);
}
.dark-theme .mat-mdc-slider .mdc-slider__track--inactive, .light-theme .mat-mdc-slider .mdc-slider__track--inactive {
  background-color: #d3d5dc;
}
.dark-theme .mat-mdc-slider.bf-inverted-slider .mdc-slider__track--active, .light-theme .mat-mdc-slider.bf-inverted-slider .mdc-slider__track--active {
  background: var(--mdc-slider-active-track-color);
}
.dark-theme .mat-mdc-slider.bf-inverted-slider .mdc-slider__track--active .mdc-slider__track--active_fill, .light-theme .mat-mdc-slider.bf-inverted-slider .mdc-slider__track--active .mdc-slider__track--active_fill {
  border-color: #d3d5dc;
}
.dark-theme chips-autocomplete mat-chip-option.mat-mdc-standard-chip,
.dark-theme chips-autocomplete mat-chip.mat-mdc-standard-chip, .light-theme chips-autocomplete mat-chip-option.mat-mdc-standard-chip,
.light-theme chips-autocomplete mat-chip.mat-mdc-standard-chip {
  margin: -2px 4px;
}
.dark-theme mat-chip-option.mat-mdc-standard-chip,
.dark-theme mat-chip.mat-mdc-standard-chip, .light-theme mat-chip-option.mat-mdc-standard-chip,
.light-theme mat-chip.mat-mdc-standard-chip {
  color: #454e5d;
}
.dark-theme mat-chip-option.mat-mdc-standard-chip[disableRipple]::after,
.dark-theme mat-chip.mat-mdc-standard-chip[disableRipple]::after, .light-theme mat-chip-option.mat-mdc-standard-chip[disableRipple]::after,
.light-theme mat-chip.mat-mdc-standard-chip[disableRipple]::after {
  opacity: 0;
}
.dark-theme mat-chip-option[selected][disableRipple].mat-primary.movie-chip,
.dark-theme mat-chip[selected][disableRipple].mat-primary.movie-chip, .light-theme mat-chip-option[selected][disableRipple].mat-primary.movie-chip,
.light-theme mat-chip[selected][disableRipple].mat-primary.movie-chip {
  background-color: rgba(0, 0, 0, 0.288);
  color: #FFFFFF;
}
.dark-theme .mat-mdc-standard-chip.warn:not(.mdc-evolution-chip--disabled), .light-theme .mat-mdc-standard-chip.warn:not(.mdc-evolution-chip--disabled) {
  background-color: #ffb7b0;
}
.dark-theme .mat-mdc-standard-chip.warn:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label, .light-theme .mat-mdc-standard-chip.warn:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label {
  color: #FFFFFF;
}
.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.warn, .light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.warn {
  background-color: var(--warn);
}
.dark-theme .mat-mdc-form-field, .light-theme .mat-mdc-form-field {
  margin-top: 0.4em;
}
.dark-theme .mat-mdc-form-field-underline, .light-theme .mat-mdc-form-field-underline {
  position: static;
}
.dark-theme .mat-mdc-form-field[no-underline] .mat-mdc-form-field-underline, .light-theme .mat-mdc-form-field[no-underline] .mat-mdc-form-field-underline {
  display: none;
}
.dark-theme .mat-mdc-form-field.ng-invalid.ng-touched .mat-icon svg path, .light-theme .mat-mdc-form-field.ng-invalid.ng-touched .mat-icon svg path {
  fill: #ff3f33;
}
.dark-theme .mat-mdc-form-field.ng-invalid.ng-touched mat-datepicker-toggle button svg, .light-theme .mat-mdc-form-field.ng-invalid.ng-touched mat-datepicker-toggle button svg {
  margin-bottom: 4px;
}
.dark-theme .mat-mdc-form-field.ng-invalid.ng-touched mat-datepicker-toggle button svg path, .light-theme .mat-mdc-form-field.ng-invalid.ng-touched mat-datepicker-toggle button svg path {
  fill: #ff3f33;
}
.dark-theme .mat-mdc-form-field mat-datepicker-toggle.small button, .light-theme .mat-mdc-form-field mat-datepicker-toggle.small button {
  height: 20px;
  line-height: 20px;
}
.dark-theme .mat-mdc-form-field .mat-icon, .light-theme .mat-mdc-form-field .mat-icon {
  margin-left: 0px;
}
.dark-theme .mat-mdc-form-field mat-icon[matPrefix],
.dark-theme .mat-mdc-form-field .mat-mdc-form-field-icon-suffix, .light-theme .mat-mdc-form-field mat-icon[matPrefix],
.light-theme .mat-mdc-form-field .mat-mdc-form-field-icon-suffix {
  margin-left: 10px;
  margin-right: 10px;
}
.dark-theme .mat-mdc-form-field .mdc-text-field,
.dark-theme .mat-mdc-form-field .mdc-text-field:hover,
.dark-theme .mat-mdc-form-field .mat-mdc-form-field-focus-overlay, .light-theme .mat-mdc-form-field .mdc-text-field,
.light-theme .mat-mdc-form-field .mdc-text-field:hover,
.light-theme .mat-mdc-form-field .mat-mdc-form-field-focus-overlay {
  background-color: transparent;
}
.dark-theme .mat-mdc-form-field .mdc-text-field .mdc-line-ripple::before,
.dark-theme .mat-mdc-form-field .mdc-text-field:hover .mdc-line-ripple::before,
.dark-theme .mat-mdc-form-field .mat-mdc-form-field-focus-overlay .mdc-line-ripple::before, .light-theme .mat-mdc-form-field .mdc-text-field .mdc-line-ripple::before,
.light-theme .mat-mdc-form-field .mdc-text-field:hover .mdc-line-ripple::before,
.light-theme .mat-mdc-form-field .mat-mdc-form-field-focus-overlay .mdc-line-ripple::before {
  border-bottom-color: #d3d5dc;
}
.dark-theme .mat-mdc-form-field .mat-mdc-form-field-hint, .light-theme .mat-mdc-form-field .mat-mdc-form-field-hint {
  color: rgba(102, 107, 129, 0.6);
}
.dark-theme .mat-mdc-form-field .mdc-notched-outline--notched .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after, .light-theme .mat-mdc-form-field .mdc-notched-outline--notched .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after {
  color: var(--warn);
}
.dark-theme .mat-mdc-form-field input[noscroll=""]::-webkit-outer-spin-button,
.dark-theme .mat-mdc-form-field input[noscroll=""]::-webkit-inner-spin-button, .light-theme .mat-mdc-form-field input[noscroll=""]::-webkit-outer-spin-button,
.light-theme .mat-mdc-form-field input[noscroll=""]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dark-theme .mat-mdc-form-field input[noscroll=""], .light-theme .mat-mdc-form-field input[noscroll=""] {
  -moz-appearance: textfield;
}
.dark-theme .mat-error, .light-theme .mat-error {
  color: var(--mat-form-field-error-text-color);
}
.dark-theme .bf-input-date div.mdc-text-field, .light-theme .bf-input-date div.mdc-text-field {
  width: 190px;
}
.dark-theme .mat-form-field-appearance-outline, .light-theme .mat-form-field-appearance-outline {
  /* Change the border hover color */
}
.dark-theme .mat-form-field-appearance-outline .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.dark-theme .mat-form-field-appearance-outline .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.dark-theme .mat-form-field-appearance-outline .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing, .light-theme .mat-form-field-appearance-outline .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.light-theme .mat-form-field-appearance-outline .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.light-theme .mat-form-field-appearance-outline .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--primary);
}
.dark-theme .mat-form-field-appearance-outline .mdc-text-field--outlined, .light-theme .mat-form-field-appearance-outline .mdc-text-field--outlined {
  color: #d3d5dc;
}
.dark-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick, .light-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: #3c64f7;
}
.dark-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start,
.dark-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.dark-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap, .light-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start,
.light-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.light-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
}
.dark-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline, .light-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: #d3d5dc;
}
.dark-theme .mat-form-field-appearance-outline.bf-input-small, .light-theme .mat-form-field-appearance-outline.bf-input-small {
  margin: 0px;
}
.dark-theme .mat-form-field-appearance-outline.bf-input-small .mat-mdc-form-field-subscript-wrapper, .light-theme .mat-form-field-appearance-outline.bf-input-small .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.dark-theme .mdc-menu-surface.mat-mdc-select-panel, .light-theme .mdc-menu-surface.mat-mdc-select-panel {
  padding: 0px;
}
.dark-theme scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above),
.dark-theme group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above), .light-theme scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above),
.light-theme group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) {
  --mat-mdc-form-field-label-offset-x: -88px;
}
.dark-theme scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label,
.dark-theme group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label, .light-theme scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label,
.light-theme group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label {
  margin-left: 58px;
}
.dark-theme .cdk-overlay-pane scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above),
.dark-theme .cdk-overlay-pane group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above), .light-theme .cdk-overlay-pane scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above),
.light-theme .cdk-overlay-pane group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) {
  --mat-mdc-form-field-label-offset-x: 0px;
  transform: var(--mat-mdc-form-field-label-transform, translateY(-50%) translateX(0%)) !important;
}
.dark-theme .cdk-overlay-pane scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label,
.dark-theme .cdk-overlay-pane group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label, .light-theme .cdk-overlay-pane scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label,
.light-theme .cdk-overlay-pane group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label {
  margin-left: 42px;
}
.dark-theme .mat-mdc-slide-toggle, .light-theme .mat-mdc-slide-toggle {
  --mdc-switch-selected-handle-color: var(--primary);
  --mdc-switch-selected-pressed-handle-color: var(--primary);
  --mdc-switch-selected-pressed-state-layer-color: var(--primary);
  --mdc-switch-selected-hover-state-layer-color: var(--primary);
  --mdc-switch-selected-hover-handle-color: var(--primary);
  --mdc-switch-selected-focus-state-layer-color: var(--primary);
  --mdc-switch-selected-focus-handle-color: var(--primary);
}
.dark-theme .mat-mdc-radio-button .mdc-radio, .light-theme .mat-mdc-radio-button .mdc-radio {
  --mdc-radio-state-layer-size: 30px ;
}
.dark-theme .dark-contrast-theme .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background, .light-theme .dark-contrast-theme .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  --mdc-checkbox-unselected-icon-color: #FFF;
}
.dark-theme .mat-mdc-form-field-subscript-wrapper, .light-theme .mat-mdc-form-field-subscript-wrapper {
  margin-bottom: 0.6666666667em;
}
.dark-theme .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch, .light-theme .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
}
.dark-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field, .light-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field {
  background-color: var(--dashboard-cta);
  border-radius: 0px;
}
.dark-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-icon,
.dark-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-mdc-select-arrow,
.dark-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-mdc-select, .light-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-icon,
.light-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-mdc-select-arrow,
.light-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-mdc-select {
  color: var(--primary);
}
.dark-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-mdc-select-value-text, .light-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-mdc-select-value-text {
  font-weight: bold;
}
.dark-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-line-ripple::before, .light-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-line-ripple::before {
  border: none;
}
.dark-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__leading,
.dark-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__notch,
.dark-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__trailing, .light-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__leading,
.light-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__notch,
.light-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__trailing {
  border: none;
}
.dark-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__leading .mat-mdc-form-field-required-marker,
.dark-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__notch .mat-mdc-form-field-required-marker,
.dark-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__trailing .mat-mdc-form-field-required-marker, .light-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__leading .mat-mdc-form-field-required-marker,
.light-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__notch .mat-mdc-form-field-required-marker,
.light-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__trailing .mat-mdc-form-field-required-marker {
  display: none;
}
.dark-theme .mat-tab-label:hover .mat-icon path, .dark-theme .mat-tab-label:hover .mat-icon g, .dark-theme .mat-tab-label:hover .mat-icon polygon, .light-theme .mat-tab-label:hover .mat-icon path, .light-theme .mat-tab-label:hover .mat-icon g, .light-theme .mat-tab-label:hover .mat-icon polygon {
  fill: #080b0f;
}
.dark-theme *:not(.mat-mdc-tab-group-inverted-header) > .mat-mdc-tab-header, .light-theme *:not(.mat-mdc-tab-group-inverted-header) > .mat-mdc-tab-header {
  border-bottom: 1px solid #d3d5dc;
}
.dark-theme .mat-mdc-tab-group-inverted-header > .mat-mdc-tab-header, .light-theme .mat-mdc-tab-group-inverted-header > .mat-mdc-tab-header {
  border-top: 1px solid #d3d5dc;
}
.dark-theme .mat-mdc-tab-links .mat-mdc-tab-disabled .mdc-tab__text-label, .light-theme .mat-mdc-tab-links .mat-mdc-tab-disabled .mdc-tab__text-label {
  color: #d3d5dc;
}
.dark-theme .bf-tabs .mat-mdc-tab-header, .light-theme .bf-tabs .mat-mdc-tab-header {
  border-bottom: none;
  padding: 24px;
  justify-content: center;
  --mdc-secondary-navigation-tab-container-height: 66px;
}
.dark-theme .bf-tabs .mat-mdc-tab-header .mat-mdc-tab-label-container, .light-theme .bf-tabs .mat-mdc-tab-header .mat-mdc-tab-label-container {
  flex-grow: 0;
  padding: 1px;
}
.dark-theme .bf-tabs .mdc-tab--active, .light-theme .bf-tabs .mdc-tab--active {
  --mat-tab-header-active-hover-label-text-color: #ffffff;
  --mat-tab-header-active-focus-label-text-color: #ffffff;
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.dark-theme .bf-tabs .mdc-tab--active .mdc-tab__text-label, .light-theme .bf-tabs .mdc-tab--active .mdc-tab__text-label {
  color: #ffffff;
}
.dark-theme .bf-tabs .mat-mdc-tab:not(.mdc-tab--active), .light-theme .bf-tabs .mat-mdc-tab:not(.mdc-tab--active) {
  color: #ffffff;
  border: 1px solid var(--primary);
}
.dark-theme .bf-tabs .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label, .light-theme .bf-tabs .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label {
  color: var(--primary);
}
.dark-theme .mat-toolbar, .light-theme .mat-toolbar {
  height: 80px;
  box-shadow: none;
  border-bottom: 1px solid #d3d5dc;
  background-color: white;
}
.dark-theme .mat-button-toggle, .light-theme .mat-button-toggle {
  color: #3c64f7;
}
.dark-theme .mat-button-toggle-appearance-standard, .light-theme .mat-button-toggle-appearance-standard {
  background-color: transparent;
}
.dark-theme .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle, .light-theme .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #3c64f7;
}
.dark-theme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle, .light-theme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #3c64f7;
}
.dark-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.dark-theme .mat-button-toggle-group-appearance-standard, .light-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.light-theme .mat-button-toggle-group-appearance-standard {
  border: solid 1px #3c64f7;
}
.dark-theme .mat-button-toggle-checked.mat-button-toggle-appearance-standard, .light-theme .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  background-color: #0f31f0;
  color: white;
}
.dark-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard .mat-pseudo-checkbox,
.dark-theme .mat-button-toggle-group-appearance-standard .mat-pseudo-checkbox, .light-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard .mat-pseudo-checkbox,
.light-theme .mat-button-toggle-group-appearance-standard .mat-pseudo-checkbox {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--primary-contrast);
}
.dark-theme .bf-toggle-button-group .mat-button-toggle-disabled, .light-theme .bf-toggle-button-group .mat-button-toggle-disabled {
  color: var(--foreground-divider);
}
.dark-theme mat-sidenav, .light-theme mat-sidenav {
  width: 260px;
}
.dark-theme .mat-drawer-inner-container, .light-theme .mat-drawer-inner-container {
  display: flex;
  flex-direction: column;
}
.dark-theme mat-sidenav-content[tunnelSpecificities], .light-theme mat-sidenav-content[tunnelSpecificities] {
  background-color: white;
}
.dark-theme mat-stepper.mat-stepper-horizontal, .light-theme mat-stepper.mat-stepper-horizontal {
  background-color: transparent;
}
.dark-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container, .light-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container {
  margin: 0 64px;
  gap: 10px;
}
.dark-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header, .light-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header {
  font-size: 16px;
  height: unset;
  padding: 14px 24px;
  border-radius: 2px;
  background-color: rgba(219, 220, 224, 0.4);
}
.dark-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header:hover, .dark-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header[aria-selected=true], .light-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header:hover, .light-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header[aria-selected=true] {
  background-color: rgba(60, 100, 247, 0.2);
}
.dark-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header:hover .mat-step-icon, .dark-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header[aria-selected=true] .mat-step-icon, .light-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header:hover .mat-step-icon, .light-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header[aria-selected=true] .mat-step-icon {
  color: #3c64f7;
  border: solid 2.5px #3c64f7;
}
.dark-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header:hover .mat-step-label, .dark-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header[aria-selected=true] .mat-step-label, .light-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header:hover .mat-step-label, .light-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header[aria-selected=true] .mat-step-label {
  color: #3c64f7;
}
.dark-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header .mat-step-icon, .light-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header .mat-step-icon {
  background-color: transparent;
  border: solid 2.5px #454e5d;
  color: #454e5d;
  font-weight: 600;
}
.dark-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header .mat-step-label, .light-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header .mat-step-label {
  font-weight: 600;
}
.dark-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-stepper-horizontal-line, .light-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-stepper-horizontal-line {
  margin: 0;
}
.dark-theme mat-icon,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start, .light-theme mat-icon,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start {
  color: #454e5d;
}
.dark-theme mat-icon path, .dark-theme mat-icon g, .dark-theme mat-icon polygon,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start path,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start g,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start polygon, .light-theme mat-icon path, .light-theme mat-icon g, .light-theme mat-icon polygon,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start path,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start g,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start polygon {
  fill: currentColor;
}
.dark-theme mat-icon.mat-primary,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary, .light-theme mat-icon.mat-primary,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary {
  color: #3c64f7;
}
.dark-theme mat-icon.mat-primary path, .dark-theme mat-icon.mat-primary g, .dark-theme mat-icon.mat-primary polygon,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary path,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary g,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary polygon, .light-theme mat-icon.mat-primary path, .light-theme mat-icon.mat-primary g, .light-theme mat-icon.mat-primary polygon,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary path,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary g,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary polygon {
  fill: #3c64f7;
}
.dark-theme mat-icon.mat-accent,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent, .light-theme mat-icon.mat-accent,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent {
  color: #ff6e61;
}
.dark-theme mat-icon.mat-accent path, .dark-theme mat-icon.mat-accent g, .dark-theme mat-icon.mat-accent polygon,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent path,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent g,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent polygon, .light-theme mat-icon.mat-accent path, .light-theme mat-icon.mat-accent g, .light-theme mat-icon.mat-accent polygon,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent path,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent g,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent polygon {
  fill: #ff6e61;
}
.dark-theme mat-icon.mat-warn,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn, .light-theme mat-icon.mat-warn,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn {
  color: #ff3f33;
}
.dark-theme mat-icon.mat-warn path, .dark-theme mat-icon.mat-warn g, .dark-theme mat-icon.mat-warn polygon,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn path,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn g,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn polygon, .light-theme mat-icon.mat-warn path, .light-theme mat-icon.mat-warn g, .light-theme mat-icon.mat-warn polygon,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn path,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn g,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn polygon {
  fill: #ff3f33;
}
.dark-theme mat-icon[color=disabled],
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled], .light-theme mat-icon[color=disabled],
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled] {
  color: #dbdce0;
}
.dark-theme mat-icon[color=disabled] path, .dark-theme mat-icon[color=disabled] g, .dark-theme mat-icon[color=disabled] polygon,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled] path,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled] g,
.dark-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled] polygon, .light-theme mat-icon[color=disabled] path, .light-theme mat-icon[color=disabled] g, .light-theme mat-icon[color=disabled] polygon,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled] path,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled] g,
.light-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled] polygon {
  fill: #dbdce0;
}
.dark-theme .fullscreen mat-icon path, .light-theme .fullscreen mat-icon path {
  fill: #fff;
}
.dark-theme .mat-mdc-dialog-container, .light-theme .mat-mdc-dialog-container {
  position: relative;
  border-radius: 8px;
}
.dark-theme .mat-mdc-dialog-container .mat-mdc-dialog-surface, .light-theme .mat-mdc-dialog-container .mat-mdc-dialog-surface {
  padding: 24px;
}
.dark-theme .mat-mdc-dialog-container .mat-dialog-content, .light-theme .mat-mdc-dialog-container .mat-dialog-content {
  overflow: auto;
  margin: 0 -24px;
  padding: 0 24px;
}
.dark-theme .mat-mdc-dialog-container .mat-mdc-dialog-close, .light-theme .mat-mdc-dialog-container .mat-mdc-dialog-close {
  position: absolute;
  top: 0;
  right: 0;
}
.dark-theme .mat-datepicker-content .mat-calendar, .light-theme .mat-datepicker-content .mat-calendar {
  min-height: 380px;
}
.dark-theme .mat-table, .light-theme .mat-table {
  border-radius: 4px;
}
.dark-theme .mat-table tr.bf-hoverable:hover *, .light-theme .mat-table tr.bf-hoverable:hover * {
  color: var(--primary);
}
.dark-theme .mat-table tr.even-row, .light-theme .mat-table tr.even-row {
  background-color: var(--table-even-row);
}
.dark-theme .mat-table tr.even-row td.mat-cell.sticky:last-of-type, .light-theme .mat-table tr.even-row td.mat-cell.sticky:last-of-type {
  background: var(--table-even-row);
}
.dark-theme .mat-table tr.odd-row, .light-theme .mat-table tr.odd-row {
  background-color: var(--table-odd-row);
}
.dark-theme .mat-table tr.odd-row td.mat-cell.sticky:last-of-type, .light-theme .mat-table tr.odd-row td.mat-cell.sticky:last-of-type {
  background: var(--table-odd-row);
}
.dark-theme .mat-table td.mat-cell.sticky:last-of-type, .light-theme .mat-table td.mat-cell.sticky:last-of-type {
  background: var(--background-card);
}
.dark-theme .mat-table thead, .light-theme .mat-table thead {
  background-color: white;
}
.dark-theme .mat-table thead.bf-table-header, .light-theme .mat-table thead.bf-table-header {
  background-color: #334BD2;
  color: #FFFFFF;
}
.dark-theme .mat-table thead.bf-table-header .mat-header-cell, .light-theme .mat-table thead.bf-table-header .mat-header-cell {
  font-weight: bold;
}
.dark-theme .mat-table thead.bf-table-header .sortable .sort mat-icon, .light-theme .mat-table thead.bf-table-header .sortable .sort mat-icon {
  color: #FFFFFF;
}
.dark-theme .mat-table .mat-cell, .dark-theme .mat-table .mat-header-cell, .light-theme .mat-table .mat-cell, .light-theme .mat-table .mat-header-cell {
  padding: 0 16px;
  border-bottom: solid 1px #d3d5dc;
}
.dark-theme .mat-table td.mat-cell, .light-theme .mat-table td.mat-cell {
  font-size: 16px;
}
.dark-theme .mat-table td.mat-cell:first-of-type, .light-theme .mat-table td.mat-cell:first-of-type {
  border-left: solid 1px #d3d5dc;
}
.dark-theme .mat-table td.mat-cell:last-of-type, .light-theme .mat-table td.mat-cell:last-of-type {
  border-right: solid 1px #d3d5dc;
}
.dark-theme .mat-table .mat-header-cell, .light-theme .mat-table .mat-header-cell {
  border-top: solid 1px #d3d5dc;
}
.dark-theme .mat-table .mat-header-cell:first-of-type, .light-theme .mat-table .mat-header-cell:first-of-type {
  border-radius: 4px 0 0 0;
  border-left: solid 1px #d3d5dc;
}
.dark-theme .mat-table .mat-header-cell:last-of-type, .light-theme .mat-table .mat-header-cell:last-of-type {
  border-right: solid 1px #d3d5dc;
  border-radius: 0 4px 0 0;
}
.dark-theme .mat-table + .mat-paginator, .light-theme .mat-table + .mat-paginator {
  border: solid 1px #d3d5dc;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.dark-theme .cdk-overlay-container .mat-mdc-tooltip, .light-theme .cdk-overlay-container .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: var(--background-tooltip);
  --mdc-plain-tooltip-supporting-text-color: var(--primary-contrast);
  --mdc-plain-tooltip-supporting-text-size: 10px;
}
.dark-theme button.mdc-icon-button .mat-mdc-focus-indicator, .dark-theme button.mdc-icon-button .mat-mdc-button-touch-target,
.dark-theme a.mdc-icon-button .mat-mdc-focus-indicator,
.dark-theme a.mdc-icon-button .mat-mdc-button-touch-target, .light-theme button.mdc-icon-button .mat-mdc-focus-indicator, .light-theme button.mdc-icon-button .mat-mdc-button-touch-target,
.light-theme a.mdc-icon-button .mat-mdc-focus-indicator,
.light-theme a.mdc-icon-button .mat-mdc-button-touch-target {
  display: none;
}
.dark-theme .mat-mdc-tab .mdc-tab__text-label .mat-mdc-tooltip-trigger, .light-theme .mat-mdc-tab .mdc-tab__text-label .mat-mdc-tooltip-trigger {
  pointer-events: auto;
  cursor: pointer;
}
.dark-theme .bf-checkbox, .light-theme .bf-checkbox {
  width: 100%;
}
.dark-theme .bf-checkbox .mdc-form-field,
.dark-theme .bf-checkbox .mdc-form-field label, .light-theme .bf-checkbox .mdc-form-field,
.light-theme .bf-checkbox .mdc-form-field label {
  width: 100%;
}
.dark-theme .bf-checkbox.mdc-checkbox--disabled, .light-theme .bf-checkbox.mdc-checkbox--disabled {
  pointer-events: auto;
}
.dark-theme .bf-menu, .light-theme .bf-menu {
  max-width: 100%;
}
.dark-theme .bf-menu .mat-menu-content:not(:empty), .light-theme .bf-menu .mat-menu-content:not(:empty) {
  padding-bottom: 0px;
}
.dark-theme .cdk-overlay-pane .mat-mdc-menu-panel, .light-theme .cdk-overlay-pane .mat-mdc-menu-panel {
  max-width: none;
}
.dark-theme .cdk-overlay-pane .mat-mdc-menu-content, .light-theme .cdk-overlay-pane .mat-mdc-menu-content {
  padding: 0px;
}
.dark-theme .dark-contrast-theme, .light-theme .dark-contrast-theme {
  --mdc-switch-selected-track-color: var(--primary-lighter);
  --mdc-switch-selected-hover-track-color: var(--primary-lighter);
  --mdc-switch-selected-pressed-track-color: var(--primary-lighter);
  --mdc-switch-selected-focus-track-color: var(--primary-lighter);
  --mat-form-field-subscript-text-line-height: 1.125;
  --mdc-filled-text-field-label-text-tracking: 0.5px;
  --mdc-outlined-text-field-label-text-tracking: 0.5px;
  --mat-menu-item-label-text-tracking: 0.5px;
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #3c64f7;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #ff6e61;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: white;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff6e61;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafbff;
  --mat-app-text-color: white;
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #3c64f7;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #ff6e61;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: white;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff6e61;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafbff;
  --mat-app-text-color: white;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(1, 1, 1, 0.2), 0px 1px 1px 0px rgba(1, 1, 1, 0.14), 0px 1px 3px 0px rgba(1, 1, 1, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(1, 1, 1, 0.2), 0px 0px 0px 0px rgba(1, 1, 1, 0.14), 0px 0px 0px 0px rgba(1, 1, 1, 0.12);
  --mat-card-subtitle-text-color: white;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: white;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #3c64f7;
  --mdc-filled-text-field-focus-active-indicator-color: #3c64f7;
  --mdc-filled-text-field-focus-label-text-color: rgba(60, 100, 247, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ff3f33;
  --mdc-filled-text-field-error-focus-label-text-color: #ff3f33;
  --mdc-filled-text-field-error-label-text-color: #ff3f33;
  --mdc-filled-text-field-error-caret-color: #ff3f33;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ff3f33;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ff3f33;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ff3f33;
  --mdc-outlined-text-field-caret-color: #3c64f7;
  --mdc-outlined-text-field-focus-outline-color: #3c64f7;
  --mdc-outlined-text-field-focus-label-text-color: rgba(60, 100, 247, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ff3f33;
  --mdc-outlined-text-field-error-focus-label-text-color: #ff3f33;
  --mdc-outlined-text-field-error-label-text-color: #ff3f33;
  --mdc-outlined-text-field-error-hover-label-text-color: #ff3f33;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ff3f33;
  --mdc-outlined-text-field-error-hover-outline-color: #ff3f33;
  --mdc-outlined-text-field-error-outline-color: #ff3f33;
  --mat-form-field-focus-select-arrow-color: rgba(60, 100, 247, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ff3f33;
  --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(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --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(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(60, 100, 247, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 63, 51, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(1, 1, 1, 0.2), 0px 1px 1px 0px rgba(1, 1, 1, 0.14), 0px 1px 3px 0px rgba(1, 1, 1, 0.12);
  --mdc-switch-handle-shadow-color: rgba(1, 1, 1, 0.6);
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(1, 1, 1, 0.2), 0px 0px 0px 0px rgba(1, 1, 1, 0.14), 0px 0px 0px 0px rgba(1, 1, 1, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: white;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #3c64f7;
  --mdc-slider-focus-handle-color: #3c64f7;
  --mdc-slider-hover-handle-color: #3c64f7;
  --mdc-slider-active-track-color: #3c64f7;
  --mdc-slider-inactive-track-color: #3c64f7;
  --mdc-slider-with-tick-marks-inactive-container-color: #3c64f7;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(1, 1, 1, 0.2), 0px 1px 1px 0px rgba(1, 1, 1, 0.14), 0px 1px 3px 0px rgba(1, 1, 1, 0.12);
  --mat-slider-ripple-color: #3c64f7;
  --mat-slider-hover-state-layer-color: rgba(60, 100, 247, 0.05);
  --mat-slider-focus-state-layer-color: rgba(60, 100, 247, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --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-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: white;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: white;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: white;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff6e61;
  --mdc-checkbox-selected-hover-icon-color: #ff6e61;
  --mdc-checkbox-selected-icon-color: #ff6e61;
  --mdc-checkbox-selected-pressed-icon-color: #ff6e61;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff6e61;
  --mdc-checkbox-selected-hover-state-layer-color: #ff6e61;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff6e61;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: white;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: white;
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: white;
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(219, 220, 224, 0.12);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(219, 220, 224, 0.12);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #ff6e61;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: white;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #3c64f7;
  --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: #3c64f7;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-text-color: white;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: white;
  --mat-legacy-button-toggle-state-layer-color: #0f31f0;
  --mat-legacy-button-toggle-selected-state-text-color: white;
  --mat-legacy-button-toggle-selected-state-background-color: #0f31f0;
  --mat-legacy-button-toggle-disabled-state-background-color: #dbdce0;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #dbdce0;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #0f31f0;
  --mat-standard-button-toggle-selected-state-background-color: #0f31f0;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #dbdce0;
  --mat-standard-button-toggle-divider-color: white;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3c64f7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(60, 100, 247, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(60, 100, 247, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(60, 100, 247, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #3c64f7;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(60, 100, 247, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: white;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: white;
  --mat-datepicker-calendar-header-text-color: white;
  --mat-datepicker-calendar-date-today-outline-color: white;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: white;
  --mat-datepicker-calendar-date-preview-state-outline-color: white;
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: white;
  --mat-datepicker-range-input-disabled-state-text-color: white;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: white;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: white;
  --mat-expansion-header-hover-state-layer-color: rgba(15, 49, 240, 0.05);
  --mat-expansion-header-focus-state-layer-color: rgba(15, 49, 240, 0.05);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: white;
  --mat-expansion-header-indicator-color: white;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: white;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #fafbff;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3c64f7;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3c64f7;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3c64f7;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: white;
  --mat-stepper-header-hover-state-layer-color: rgba(15, 49, 240, 0.05);
  --mat-stepper-header-focus-state-layer-color: rgba(15, 49, 240, 0.05);
  --mat-stepper-header-label-text-color: white;
  --mat-stepper-header-optional-label-text-color: white;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ff3f33;
  --mat-stepper-header-icon-background-color: white;
  --mat-stepper-header-error-state-icon-foreground-color: #ff3f33;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: white;
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: white;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* FIREFOX */
  --primary: #3c64f7;
  --primary-contrast: white;
  --accent: #ff6e61;
  --accent-contrast: white;
  --accent-lighter: rgba(255, 183, 176, 0.2);
  --warn: #ff3f33;
  --warn-contrast: white;
  --active: #5f6e8680;
  --slider-thumb: #3c64f7;
  --background-disabled-button: #dbdce0;
  --background-slider: white;
  --background-hover: rgba(15, 49, 240, 0.05);
  --background-tooltip: white;
  --background-card: white;
  --background: rgba(250, 251, 255, 0.5);
  --table-even-row: #FFFFFF;
  --table-odd-row: #F4F4F4;
  --table-important-row: #ecf0ff;
  --table-first-row: #b1c1fc;
  --table-warn-row: #fff1ef;
  --table-last-row: #b1c1fc;
  --table-last-row-border: #2b4186;
  --foreground-disabled-text: white;
  --foreground-divider: white;
  --foreground-text: white;
  --foreground-third-text: white;
  --foreground-base: white;
  --primary-lighter: #8da4fa;
  --primary-lighter-contrast: white;
  --card-shadow: rgba(255, 255, 255, 0.2);
  --dashboard-cta: rgba(15, 49, 240, 0.1);
  --graph-label-primary: #219ebc;
  --graph-label-default: #F3F6FF;
  --graph-label-primary-light: #3A90F3;
  --graph-label-primary-dark: #0024A8;
  --graph-label-secondary: #FFB703;
  --graph-label-tertiary: #FAD068;
  --graph-label-disabled: #C9D5FF;
  --graph-item-incomplete: #b9b9b9;
  --graph-item-incomplete-secondary: #ededed;
  scrollbar-color: dark;
}
.dark-theme .dark-contrast-theme .mat-expansion-panel-header-title, .light-theme .dark-contrast-theme .mat-expansion-panel-header-title {
  font-size: 16px;
  font-weight: 600;
}
.dark-theme .dark-contrast-theme .mat-expansion-panel-content,
.dark-theme .dark-contrast-theme .mat-expansion-panel-content .mdc-form-field, .light-theme .dark-contrast-theme .mat-expansion-panel-content,
.light-theme .dark-contrast-theme .mat-expansion-panel-content .mdc-form-field {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: 0.5px;
}
.dark-theme .dark-contrast-theme .mat-mdc-button,
.dark-theme .dark-contrast-theme .mat-raised-button,
.dark-theme .dark-contrast-theme .mdc-button--outlined,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button,
.dark-theme .dark-contrast-theme .mat-fab,
.dark-theme .dark-contrast-theme .mat-mini-fab, .light-theme .dark-contrast-theme .mat-mdc-button,
.light-theme .dark-contrast-theme .mat-raised-button,
.light-theme .dark-contrast-theme .mdc-button--outlined,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button,
.light-theme .dark-contrast-theme .mat-fab,
.light-theme .dark-contrast-theme .mat-mini-fab {
  letter-spacing: 1.25px;
  line-height: 24px;
}
.dark-theme .dark-contrast-theme .mat-button-toggle-label-content, .light-theme .dark-contrast-theme .mat-button-toggle-label-content {
  font-size: 16px;
}
.dark-theme .dark-contrast-theme .mat-input-element, .light-theme .dark-contrast-theme .mat-input-element {
  border-color: transparent;
  outline: none;
  font-family: Montserrat, Helvetica Neue, sans-serif;
  font-size: 16px;
  background-color: inherit;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item .mat-mdc-list-item-unscoped-content,
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item .mat-mdc-list-option,
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item .mat-mdc-list-item-unscoped-content .mat-mdc-select-value, .light-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item .mat-mdc-list-item-unscoped-content,
.light-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item .mat-mdc-list-option,
.light-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item .mat-mdc-list-item-unscoped-content .mat-mdc-select-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: 0.5px;
}
.dark-theme .dark-contrast-theme .mat-mdc-select .mat-mdc-select-value, .dark-theme .dark-contrast-theme .mat-mdc-option .mdc-list-item__primary-text, .light-theme .dark-contrast-theme .mat-mdc-select .mat-mdc-select-value, .light-theme .dark-contrast-theme .mat-mdc-option .mdc-list-item__primary-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: 0.5px;
}
.dark-theme .dark-contrast-theme .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple), .light-theme .dark-contrast-theme .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  --mat-option-selected-state-layer-color: #FFF;
}
.dark-theme .dark-contrast-theme .mat-toolbar, .light-theme .dark-contrast-theme .mat-toolbar {
  font: inherit;
}
.dark-theme .dark-contrast-theme .cdk-overlay-container .mat-mdc-tooltip, .light-theme .dark-contrast-theme .cdk-overlay-container .mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-line-height: 15px;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field,
.dark-theme .dark-contrast-theme .mat-mdc-floating-label,
.dark-theme .dark-contrast-theme .mat-mdc-select-panel, .light-theme .dark-contrast-theme .mat-mdc-form-field,
.light-theme .dark-contrast-theme .mat-mdc-floating-label,
.light-theme .dark-contrast-theme .mat-mdc-select-panel {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.925;
  letter-spacing: normal;
}
.dark-theme .dark-contrast-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input,
.dark-theme .dark-contrast-theme .mdc-checkbox--disabled,
.dark-theme .dark-contrast-theme .mat-mdc-select-disabled, .light-theme .dark-contrast-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input,
.light-theme .dark-contrast-theme .mdc-checkbox--disabled,
.light-theme .dark-contrast-theme .mat-mdc-select-disabled {
  --mdc-outlined-text-field-disabled-input-text-color: var(--mdc-outlined-text-field-disabled-label-text-color);
  --mat-select-disabled-trigger-text-color: var(--mdc-outlined-text-field-disabled-label-text-color);
  --mat-checkbox-disabled-label-color: var(--foreground-divider);
}
.dark-theme .dark-contrast-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.dark-theme .dark-contrast-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.dark-theme .dark-contrast-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing, .light-theme .dark-contrast-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.light-theme .dark-contrast-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.light-theme .dark-contrast-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  --mdc-outlined-text-field-outline-color: --foreground-divider;
}
.dark-theme .dark-contrast-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.dark-theme .dark-contrast-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.dark-theme .dark-contrast-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing, .light-theme .dark-contrast-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.light-theme .dark-contrast-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.light-theme .dark-contrast-theme .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
  --mdc-outlined-text-field-disabled-outline-color: --foreground-divider;
}
.dark-theme .dark-contrast-theme .dark-contrast-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,
.dark-theme .dark-contrast-theme .dark-contrast-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label--float-above, .light-theme .dark-contrast-theme .dark-contrast-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,
.light-theme .dark-contrast-theme .dark-contrast-theme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label--float-above {
  --mdc-outlined-text-field-label-text-color: #FFF;
  --mdc-outlined-text-field-hover-label-text-color: #FFF;
}
.dark-theme .dark-contrast-theme .mat-table .mat-header-cell, .light-theme .dark-contrast-theme .mat-table .mat-header-cell {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  font-family: Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.dark-theme .dark-contrast-theme .mat-mdc-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text, .light-theme .dark-contrast-theme .mat-mdc-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: 0.5px;
}
.dark-theme .dark-contrast-theme .mat-mdc-chip-listbox .mat-mdc-standard-chip, .light-theme .dark-contrast-theme .mat-mdc-chip-listbox .mat-mdc-standard-chip {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: Montserrat, Helvetica Neue, sans-serif;
  letter-spacing: 0.5px;
}
.dark-theme .dark-contrast-theme .mat-mdc-tab-link .mdc-tab__text-label,
.dark-theme .dark-contrast-theme .mat-mdc-tab .mdc-tab__text-label, .light-theme .dark-contrast-theme .mat-mdc-tab-link .mdc-tab__text-label,
.light-theme .dark-contrast-theme .mat-mdc-tab .mdc-tab__text-label {
  --mat-tab-header-inactive-label-text-color: var(--foreground-text);
  --mat-tab-header-inactive-hover-label-text-color: var(--foreground-text);
}
.dark-theme .dark-contrast-theme .mat-mdc-tab-link, .light-theme .dark-contrast-theme .mat-mdc-tab-link {
  --mat-tab-header-label-text-tracking: 0.5px;
}
.dark-theme .dark-contrast-theme .mat-accent, .light-theme .dark-contrast-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #ff6e61;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.dark-theme .dark-contrast-theme .mat-warn, .light-theme .dark-contrast-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #ff3f33;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.dark-theme .dark-contrast-theme .mat-primary, .light-theme .dark-contrast-theme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #3c64f7;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: white;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3c64f7;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.dark-theme .dark-contrast-theme .mat-accent, .light-theme .dark-contrast-theme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff6e61;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: white;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff6e61;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.dark-theme .dark-contrast-theme .mat-warn, .light-theme .dark-contrast-theme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff3f33;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: white;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff3f33;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.dark-theme .dark-contrast-theme .mat-elevation-z0, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z0, .light-theme .dark-contrast-theme .mat-elevation-z0, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(1, 1, 1, 0.2), 0px 0px 0px 0px rgba(1, 1, 1, 0.14), 0px 0px 0px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z1, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z1, .light-theme .dark-contrast-theme .mat-elevation-z1, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(1, 1, 1, 0.2), 0px 1px 1px 0px rgba(1, 1, 1, 0.14), 0px 1px 3px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z2, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z2, .light-theme .dark-contrast-theme .mat-elevation-z2, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(1, 1, 1, 0.2), 0px 2px 2px 0px rgba(1, 1, 1, 0.14), 0px 1px 5px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z3, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z3, .light-theme .dark-contrast-theme .mat-elevation-z3, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(1, 1, 1, 0.2), 0px 3px 4px 0px rgba(1, 1, 1, 0.14), 0px 1px 8px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z4, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z4, .light-theme .dark-contrast-theme .mat-elevation-z4, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(1, 1, 1, 0.2), 0px 4px 5px 0px rgba(1, 1, 1, 0.14), 0px 1px 10px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z5, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z5, .light-theme .dark-contrast-theme .mat-elevation-z5, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(1, 1, 1, 0.2), 0px 5px 8px 0px rgba(1, 1, 1, 0.14), 0px 1px 14px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z6, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z6, .light-theme .dark-contrast-theme .mat-elevation-z6, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(1, 1, 1, 0.2), 0px 6px 10px 0px rgba(1, 1, 1, 0.14), 0px 1px 18px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z7, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z7, .light-theme .dark-contrast-theme .mat-elevation-z7, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(1, 1, 1, 0.2), 0px 7px 10px 1px rgba(1, 1, 1, 0.14), 0px 2px 16px 1px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z8, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z8, .light-theme .dark-contrast-theme .mat-elevation-z8, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(1, 1, 1, 0.2), 0px 8px 10px 1px rgba(1, 1, 1, 0.14), 0px 3px 14px 2px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z9, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z9, .light-theme .dark-contrast-theme .mat-elevation-z9, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(1, 1, 1, 0.2), 0px 9px 12px 1px rgba(1, 1, 1, 0.14), 0px 3px 16px 2px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z10, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z10, .light-theme .dark-contrast-theme .mat-elevation-z10, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(1, 1, 1, 0.2), 0px 10px 14px 1px rgba(1, 1, 1, 0.14), 0px 4px 18px 3px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z11, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z11, .light-theme .dark-contrast-theme .mat-elevation-z11, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(1, 1, 1, 0.2), 0px 11px 15px 1px rgba(1, 1, 1, 0.14), 0px 4px 20px 3px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z12, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z12, .light-theme .dark-contrast-theme .mat-elevation-z12, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(1, 1, 1, 0.2), 0px 12px 17px 2px rgba(1, 1, 1, 0.14), 0px 5px 22px 4px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z13, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z13, .light-theme .dark-contrast-theme .mat-elevation-z13, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(1, 1, 1, 0.2), 0px 13px 19px 2px rgba(1, 1, 1, 0.14), 0px 5px 24px 4px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z14, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z14, .light-theme .dark-contrast-theme .mat-elevation-z14, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(1, 1, 1, 0.2), 0px 14px 21px 2px rgba(1, 1, 1, 0.14), 0px 5px 26px 4px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z15, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z15, .light-theme .dark-contrast-theme .mat-elevation-z15, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(1, 1, 1, 0.2), 0px 15px 22px 2px rgba(1, 1, 1, 0.14), 0px 6px 28px 5px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z16, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z16, .light-theme .dark-contrast-theme .mat-elevation-z16, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(1, 1, 1, 0.2), 0px 16px 24px 2px rgba(1, 1, 1, 0.14), 0px 6px 30px 5px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z17, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z17, .light-theme .dark-contrast-theme .mat-elevation-z17, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(1, 1, 1, 0.2), 0px 17px 26px 2px rgba(1, 1, 1, 0.14), 0px 6px 32px 5px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z18, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z18, .light-theme .dark-contrast-theme .mat-elevation-z18, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(1, 1, 1, 0.2), 0px 18px 28px 2px rgba(1, 1, 1, 0.14), 0px 7px 34px 6px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z19, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z19, .light-theme .dark-contrast-theme .mat-elevation-z19, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(1, 1, 1, 0.2), 0px 19px 29px 2px rgba(1, 1, 1, 0.14), 0px 7px 36px 6px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z20, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z20, .light-theme .dark-contrast-theme .mat-elevation-z20, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(1, 1, 1, 0.2), 0px 20px 31px 3px rgba(1, 1, 1, 0.14), 0px 8px 38px 7px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z21, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z21, .light-theme .dark-contrast-theme .mat-elevation-z21, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(1, 1, 1, 0.2), 0px 21px 33px 3px rgba(1, 1, 1, 0.14), 0px 8px 40px 7px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z22, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z22, .light-theme .dark-contrast-theme .mat-elevation-z22, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(1, 1, 1, 0.2), 0px 22px 35px 3px rgba(1, 1, 1, 0.14), 0px 8px 42px 7px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z23, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z23, .light-theme .dark-contrast-theme .mat-elevation-z23, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(1, 1, 1, 0.2), 0px 23px 36px 3px rgba(1, 1, 1, 0.14), 0px 9px 44px 8px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z24, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z24, .light-theme .dark-contrast-theme .mat-elevation-z24, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(1, 1, 1, 0.2), 0px 24px 38px 3px rgba(1, 1, 1, 0.14), 0px 9px 46px 8px rgba(1, 1, 1, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.dark-theme .dark-contrast-theme .mat-accent, .light-theme .dark-contrast-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #ff6e61;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.dark-theme .dark-contrast-theme .mat-warn, .light-theme .dark-contrast-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #ff3f33;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.dark-theme .dark-contrast-theme .mat-primary, .light-theme .dark-contrast-theme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #3c64f7;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: white;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3c64f7;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.dark-theme .dark-contrast-theme .mat-accent, .light-theme .dark-contrast-theme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff6e61;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: white;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff6e61;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.dark-theme .dark-contrast-theme .mat-warn, .light-theme .dark-contrast-theme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff3f33;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-unselected-icon-color: white;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafbff;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff3f33;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.dark-theme .dark-contrast-theme .mat-elevation-z0, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z0, .light-theme .dark-contrast-theme .mat-elevation-z0, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(1, 1, 1, 0.2), 0px 0px 0px 0px rgba(1, 1, 1, 0.14), 0px 0px 0px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z1, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z1, .light-theme .dark-contrast-theme .mat-elevation-z1, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(1, 1, 1, 0.2), 0px 1px 1px 0px rgba(1, 1, 1, 0.14), 0px 1px 3px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z2, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z2, .light-theme .dark-contrast-theme .mat-elevation-z2, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(1, 1, 1, 0.2), 0px 2px 2px 0px rgba(1, 1, 1, 0.14), 0px 1px 5px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z3, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z3, .light-theme .dark-contrast-theme .mat-elevation-z3, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(1, 1, 1, 0.2), 0px 3px 4px 0px rgba(1, 1, 1, 0.14), 0px 1px 8px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z4, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z4, .light-theme .dark-contrast-theme .mat-elevation-z4, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(1, 1, 1, 0.2), 0px 4px 5px 0px rgba(1, 1, 1, 0.14), 0px 1px 10px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z5, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z5, .light-theme .dark-contrast-theme .mat-elevation-z5, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(1, 1, 1, 0.2), 0px 5px 8px 0px rgba(1, 1, 1, 0.14), 0px 1px 14px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z6, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z6, .light-theme .dark-contrast-theme .mat-elevation-z6, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(1, 1, 1, 0.2), 0px 6px 10px 0px rgba(1, 1, 1, 0.14), 0px 1px 18px 0px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z7, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z7, .light-theme .dark-contrast-theme .mat-elevation-z7, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(1, 1, 1, 0.2), 0px 7px 10px 1px rgba(1, 1, 1, 0.14), 0px 2px 16px 1px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z8, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z8, .light-theme .dark-contrast-theme .mat-elevation-z8, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(1, 1, 1, 0.2), 0px 8px 10px 1px rgba(1, 1, 1, 0.14), 0px 3px 14px 2px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z9, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z9, .light-theme .dark-contrast-theme .mat-elevation-z9, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(1, 1, 1, 0.2), 0px 9px 12px 1px rgba(1, 1, 1, 0.14), 0px 3px 16px 2px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z10, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z10, .light-theme .dark-contrast-theme .mat-elevation-z10, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(1, 1, 1, 0.2), 0px 10px 14px 1px rgba(1, 1, 1, 0.14), 0px 4px 18px 3px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z11, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z11, .light-theme .dark-contrast-theme .mat-elevation-z11, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(1, 1, 1, 0.2), 0px 11px 15px 1px rgba(1, 1, 1, 0.14), 0px 4px 20px 3px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z12, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z12, .light-theme .dark-contrast-theme .mat-elevation-z12, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(1, 1, 1, 0.2), 0px 12px 17px 2px rgba(1, 1, 1, 0.14), 0px 5px 22px 4px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z13, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z13, .light-theme .dark-contrast-theme .mat-elevation-z13, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(1, 1, 1, 0.2), 0px 13px 19px 2px rgba(1, 1, 1, 0.14), 0px 5px 24px 4px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z14, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z14, .light-theme .dark-contrast-theme .mat-elevation-z14, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(1, 1, 1, 0.2), 0px 14px 21px 2px rgba(1, 1, 1, 0.14), 0px 5px 26px 4px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z15, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z15, .light-theme .dark-contrast-theme .mat-elevation-z15, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(1, 1, 1, 0.2), 0px 15px 22px 2px rgba(1, 1, 1, 0.14), 0px 6px 28px 5px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z16, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z16, .light-theme .dark-contrast-theme .mat-elevation-z16, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(1, 1, 1, 0.2), 0px 16px 24px 2px rgba(1, 1, 1, 0.14), 0px 6px 30px 5px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z17, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z17, .light-theme .dark-contrast-theme .mat-elevation-z17, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(1, 1, 1, 0.2), 0px 17px 26px 2px rgba(1, 1, 1, 0.14), 0px 6px 32px 5px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z18, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z18, .light-theme .dark-contrast-theme .mat-elevation-z18, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(1, 1, 1, 0.2), 0px 18px 28px 2px rgba(1, 1, 1, 0.14), 0px 7px 34px 6px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z19, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z19, .light-theme .dark-contrast-theme .mat-elevation-z19, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(1, 1, 1, 0.2), 0px 19px 29px 2px rgba(1, 1, 1, 0.14), 0px 7px 36px 6px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z20, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z20, .light-theme .dark-contrast-theme .mat-elevation-z20, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(1, 1, 1, 0.2), 0px 20px 31px 3px rgba(1, 1, 1, 0.14), 0px 8px 38px 7px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z21, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z21, .light-theme .dark-contrast-theme .mat-elevation-z21, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(1, 1, 1, 0.2), 0px 21px 33px 3px rgba(1, 1, 1, 0.14), 0px 8px 40px 7px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z22, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z22, .light-theme .dark-contrast-theme .mat-elevation-z22, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(1, 1, 1, 0.2), 0px 22px 35px 3px rgba(1, 1, 1, 0.14), 0px 8px 42px 7px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z23, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z23, .light-theme .dark-contrast-theme .mat-elevation-z23, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(1, 1, 1, 0.2), 0px 23px 36px 3px rgba(1, 1, 1, 0.14), 0px 9px 44px 8px rgba(1, 1, 1, 0.12);
}
.dark-theme .dark-contrast-theme .mat-elevation-z24, .dark-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z24, .light-theme .dark-contrast-theme .mat-elevation-z24, .light-theme .dark-contrast-theme .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(1, 1, 1, 0.2), 0px 24px 38px 3px rgba(1, 1, 1, 0.14), 0px 9px 46px 8px rgba(1, 1, 1, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.dark-theme .dark-contrast-theme .mat-mdc-progress-bar, .light-theme .dark-contrast-theme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #3c64f7;
  --mdc-linear-progress-track-color: rgba(60, 100, 247, 0.25);
}
.dark-theme .dark-contrast-theme .mat-mdc-progress-bar.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ff6e61;
  --mdc-linear-progress-track-color: rgba(255, 110, 97, 0.25);
}
.dark-theme .dark-contrast-theme .mat-mdc-progress-bar.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ff3f33;
  --mdc-linear-progress-track-color: rgba(255, 63, 51, 0.25);
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #ff6e61;
  --mdc-filled-text-field-focus-active-indicator-color: #ff6e61;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 110, 97, 0.87);
  --mdc-outlined-text-field-caret-color: #ff6e61;
  --mdc-outlined-text-field-focus-outline-color: #ff6e61;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 110, 97, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(255, 110, 97, 0.87);
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ff3f33;
  --mdc-filled-text-field-focus-active-indicator-color: #ff3f33;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 63, 51, 0.87);
  --mdc-outlined-text-field-caret-color: #ff3f33;
  --mdc-outlined-text-field-focus-outline-color: #ff3f33;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 63, 51, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(255, 63, 51, 0.87);
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 110, 97, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 63, 51, 0.87);
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 63, 51, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 63, 51, 0.87);
}
.dark-theme .dark-contrast-theme .mat-mdc-standard-chip, .light-theme .dark-contrast-theme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.dark-theme .dark-contrast-theme .mat-mdc-standard-chip, .light-theme .dark-contrast-theme .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: white;
  --mdc-chip-elevated-selected-container-color: white;
  --mdc-chip-elevated-disabled-container-color: white;
  --mdc-chip-flat-disabled-selected-container-color: white;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.dark-theme .dark-contrast-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .dark-theme .dark-contrast-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary, .light-theme .dark-contrast-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .light-theme .dark-contrast-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #3c64f7;
  --mdc-chip-elevated-selected-container-color: #3c64f7;
  --mdc-chip-elevated-disabled-container-color: #3c64f7;
  --mdc-chip-flat-disabled-selected-container-color: #3c64f7;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .dark-theme .dark-contrast-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ff6e61;
  --mdc-chip-elevated-selected-container-color: #ff6e61;
  --mdc-chip-elevated-disabled-container-color: #ff6e61;
  --mdc-chip-flat-disabled-selected-container-color: #ff6e61;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .dark-theme .dark-contrast-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ff3f33;
  --mdc-chip-elevated-selected-container-color: #ff3f33;
  --mdc-chip-elevated-disabled-container-color: #ff3f33;
  --mdc-chip-flat-disabled-selected-container-color: #ff3f33;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-slide-toggle, .light-theme .dark-contrast-theme .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-radio-button, .light-theme .dark-contrast-theme .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-radio-button.mat-primary, .light-theme .dark-contrast-theme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #3c64f7;
  --mdc-radio-selected-hover-icon-color: #3c64f7;
  --mdc-radio-selected-icon-color: #3c64f7;
  --mdc-radio-selected-pressed-icon-color: #3c64f7;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #3c64f7;
  --mat-radio-disabled-label-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-radio-button.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff6e61;
  --mdc-radio-selected-hover-icon-color: #ff6e61;
  --mdc-radio-selected-icon-color: #ff6e61;
  --mdc-radio-selected-pressed-icon-color: #ff6e61;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ff6e61;
  --mat-radio-disabled-label-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-radio-button.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff3f33;
  --mdc-radio-selected-hover-icon-color: #ff3f33;
  --mdc-radio-selected-icon-color: #ff3f33;
  --mdc-radio-selected-pressed-icon-color: #ff3f33;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ff3f33;
  --mat-radio-disabled-label-color: white;
}
.dark-theme .dark-contrast-theme .mat-accent, .light-theme .dark-contrast-theme .mat-accent {
  --mat-slider-ripple-color: #ff6e61;
  --mat-slider-hover-state-layer-color: rgba(255, 110, 97, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 110, 97, 0.2);
  --mdc-slider-handle-color: #ff6e61;
  --mdc-slider-focus-handle-color: #ff6e61;
  --mdc-slider-hover-handle-color: #ff6e61;
  --mdc-slider-active-track-color: #ff6e61;
  --mdc-slider-inactive-track-color: #ff6e61;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff6e61;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.dark-theme .dark-contrast-theme .mat-warn, .light-theme .dark-contrast-theme .mat-warn {
  --mat-slider-ripple-color: #ff3f33;
  --mat-slider-hover-state-layer-color: rgba(255, 63, 51, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 63, 51, 0.2);
  --mdc-slider-handle-color: #ff3f33;
  --mdc-slider-focus-handle-color: #ff3f33;
  --mdc-slider-hover-handle-color: #ff3f33;
  --mdc-slider-active-track-color: #ff3f33;
  --mdc-slider-inactive-track-color: #ff3f33;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff3f33;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.dark-theme .dark-contrast-theme .mdc-list-item__start,
.dark-theme .dark-contrast-theme .mdc-list-item__end, .light-theme .dark-contrast-theme .mdc-list-item__start,
.light-theme .dark-contrast-theme .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #3c64f7;
  --mdc-radio-selected-hover-icon-color: #3c64f7;
  --mdc-radio-selected-icon-color: #3c64f7;
  --mdc-radio-selected-pressed-icon-color: #3c64f7;
}
.dark-theme .dark-contrast-theme .mat-accent .mdc-list-item__start,
.dark-theme .dark-contrast-theme .mat-accent .mdc-list-item__end, .light-theme .dark-contrast-theme .mat-accent .mdc-list-item__start,
.light-theme .dark-contrast-theme .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff6e61;
  --mdc-radio-selected-hover-icon-color: #ff6e61;
  --mdc-radio-selected-icon-color: #ff6e61;
  --mdc-radio-selected-pressed-icon-color: #ff6e61;
}
.dark-theme .dark-contrast-theme .mat-warn .mdc-list-item__start,
.dark-theme .dark-contrast-theme .mat-warn .mdc-list-item__end, .light-theme .dark-contrast-theme .mat-warn .mdc-list-item__start,
.light-theme .dark-contrast-theme .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff3f33;
  --mdc-radio-selected-hover-icon-color: #ff3f33;
  --mdc-radio-selected-icon-color: #ff3f33;
  --mdc-radio-selected-pressed-icon-color: #ff3f33;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-option, .light-theme .dark-contrast-theme .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3c64f7;
  --mdc-checkbox-selected-hover-icon-color: #3c64f7;
  --mdc-checkbox-selected-icon-color: #3c64f7;
  --mdc-checkbox-selected-pressed-icon-color: #3c64f7;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3c64f7;
  --mdc-checkbox-selected-hover-state-layer-color: #3c64f7;
  --mdc-checkbox-selected-pressed-state-layer-color: #3c64f7;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-option.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff6e61;
  --mdc-checkbox-selected-hover-icon-color: #ff6e61;
  --mdc-checkbox-selected-icon-color: #ff6e61;
  --mdc-checkbox-selected-pressed-icon-color: #ff6e61;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff6e61;
  --mdc-checkbox-selected-hover-state-layer-color: #ff6e61;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff6e61;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-option.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff3f33;
  --mdc-checkbox-selected-hover-icon-color: #ff3f33;
  --mdc-checkbox-selected-icon-color: #ff3f33;
  --mdc-checkbox-selected-pressed-icon-color: #ff3f33;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff3f33;
  --mdc-checkbox-selected-hover-state-layer-color: #ff3f33;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff3f33;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.dark-theme .dark-contrast-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text, .light-theme .dark-contrast-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.light-theme .dark-contrast-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #3c64f7;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.dark-theme .dark-contrast-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start, .light-theme .dark-contrast-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.light-theme .dark-contrast-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #3c64f7;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end, .light-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.light-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.light-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.dark-theme .dark-contrast-theme .mat-mdc-tab-group, .dark-theme .dark-contrast-theme .mat-mdc-tab-nav-bar, .light-theme .dark-contrast-theme .mat-mdc-tab-group, .light-theme .dark-contrast-theme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #3c64f7;
  --mat-tab-header-disabled-ripple-color: white;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #3c64f7;
  --mat-tab-header-active-ripple-color: #3c64f7;
  --mat-tab-header-inactive-ripple-color: #3c64f7;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #3c64f7;
  --mat-tab-header-active-hover-label-text-color: #3c64f7;
  --mat-tab-header-active-focus-indicator-color: #3c64f7;
  --mat-tab-header-active-hover-indicator-color: #3c64f7;
}
.dark-theme .dark-contrast-theme .mat-mdc-tab-group.mat-accent, .dark-theme .dark-contrast-theme .mat-mdc-tab-nav-bar.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-tab-group.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ff6e61;
  --mat-tab-header-disabled-ripple-color: white;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ff6e61;
  --mat-tab-header-active-ripple-color: #ff6e61;
  --mat-tab-header-inactive-ripple-color: #ff6e61;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ff6e61;
  --mat-tab-header-active-hover-label-text-color: #ff6e61;
  --mat-tab-header-active-focus-indicator-color: #ff6e61;
  --mat-tab-header-active-hover-indicator-color: #ff6e61;
}
.dark-theme .dark-contrast-theme .mat-mdc-tab-group.mat-warn, .dark-theme .dark-contrast-theme .mat-mdc-tab-nav-bar.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-tab-group.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ff3f33;
  --mat-tab-header-disabled-ripple-color: white;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ff3f33;
  --mat-tab-header-active-ripple-color: #ff3f33;
  --mat-tab-header-inactive-ripple-color: #ff3f33;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ff3f33;
  --mat-tab-header-active-hover-label-text-color: #ff3f33;
  --mat-tab-header-active-focus-indicator-color: #ff3f33;
  --mat-tab-header-active-hover-indicator-color: #ff3f33;
}
.dark-theme .dark-contrast-theme .mat-mdc-tab-group.mat-background-primary, .dark-theme .dark-contrast-theme .mat-mdc-tab-nav-bar.mat-background-primary, .light-theme .dark-contrast-theme .mat-mdc-tab-group.mat-background-primary, .light-theme .dark-contrast-theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #3c64f7;
  --mat-tab-header-with-background-foreground-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-tab-group.mat-background-accent, .dark-theme .dark-contrast-theme .mat-mdc-tab-nav-bar.mat-background-accent, .light-theme .dark-contrast-theme .mat-mdc-tab-group.mat-background-accent, .light-theme .dark-contrast-theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #ff6e61;
  --mat-tab-header-with-background-foreground-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-tab-group.mat-background-warn, .dark-theme .dark-contrast-theme .mat-mdc-tab-nav-bar.mat-background-warn, .light-theme .dark-contrast-theme .mat-mdc-tab-group.mat-background-warn, .light-theme .dark-contrast-theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ff3f33;
  --mat-tab-header-with-background-foreground-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-checkbox, .light-theme .dark-contrast-theme .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-checkbox.mat-primary, .light-theme .dark-contrast-theme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3c64f7;
  --mdc-checkbox-selected-hover-icon-color: #3c64f7;
  --mdc-checkbox-selected-icon-color: #3c64f7;
  --mdc-checkbox-selected-pressed-icon-color: #3c64f7;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3c64f7;
  --mdc-checkbox-selected-hover-state-layer-color: #3c64f7;
  --mdc-checkbox-selected-pressed-state-layer-color: #3c64f7;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-checkbox.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff3f33;
  --mdc-checkbox-selected-hover-icon-color: #ff3f33;
  --mdc-checkbox-selected-icon-color: #ff3f33;
  --mdc-checkbox-selected-pressed-icon-color: #ff3f33;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff3f33;
  --mdc-checkbox-selected-hover-state-layer-color: #ff3f33;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff3f33;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-primary, .light-theme .dark-contrast-theme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3c64f7;
  --mat-text-button-state-layer-color: #3c64f7;
  --mat-text-button-ripple-color: rgba(60, 100, 247, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff6e61;
  --mat-text-button-state-layer-color: #ff6e61;
  --mat-text-button-ripple-color: rgba(255, 110, 97, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ff3f33;
  --mat-text-button-state-layer-color: #ff3f33;
  --mat-text-button-ripple-color: rgba(255, 63, 51, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-primary, .light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3c64f7;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff6e61;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ff3f33;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-raised-button.mat-primary, .light-theme .dark-contrast-theme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3c64f7;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-raised-button.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff6e61;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-raised-button.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ff3f33;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-outlined-button.mat-primary, .light-theme .dark-contrast-theme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3c64f7;
  --mdc-outlined-button-outline-color: white;
  --mat-outlined-button-state-layer-color: #3c64f7;
  --mat-outlined-button-ripple-color: rgba(60, 100, 247, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-outlined-button.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ff6e61;
  --mdc-outlined-button-outline-color: white;
  --mat-outlined-button-state-layer-color: #ff6e61;
  --mat-outlined-button-ripple-color: rgba(255, 110, 97, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-outlined-button.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ff3f33;
  --mdc-outlined-button-outline-color: white;
  --mat-outlined-button-state-layer-color: #ff3f33;
  --mat-outlined-button-ripple-color: rgba(255, 63, 51, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-primary, .light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3c64f7;
  --mat-icon-button-state-layer-color: #3c64f7;
  --mat-icon-button-ripple-color: rgba(60, 100, 247, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff6e61;
  --mat-icon-button-state-layer-color: #ff6e61;
  --mat-icon-button-ripple-color: rgba(255, 110, 97, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ff3f33;
  --mat-icon-button-state-layer-color: #ff3f33;
  --mat-icon-button-ripple-color: rgba(255, 63, 51, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-fab.mat-primary, .light-theme .dark-contrast-theme .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #3c64f7;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-fab.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #ff6e61;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-fab.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ff3f33;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-mini-fab.mat-primary, .light-theme .dark-contrast-theme .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #3c64f7;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-mini-fab.mat-accent, .light-theme .dark-contrast-theme .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #ff6e61;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .dark-contrast-theme .mat-mdc-mini-fab.mat-warn, .light-theme .dark-contrast-theme .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ff3f33;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .dark-contrast-theme .mat-accent, .light-theme .dark-contrast-theme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #ff6e61;
}
.dark-theme .dark-contrast-theme .mat-warn, .light-theme .dark-contrast-theme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ff3f33;
}
.dark-theme .dark-contrast-theme .mat-badge-accent, .light-theme .dark-contrast-theme .mat-badge-accent {
  --mat-badge-background-color: #ff6e61;
  --mat-badge-text-color: white;
}
.dark-theme .dark-contrast-theme .mat-badge-warn, .light-theme .dark-contrast-theme .mat-badge-warn {
  --mat-badge-background-color: #ff3f33;
  --mat-badge-text-color: white;
}
.dark-theme .dark-contrast-theme .mat-datepicker-content.mat-accent, .light-theme .dark-contrast-theme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff6e61;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 110, 97, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 110, 97, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 110, 97, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 110, 97, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.dark-theme .dark-contrast-theme .mat-datepicker-content.mat-warn, .light-theme .dark-contrast-theme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff3f33;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 63, 51, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 63, 51, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 63, 51, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 63, 51, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.dark-theme .dark-contrast-theme .mat-datepicker-toggle-active.mat-accent, .light-theme .dark-contrast-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ff6e61;
}
.dark-theme .dark-contrast-theme .mat-datepicker-toggle-active.mat-warn, .light-theme .dark-contrast-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ff3f33;
}
.dark-theme .dark-contrast-theme .mat-icon.mat-primary, .light-theme .dark-contrast-theme .mat-icon.mat-primary {
  --mat-icon-color: #3c64f7;
}
.dark-theme .dark-contrast-theme .mat-icon.mat-accent, .light-theme .dark-contrast-theme .mat-icon.mat-accent {
  --mat-icon-color: #ff6e61;
}
.dark-theme .dark-contrast-theme .mat-icon.mat-warn, .light-theme .dark-contrast-theme .mat-icon.mat-warn {
  --mat-icon-color: #ff3f33;
}
.dark-theme .dark-contrast-theme .mat-step-header.mat-accent, .light-theme .dark-contrast-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff6e61;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff6e61;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff6e61;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.dark-theme .dark-contrast-theme .mat-step-header.mat-warn, .light-theme .dark-contrast-theme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff3f33;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff3f33;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff3f33;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.dark-theme .dark-contrast-theme .mat-toolbar.mat-primary, .light-theme .dark-contrast-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3c64f7;
  --mat-toolbar-container-text-color: white;
}
.dark-theme .dark-contrast-theme .mat-toolbar.mat-accent, .light-theme .dark-contrast-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff6e61;
  --mat-toolbar-container-text-color: white;
}
.dark-theme .dark-contrast-theme .mat-toolbar.mat-warn, .light-theme .dark-contrast-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ff3f33;
  --mat-toolbar-container-text-color: white;
}
.dark-theme .dark-contrast-theme a:not(.mat-mdc-button-base),
.dark-theme .dark-contrast-theme a:not(.mat-mdc-button-base):visited, .light-theme .dark-contrast-theme a:not(.mat-mdc-button-base),
.light-theme .dark-contrast-theme a:not(.mat-mdc-button-base):visited {
  color: inherit;
}
.dark-theme .dark-contrast-theme a:not(.mat-mdc-button-base).missing-control span,
.dark-theme .dark-contrast-theme a:not(.mat-mdc-button-base):visited.missing-control span, .light-theme .dark-contrast-theme a:not(.mat-mdc-button-base).missing-control span,
.light-theme .dark-contrast-theme a:not(.mat-mdc-button-base):visited.missing-control span {
  color: #F6A92C;
}
.dark-theme .dark-contrast-theme a:not(.mat-mdc-button-base).mandatory-control,
.dark-theme .dark-contrast-theme a:not(.mat-mdc-button-base):visited.mandatory-control, .light-theme .dark-contrast-theme a:not(.mat-mdc-button-base).mandatory-control,
.light-theme .dark-contrast-theme a:not(.mat-mdc-button-base):visited.mandatory-control {
  color: #ff3f33;
}
.dark-theme .dark-contrast-theme .mat-headline-1, .light-theme .dark-contrast-theme .mat-headline-1 {
  color: #ffffff;
}
.dark-theme .dark-contrast-theme .mat-headline-2, .light-theme .dark-contrast-theme .mat-headline-2 {
  color: #ffffff;
}
.dark-theme .dark-contrast-theme .mat-headline-3, .light-theme .dark-contrast-theme .mat-headline-3 {
  color: #ffffff;
  margin: unset;
}
.dark-theme .dark-contrast-theme .mat-headline-4, .light-theme .dark-contrast-theme .mat-headline-4 {
  color: #ffffff;
}
.dark-theme .dark-contrast-theme h1,
.dark-theme .dark-contrast-theme .mat-h1,
.dark-theme .dark-contrast-theme .mat-headline-5, .light-theme .dark-contrast-theme h1,
.light-theme .dark-contrast-theme .mat-h1,
.light-theme .dark-contrast-theme .mat-headline-5 {
  color: #ffffff;
}
.dark-theme .dark-contrast-theme h2,
.dark-theme .dark-contrast-theme .mat-h2,
.dark-theme .dark-contrast-theme .mat-headline-6, .light-theme .dark-contrast-theme h2,
.light-theme .dark-contrast-theme .mat-h2,
.light-theme .dark-contrast-theme .mat-headline-6 {
  color: #ffffff;
}
.dark-theme .dark-contrast-theme h3,
.dark-theme .dark-contrast-theme .mat-h3,
.dark-theme .dark-contrast-theme .mat-subtitle-1, .light-theme .dark-contrast-theme h3,
.light-theme .dark-contrast-theme .mat-h3,
.light-theme .dark-contrast-theme .mat-subtitle-1 {
  color: #ffffff;
}
.dark-theme .dark-contrast-theme h4,
.dark-theme .dark-contrast-theme .mat-h4,
.dark-theme .dark-contrast-theme .mat-body-1, .light-theme .dark-contrast-theme h4,
.light-theme .dark-contrast-theme .mat-h4,
.light-theme .dark-contrast-theme .mat-body-1 {
  color: #ffffff;
}
.dark-theme .dark-contrast-theme h5, .light-theme .dark-contrast-theme h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  color: #ffffff;
}
.dark-theme .dark-contrast-theme h6, .light-theme .dark-contrast-theme h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.dark-theme .dark-contrast-theme p,
.dark-theme .dark-contrast-theme bf-tag,
.dark-theme .dark-contrast-theme .mat-body-2,
.dark-theme .dark-contrast-theme .mat-body, .light-theme .dark-contrast-theme p,
.light-theme .dark-contrast-theme bf-tag,
.light-theme .dark-contrast-theme .mat-body-2,
.light-theme .dark-contrast-theme .mat-body {
  color: #ffffff;
}
.dark-theme .dark-contrast-theme .mat-subtitle-2,
.dark-theme .dark-contrast-theme .mat-body-strong, .light-theme .dark-contrast-theme .mat-subtitle-2,
.light-theme .dark-contrast-theme .mat-body-strong {
  color: #ffffff;
}
.dark-theme .dark-contrast-theme .mat-caption,
.dark-theme .dark-contrast-theme .mat-small, .light-theme .dark-contrast-theme .mat-caption,
.light-theme .dark-contrast-theme .mat-small {
  color: #ffffff;
}
.dark-theme .dark-contrast-theme input, .dark-theme .dark-contrast-theme td, .light-theme .dark-contrast-theme input, .light-theme .dark-contrast-theme td {
  color: #ffffff;
}
.dark-theme .dark-contrast-theme .text-primary, .light-theme .dark-contrast-theme .text-primary {
  color: #3c64f7;
}
.dark-theme .dark-contrast-theme .text-accent, .light-theme .dark-contrast-theme .text-accent {
  color: #ff6e61;
}
.dark-theme .dark-contrast-theme .text-warn, .light-theme .dark-contrast-theme .text-warn {
  color: #ff3f33;
}
.dark-theme .dark-contrast-theme .text-disabled, .light-theme .dark-contrast-theme .text-disabled {
  color: #ffffff;
}
.dark-theme .dark-contrast-theme .mat-toolbar h6, .light-theme .dark-contrast-theme .mat-toolbar h6 {
  margin: 0;
}
.dark-theme .dark-contrast-theme .cal-month-view, .light-theme .dark-contrast-theme .cal-month-view {
  background-color: #fafbff;
}
.dark-theme .dark-contrast-theme .cal-month-view .cal-cell-row:hover, .light-theme .dark-contrast-theme .cal-month-view .cal-cell-row:hover {
  background-color: #fafbff;
}
.dark-theme .dark-contrast-theme .cal-month-view .cal-cell-row .cal-cell:hover,
.dark-theme .dark-contrast-theme .cal-month-view .cal-cell.cal-has-events.cal-open, .light-theme .dark-contrast-theme .cal-month-view .cal-cell-row .cal-cell:hover,
.light-theme .dark-contrast-theme .cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: rgba(15, 49, 240, 0.05);
}
.dark-theme .dark-contrast-theme .cal-month-view .cal-days, .light-theme .dark-contrast-theme .cal-month-view .cal-days {
  border-color: #ffffff;
}
.dark-theme .dark-contrast-theme .cal-month-view .cal-day-cell:not(:last-child), .light-theme .dark-contrast-theme .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #ffffff;
}
[dir=rtl] .dark-theme .dark-contrast-theme .cal-month-view .cal-day-cell:not(:last-child), [dir=rtl] .light-theme .dark-contrast-theme .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: initial;
  border-left-color: #ffffff;
}
.dark-theme .dark-contrast-theme .cal-month-view .cal-days .cal-cell-row, .light-theme .dark-contrast-theme .cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #ffffff;
}
.dark-theme .dark-contrast-theme .cal-month-view .cal-day-badge, .light-theme .dark-contrast-theme .cal-month-view .cal-day-badge {
  background-color: #b94a48;
  color: #fff;
}
.dark-theme .dark-contrast-theme .cal-month-view .cal-event, .light-theme .dark-contrast-theme .cal-month-view .cal-event {
  background-color: #ffffff;
  border-color: #d1e8ff;
  color: #fff;
}
.dark-theme .dark-contrast-theme .cal-month-view .cal-day-cell.cal-weekend .cal-day-number, .light-theme .dark-contrast-theme .cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #3c64f7;
}
.dark-theme .dark-contrast-theme .cal-month-view .cal-day-cell.cal-today, .light-theme .dark-contrast-theme .cal-month-view .cal-day-cell.cal-today {
  background-color: rgba(15, 49, 240, 0.05);
}
.dark-theme .dark-contrast-theme .cal-month-view .cal-day-cell.cal-drag-over, .light-theme .dark-contrast-theme .cal-month-view .cal-day-cell.cal-drag-over {
  background-color: rgba(14, 44, 216, 0.05) !important;
}
.dark-theme .dark-contrast-theme .cal-month-view .cal-open-day-events, .light-theme .dark-contrast-theme .cal-month-view .cal-open-day-events {
  color: #fff;
  background-color: #dbdce0;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.dark-theme .dark-contrast-theme .cal-week-view, .light-theme .dark-contrast-theme .cal-week-view {
  background-color: #fafbff;
  border-top: solid 1px #ffffff;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-day-headers, .light-theme .dark-contrast-theme .cal-week-view .cal-day-headers {
  border-color: #ffffff;
  border-top: 0;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-day-headers .cal-header:not(:last-child), .light-theme .dark-contrast-theme .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #ffffff;
}
[dir=rtl] .dark-theme .dark-contrast-theme .cal-week-view .cal-day-headers .cal-header:not(:last-child), [dir=rtl] .light-theme .dark-contrast-theme .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: initial;
  border-left: solid 1px #ffffff !important;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-day-headers .cal-header:first-child, .light-theme .dark-contrast-theme .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #ffffff;
}
[dir=rtl] .dark-theme .dark-contrast-theme .cal-week-view .cal-day-headers .cal-header:first-child, [dir=rtl] .light-theme .dark-contrast-theme .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: initial;
  border-right-color: #ffffff;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-day-headers .cal-header:hover,
.dark-theme .dark-contrast-theme .cal-week-view .cal-day-headers .cal-drag-over, .light-theme .dark-contrast-theme .cal-week-view .cal-day-headers .cal-header:hover,
.light-theme .dark-contrast-theme .cal-week-view .cal-day-headers .cal-drag-over {
  background-color: rgba(15, 49, 240, 0.05);
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-day-column, .light-theme .dark-contrast-theme .cal-week-view .cal-day-column {
  border-left-color: #ffffff;
}
[dir=rtl] .dark-theme .dark-contrast-theme .cal-week-view .cal-day-column, [dir=rtl] .light-theme .dark-contrast-theme .cal-week-view .cal-day-column {
  border-left-color: initial;
  border-right-color: #ffffff;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-event, .light-theme .dark-contrast-theme .cal-week-view .cal-event {
  background-color: #d1e8ff;
  border-color: #ffffff;
  color: #ffffff;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-all-day-events, .light-theme .dark-contrast-theme .cal-week-view .cal-all-day-events {
  border-color: #ffffff;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-header.cal-today, .light-theme .dark-contrast-theme .cal-week-view .cal-header.cal-today {
  background-color: rgba(15, 49, 240, 0.05);
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-header.cal-weekend span, .light-theme .dark-contrast-theme .cal-week-view .cal-header.cal-weekend span {
  color: #3c64f7;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-time-events, .light-theme .dark-contrast-theme .cal-week-view .cal-time-events {
  border-color: #ffffff;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover, .light-theme .dark-contrast-theme .cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: rgba(15, 49, 240, 0.05);
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-hour-odd, .light-theme .dark-contrast-theme .cal-week-view .cal-hour-odd {
  background-color: #fafbff;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-drag-over .cal-hour-segment, .light-theme .dark-contrast-theme .cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: rgba(15, 49, 240, 0.05);
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.dark-theme .dark-contrast-theme .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment, .light-theme .dark-contrast-theme .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.light-theme .dark-contrast-theme .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #ffffff;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-current-time-marker, .light-theme .dark-contrast-theme .cal-week-view .cal-current-time-marker {
  background-color: #ea4334;
}
.dark-theme .dark-contrast-theme .cal-tooltip.cal-tooltip-top .cal-tooltip-arrow, .light-theme .dark-contrast-theme .cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000;
}
.dark-theme .dark-contrast-theme .cal-tooltip.cal-tooltip-right .cal-tooltip-arrow, .light-theme .dark-contrast-theme .cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000;
}
.dark-theme .dark-contrast-theme .cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow, .light-theme .dark-contrast-theme .cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000;
}
.dark-theme .dark-contrast-theme .cal-tooltip.cal-tooltip-left .cal-tooltip-arrow, .light-theme .dark-contrast-theme .cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000;
}
.dark-theme .dark-contrast-theme .cal-tooltip-inner, .light-theme .dark-contrast-theme .cal-tooltip-inner {
  color: #fff;
  background-color: #000;
}
.dark-theme .dark-contrast-theme .cal-tooltip .mat-tooltip-card, .light-theme .dark-contrast-theme .cal-tooltip .mat-tooltip-card {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 8px;
  border-radius: 4px;
  margin: 8px;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-day-headers, .light-theme .dark-contrast-theme .cal-week-view .cal-day-headers {
  background-color: #ffffff;
  z-index: 2;
  position: sticky;
  top: 0;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-day-headers b, .light-theme .dark-contrast-theme .cal-week-view .cal-day-headers b {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-day-headers span, .light-theme .dark-contrast-theme .cal-week-view .cal-day-headers span {
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-day-column .cal-resize-handle, .light-theme .dark-contrast-theme .cal-week-view .cal-day-column .cal-resize-handle {
  height: 6px;
  width: calc(100% - 4px);
  left: 2px;
  transition: background-color 0.1s ease-out;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-day-column .cal-resize-handle:hover, .light-theme .dark-contrast-theme .cal-week-view .cal-day-column .cal-resize-handle:hover {
  background-color: #ffffff;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-day-column .cal-resize-handle-before-start, .light-theme .dark-contrast-theme .cal-week-view .cal-day-column .cal-resize-handle-before-start {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  top: 2px;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-day-column .cal-resize-handle-after-end, .light-theme .dark-contrast-theme .cal-week-view .cal-day-column .cal-resize-handle-after-end {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  bottom: 2px;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-all-day-events .cal-resize-handle, .light-theme .dark-contrast-theme .cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: calc(100% - 2px);
  top: 1px;
  transition: background-color 0.1s ease-out;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-all-day-events .cal-resize-handle:hover, .light-theme .dark-contrast-theme .cal-week-view .cal-all-day-events .cal-resize-handle:hover {
  background-color: #ffffff;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-all-day-events .cal-resize-handle-before-start, .light-theme .dark-contrast-theme .cal-week-view .cal-all-day-events .cal-resize-handle-before-start {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 3px;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end, .light-theme .dark-contrast-theme .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  right: 3px;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-event, .light-theme .dark-contrast-theme .cal-week-view .cal-event {
  background-color: #ffffff;
  color: #ffffff;
  border-width: 0;
  padding: 0;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-event .event-card, .light-theme .dark-contrast-theme .cal-week-view .cal-event .event-card {
  border-radius: 4px;
  border: solid 1px #ffffff;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-event .event-card.meeting, .light-theme .dark-contrast-theme .cal-week-view .cal-event .event-card.meeting {
  border-color: #3c64f7;
  color: #3c64f7;
}
.dark-theme .dark-contrast-theme .cal-week-view .cal-event .event-card.screening, .light-theme .dark-contrast-theme .cal-week-view .cal-event .event-card.screening {
  border-width: 0;
}
.dark-theme .dark-contrast-theme ::-webkit-scrollbar, .light-theme .dark-contrast-theme ::-webkit-scrollbar {
  width: 12px;
}
.dark-theme .dark-contrast-theme ::-webkit-scrollbar-track, .light-theme .dark-contrast-theme ::-webkit-scrollbar-track {
  width: 12px;
  background: rgba(255, 255, 255, 0.1);
}
.dark-theme .dark-contrast-theme ::-webkit-scrollbar-thumb, .light-theme .dark-contrast-theme ::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.5);
}
.dark-theme .dark-contrast-theme ::-webkit-scrollbar-thumb:hover, .light-theme .dark-contrast-theme ::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.8);
}
.dark-theme .dark-contrast-theme *, .light-theme .dark-contrast-theme * {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.1);
}
.dark-theme .dark-contrast-theme .bf-widget .mat-card .mat-card-footer, .light-theme .dark-contrast-theme .bf-widget .mat-card .mat-card-footer {
  background-color: rgba(15, 49, 240, 0.05);
  border-radius: none;
}
.dark-theme .dark-contrast-theme .widget-card, .light-theme .dark-contrast-theme .widget-card {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background-color: white;
}
.dark-theme .dark-contrast-theme .widget-card .widget-header[color=primary], .light-theme .dark-contrast-theme .widget-card .widget-header[color=primary] {
  color: white;
  background-color: #3c64f7;
}
.dark-theme .dark-contrast-theme .widget-card .widget-header[color=primary] .mat-caption, .light-theme .dark-contrast-theme .widget-card .widget-header[color=primary] .mat-caption {
  color: white;
}
.dark-theme .dark-contrast-theme .widget-card .widget-footer, .light-theme .dark-contrast-theme .widget-card .widget-footer {
  border-top: solid 1px white;
}
.dark-theme .dark-contrast-theme .tunnel-layout, .light-theme .dark-contrast-theme .tunnel-layout {
  background-color: rgba(15, 49, 240, 0.05);
  padding: 10px;
}
.dark-theme .dark-contrast-theme .tunnel-layout .mat-toolbar, .light-theme .dark-contrast-theme .tunnel-layout .mat-toolbar {
  box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  border-radius: 4px 4px 0 0;
}
.dark-theme .dark-contrast-theme .tunnel-layout .mat-sidenav-container, .light-theme .dark-contrast-theme .tunnel-layout .mat-sidenav-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14);
  border-radius: 0 0 4px 4px;
}
.dark-theme .dark-contrast-theme .tunnel-layout .invalid-fields, .light-theme .dark-contrast-theme .tunnel-layout .invalid-fields {
  color: #ff3f33;
}
.dark-theme .dark-contrast-theme .apexcharts-menu-item, .light-theme .dark-contrast-theme .apexcharts-menu-item {
  width: max-content;
}
.dark-theme .dark-contrast-theme bf-card-modal, .light-theme .dark-contrast-theme bf-card-modal {
  width: 50%;
  overflow: scroll;
}
.dark-theme .dark-contrast-theme bf-card-modal header.bf-card-modal-header, .light-theme .dark-contrast-theme bf-card-modal header.bf-card-modal-header {
  gap: 15px;
  padding: 10px 10px 10px 20px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ffffff;
  position: sticky;
  top: 0;
  background-color: #FFF;
  z-index: 2;
}
.dark-theme .dark-contrast-theme bf-card-modal header.bf-card-modal-header h2, .light-theme .dark-contrast-theme bf-card-modal header.bf-card-modal-header h2 {
  flex-grow: 1;
  margin: 0;
}
.dark-theme .dark-contrast-theme bf-card-modal .mat-body,
.dark-theme .dark-contrast-theme bf-card-modal .mat-body-2,
.dark-theme .dark-contrast-theme bf-card-modal p,
.dark-theme .dark-contrast-theme bf-card-modal ol > li,
.dark-theme .dark-contrast-theme bf-card-modal ul > li, .light-theme .dark-contrast-theme bf-card-modal .mat-body,
.light-theme .dark-contrast-theme bf-card-modal .mat-body-2,
.light-theme .dark-contrast-theme bf-card-modal p,
.light-theme .dark-contrast-theme bf-card-modal ol > li,
.light-theme .dark-contrast-theme bf-card-modal ul > li {
  font-size: 16px;
}
.dark-theme .dark-contrast-theme .mat-expansion-panel:not([class*=mat-elevation-z]), .light-theme .dark-contrast-theme .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.dark-theme .dark-contrast-theme .mat-expansion-panel .mat-expansion-panel-header, .light-theme .dark-contrast-theme .mat-expansion-panel .mat-expansion-panel-header {
  padding: 0 16px;
}
.dark-theme .dark-contrast-theme .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title *, .light-theme .dark-contrast-theme .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title * {
  margin: 0;
}
.dark-theme .dark-contrast-theme .mat-expansion-panel .mat-expansion-panel-body, .light-theme .dark-contrast-theme .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0;
  padding-bottom: 16px;
}
.dark-theme .dark-contrast-theme .mat-expansion-panel .mat-expansion-panel-spacing, .light-theme .dark-contrast-theme .mat-expansion-panel .mat-expansion-panel-spacing {
  margin: 0;
}
.dark-theme .dark-contrast-theme .breakdown .mat-expansion-panel .mat-expansion-panel-body, .light-theme .dark-contrast-theme .breakdown .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0px;
}
.dark-theme .dark-contrast-theme .mat-accordion .mat-expansion-panel, .light-theme .dark-contrast-theme .mat-accordion .mat-expansion-panel {
  border-bottom: solid 1px white;
}
.dark-theme .dark-contrast-theme .mat-accordion .mat-expansion-panel:last-of-type, .light-theme .dark-contrast-theme .mat-accordion .mat-expansion-panel:last-of-type {
  border-bottom: none;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-primary svg g,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-primary svg polygon,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-primary svg path,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-primary svg g,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-primary svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-primary svg path,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-primary svg g,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-primary svg polygon,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-primary svg path,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-primary svg g,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-primary svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-primary svg path, .light-theme .dark-contrast-theme .mdc-button--outlined.mat-primary svg g,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-primary svg polygon,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-primary svg path,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-primary svg g,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-primary svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-primary svg path,
.light-theme .dark-contrast-theme .mat-icon-button.mat-primary svg g,
.light-theme .dark-contrast-theme .mat-icon-button.mat-primary svg polygon,
.light-theme .dark-contrast-theme .mat-icon-button.mat-primary svg path,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-primary svg g,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-primary svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-primary svg path {
  fill: #3c64f7;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-accent svg g,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-accent svg polygon,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-accent svg path,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-accent svg g,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-accent svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-accent svg path,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-accent svg g,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-accent svg polygon,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-accent svg path,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-accent svg g,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-accent svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-accent svg path, .light-theme .dark-contrast-theme .mdc-button--outlined.mat-accent svg g,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-accent svg polygon,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-accent svg path,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-accent svg g,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-accent svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-accent svg path,
.light-theme .dark-contrast-theme .mat-icon-button.mat-accent svg g,
.light-theme .dark-contrast-theme .mat-icon-button.mat-accent svg polygon,
.light-theme .dark-contrast-theme .mat-icon-button.mat-accent svg path,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-accent svg g,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-accent svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-accent svg path {
  fill: #ff6e61;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-warn svg g,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-warn svg polygon,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-warn svg path,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-warn svg g,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-warn svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-warn svg path,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-warn svg g,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-warn svg polygon,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-warn svg path,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-warn svg g,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-warn svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-warn svg path, .light-theme .dark-contrast-theme .mdc-button--outlined.mat-warn svg g,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-warn svg polygon,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-warn svg path,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-warn svg g,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-warn svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-warn svg path,
.light-theme .dark-contrast-theme .mat-icon-button.mat-warn svg g,
.light-theme .dark-contrast-theme .mat-icon-button.mat-warn svg polygon,
.light-theme .dark-contrast-theme .mat-icon-button.mat-warn svg path,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-warn svg g,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-warn svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-warn svg path {
  fill: #ff3f33;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled, .dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled, .dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled, .light-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled, .light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled, .light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled,
.light-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled {
  pointer-events: auto;
  color: white;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled svg g,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled svg polygon,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled svg path, .dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled svg g,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled svg polygon,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled svg path, .dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled svg g,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled svg polygon,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled svg path,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled svg g,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled svg path,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled svg g,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled svg path,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled svg g,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled svg path,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled svg g,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled svg polygon,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled svg path,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled svg g,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled svg polygon,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled svg path,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled svg g,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled svg polygon,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled svg path,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled svg g,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled svg path,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled svg g,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled svg path,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled svg g,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled svg path, .light-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled svg g,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled svg polygon,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled svg path, .light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled svg g,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled svg polygon,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled svg path, .light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled svg g,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled svg polygon,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled svg path,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled svg g,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled svg path,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled svg g,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled svg path,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled svg g,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled svg path,
.light-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled svg g,
.light-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled svg polygon,
.light-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled svg path,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled svg g,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled svg polygon,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled svg path,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled svg g,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled svg polygon,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled svg path,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled svg g,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled svg path,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled svg g,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled svg path,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled svg g,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled svg path {
  fill: white;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled.bf-button, .dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button, .dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled.bf-button,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled.bf-button,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled.bf-button,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled.bf-button,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled.bf-button,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button, .light-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled.bf-button, .light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button, .light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled.bf-button,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button,
.light-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled.bf-button,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled.bf-button,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled.bf-button,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled.bf-button,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button {
  color: white;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled.bf-button svg g,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled.bf-button svg polygon,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled.bf-button svg path, .dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button svg g,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button svg polygon,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button svg path, .dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button svg g,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button svg polygon,
.dark-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button svg path,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled.bf-button svg g,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled.bf-button svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled.bf-button svg path,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button svg g,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button svg path,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button svg g,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button svg path,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled.bf-button svg g,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled.bf-button svg polygon,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled.bf-button svg path,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled.bf-button svg g,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled.bf-button svg polygon,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled.bf-button svg path,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled.bf-button svg g,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled.bf-button svg polygon,
.dark-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled.bf-button svg path,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled.bf-button svg g,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled.bf-button svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled.bf-button svg path,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button svg g,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button svg path,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button svg g,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button svg path, .light-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled.bf-button svg g,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled.bf-button svg polygon,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-button-disabled.bf-button svg path, .light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button svg g,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button svg polygon,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button:disabled.bf-button svg path, .light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button svg g,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button svg polygon,
.light-theme .dark-contrast-theme .mdc-button--outlined.mat-mdc-button-disabled.bf-button svg path,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled.bf-button svg g,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled.bf-button svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled.bf-button svg path,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button svg g,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button:disabled.bf-button svg path,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button svg g,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-button.mat-mdc-button-disabled.bf-button svg path,
.light-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled.bf-button svg g,
.light-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled.bf-button svg polygon,
.light-theme .dark-contrast-theme .mat-icon-button.mat-button-disabled.bf-button svg path,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled.bf-button svg g,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled.bf-button svg polygon,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button:disabled.bf-button svg path,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled.bf-button svg g,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled.bf-button svg polygon,
.light-theme .dark-contrast-theme .mat-icon-button.mat-mdc-button-disabled.bf-button svg path,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled.bf-button svg g,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled.bf-button svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-button-disabled.bf-button svg path,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button svg g,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button:disabled.bf-button svg path,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button svg g,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-icon-button.mat-mdc-button-disabled.bf-button svg path {
  fill: white;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined .mat-icon,
.dark-theme .dark-contrast-theme .mat-mdc-button .mat-icon,
.dark-theme .dark-contrast-theme .mat-icon-button .mat-icon,
.dark-theme .dark-contrast-theme .mat-mdc-icon-button .mat-icon, .light-theme .dark-contrast-theme .mdc-button--outlined .mat-icon,
.light-theme .dark-contrast-theme .mat-mdc-button .mat-icon,
.light-theme .dark-contrast-theme .mat-icon-button .mat-icon,
.light-theme .dark-contrast-theme .mat-mdc-icon-button .mat-icon {
  margin-right: 0px;
  height: 24px;
  width: 24px;
}
.dark-theme .dark-contrast-theme .mat-raised-button.mat-primary svg g,
.dark-theme .dark-contrast-theme .mat-raised-button.mat-primary svg polygon,
.dark-theme .dark-contrast-theme .mat-raised-button.mat-primary svg path,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-primary svg g,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-primary svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-primary svg path,
.dark-theme .dark-contrast-theme .mdc-fab.mat-primary svg g,
.dark-theme .dark-contrast-theme .mdc-fab.mat-primary svg polygon,
.dark-theme .dark-contrast-theme .mdc-fab.mat-primary svg path,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-primary svg g,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-primary svg polygon,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-primary svg path, .light-theme .dark-contrast-theme .mat-raised-button.mat-primary svg g,
.light-theme .dark-contrast-theme .mat-raised-button.mat-primary svg polygon,
.light-theme .dark-contrast-theme .mat-raised-button.mat-primary svg path,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-primary svg g,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-primary svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-primary svg path,
.light-theme .dark-contrast-theme .mdc-fab.mat-primary svg g,
.light-theme .dark-contrast-theme .mdc-fab.mat-primary svg polygon,
.light-theme .dark-contrast-theme .mdc-fab.mat-primary svg path,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-primary svg g,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-primary svg polygon,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-primary svg path {
  fill: white;
}
.dark-theme .dark-contrast-theme .mat-raised-button.mat-primary:hover,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-primary:hover,
.dark-theme .dark-contrast-theme .mdc-fab.mat-primary:hover,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-primary:hover, .light-theme .dark-contrast-theme .mat-raised-button.mat-primary:hover,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-primary:hover,
.light-theme .dark-contrast-theme .mdc-fab.mat-primary:hover,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-primary:hover {
  background-color: #0f31f0;
}
.dark-theme .dark-contrast-theme .mat-raised-button.mat-accent,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-accent,
.dark-theme .dark-contrast-theme .mdc-fab.mat-accent,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-accent, .light-theme .dark-contrast-theme .mat-raised-button.mat-accent,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-accent,
.light-theme .dark-contrast-theme .mdc-fab.mat-accent,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-accent {
  color: white;
}
.dark-theme .dark-contrast-theme .mat-raised-button.mat-accent svg g,
.dark-theme .dark-contrast-theme .mat-raised-button.mat-accent svg polygon,
.dark-theme .dark-contrast-theme .mat-raised-button.mat-accent svg path,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-accent svg g,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-accent svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-accent svg path,
.dark-theme .dark-contrast-theme .mdc-fab.mat-accent svg g,
.dark-theme .dark-contrast-theme .mdc-fab.mat-accent svg polygon,
.dark-theme .dark-contrast-theme .mdc-fab.mat-accent svg path,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-accent svg g,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-accent svg polygon,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-accent svg path, .light-theme .dark-contrast-theme .mat-raised-button.mat-accent svg g,
.light-theme .dark-contrast-theme .mat-raised-button.mat-accent svg polygon,
.light-theme .dark-contrast-theme .mat-raised-button.mat-accent svg path,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-accent svg g,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-accent svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-accent svg path,
.light-theme .dark-contrast-theme .mdc-fab.mat-accent svg g,
.light-theme .dark-contrast-theme .mdc-fab.mat-accent svg polygon,
.light-theme .dark-contrast-theme .mdc-fab.mat-accent svg path,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-accent svg g,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-accent svg polygon,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-accent svg path {
  fill: white;
}
.dark-theme .dark-contrast-theme .mat-raised-button.mat-accent:hover,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-accent:hover,
.dark-theme .dark-contrast-theme .mdc-fab.mat-accent:hover,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-accent:hover, .light-theme .dark-contrast-theme .mat-raised-button.mat-accent:hover,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-accent:hover,
.light-theme .dark-contrast-theme .mdc-fab.mat-accent:hover,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-accent:hover {
  background-color: #ff5145;
}
.dark-theme .dark-contrast-theme .mat-raised-button.mat-warn svg g,
.dark-theme .dark-contrast-theme .mat-raised-button.mat-warn svg polygon,
.dark-theme .dark-contrast-theme .mat-raised-button.mat-warn svg path,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-warn svg g,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-warn svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-warn svg path,
.dark-theme .dark-contrast-theme .mdc-fab.mat-warn svg g,
.dark-theme .dark-contrast-theme .mdc-fab.mat-warn svg polygon,
.dark-theme .dark-contrast-theme .mdc-fab.mat-warn svg path,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-warn svg g,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-warn svg polygon,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-warn svg path, .light-theme .dark-contrast-theme .mat-raised-button.mat-warn svg g,
.light-theme .dark-contrast-theme .mat-raised-button.mat-warn svg polygon,
.light-theme .dark-contrast-theme .mat-raised-button.mat-warn svg path,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-warn svg g,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-warn svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-warn svg path,
.light-theme .dark-contrast-theme .mdc-fab.mat-warn svg g,
.light-theme .dark-contrast-theme .mdc-fab.mat-warn svg polygon,
.light-theme .dark-contrast-theme .mdc-fab.mat-warn svg path,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-warn svg g,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-warn svg polygon,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-warn svg path {
  fill: white;
}
.dark-theme .dark-contrast-theme .mat-raised-button.mat-divider,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-divider,
.dark-theme .dark-contrast-theme .mdc-fab.mat-divider,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-divider, .light-theme .dark-contrast-theme .mat-raised-button.mat-divider,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-divider,
.light-theme .dark-contrast-theme .mdc-fab.mat-divider,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-divider {
  background-color: white;
}
.dark-theme .dark-contrast-theme .mat-raised-button.mat-divider svg g,
.dark-theme .dark-contrast-theme .mat-raised-button.mat-divider svg polygon,
.dark-theme .dark-contrast-theme .mat-raised-button.mat-divider svg path,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-divider svg g,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-divider svg polygon,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-divider svg path,
.dark-theme .dark-contrast-theme .mdc-fab.mat-divider svg g,
.dark-theme .dark-contrast-theme .mdc-fab.mat-divider svg polygon,
.dark-theme .dark-contrast-theme .mdc-fab.mat-divider svg path,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-divider svg g,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-divider svg polygon,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-divider svg path, .light-theme .dark-contrast-theme .mat-raised-button.mat-divider svg g,
.light-theme .dark-contrast-theme .mat-raised-button.mat-divider svg polygon,
.light-theme .dark-contrast-theme .mat-raised-button.mat-divider svg path,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-divider svg g,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-divider svg polygon,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-divider svg path,
.light-theme .dark-contrast-theme .mdc-fab.mat-divider svg g,
.light-theme .dark-contrast-theme .mdc-fab.mat-divider svg polygon,
.light-theme .dark-contrast-theme .mdc-fab.mat-divider svg path,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-divider svg g,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-divider svg polygon,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-divider svg path {
  fill: white;
}
.dark-theme .dark-contrast-theme .mat-raised-button.mat-button-disabled, .dark-theme .dark-contrast-theme .mat-raised-button.mat-mdc-button:disabled, .dark-theme .dark-contrast-theme .mat-raised-button.mat-mdc-button-disabled,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-button-disabled,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-mdc-button:disabled,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-mdc-button-disabled,
.dark-theme .dark-contrast-theme .mdc-fab.mat-button-disabled,
.dark-theme .dark-contrast-theme .mdc-fab.mat-mdc-button:disabled,
.dark-theme .dark-contrast-theme .mdc-fab.mat-mdc-button-disabled,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-button-disabled,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-mdc-button:disabled,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-mdc-button-disabled, .light-theme .dark-contrast-theme .mat-raised-button.mat-button-disabled, .light-theme .dark-contrast-theme .mat-raised-button.mat-mdc-button:disabled, .light-theme .dark-contrast-theme .mat-raised-button.mat-mdc-button-disabled,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-button-disabled,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-mdc-button:disabled,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-mdc-button-disabled,
.light-theme .dark-contrast-theme .mdc-fab.mat-button-disabled,
.light-theme .dark-contrast-theme .mdc-fab.mat-mdc-button:disabled,
.light-theme .dark-contrast-theme .mdc-fab.mat-mdc-button-disabled,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-button-disabled,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-mdc-button:disabled,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-mdc-button-disabled {
  pointer-events: auto;
  background-color: #dbdce0;
}
.dark-theme .dark-contrast-theme .mat-raised-button.mat-button-disabled:hover, .dark-theme .dark-contrast-theme .mat-raised-button.mat-mdc-button:disabled:hover, .dark-theme .dark-contrast-theme .mat-raised-button.mat-mdc-button-disabled:hover,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-button-disabled:hover,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-mdc-button:disabled:hover,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-mdc-button-disabled:hover,
.dark-theme .dark-contrast-theme .mdc-fab.mat-button-disabled:hover,
.dark-theme .dark-contrast-theme .mdc-fab.mat-mdc-button:disabled:hover,
.dark-theme .dark-contrast-theme .mdc-fab.mat-mdc-button-disabled:hover,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-button-disabled:hover,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-mdc-button:disabled:hover,
.dark-theme .dark-contrast-theme .mdc-fab--mini.mat-mdc-button-disabled:hover, .light-theme .dark-contrast-theme .mat-raised-button.mat-button-disabled:hover, .light-theme .dark-contrast-theme .mat-raised-button.mat-mdc-button:disabled:hover, .light-theme .dark-contrast-theme .mat-raised-button.mat-mdc-button-disabled:hover,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-button-disabled:hover,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-mdc-button:disabled:hover,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button.mat-mdc-button-disabled:hover,
.light-theme .dark-contrast-theme .mdc-fab.mat-button-disabled:hover,
.light-theme .dark-contrast-theme .mdc-fab.mat-mdc-button:disabled:hover,
.light-theme .dark-contrast-theme .mdc-fab.mat-mdc-button-disabled:hover,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-button-disabled:hover,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-mdc-button:disabled:hover,
.light-theme .dark-contrast-theme .mdc-fab--mini.mat-mdc-button-disabled:hover {
  background-color: #dbdce0;
}
.dark-theme .dark-contrast-theme .mat-mdc-button,
.dark-theme .dark-contrast-theme .mat-mdc-button:has(.material-icons, mat-icon, [matButtonIcon]),
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button,
.dark-theme .dark-contrast-theme .mat-raised-button,
.dark-theme .dark-contrast-theme .mdc-button--outlined, .light-theme .dark-contrast-theme .mat-mdc-button,
.light-theme .dark-contrast-theme .mat-mdc-button:has(.material-icons, mat-icon, [matButtonIcon]),
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button,
.light-theme .dark-contrast-theme .mat-raised-button,
.light-theme .dark-contrast-theme .mdc-button--outlined {
  padding: 27px 24px;
}
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled,
.dark-theme .dark-contrast-theme .mat-mdc-button:disabled,
.dark-theme .dark-contrast-theme .mat-mdc-button.main-dashboard-cta[disabled], .light-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled,
.light-theme .dark-contrast-theme .mat-mdc-button:disabled,
.light-theme .dark-contrast-theme .mat-mdc-button.main-dashboard-cta[disabled] {
  background-color: #dbdce0;
}
.dark-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled.bf-button,
.dark-theme .dark-contrast-theme .mat-mdc-button:disabled.bf-button,
.dark-theme .dark-contrast-theme .mat-mdc-button.main-dashboard-cta[disabled].bf-button, .light-theme .dark-contrast-theme .mat-mdc-button.mat-button-disabled.bf-button,
.light-theme .dark-contrast-theme .mat-mdc-button:disabled.bf-button,
.light-theme .dark-contrast-theme .mat-mdc-button.main-dashboard-cta[disabled].bf-button {
  background-color: #FFFFFF;
}
.dark-theme .dark-contrast-theme header[mat-tab-nav-bar] .mat-mdc-button:disabled, .light-theme .dark-contrast-theme header[mat-tab-nav-bar] .mat-mdc-button:disabled {
  background-color: transparent;
}
.dark-theme .dark-contrast-theme .mat-mdc-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta),
.dark-theme .dark-contrast-theme .mat-mdc-outlined-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta),
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta), .light-theme .dark-contrast-theme .mat-mdc-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta),
.light-theme .dark-contrast-theme .mat-mdc-outlined-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta),
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta) {
  color: white;
  --mdc-outlined-button-label-text-color: var(--text);
  --mdc-filled-button-label-text-color: var(--text);
}
.dark-theme .dark-contrast-theme .mat-mdc-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta).bf-button,
.dark-theme .dark-contrast-theme .mat-mdc-outlined-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta).bf-button,
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta).bf-button, .light-theme .dark-contrast-theme .mat-mdc-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta).bf-button,
.light-theme .dark-contrast-theme .mat-mdc-outlined-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta).bf-button,
.light-theme .dark-contrast-theme .mat-mdc-unelevated-button:not(:disabled):not(.mat-primary):not(.mat-accent):not(.mat-warn):not(.mat-mdc-snack-bar-action):not(.bf-accent):not(.bf-primary):not(.secondary-dashboard-cta).bf-button {
  color: white;
  --mdc-outlined-button-label-text-color: var(--foreground-secondary-text);
  --mdc-filled-button-label-text-color: var(--foreground-secondary-text);
}
.dark-theme .dark-contrast-theme .mat-simple-snackbar .mat-button, .light-theme .dark-contrast-theme .mat-simple-snackbar .mat-button {
  padding: 0 20px;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled), .light-theme .dark-contrast-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled) {
  border-radius: 26px;
  border-color: white;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-primary, .light-theme .dark-contrast-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-primary {
  border-color: #3c64f7;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-primary:hover, .light-theme .dark-contrast-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-primary:hover {
  border-color: #0f31f0;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-accent, .light-theme .dark-contrast-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-accent {
  border-color: #ff6e61;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-accent:hover, .light-theme .dark-contrast-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-accent:hover {
  border-color: #ff5145;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-warn, .light-theme .dark-contrast-theme .mdc-button--outlined:not(.mat-button-disabled):not(.mat-mdc-button:disabled):not(.mat-mdc-button-disabled).mat-warn {
  border-color: #ff3f33;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined, .light-theme .dark-contrast-theme .mdc-button--outlined {
  border-radius: 26px;
  border-width: 1.5px;
}
.dark-theme .dark-contrast-theme .mdc-button--outlined:hover .mat-button-focus-overlay, .light-theme .dark-contrast-theme .mdc-button--outlined:hover .mat-button-focus-overlay {
  opacity: 0.08;
}
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button, .light-theme .dark-contrast-theme .mat-mdc-unelevated-button {
  border-radius: 26px;
}
.dark-theme .dark-contrast-theme .mat-fab.active, .light-theme .dark-contrast-theme .mat-fab.active {
  background-color: var(--active);
}
.dark-theme .dark-contrast-theme auth-widget button[mat-icon-button] img, .light-theme .dark-contrast-theme auth-widget button[mat-icon-button] img {
  border: 1px solid white;
}
.dark-theme .dark-contrast-theme tunnel-page section article button[mat-mini-fab] .mat-button-wrapper, .light-theme .dark-contrast-theme tunnel-page section article button[mat-mini-fab] .mat-button-wrapper {
  padding: 0;
}
.dark-theme .dark-contrast-theme button.translucent, .dark-theme .dark-contrast-theme a.translucent, .light-theme .dark-contrast-theme button.translucent, .light-theme .dark-contrast-theme a.translucent {
  background: rgba(60, 100, 247, 0.16);
}
.dark-theme .dark-contrast-theme a.mat-mdc-button.main-dashboard-cta,
.dark-theme .dark-contrast-theme button.mat-mdc-button.main-dashboard-cta, .light-theme .dark-contrast-theme a.mat-mdc-button.main-dashboard-cta,
.light-theme .dark-contrast-theme button.mat-mdc-button.main-dashboard-cta {
  background-color: var(--dashboard-cta);
}
.dark-theme .dark-contrast-theme .mat-mdc-unelevated-button[disabled][disabled], .light-theme .dark-contrast-theme .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-label-text-color: #FFF;
  --mdc-filled-button-disabled-container-color: var(--background-disabled-button);
}
.dark-theme .dark-contrast-theme .mat-mdc-button.secondary-dashboard-cta, .light-theme .dark-contrast-theme .mat-mdc-button.secondary-dashboard-cta {
  padding: 0;
}
.dark-theme .dark-contrast-theme .mat-mdc-button:not(:disabled).secondary-dashboard-cta:hover, .light-theme .dark-contrast-theme .mat-mdc-button:not(:disabled).secondary-dashboard-cta:hover {
  color: var(--primary);
}
.dark-theme .dark-contrast-theme .mat-mdc-button:not(:disabled).secondary-dashboard-cta:hover mat-icon, .light-theme .dark-contrast-theme .mat-mdc-button:not(:disabled).secondary-dashboard-cta:hover mat-icon {
  color: var(--primary);
}
.dark-theme .dark-contrast-theme .mat-mdc-button:not(:disabled).secondary-dashboard-cta:hover .mat-mdc-button-persistent-ripple::before, .light-theme .dark-contrast-theme .mat-mdc-button:not(:disabled).secondary-dashboard-cta:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0;
}
.dark-theme .dark-contrast-theme .mat-mdc-button:disabled.secondary-dashboard-cta, .light-theme .dark-contrast-theme .mat-mdc-button:disabled.secondary-dashboard-cta {
  background-color: transparent;
}
.dark-theme .dark-contrast-theme .mat-mdc-button:disabled.secondary-dashboard-cta:hover .mat-mdc-button-persistent-ripple::before, .light-theme .dark-contrast-theme .mat-mdc-button:disabled.secondary-dashboard-cta:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0;
}
.dark-theme .dark-contrast-theme .mat-mdc-card, .light-theme .dark-contrast-theme .mat-mdc-card {
  background-color: white;
  border: 1px solid white;
  padding: 24px 16px;
}
.dark-theme .dark-contrast-theme .mat-mdc-card:not([class*=mat-elevation-z]), .light-theme .dark-contrast-theme .mat-mdc-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.dark-theme .dark-contrast-theme .mat-mdc-card .mat-mdc-card-image:first-child, .light-theme .dark-contrast-theme .mat-mdc-card .mat-mdc-card-image:first-child {
  margin-top: -24px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.dark-theme .dark-contrast-theme .mat-mdc-card .mat-mdc-card-title, .light-theme .dark-contrast-theme .mat-mdc-card .mat-mdc-card-title {
  font-size: 20px;
  color: white;
  font-weight: bold;
}
.dark-theme .dark-contrast-theme .mat-mdc-card .mat-mdc-card-subtitle.mat-caption, .light-theme .dark-contrast-theme .mat-mdc-card .mat-mdc-card-subtitle.mat-caption {
  font-size: 13px;
}
.dark-theme .dark-contrast-theme .mat-mdc-card .mat-mdc-card-header-text, .light-theme .dark-contrast-theme .mat-mdc-card .mat-mdc-card-header-text {
  margin: 0;
}
.dark-theme .dark-contrast-theme .mat-mdc-card .mat-mdc-card-content, .light-theme .dark-contrast-theme .mat-mdc-card .mat-mdc-card-content {
  padding: 0;
}
.dark-theme .dark-contrast-theme .mat-mdc-nav-list, .dark-theme .dark-contrast-theme .mat-mdc-list, .dark-theme .dark-contrast-theme .mat-mdc-selection-list, .light-theme .dark-contrast-theme .mat-mdc-nav-list, .light-theme .dark-contrast-theme .mat-mdc-list, .light-theme .dark-contrast-theme .mat-mdc-selection-list {
  border-radius: 10px;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base, .light-theme .dark-contrast-theme .mat-mdc-list-base {
  padding-top: 0;
  background-color: white;
  border: 1px solid white;
  padding-bottom: 0;
  --mdc-list-list-item-focus-state-layer-color: transparent;
}
.dark-theme .dark-contrast-theme .mat-mdc-tab-link.mdc-tab, .light-theme .dark-contrast-theme .mat-mdc-tab-link.mdc-tab {
  padding: 0;
  height: 60px;
}
.dark-theme .dark-contrast-theme .mat-mdc-nav-list a.active, .light-theme .dark-contrast-theme .mat-mdc-nav-list a.active {
  color: #3c64f7;
  background-color: rgba(60, 100, 247, 0.05);
}
.dark-theme .dark-contrast-theme .mat-mdc-nav-list a.active .mat-mdc-list-icon path, .dark-theme .dark-contrast-theme .mat-mdc-nav-list a.active .mat-mdc-list-icon g, .dark-theme .dark-contrast-theme .mat-mdc-nav-list a.active .mat-mdc-list-icon polygon, .light-theme .dark-contrast-theme .mat-mdc-nav-list a.active .mat-mdc-list-icon path, .light-theme .dark-contrast-theme .mat-mdc-nav-list a.active .mat-mdc-list-icon g, .light-theme .dark-contrast-theme .mat-mdc-nav-list a.active .mat-mdc-list-icon polygon {
  fill: #3c64f7;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base a.mat-mdc-list-item.active:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content, .light-theme .dark-contrast-theme .mat-mdc-list-base a.mat-mdc-list-item.active:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content {
  color: #3c64f7;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base a.mat-mdc-list-item.active:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content mat-icon, .light-theme .dark-contrast-theme .mat-mdc-list-base a.mat-mdc-list-item.active:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content mat-icon {
  color: #3c64f7;
}
.dark-theme .dark-contrast-theme .mat-mdc-sidenav .mat-mdc-nav-list, .dark-theme .dark-contrast-theme .mat-mdc-list-base, .light-theme .dark-contrast-theme .mat-mdc-sidenav .mat-mdc-nav-list, .light-theme .dark-contrast-theme .mat-mdc-list-base {
  border: none;
  background: transparent;
}
.dark-theme .dark-contrast-theme nav[mat-tab-nav-bar] a[mat-tab-link],
.dark-theme .dark-contrast-theme nav[mat-tab-nav-bar] button[mat-tab-link],
.dark-theme .dark-contrast-theme .mat-mdc-tab-label, .light-theme .dark-contrast-theme nav[mat-tab-nav-bar] a[mat-tab-link],
.light-theme .dark-contrast-theme nav[mat-tab-nav-bar] button[mat-tab-link],
.light-theme .dark-contrast-theme .mat-mdc-tab-label {
  opacity: 1;
  min-width: 10px;
}
.dark-theme .dark-contrast-theme nav[mat-tab-nav-bar] a[mat-tab-link].mat-mdc-tab-label-active,
.dark-theme .dark-contrast-theme nav[mat-tab-nav-bar] button[mat-tab-link].mat-mdc-tab-label-active,
.dark-theme .dark-contrast-theme .mat-mdc-tab-label.mat-mdc-tab-label-active, .light-theme .dark-contrast-theme nav[mat-tab-nav-bar] a[mat-tab-link].mat-mdc-tab-label-active,
.light-theme .dark-contrast-theme nav[mat-tab-nav-bar] button[mat-tab-link].mat-mdc-tab-label-active,
.light-theme .dark-contrast-theme .mat-mdc-tab-label.mat-mdc-tab-label-active {
  color: #3c64f7;
}
.dark-theme .dark-contrast-theme nav[mat-stretch-tabs=false] a[mat-tab-link],
.dark-theme .dark-contrast-theme nav[mat-stretch-tabs=false] button[mat-tab-link],
.dark-theme .dark-contrast-theme .mat-mdc-tab-nav-bar[mat-stretch-tabs=false] button[mat-tab-link],
.dark-theme .dark-contrast-theme .mat-mdc-tab-nav-bar[mat-stretch-tabs=false] a[mat-tab-link], .light-theme .dark-contrast-theme nav[mat-stretch-tabs=false] a[mat-tab-link],
.light-theme .dark-contrast-theme nav[mat-stretch-tabs=false] button[mat-tab-link],
.light-theme .dark-contrast-theme .mat-mdc-tab-nav-bar[mat-stretch-tabs=false] button[mat-tab-link],
.light-theme .dark-contrast-theme .mat-mdc-tab-nav-bar[mat-stretch-tabs=false] a[mat-tab-link] {
  padding: 0 16px;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines), .light-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) {
  height: 56px;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content,
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value, .light-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content,
.light-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value {
  color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content mat-icon,
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value mat-icon, .light-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content mat-icon,
.light-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value mat-icon {
  margin-left: 8px;
  margin-bottom: -6px;
  margin-right: 16px;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content button.mdc-fab--mini mat-icon,
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value button.mdc-fab--mini mat-icon, .light-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content button.mdc-fab--mini mat-icon,
.light-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value button.mdc-fab--mini mat-icon {
  margin: 0;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content mat-icon.mat-badge-overlap,
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value mat-icon.mat-badge-overlap, .light-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content mat-icon.mat-badge-overlap,
.light-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value mat-icon.mat-badge-overlap {
  vertical-align: middle;
  margin-bottom: -9px;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value, .light-theme .dark-contrast-theme .mat-mdc-list-base .mat-mdc-list-item:not(.mdc-list-item.mdc-list-item--with-two-lines) .mat-mdc-list-item-unscoped-content .mat-mdc-select-value {
  width: 90%;
}
.dark-theme .dark-contrast-theme .mat-mdc-optgroup .mdc-list-item__primary-text, .light-theme .dark-contrast-theme .mat-mdc-optgroup .mdc-list-item__primary-text {
  width: 100%;
}
.dark-theme .dark-contrast-theme .mat-mdc-optgroup .group label, .light-theme .dark-contrast-theme .mat-mdc-optgroup .group label {
  font-weight: bold;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-avatar, .light-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-avatar {
  margin-top: 8px;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-line, .light-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-line {
  margin: 0;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-meta.mat-mdc-icon-button, .light-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-meta.mat-mdc-icon-button {
  margin-top: 6px;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-meta *, .light-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-meta * {
  align-items: center;
}
.dark-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-meta::before, .light-theme .dark-contrast-theme .mat-mdc-list-base .mdc-list-item.mdc-list-item--with-two-lines .mat-mdc-list-item-meta::before {
  height: 12px;
}
.dark-theme .dark-contrast-theme .cdk-overlay-pane:has(.mat-mdc-select-panel), .light-theme .dark-contrast-theme .cdk-overlay-pane:has(.mat-mdc-select-panel) {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-checkbox .mdc-list-item__start, .light-theme .dark-contrast-theme .mdc-list-item--with-leading-checkbox .mdc-list-item__start {
  margin-right: 4px;
}
.dark-theme .dark-contrast-theme .mdc-list-item:hover::before, .light-theme .dark-contrast-theme .mdc-list-item:hover::before {
  --mdc-list-list-item-hover-state-layer-color: var(--primary-lighter);
  --mdc-list-list-item-hover-state-layer-opacity: 0.2;
}
.dark-theme .dark-contrast-theme .mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled), .light-theme .dark-contrast-theme .mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) {
  --mat-mdc-snack-bar-button-color: var(--foreground-divider);
}
.dark-theme .dark-contrast-theme .mat-mdc-slider .mdc-slider__value-indicator, .light-theme .dark-contrast-theme .mat-mdc-slider .mdc-slider__value-indicator {
  background-color: #3c64f7;
}
.dark-theme .dark-contrast-theme .mat-mdc-slider .mdc-slider__value-indicator .mdc-slider__value-indicator-text, .light-theme .dark-contrast-theme .mat-mdc-slider .mdc-slider__value-indicator .mdc-slider__value-indicator-text {
  font-size: 11px;
}
.dark-theme .dark-contrast-theme .mat-mdc-slider .mdc-slider__value-indicator::before, .light-theme .dark-contrast-theme .mat-mdc-slider .mdc-slider__value-indicator::before {
  border-top-color: #3c64f7;
  --mdc-slider-label-container-color: var(--slider-thumb);
}
.dark-theme .dark-contrast-theme .mat-mdc-slider .mdc-slider__track--inactive, .light-theme .dark-contrast-theme .mat-mdc-slider .mdc-slider__track--inactive {
  background-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-slider.bf-inverted-slider .mdc-slider__track--active, .light-theme .dark-contrast-theme .mat-mdc-slider.bf-inverted-slider .mdc-slider__track--active {
  background: var(--mdc-slider-active-track-color);
}
.dark-theme .dark-contrast-theme .mat-mdc-slider.bf-inverted-slider .mdc-slider__track--active .mdc-slider__track--active_fill, .light-theme .dark-contrast-theme .mat-mdc-slider.bf-inverted-slider .mdc-slider__track--active .mdc-slider__track--active_fill {
  border-color: white;
}
.dark-theme .dark-contrast-theme chips-autocomplete mat-chip-option.mat-mdc-standard-chip,
.dark-theme .dark-contrast-theme chips-autocomplete mat-chip.mat-mdc-standard-chip, .light-theme .dark-contrast-theme chips-autocomplete mat-chip-option.mat-mdc-standard-chip,
.light-theme .dark-contrast-theme chips-autocomplete mat-chip.mat-mdc-standard-chip {
  margin: -2px 4px;
}
.dark-theme .dark-contrast-theme mat-chip-option.mat-mdc-standard-chip,
.dark-theme .dark-contrast-theme mat-chip.mat-mdc-standard-chip, .light-theme .dark-contrast-theme mat-chip-option.mat-mdc-standard-chip,
.light-theme .dark-contrast-theme mat-chip.mat-mdc-standard-chip {
  color: white;
}
.dark-theme .dark-contrast-theme mat-chip-option.mat-mdc-standard-chip[disableRipple]::after,
.dark-theme .dark-contrast-theme mat-chip.mat-mdc-standard-chip[disableRipple]::after, .light-theme .dark-contrast-theme mat-chip-option.mat-mdc-standard-chip[disableRipple]::after,
.light-theme .dark-contrast-theme mat-chip.mat-mdc-standard-chip[disableRipple]::after {
  opacity: 0;
}
.dark-theme .dark-contrast-theme mat-chip-option[selected][disableRipple].mat-primary.movie-chip,
.dark-theme .dark-contrast-theme mat-chip[selected][disableRipple].mat-primary.movie-chip, .light-theme .dark-contrast-theme mat-chip-option[selected][disableRipple].mat-primary.movie-chip,
.light-theme .dark-contrast-theme mat-chip[selected][disableRipple].mat-primary.movie-chip {
  background-color: rgba(0, 0, 0, 0.288);
  color: #FFFFFF;
}
.dark-theme .dark-contrast-theme .mat-mdc-standard-chip.warn:not(.mdc-evolution-chip--disabled), .light-theme .dark-contrast-theme .mat-mdc-standard-chip.warn:not(.mdc-evolution-chip--disabled) {
  background-color: #ffb7b0;
}
.dark-theme .dark-contrast-theme .mat-mdc-standard-chip.warn:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label, .light-theme .dark-contrast-theme .mat-mdc-standard-chip.warn:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label {
  color: #FFFFFF;
}
.dark-theme .dark-contrast-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.warn, .light-theme .dark-contrast-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.warn {
  background-color: var(--warn);
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field, .light-theme .dark-contrast-theme .mat-mdc-form-field {
  margin-top: 0.4em;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field-underline, .light-theme .dark-contrast-theme .mat-mdc-form-field-underline {
  position: static;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field[no-underline] .mat-mdc-form-field-underline, .light-theme .dark-contrast-theme .mat-mdc-form-field[no-underline] .mat-mdc-form-field-underline {
  display: none;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field.ng-invalid.ng-touched .mat-icon svg path, .light-theme .dark-contrast-theme .mat-mdc-form-field.ng-invalid.ng-touched .mat-icon svg path {
  fill: #ff3f33;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field.ng-invalid.ng-touched mat-datepicker-toggle button svg, .light-theme .dark-contrast-theme .mat-mdc-form-field.ng-invalid.ng-touched mat-datepicker-toggle button svg {
  margin-bottom: 4px;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field.ng-invalid.ng-touched mat-datepicker-toggle button svg path, .light-theme .dark-contrast-theme .mat-mdc-form-field.ng-invalid.ng-touched mat-datepicker-toggle button svg path {
  fill: #ff3f33;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field mat-datepicker-toggle.small button, .light-theme .dark-contrast-theme .mat-mdc-form-field mat-datepicker-toggle.small button {
  height: 20px;
  line-height: 20px;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field .mat-icon, .light-theme .dark-contrast-theme .mat-mdc-form-field .mat-icon {
  margin-left: 0px;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field mat-icon[matPrefix],
.dark-theme .dark-contrast-theme .mat-mdc-form-field .mat-mdc-form-field-icon-suffix, .light-theme .dark-contrast-theme .mat-mdc-form-field mat-icon[matPrefix],
.light-theme .dark-contrast-theme .mat-mdc-form-field .mat-mdc-form-field-icon-suffix {
  margin-left: 10px;
  margin-right: 10px;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field .mdc-text-field,
.dark-theme .dark-contrast-theme .mat-mdc-form-field .mdc-text-field:hover,
.dark-theme .dark-contrast-theme .mat-mdc-form-field .mat-mdc-form-field-focus-overlay, .light-theme .dark-contrast-theme .mat-mdc-form-field .mdc-text-field,
.light-theme .dark-contrast-theme .mat-mdc-form-field .mdc-text-field:hover,
.light-theme .dark-contrast-theme .mat-mdc-form-field .mat-mdc-form-field-focus-overlay {
  background-color: transparent;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field .mdc-text-field .mdc-line-ripple::before,
.dark-theme .dark-contrast-theme .mat-mdc-form-field .mdc-text-field:hover .mdc-line-ripple::before,
.dark-theme .dark-contrast-theme .mat-mdc-form-field .mat-mdc-form-field-focus-overlay .mdc-line-ripple::before, .light-theme .dark-contrast-theme .mat-mdc-form-field .mdc-text-field .mdc-line-ripple::before,
.light-theme .dark-contrast-theme .mat-mdc-form-field .mdc-text-field:hover .mdc-line-ripple::before,
.light-theme .dark-contrast-theme .mat-mdc-form-field .mat-mdc-form-field-focus-overlay .mdc-line-ripple::before {
  border-bottom-color: white;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field .mat-mdc-form-field-hint, .light-theme .dark-contrast-theme .mat-mdc-form-field .mat-mdc-form-field-hint {
  color: rgba(102, 107, 129, 0.6);
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field .mdc-notched-outline--notched .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after, .light-theme .dark-contrast-theme .mat-mdc-form-field .mdc-notched-outline--notched .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after {
  color: var(--warn);
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field input[noscroll=""]::-webkit-outer-spin-button,
.dark-theme .dark-contrast-theme .mat-mdc-form-field input[noscroll=""]::-webkit-inner-spin-button, .light-theme .dark-contrast-theme .mat-mdc-form-field input[noscroll=""]::-webkit-outer-spin-button,
.light-theme .dark-contrast-theme .mat-mdc-form-field input[noscroll=""]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field input[noscroll=""], .light-theme .dark-contrast-theme .mat-mdc-form-field input[noscroll=""] {
  -moz-appearance: textfield;
}
.dark-theme .dark-contrast-theme .mat-error, .light-theme .dark-contrast-theme .mat-error {
  color: var(--mat-form-field-error-text-color);
}
.dark-theme .dark-contrast-theme .bf-input-date div.mdc-text-field, .light-theme .dark-contrast-theme .bf-input-date div.mdc-text-field {
  width: 190px;
}
.dark-theme .dark-contrast-theme .mat-form-field-appearance-outline, .light-theme .dark-contrast-theme .mat-form-field-appearance-outline {
  /* Change the border hover color */
}
.dark-theme .dark-contrast-theme .mat-form-field-appearance-outline .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.dark-theme .dark-contrast-theme .mat-form-field-appearance-outline .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.dark-theme .dark-contrast-theme .mat-form-field-appearance-outline .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing, .light-theme .dark-contrast-theme .mat-form-field-appearance-outline .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.light-theme .dark-contrast-theme .mat-form-field-appearance-outline .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.light-theme .dark-contrast-theme .mat-form-field-appearance-outline .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--primary);
}
.dark-theme .dark-contrast-theme .mat-form-field-appearance-outline .mdc-text-field--outlined, .light-theme .dark-contrast-theme .mat-form-field-appearance-outline .mdc-text-field--outlined {
  color: white;
}
.dark-theme .dark-contrast-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick, .light-theme .dark-contrast-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: #3c64f7;
}
.dark-theme .dark-contrast-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start,
.dark-theme .dark-contrast-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.dark-theme .dark-contrast-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap, .light-theme .dark-contrast-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start,
.light-theme .dark-contrast-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.light-theme .dark-contrast-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px;
}
.dark-theme .dark-contrast-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline, .light-theme .dark-contrast-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: white;
}
.dark-theme .dark-contrast-theme .mat-form-field-appearance-outline.bf-input-small, .light-theme .dark-contrast-theme .mat-form-field-appearance-outline.bf-input-small {
  margin: 0px;
}
.dark-theme .dark-contrast-theme .mat-form-field-appearance-outline.bf-input-small .mat-mdc-form-field-subscript-wrapper, .light-theme .dark-contrast-theme .mat-form-field-appearance-outline.bf-input-small .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.dark-theme .dark-contrast-theme .mdc-menu-surface.mat-mdc-select-panel, .light-theme .dark-contrast-theme .mdc-menu-surface.mat-mdc-select-panel {
  padding: 0px;
}
.dark-theme .dark-contrast-theme scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above),
.dark-theme .dark-contrast-theme group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above), .light-theme .dark-contrast-theme scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above),
.light-theme .dark-contrast-theme group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) {
  --mat-mdc-form-field-label-offset-x: -88px;
}
.dark-theme .dark-contrast-theme scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label,
.dark-theme .dark-contrast-theme group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label, .light-theme .dark-contrast-theme scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label,
.light-theme .dark-contrast-theme group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label {
  margin-left: 58px;
}
.dark-theme .dark-contrast-theme .cdk-overlay-pane scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above),
.dark-theme .dark-contrast-theme .cdk-overlay-pane group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above), .light-theme .dark-contrast-theme .cdk-overlay-pane scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above),
.light-theme .dark-contrast-theme .cdk-overlay-pane group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) {
  --mat-mdc-form-field-label-offset-x: 0px;
  transform: var(--mat-mdc-form-field-label-transform, translateY(-50%) translateX(0%)) !important;
}
.dark-theme .dark-contrast-theme .cdk-overlay-pane scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label,
.dark-theme .dark-contrast-theme .cdk-overlay-pane group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label, .light-theme .dark-contrast-theme .cdk-overlay-pane scope-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label,
.light-theme .dark-contrast-theme .cdk-overlay-pane group-multiselect:not([selectIcon=none]) .mat-mdc-form-field label:not(.mdc-floating-label--float-above) mat-label {
  margin-left: 42px;
}
.dark-theme .dark-contrast-theme .mat-mdc-slide-toggle, .light-theme .dark-contrast-theme .mat-mdc-slide-toggle {
  --mdc-switch-selected-handle-color: var(--primary);
  --mdc-switch-selected-pressed-handle-color: var(--primary);
  --mdc-switch-selected-pressed-state-layer-color: var(--primary);
  --mdc-switch-selected-hover-state-layer-color: var(--primary);
  --mdc-switch-selected-hover-handle-color: var(--primary);
  --mdc-switch-selected-focus-state-layer-color: var(--primary);
  --mdc-switch-selected-focus-handle-color: var(--primary);
}
.dark-theme .dark-contrast-theme .mat-mdc-radio-button .mdc-radio, .light-theme .dark-contrast-theme .mat-mdc-radio-button .mdc-radio {
  --mdc-radio-state-layer-size: 30px ;
}
.dark-theme .dark-contrast-theme .dark-contrast-theme .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background, .light-theme .dark-contrast-theme .dark-contrast-theme .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  --mdc-checkbox-unselected-icon-color: #FFF;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field-subscript-wrapper, .light-theme .dark-contrast-theme .mat-mdc-form-field-subscript-wrapper {
  margin-bottom: 0.6666666667em;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch, .light-theme .dark-contrast-theme .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field, .light-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field {
  background-color: var(--dashboard-cta);
  border-radius: 0px;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-icon,
.dark-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-mdc-select-arrow,
.dark-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-mdc-select, .light-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-icon,
.light-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-mdc-select-arrow,
.light-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-mdc-select {
  color: var(--primary);
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-mdc-select-value-text, .light-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mat-mdc-select-value-text {
  font-weight: bold;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-line-ripple::before, .light-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-line-ripple::before {
  border: none;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__leading,
.dark-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__notch,
.dark-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__trailing, .light-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__leading,
.light-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__notch,
.light-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__trailing {
  border: none;
}
.dark-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__leading .mat-mdc-form-field-required-marker,
.dark-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__notch .mat-mdc-form-field-required-marker,
.dark-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__trailing .mat-mdc-form-field-required-marker, .light-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__leading .mat-mdc-form-field-required-marker,
.light-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__notch .mat-mdc-form-field-required-marker,
.light-theme .dark-contrast-theme .mat-mdc-form-field.main-dashboard-cta .mdc-text-field .mdc-notched-outline__trailing .mat-mdc-form-field-required-marker {
  display: none;
}
.dark-theme .dark-contrast-theme .mat-tab-label:hover .mat-icon path, .dark-theme .dark-contrast-theme .mat-tab-label:hover .mat-icon g, .dark-theme .dark-contrast-theme .mat-tab-label:hover .mat-icon polygon, .light-theme .dark-contrast-theme .mat-tab-label:hover .mat-icon path, .light-theme .dark-contrast-theme .mat-tab-label:hover .mat-icon g, .light-theme .dark-contrast-theme .mat-tab-label:hover .mat-icon polygon {
  fill: white;
}
.dark-theme .dark-contrast-theme *:not(.mat-mdc-tab-group-inverted-header) > .mat-mdc-tab-header, .light-theme .dark-contrast-theme *:not(.mat-mdc-tab-group-inverted-header) > .mat-mdc-tab-header {
  border-bottom: 1px solid white;
}
.dark-theme .dark-contrast-theme .mat-mdc-tab-group-inverted-header > .mat-mdc-tab-header, .light-theme .dark-contrast-theme .mat-mdc-tab-group-inverted-header > .mat-mdc-tab-header {
  border-top: 1px solid white;
}
.dark-theme .dark-contrast-theme .mat-mdc-tab-links .mat-mdc-tab-disabled .mdc-tab__text-label, .light-theme .dark-contrast-theme .mat-mdc-tab-links .mat-mdc-tab-disabled .mdc-tab__text-label {
  color: #ffffff;
}
.dark-theme .dark-contrast-theme .bf-tabs .mat-mdc-tab-header, .light-theme .dark-contrast-theme .bf-tabs .mat-mdc-tab-header {
  border-bottom: none;
  padding: 24px;
  justify-content: center;
  --mdc-secondary-navigation-tab-container-height: 66px;
}
.dark-theme .dark-contrast-theme .bf-tabs .mat-mdc-tab-header .mat-mdc-tab-label-container, .light-theme .dark-contrast-theme .bf-tabs .mat-mdc-tab-header .mat-mdc-tab-label-container {
  flex-grow: 0;
  padding: 1px;
}
.dark-theme .dark-contrast-theme .bf-tabs .mdc-tab--active, .light-theme .dark-contrast-theme .bf-tabs .mdc-tab--active {
  --mat-tab-header-active-hover-label-text-color: #ffffff;
  --mat-tab-header-active-focus-label-text-color: #ffffff;
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.dark-theme .dark-contrast-theme .bf-tabs .mdc-tab--active .mdc-tab__text-label, .light-theme .dark-contrast-theme .bf-tabs .mdc-tab--active .mdc-tab__text-label {
  color: #ffffff;
}
.dark-theme .dark-contrast-theme .bf-tabs .mat-mdc-tab:not(.mdc-tab--active), .light-theme .dark-contrast-theme .bf-tabs .mat-mdc-tab:not(.mdc-tab--active) {
  color: #ffffff;
  border: 1px solid var(--primary);
}
.dark-theme .dark-contrast-theme .bf-tabs .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label, .light-theme .dark-contrast-theme .bf-tabs .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label {
  color: var(--primary);
}
.dark-theme .dark-contrast-theme .mat-toolbar, .light-theme .dark-contrast-theme .mat-toolbar {
  height: 80px;
  box-shadow: none;
  border-bottom: 1px solid white;
  background-color: white;
}
.dark-theme .dark-contrast-theme .mat-button-toggle, .light-theme .dark-contrast-theme .mat-button-toggle {
  color: #3c64f7;
}
.dark-theme .dark-contrast-theme .mat-button-toggle-appearance-standard, .light-theme .dark-contrast-theme .mat-button-toggle-appearance-standard {
  background-color: transparent;
}
.dark-theme .dark-contrast-theme .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle, .light-theme .dark-contrast-theme .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #3c64f7;
}
.dark-theme .dark-contrast-theme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle, .light-theme .dark-contrast-theme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #3c64f7;
}
.dark-theme .dark-contrast-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.dark-theme .dark-contrast-theme .mat-button-toggle-group-appearance-standard, .light-theme .dark-contrast-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.light-theme .dark-contrast-theme .mat-button-toggle-group-appearance-standard {
  border: solid 1px #3c64f7;
}
.dark-theme .dark-contrast-theme .mat-button-toggle-checked.mat-button-toggle-appearance-standard, .light-theme .dark-contrast-theme .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  background-color: #0f31f0;
  color: white;
}
.dark-theme .dark-contrast-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard .mat-pseudo-checkbox,
.dark-theme .dark-contrast-theme .mat-button-toggle-group-appearance-standard .mat-pseudo-checkbox, .light-theme .dark-contrast-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard .mat-pseudo-checkbox,
.light-theme .dark-contrast-theme .mat-button-toggle-group-appearance-standard .mat-pseudo-checkbox {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--primary-contrast);
}
.dark-theme .dark-contrast-theme .bf-toggle-button-group .mat-button-toggle-disabled, .light-theme .dark-contrast-theme .bf-toggle-button-group .mat-button-toggle-disabled {
  color: var(--foreground-divider);
}
.dark-theme .dark-contrast-theme mat-sidenav, .light-theme .dark-contrast-theme mat-sidenav {
  width: 260px;
}
.dark-theme .dark-contrast-theme .mat-drawer-inner-container, .light-theme .dark-contrast-theme .mat-drawer-inner-container {
  display: flex;
  flex-direction: column;
}
.dark-theme .dark-contrast-theme mat-sidenav-content[tunnelSpecificities], .light-theme .dark-contrast-theme mat-sidenav-content[tunnelSpecificities] {
  background-color: white;
}
.dark-theme .dark-contrast-theme mat-stepper.mat-stepper-horizontal, .light-theme .dark-contrast-theme mat-stepper.mat-stepper-horizontal {
  background-color: transparent;
}
.dark-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container, .light-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container {
  margin: 0 64px;
  gap: 10px;
}
.dark-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header, .light-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header {
  font-size: 16px;
  height: unset;
  padding: 14px 24px;
  border-radius: 2px;
  background-color: rgba(219, 220, 224, 0.4);
}
.dark-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header:hover, .dark-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header[aria-selected=true], .light-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header:hover, .light-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header[aria-selected=true] {
  background-color: rgba(60, 100, 247, 0.2);
}
.dark-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header:hover .mat-step-icon, .dark-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header[aria-selected=true] .mat-step-icon, .light-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header:hover .mat-step-icon, .light-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header[aria-selected=true] .mat-step-icon {
  color: #3c64f7;
  border: solid 2.5px #3c64f7;
}
.dark-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header:hover .mat-step-label, .dark-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header[aria-selected=true] .mat-step-label, .light-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header:hover .mat-step-label, .light-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header[aria-selected=true] .mat-step-label {
  color: #3c64f7;
}
.dark-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header .mat-step-icon, .light-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header .mat-step-icon {
  background-color: transparent;
  border: solid 2.5px white;
  color: white;
  font-weight: 600;
}
.dark-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header .mat-step-label, .light-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container mat-step-header .mat-step-label {
  font-weight: 600;
}
.dark-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-stepper-horizontal-line, .light-theme .dark-contrast-theme mat-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container .mat-stepper-horizontal-line {
  margin: 0;
}
.dark-theme .dark-contrast-theme mat-icon,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start, .light-theme .dark-contrast-theme mat-icon,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start {
  color: white;
}
.dark-theme .dark-contrast-theme mat-icon path, .dark-theme .dark-contrast-theme mat-icon g, .dark-theme .dark-contrast-theme mat-icon polygon,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start path,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start g,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start polygon, .light-theme .dark-contrast-theme mat-icon path, .light-theme .dark-contrast-theme mat-icon g, .light-theme .dark-contrast-theme mat-icon polygon,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start path,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start g,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start polygon {
  fill: currentColor;
}
.dark-theme .dark-contrast-theme mat-icon.mat-primary,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary, .light-theme .dark-contrast-theme mat-icon.mat-primary,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary {
  color: #3c64f7;
}
.dark-theme .dark-contrast-theme mat-icon.mat-primary path, .dark-theme .dark-contrast-theme mat-icon.mat-primary g, .dark-theme .dark-contrast-theme mat-icon.mat-primary polygon,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary path,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary g,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary polygon, .light-theme .dark-contrast-theme mat-icon.mat-primary path, .light-theme .dark-contrast-theme mat-icon.mat-primary g, .light-theme .dark-contrast-theme mat-icon.mat-primary polygon,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary path,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary g,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-primary polygon {
  fill: #3c64f7;
}
.dark-theme .dark-contrast-theme mat-icon.mat-accent,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent, .light-theme .dark-contrast-theme mat-icon.mat-accent,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent {
  color: #ff6e61;
}
.dark-theme .dark-contrast-theme mat-icon.mat-accent path, .dark-theme .dark-contrast-theme mat-icon.mat-accent g, .dark-theme .dark-contrast-theme mat-icon.mat-accent polygon,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent path,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent g,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent polygon, .light-theme .dark-contrast-theme mat-icon.mat-accent path, .light-theme .dark-contrast-theme mat-icon.mat-accent g, .light-theme .dark-contrast-theme mat-icon.mat-accent polygon,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent path,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent g,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-accent polygon {
  fill: #ff6e61;
}
.dark-theme .dark-contrast-theme mat-icon.mat-warn,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn, .light-theme .dark-contrast-theme mat-icon.mat-warn,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn {
  color: #ff3f33;
}
.dark-theme .dark-contrast-theme mat-icon.mat-warn path, .dark-theme .dark-contrast-theme mat-icon.mat-warn g, .dark-theme .dark-contrast-theme mat-icon.mat-warn polygon,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn path,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn g,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn polygon, .light-theme .dark-contrast-theme mat-icon.mat-warn path, .light-theme .dark-contrast-theme mat-icon.mat-warn g, .light-theme .dark-contrast-theme mat-icon.mat-warn polygon,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn path,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn g,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start.mat-warn polygon {
  fill: #ff3f33;
}
.dark-theme .dark-contrast-theme mat-icon[color=disabled],
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled], .light-theme .dark-contrast-theme mat-icon[color=disabled],
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled] {
  color: #dbdce0;
}
.dark-theme .dark-contrast-theme mat-icon[color=disabled] path, .dark-theme .dark-contrast-theme mat-icon[color=disabled] g, .dark-theme .dark-contrast-theme mat-icon[color=disabled] polygon,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled] path,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled] g,
.dark-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled] polygon, .light-theme .dark-contrast-theme mat-icon[color=disabled] path, .light-theme .dark-contrast-theme mat-icon[color=disabled] g, .light-theme .dark-contrast-theme mat-icon[color=disabled] polygon,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled] path,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled] g,
.light-theme .dark-contrast-theme .mdc-list-item--with-leading-icon mat-icon.mdc-list-item__start[color=disabled] polygon {
  fill: #dbdce0;
}
.dark-theme .dark-contrast-theme .fullscreen mat-icon path, .light-theme .dark-contrast-theme .fullscreen mat-icon path {
  fill: #fff;
}
.dark-theme .dark-contrast-theme .mat-mdc-dialog-container, .light-theme .dark-contrast-theme .mat-mdc-dialog-container {
  position: relative;
  border-radius: 8px;
}
.dark-theme .dark-contrast-theme .mat-mdc-dialog-container .mat-mdc-dialog-surface, .light-theme .dark-contrast-theme .mat-mdc-dialog-container .mat-mdc-dialog-surface {
  padding: 24px;
}
.dark-theme .dark-contrast-theme .mat-mdc-dialog-container .mat-dialog-content, .light-theme .dark-contrast-theme .mat-mdc-dialog-container .mat-dialog-content {
  overflow: auto;
  margin: 0 -24px;
  padding: 0 24px;
}
.dark-theme .dark-contrast-theme .mat-mdc-dialog-container .mat-mdc-dialog-close, .light-theme .dark-contrast-theme .mat-mdc-dialog-container .mat-mdc-dialog-close {
  position: absolute;
  top: 0;
  right: 0;
}
.dark-theme .dark-contrast-theme .mat-datepicker-content .mat-calendar, .light-theme .dark-contrast-theme .mat-datepicker-content .mat-calendar {
  min-height: 380px;
}
.dark-theme .dark-contrast-theme .mat-table, .light-theme .dark-contrast-theme .mat-table {
  border-radius: 4px;
}
.dark-theme .dark-contrast-theme .mat-table tr.bf-hoverable:hover *, .light-theme .dark-contrast-theme .mat-table tr.bf-hoverable:hover * {
  color: var(--primary);
}
.dark-theme .dark-contrast-theme .mat-table tr.even-row, .light-theme .dark-contrast-theme .mat-table tr.even-row {
  background-color: var(--table-even-row);
}
.dark-theme .dark-contrast-theme .mat-table tr.even-row td.mat-cell.sticky:last-of-type, .light-theme .dark-contrast-theme .mat-table tr.even-row td.mat-cell.sticky:last-of-type {
  background: var(--table-even-row);
}
.dark-theme .dark-contrast-theme .mat-table tr.odd-row, .light-theme .dark-contrast-theme .mat-table tr.odd-row {
  background-color: var(--table-odd-row);
}
.dark-theme .dark-contrast-theme .mat-table tr.odd-row td.mat-cell.sticky:last-of-type, .light-theme .dark-contrast-theme .mat-table tr.odd-row td.mat-cell.sticky:last-of-type {
  background: var(--table-odd-row);
}
.dark-theme .dark-contrast-theme .mat-table td.mat-cell.sticky:last-of-type, .light-theme .dark-contrast-theme .mat-table td.mat-cell.sticky:last-of-type {
  background: var(--background-card);
}
.dark-theme .dark-contrast-theme .mat-table thead, .light-theme .dark-contrast-theme .mat-table thead {
  background-color: white;
}
.dark-theme .dark-contrast-theme .mat-table thead.bf-table-header, .light-theme .dark-contrast-theme .mat-table thead.bf-table-header {
  background-color: #334BD2;
  color: #FFFFFF;
}
.dark-theme .dark-contrast-theme .mat-table thead.bf-table-header .mat-header-cell, .light-theme .dark-contrast-theme .mat-table thead.bf-table-header .mat-header-cell {
  font-weight: bold;
}
.dark-theme .dark-contrast-theme .mat-table thead.bf-table-header .sortable .sort mat-icon, .light-theme .dark-contrast-theme .mat-table thead.bf-table-header .sortable .sort mat-icon {
  color: #FFFFFF;
}
.dark-theme .dark-contrast-theme .mat-table .mat-cell, .dark-theme .dark-contrast-theme .mat-table .mat-header-cell, .light-theme .dark-contrast-theme .mat-table .mat-cell, .light-theme .dark-contrast-theme .mat-table .mat-header-cell {
  padding: 0 16px;
  border-bottom: solid 1px white;
}
.dark-theme .dark-contrast-theme .mat-table td.mat-cell, .light-theme .dark-contrast-theme .mat-table td.mat-cell {
  font-size: 16px;
}
.dark-theme .dark-contrast-theme .mat-table td.mat-cell:first-of-type, .light-theme .dark-contrast-theme .mat-table td.mat-cell:first-of-type {
  border-left: solid 1px white;
}
.dark-theme .dark-contrast-theme .mat-table td.mat-cell:last-of-type, .light-theme .dark-contrast-theme .mat-table td.mat-cell:last-of-type {
  border-right: solid 1px white;
}
.dark-theme .dark-contrast-theme .mat-table .mat-header-cell, .light-theme .dark-contrast-theme .mat-table .mat-header-cell {
  border-top: solid 1px white;
}
.dark-theme .dark-contrast-theme .mat-table .mat-header-cell:first-of-type, .light-theme .dark-contrast-theme .mat-table .mat-header-cell:first-of-type {
  border-radius: 4px 0 0 0;
  border-left: solid 1px white;
}
.dark-theme .dark-contrast-theme .mat-table .mat-header-cell:last-of-type, .light-theme .dark-contrast-theme .mat-table .mat-header-cell:last-of-type {
  border-right: solid 1px white;
  border-radius: 0 4px 0 0;
}
.dark-theme .dark-contrast-theme .mat-table + .mat-paginator, .light-theme .dark-contrast-theme .mat-table + .mat-paginator {
  border: solid 1px white;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.dark-theme .dark-contrast-theme .cdk-overlay-container .mat-mdc-tooltip, .light-theme .dark-contrast-theme .cdk-overlay-container .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: var(--background-tooltip);
  --mdc-plain-tooltip-supporting-text-color: var(--primary-contrast);
  --mdc-plain-tooltip-supporting-text-size: 10px;
}
.dark-theme .dark-contrast-theme button.mdc-icon-button .mat-mdc-focus-indicator, .dark-theme .dark-contrast-theme button.mdc-icon-button .mat-mdc-button-touch-target,
.dark-theme .dark-contrast-theme a.mdc-icon-button .mat-mdc-focus-indicator,
.dark-theme .dark-contrast-theme a.mdc-icon-button .mat-mdc-button-touch-target, .light-theme .dark-contrast-theme button.mdc-icon-button .mat-mdc-focus-indicator, .light-theme .dark-contrast-theme button.mdc-icon-button .mat-mdc-button-touch-target,
.light-theme .dark-contrast-theme a.mdc-icon-button .mat-mdc-focus-indicator,
.light-theme .dark-contrast-theme a.mdc-icon-button .mat-mdc-button-touch-target {
  display: none;
}
.dark-theme .dark-contrast-theme .mat-mdc-tab .mdc-tab__text-label .mat-mdc-tooltip-trigger, .light-theme .dark-contrast-theme .mat-mdc-tab .mdc-tab__text-label .mat-mdc-tooltip-trigger {
  pointer-events: auto;
  cursor: pointer;
}
.dark-theme .dark-contrast-theme .bf-checkbox, .light-theme .dark-contrast-theme .bf-checkbox {
  width: 100%;
}
.dark-theme .dark-contrast-theme .bf-checkbox .mdc-form-field,
.dark-theme .dark-contrast-theme .bf-checkbox .mdc-form-field label, .light-theme .dark-contrast-theme .bf-checkbox .mdc-form-field,
.light-theme .dark-contrast-theme .bf-checkbox .mdc-form-field label {
  width: 100%;
}
.dark-theme .dark-contrast-theme .bf-checkbox.mdc-checkbox--disabled, .light-theme .dark-contrast-theme .bf-checkbox.mdc-checkbox--disabled {
  pointer-events: auto;
}
.dark-theme .dark-contrast-theme .bf-menu, .light-theme .dark-contrast-theme .bf-menu {
  max-width: 100%;
}
.dark-theme .dark-contrast-theme .bf-menu .mat-menu-content:not(:empty), .light-theme .dark-contrast-theme .bf-menu .mat-menu-content:not(:empty) {
  padding-bottom: 0px;
}
.dark-theme .dark-contrast-theme .cdk-overlay-pane .mat-mdc-menu-panel, .light-theme .dark-contrast-theme .cdk-overlay-pane .mat-mdc-menu-panel {
  max-width: none;
}
.dark-theme .dark-contrast-theme .cdk-overlay-pane .mat-mdc-menu-content, .light-theme .dark-contrast-theme .cdk-overlay-pane .mat-mdc-menu-content {
  padding: 0px;
}

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