/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/leaflet/dist/leaflet.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/* 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 {
	max-width: none !important;
	max-height: none !important;
	}
.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;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.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-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;
	}
svg.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-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	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,
.leaflet-bar a:focus {
	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;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url('marker-icon.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.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;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.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 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	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;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.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-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-interactive {
	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;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
@font-face {
  font-family: "Flexo";
  src: url("/assets/fonts/Flexo-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flexo";
  src: url("/assets/fonts/Flexo-Demi.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Flexo";
  src: url("/assets/fonts/Flexo-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  height: 100%;
}

html {
  /* Now 10px = 1rem! */
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "Flexo", "Helvetica Neue", sans-serif;
  color: #333333;
  background-color: #dae5f0;
}

.alarm-amount-label {
  background-color: #b00020;
  display: block;
  padding: 0.4rem 0.4rem 0.4rem;
  border-radius: 50rem;
  min-width: 1.2rem;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/app/shared/styles/material/melva-pro-theme.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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);
}

/* For use in src/lib/core/theming/_palette.scss */
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
tr:hover mat-checkbox {
  opacity: 1;
}

/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
.mat-pseudo-checkbox {
  opacity: 0.2;
}
.mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  opacity: 1;
}

mat-list-option:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
mat-list-option:hover .mat-pseudo-checkbox {
  opacity: 1;
}

/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
.mat-slider-horizontal .mat-slider-wrapper .mat-slider-track-wrapper {
  height: 0.4rem;
  border-radius: 1rem;
}
.mat-slider-horizontal .mat-slider-wrapper .mat-slider-track-wrapper .mat-slider-ticks {
  height: 0.4rem;
}
.mat-slider-horizontal .mat-slider-wrapper .mat-slider-track-wrapper .mat-slider-track-background {
  height: 0.4rem;
}
.mat-slider-horizontal .mat-slider-wrapper .mat-slider-track-wrapper .mat-slider-track-fill {
  height: 0.4rem;
}

.mat-slider-wrapper .mat-slider-thumb-container .mat-slider-thumb {
  bottom: -1.1rem;
  background-color: #ffffff;
  box-shadow: 0 0.1rem 0.5rem rgba(20, 60, 120, 0.6);
}

/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
/*
   ___           _
 / ___|   ___   | |   ___    _ __   ___
| |      / _ \  | |  / _ \  | '__| / __|
| |___  | (_) | | | | (_) | | |    \__ \
 \____|  \___/  |_|  \___/  |_|    |___/
*/
/*
  ____    _
 / ___|  (_)  ____   ___   ___
 \___ \  | | |_  /  / _ \ / __|
  ___) | | |  / /  |  __/ \__ \
 |____/  |_| /___|  \___| |___/

 */
/* __   __  __          _____    __        __
  |  \ |_  |_  | |\ | |   |   | |  | |\ | |__
  |__/ |__ |   | | \| |   |   | |__| | \|  __|
*/
.leaflet-control-command {
  font-family: "Flexo", "Helvetica Neue", sans-serif;
  background-color: white;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: flex;
  flex-direction: row-reverse;
  overflow-x: auto;
  flex-direction: row;
  border-radius: 0.5rem;
  max-width: calc(100vw - 25rem);
  direction: rtl;
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.3));
}
.leaflet-control-command .leaflet-timeline {
  height: 1rem;
  width: 0.1rem;
  margin: auto;
  margin-bottom: 0rem;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.leaflet-control-command :nth-child(even) > div {
  opacity: 0;
}
.leaflet-control-command :nth-child(even) > div:hover {
  opacity: 1;
}
.leaflet-control-command :nth-child(even) > div.selected {
  opacity: 1;
  height: inherit;
  width: inherit;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-height: inherit;
}
.leaflet-control-command :nth-child(even) > div.leaflet-timeline {
  opacity: 1;
  border: none;
  width: 0.1rem;
  height: 0.6rem;
  background-color: rgba(0, 0, 0, 0.3);
  margin: auto;
  margin-bottom: 0;
}

.leaflet-control-command-item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-top: 0.8rem;
}

.leaflet-control-command-item {
  direction: ltr;
  border-radius: 0.5rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
  overflow: hidden;
  cursor: pointer;
}
.leaflet-control-command-item:hover {
  background-color: #f2f7fb;
  opacity: 1;
}
.leaflet-control-command-item.selected {
  opacity: 1;
  color: #ffffff;
  background-color: #2495d6;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  width: inherit;
  height: inherit;
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}
.leaflet-control-command-item.selected:hover {
  cursor: default;
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 600 1.6rem / 1.8rem "Flexo", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px / 32px "Flexo", sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 1.6rem / 1.6rem "Flexo", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 1.4rem / 1.6rem "Flexo", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(1.4rem * 0.83) / 2rem "Flexo", sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(1.4rem * 0.67) / 2rem "Flexo", sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 400 1.6rem / 1.6rem "Flexo", sans-serif;
  letter-spacing: normal;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 1.4rem / 2rem "Flexo", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 1.2rem / 1.2rem "Flexo", sans-serif;
  letter-spacing: normal;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 400 2rem 2rem / 2rem "Flexo", sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 400 2rem / 2rem "Flexo", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 600 2rem / 2rem "Flexo", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 700 1.2rem / 1.8rem "Flexo", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

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

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-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-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-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;
}

.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;
}

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-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}

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 {
  --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 {
  --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-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;
}

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-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-icon-button-icon-size: 24px;
}

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

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

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

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-bottom-sheet-container-shape: 4px;
}

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

html {
  --mat-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-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-ripple-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #324358;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #2495d6;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #b00020;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #324358;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #324358;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #2495d6;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #2495d6;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #2495d6;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #2495d6;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #b00020;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #b00020;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

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

html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}

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

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #324358;
  --mdc-linear-progress-track-color: rgba(50, 67, 88, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #2495d6;
  --mdc-linear-progress-track-color: rgba(36, 149, 214, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #b00020;
  --mdc-linear-progress-track-color: rgba(176, 0, 32, 0.25);
}

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

html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}

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

html {
  --mdc-filled-text-field-caret-color: #324358;
  --mdc-filled-text-field-focus-active-indicator-color: #324358;
  --mdc-filled-text-field-focus-label-text-color: rgba(50, 67, 88, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #b00020;
  --mdc-filled-text-field-error-focus-label-text-color: #b00020;
  --mdc-filled-text-field-error-label-text-color: #b00020;
  --mdc-filled-text-field-error-caret-color: #b00020;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #b00020;
  --mdc-filled-text-field-error-focus-active-indicator-color: #b00020;
  --mdc-filled-text-field-error-hover-active-indicator-color: #b00020;
  --mdc-outlined-text-field-caret-color: #324358;
  --mdc-outlined-text-field-focus-outline-color: #324358;
  --mdc-outlined-text-field-focus-label-text-color: rgba(50, 67, 88, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #b00020;
  --mdc-outlined-text-field-error-focus-label-text-color: #b00020;
  --mdc-outlined-text-field-error-label-text-color: #b00020;
  --mdc-outlined-text-field-error-hover-label-text-color: #b00020;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #b00020;
  --mdc-outlined-text-field-error-hover-outline-color: #b00020;
  --mdc-outlined-text-field-error-outline-color: #b00020;
  --mat-form-field-focus-select-arrow-color: rgba(50, 67, 88, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #b00020;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #2495d6;
  --mdc-filled-text-field-focus-active-indicator-color: #2495d6;
  --mdc-filled-text-field-focus-label-text-color: rgba(36, 149, 214, 0.87);
  --mdc-outlined-text-field-caret-color: #2495d6;
  --mdc-outlined-text-field-focus-outline-color: #2495d6;
  --mdc-outlined-text-field-focus-label-text-color: rgba(36, 149, 214, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(36, 149, 214, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #b00020;
  --mdc-filled-text-field-focus-active-indicator-color: #b00020;
  --mdc-filled-text-field-focus-label-text-color: rgba(176, 0, 32, 0.87);
  --mdc-outlined-text-field-caret-color: #b00020;
  --mdc-outlined-text-field-focus-outline-color: #b00020;
  --mdc-outlined-text-field-focus-label-text-color: rgba(176, 0, 32, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(176, 0, 32, 0.87);
}

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

html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(50, 67, 88, 0.87);
  --mat-select-invalid-arrow-color: rgba(176, 0, 32, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(36, 149, 214, 0.87);
  --mat-select-invalid-arrow-color: rgba(176, 0, 32, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(176, 0, 32, 0.87);
  --mat-select-invalid-arrow-color: rgba(176, 0, 32, 0.87);
}

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

html {
  --mat-autocomplete-background-color: white;
}

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

html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}

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

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #324358;
  --mdc-chip-elevated-selected-container-color: #324358;
  --mdc-chip-elevated-disabled-container-color: #324358;
  --mdc-chip-flat-disabled-selected-container-color: #324358;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #2495d6;
  --mdc-chip-elevated-selected-container-color: #2495d6;
  --mdc-chip-elevated-disabled-container-color: #2495d6;
  --mdc-chip-flat-disabled-selected-container-color: #2495d6;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #b00020;
  --mdc-chip-elevated-selected-container-color: #b00020;
  --mdc-chip-elevated-disabled-container-color: #b00020;
  --mdc-chip-flat-disabled-selected-container-color: #b00020;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}

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

html {
  --mdc-switch-selected-focus-state-layer-color: #2d3d50;
  --mdc-switch-selected-handle-color: #2d3d50;
  --mdc-switch-selected-hover-state-layer-color: #2d3d50;
  --mdc-switch-selected-pressed-state-layer-color: #2d3d50;
  --mdc-switch-selected-focus-handle-color: #131e2d;
  --mdc-switch-selected-hover-handle-color: #131e2d;
  --mdc-switch-selected-pressed-handle-color: #131e2d;
  --mdc-switch-selected-focus-track-color: #707b8a;
  --mdc-switch-selected-hover-track-color: #707b8a;
  --mdc-switch-selected-pressed-track-color: #707b8a;
  --mdc-switch-selected-track-color: #707b8a;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #208dd1;
  --mdc-switch-selected-handle-color: #208dd1;
  --mdc-switch-selected-hover-state-layer-color: #208dd1;
  --mdc-switch-selected-pressed-state-layer-color: #208dd1;
  --mdc-switch-selected-focus-handle-color: #0d67bc;
  --mdc-switch-selected-hover-handle-color: #0d67bc;
  --mdc-switch-selected-pressed-handle-color: #0d67bc;
  --mdc-switch-selected-focus-track-color: #66b5e2;
  --mdc-switch-selected-hover-track-color: #66b5e2;
  --mdc-switch-selected-pressed-track-color: #66b5e2;
  --mdc-switch-selected-track-color: #66b5e2;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #a9001c;
  --mdc-switch-selected-handle-color: #a9001c;
  --mdc-switch-selected-hover-state-layer-color: #a9001c;
  --mdc-switch-selected-pressed-state-layer-color: #a9001c;
  --mdc-switch-selected-focus-handle-color: #87000b;
  --mdc-switch-selected-hover-handle-color: #87000b;
  --mdc-switch-selected-pressed-handle-color: #87000b;
  --mdc-switch-selected-focus-track-color: #c84d63;
  --mdc-switch-selected-hover-track-color: #c84d63;
  --mdc-switch-selected-pressed-track-color: #c84d63;
  --mdc-switch-selected-track-color: #c84d63;
}

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

.mat-mdc-radio-button {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #324358;
  --mdc-radio-selected-hover-icon-color: #324358;
  --mdc-radio-selected-icon-color: #324358;
  --mdc-radio-selected-pressed-icon-color: #324358;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #324358;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #2495d6;
  --mdc-radio-selected-hover-icon-color: #2495d6;
  --mdc-radio-selected-icon-color: #2495d6;
  --mdc-radio-selected-pressed-icon-color: #2495d6;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #2495d6;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #b00020;
  --mdc-radio-selected-hover-icon-color: #b00020;
  --mdc-radio-selected-icon-color: #b00020;
  --mdc-radio-selected-pressed-icon-color: #b00020;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #b00020;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}

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

html {
  --mdc-slider-handle-color: #324358;
  --mdc-slider-focus-handle-color: #324358;
  --mdc-slider-hover-handle-color: #324358;
  --mdc-slider-active-track-color: #324358;
  --mdc-slider-inactive-track-color: #324358;
  --mdc-slider-with-tick-marks-inactive-container-color: #324358;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #324358;
  --mat-slider-hover-state-layer-color: rgba(50, 67, 88, 0.05);
  --mat-slider-focus-state-layer-color: rgba(50, 67, 88, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mat-slider-ripple-color: #2495d6;
  --mat-slider-hover-state-layer-color: rgba(36, 149, 214, 0.05);
  --mat-slider-focus-state-layer-color: rgba(36, 149, 214, 0.2);
  --mdc-slider-handle-color: #2495d6;
  --mdc-slider-focus-handle-color: #2495d6;
  --mdc-slider-hover-handle-color: #2495d6;
  --mdc-slider-active-track-color: #2495d6;
  --mdc-slider-inactive-track-color: #2495d6;
  --mdc-slider-with-tick-marks-inactive-container-color: #2495d6;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #b00020;
  --mat-slider-hover-state-layer-color: rgba(176, 0, 32, 0.05);
  --mat-slider-focus-state-layer-color: rgba(176, 0, 32, 0.2);
  --mdc-slider-handle-color: #b00020;
  --mdc-slider-focus-handle-color: #b00020;
  --mdc-slider-hover-handle-color: #b00020;
  --mdc-slider-active-track-color: #b00020;
  --mdc-slider-inactive-track-color: #b00020;
  --mdc-slider-with-tick-marks-inactive-container-color: #b00020;
  --mdc-slider-with-tick-marks-active-container-color: white;
}

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

html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}

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

html {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #324358;
  --mdc-radio-selected-hover-icon-color: #324358;
  --mdc-radio-selected-icon-color: #324358;
  --mdc-radio-selected-pressed-icon-color: #324358;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #2495d6;
  --mdc-radio-selected-hover-icon-color: #2495d6;
  --mdc-radio-selected-icon-color: #2495d6;
  --mdc-radio-selected-pressed-icon-color: #2495d6;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #b00020;
  --mdc-radio-selected-hover-icon-color: #b00020;
  --mdc-radio-selected-icon-color: #b00020;
  --mdc-radio-selected-pressed-icon-color: #b00020;
}

.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #324358;
  --mdc-checkbox-selected-hover-icon-color: #324358;
  --mdc-checkbox-selected-icon-color: #324358;
  --mdc-checkbox-selected-pressed-icon-color: #324358;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #324358;
  --mdc-checkbox-selected-hover-state-layer-color: #324358;
  --mdc-checkbox-selected-pressed-state-layer-color: #324358;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #2495d6;
  --mdc-checkbox-selected-hover-icon-color: #2495d6;
  --mdc-checkbox-selected-icon-color: #2495d6;
  --mdc-checkbox-selected-pressed-icon-color: #2495d6;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2495d6;
  --mdc-checkbox-selected-hover-state-layer-color: #2495d6;
  --mdc-checkbox-selected-pressed-state-layer-color: #2495d6;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #b00020;
  --mdc-checkbox-selected-hover-icon-color: #b00020;
  --mdc-checkbox-selected-icon-color: #b00020;
  --mdc-checkbox-selected-pressed-icon-color: #b00020;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #b00020;
  --mdc-checkbox-selected-hover-state-layer-color: #b00020;
  --mdc-checkbox-selected-pressed-state-layer-color: #b00020;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #324358;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #324358;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}

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

.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #324358;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #324358;
  --mat-tab-header-active-ripple-color: #324358;
  --mat-tab-header-inactive-ripple-color: #324358;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #324358;
  --mat-tab-header-active-hover-label-text-color: #324358;
  --mat-tab-header-active-focus-indicator-color: #324358;
  --mat-tab-header-active-hover-indicator-color: #324358;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #2495d6;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #2495d6;
  --mat-tab-header-active-ripple-color: #2495d6;
  --mat-tab-header-inactive-ripple-color: #2495d6;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #2495d6;
  --mat-tab-header-active-hover-label-text-color: #2495d6;
  --mat-tab-header-active-focus-indicator-color: #2495d6;
  --mat-tab-header-active-hover-indicator-color: #2495d6;
}
.mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #b00020;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #b00020;
  --mat-tab-header-active-ripple-color: #b00020;
  --mat-tab-header-inactive-ripple-color: #b00020;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #b00020;
  --mat-tab-header-active-hover-label-text-color: #b00020;
  --mat-tab-header-active-focus-indicator-color: #b00020;
  --mat-tab-header-active-hover-indicator-color: #b00020;
}
.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #324358;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #2495d6;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #b00020;
  --mat-tab-header-with-background-foreground-color: white;
}

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

html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #2495d6;
  --mdc-checkbox-selected-hover-icon-color: #2495d6;
  --mdc-checkbox-selected-icon-color: #2495d6;
  --mdc-checkbox-selected-pressed-icon-color: #2495d6;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2495d6;
  --mdc-checkbox-selected-hover-state-layer-color: #2495d6;
  --mdc-checkbox-selected-pressed-state-layer-color: #2495d6;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-checkbox {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #324358;
  --mdc-checkbox-selected-hover-icon-color: #324358;
  --mdc-checkbox-selected-icon-color: #324358;
  --mdc-checkbox-selected-pressed-icon-color: #324358;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #324358;
  --mdc-checkbox-selected-hover-state-layer-color: #324358;
  --mdc-checkbox-selected-pressed-state-layer-color: #324358;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #b00020;
  --mdc-checkbox-selected-hover-icon-color: #b00020;
  --mdc-checkbox-selected-icon-color: #b00020;
  --mdc-checkbox-selected-pressed-icon-color: #b00020;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #b00020;
  --mdc-checkbox-selected-hover-state-layer-color: #b00020;
  --mdc-checkbox-selected-pressed-state-layer-color: #b00020;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

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

html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}

.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #324358;
  --mat-text-button-state-layer-color: #324358;
  --mat-text-button-ripple-color: rgba(50, 67, 88, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #2495d6;
  --mat-text-button-state-layer-color: #2495d6;
  --mat-text-button-ripple-color: rgba(36, 149, 214, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #b00020;
  --mat-text-button-state-layer-color: #b00020;
  --mat-text-button-ripple-color: rgba(176, 0, 32, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #324358;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #2495d6;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #b00020;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #324358;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #2495d6;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #b00020;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #324358;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #324358;
  --mat-outlined-button-ripple-color: rgba(50, 67, 88, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #2495d6;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #2495d6;
  --mat-outlined-button-ripple-color: rgba(36, 149, 214, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #b00020;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #b00020;
  --mat-outlined-button-ripple-color: rgba(176, 0, 32, 0.1);
}

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

html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #324358;
  --mat-icon-button-state-layer-color: #324358;
  --mat-icon-button-ripple-color: rgba(50, 67, 88, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #2495d6;
  --mat-icon-button-state-layer-color: #2495d6;
  --mat-icon-button-ripple-color: rgba(36, 149, 214, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #b00020;
  --mat-icon-button-state-layer-color: #b00020;
  --mat-icon-button-ripple-color: rgba(176, 0, 32, 0.1);
}

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

html {
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #324358;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #2495d6;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #b00020;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #324358;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #2495d6;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #b00020;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}

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

html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #2495d6;
}

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

html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}

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

html {
  --mdc-circular-progress-active-indicator-color: #324358;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #2495d6;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #b00020;
}

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

html {
  --mat-badge-background-color: #324358;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}

.mat-badge-accent {
  --mat-badge-background-color: #2495d6;
  --mat-badge-text-color: white;
}

.mat-badge-warn {
  --mat-badge-background-color: #b00020;
  --mat-badge-text-color: white;
}

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

html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}

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

html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
}

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

html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #324358;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(50, 67, 88, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(50, 67, 88, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(50, 67, 88, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #324358;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(50, 67, 88, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #2495d6;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(36, 149, 214, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(36, 149, 214, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(36, 149, 214, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(36, 149, 214, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #b00020;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(176, 0, 32, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(176, 0, 32, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(176, 0, 32, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(176, 0, 32, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #2495d6;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #b00020;
}

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

html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}

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

html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}

html {
  --mat-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #324358;
}
.mat-icon.mat-accent {
  --mat-icon-color: #2495d6;
}
.mat-icon.mat-warn {
  --mat-icon-color: #b00020;
}

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

html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}

html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #324358;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #324358;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #324358;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #b00020;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #b00020;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #2495d6;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #2495d6;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #2495d6;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #b00020;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #b00020;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #b00020;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

html {
  --mat-sort-arrow-color: #757575;
}

html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #324358;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #2495d6;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #b00020;
  --mat-toolbar-container-text-color: white;
}

html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}

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

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 600 1.6rem / 1.8rem "Flexo", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px / 32px "Flexo", sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 1.6rem / 1.6rem "Flexo", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 1.4rem / 1.6rem "Flexo", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(1.4rem * 0.83) / 2rem "Flexo", sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(1.4rem * 0.67) / 2rem "Flexo", sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 400 1.6rem / 1.6rem "Flexo", sans-serif;
  letter-spacing: normal;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 1.4rem / 2rem "Flexo", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 1.2rem / 1.2rem "Flexo", sans-serif;
  letter-spacing: normal;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 400 2rem 2rem / 2rem "Flexo", sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 400 2rem / 2rem "Flexo", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 600 2rem / 2rem "Flexo", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 700 1.2rem / 1.8rem "Flexo", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

html {
  --mat-bottom-sheet-container-text-font: "Flexo", sans-serif;
  --mat-bottom-sheet-container-text-line-height: 2rem;
  --mat-bottom-sheet-container-text-size: 1.4rem;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
}

html {
  --mat-legacy-button-toggle-label-text-font: "Flexo", sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 1.6rem;
  --mat-legacy-button-toggle-label-text-size: 1.4rem;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: "Flexo", sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 1.6rem;
  --mat-standard-button-toggle-label-text-size: 1.4rem;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
}

html {
  --mat-datepicker-calendar-text-font: "Flexo", sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 1.2rem;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 1.2rem;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}

html {
  --mat-expansion-header-text-font: "Flexo", sans-serif;
  --mat-expansion-header-text-size: 1.6rem;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: "Flexo", sans-serif;
  --mat-expansion-container-text-line-height: 2rem;
  --mat-expansion-container-text-size: 1.4rem;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
}

html {
  --mat-grid-list-tile-header-primary-text-size: 1.4rem;
  --mat-grid-list-tile-header-secondary-text-size: 1.2rem;
  --mat-grid-list-tile-footer-primary-text-size: 1.4rem;
  --mat-grid-list-tile-footer-secondary-text-size: 1.2rem;
}

html {
  --mat-stepper-container-text-font: "Flexo", sans-serif;
  --mat-stepper-header-label-text-font: "Flexo", sans-serif;
  --mat-stepper-header-label-text-size: 1.4rem;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 1.4rem;
  --mat-stepper-header-selected-state-label-text-size: 1.4rem;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}

html {
  --mat-toolbar-title-text-font: "Flexo", sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}

html {
  --mat-tree-node-text-font: "Flexo", sans-serif;
  --mat-tree-node-text-size: 1.4rem;
  --mat-tree-node-text-weight: 400;
}

html {
  --mat-option-label-text-font: "Flexo", sans-serif;
  --mat-option-label-text-line-height: 1.6rem;
  --mat-option-label-text-size: 1.4rem;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
}

html {
  --mat-optgroup-label-text-font: "Flexo", sans-serif;
  --mat-optgroup-label-text-line-height: 1.6rem;
  --mat-optgroup-label-text-size: 1.4rem;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
}

html {
  --mat-card-title-text-font: "Flexo", sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: "Flexo", sans-serif;
  --mat-card-subtitle-text-line-height: 1.6rem;
  --mat-card-subtitle-text-size: 1.6rem;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
}

html {
  --mdc-plain-tooltip-supporting-text-font: "Flexo", sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 1.2rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
}

html {
  --mdc-filled-text-field-label-text-font: "Flexo", sans-serif;
  --mdc-filled-text-field-label-text-size: 1.4rem;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: "Flexo", sans-serif;
  --mdc-outlined-text-field-label-text-size: 1.4rem;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: "Flexo", sans-serif;
  --mat-form-field-container-text-line-height: 1.6rem;
  --mat-form-field-container-text-size: 1.4rem;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 1.4rem;
  --mat-form-field-subscript-text-font: "Flexo", sans-serif;
  --mat-form-field-subscript-text-line-height: 1.2rem;
  --mat-form-field-subscript-text-size: 1.2rem;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
}

html {
  --mat-select-trigger-text-font: "Flexo", sans-serif;
  --mat-select-trigger-text-line-height: 1.6rem;
  --mat-select-trigger-text-size: 1.4rem;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
}

html {
  --mdc-dialog-subhead-font: "Flexo", sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: "Flexo", sans-serif;
  --mdc-dialog-supporting-text-line-height: 1.6rem;
  --mdc-dialog-supporting-text-size: 1.4rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}

.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: "Flexo", sans-serif;
  --mdc-chip-label-text-line-height: 2rem;
  --mdc-chip-label-text-size: 1.4rem;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}

html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-font: "Flexo", sans-serif;
  --mdc-form-field-label-text-line-height: 2rem;
  --mdc-form-field-label-text-size: 1.4rem;
  --mdc-form-field-label-text-tracking: normal;
  --mdc-form-field-label-text-weight: 400;
}

.mat-mdc-radio-button {
  --mdc-form-field-label-text-font: "Flexo", sans-serif;
  --mdc-form-field-label-text-line-height: 2rem;
  --mdc-form-field-label-text-size: 1.4rem;
  --mdc-form-field-label-text-tracking: normal;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mdc-slider-label-label-text-font: "Flexo", sans-serif;
  --mdc-slider-label-label-text-size: 1.6rem;
  --mdc-slider-label-label-text-line-height: 1.6rem;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
}

html {
  --mat-menu-item-label-text-font: "Flexo", sans-serif;
  --mat-menu-item-label-text-size: 1.4rem;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 1.6rem;
  --mat-menu-item-label-text-weight: 400;
}

html {
  --mdc-list-list-item-label-text-font: "Flexo", sans-serif;
  --mdc-list-list-item-label-text-line-height: 1.6rem;
  --mdc-list-list-item-label-text-size: 1.4rem;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: "Flexo", sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 2rem;
  --mdc-list-list-item-supporting-text-size: 1.4rem;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: "Flexo", sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 1.2rem;
  --mdc-list-list-item-trailing-supporting-text-size: 1.2rem;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font: 400 1.6rem / 1.6rem "Flexo", sans-serif;
  letter-spacing: normal;
}

html {
  --mat-paginator-container-text-font: "Flexo", sans-serif;
  --mat-paginator-container-text-line-height: 1.2rem;
  --mat-paginator-container-text-size: 1.2rem;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 1.2rem;
}

.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: "Flexo", sans-serif;
  --mat-tab-header-label-text-size: 1.2rem;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 1.2rem;
  --mat-tab-header-label-text-weight: 600;
}

.mat-mdc-checkbox {
  --mdc-form-field-label-text-font: "Flexo", sans-serif;
  --mdc-form-field-label-text-line-height: 2rem;
  --mdc-form-field-label-text-size: 1.4rem;
  --mdc-form-field-label-text-tracking: normal;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mdc-text-button-label-text-font: "Flexo", sans-serif;
  --mdc-text-button-label-text-size: 1.2rem;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: "Flexo", sans-serif;
  --mdc-filled-button-label-text-size: 1.2rem;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: "Flexo", sans-serif;
  --mdc-outlined-button-label-text-size: 1.2rem;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: "Flexo", sans-serif;
  --mdc-protected-button-label-text-size: 1.2rem;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
}

html {
  --mdc-extended-fab-label-text-font: "Flexo", sans-serif;
  --mdc-extended-fab-label-text-size: 1.2rem;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 600;
}

html {
  --mdc-snackbar-supporting-text-font: "Flexo", sans-serif;
  --mdc-snackbar-supporting-text-line-height: 2rem;
  --mdc-snackbar-supporting-text-size: 1.4rem;
  --mdc-snackbar-supporting-text-weight: 400;
}

html {
  --mat-table-header-headline-font: "Flexo", sans-serif;
  --mat-table-header-headline-line-height: 1.6rem;
  --mat-table-header-headline-size: 1.6rem;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: "Flexo", sans-serif;
  --mat-table-row-item-label-text-line-height: 2rem;
  --mat-table-row-item-label-text-size: 1.4rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: "Flexo", sans-serif;
  --mat-table-footer-supporting-text-line-height: 2rem;
  --mat-table-footer-supporting-text-size: 1.4rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
}

html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #324358;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #2495d6;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #b00020;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #324358;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #324358;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #2495d6;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #2495d6;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #2495d6;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #2495d6;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #b00020;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #b00020;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

html {
  --mat-option-label-text-font: "Flexo", sans-serif;
  --mat-option-label-text-line-height: 1.6rem;
  --mat-option-label-text-size: 1.4rem;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
}

html {
  --mat-optgroup-label-text-font: "Flexo", sans-serif;
  --mat-optgroup-label-text-line-height: 1.6rem;
  --mat-optgroup-label-text-size: 1.4rem;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
}

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

html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}

.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #324358;
  --mat-text-button-state-layer-color: #324358;
  --mat-text-button-ripple-color: rgba(50, 67, 88, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #2495d6;
  --mat-text-button-state-layer-color: #2495d6;
  --mat-text-button-ripple-color: rgba(36, 149, 214, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #b00020;
  --mat-text-button-state-layer-color: #b00020;
  --mat-text-button-ripple-color: rgba(176, 0, 32, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #324358;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #2495d6;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #b00020;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #324358;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #2495d6;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #b00020;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #324358;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #324358;
  --mat-outlined-button-ripple-color: rgba(50, 67, 88, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #2495d6;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #2495d6;
  --mat-outlined-button-ripple-color: rgba(36, 149, 214, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #b00020;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #b00020;
  --mat-outlined-button-ripple-color: rgba(176, 0, 32, 0.1);
}

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

html {
  --mdc-text-button-label-text-font: "Flexo", sans-serif;
  --mdc-text-button-label-text-size: 1.2rem;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: "Flexo", sans-serif;
  --mdc-filled-button-label-text-size: 1.2rem;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: "Flexo", sans-serif;
  --mdc-outlined-button-label-text-size: 1.2rem;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: "Flexo", sans-serif;
  --mdc-protected-button-label-text-size: 1.2rem;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
}

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

html {
  --mdc-filled-text-field-caret-color: #324358;
  --mdc-filled-text-field-focus-active-indicator-color: #324358;
  --mdc-filled-text-field-focus-label-text-color: rgba(50, 67, 88, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #b00020;
  --mdc-filled-text-field-error-focus-label-text-color: #b00020;
  --mdc-filled-text-field-error-label-text-color: #b00020;
  --mdc-filled-text-field-error-caret-color: #b00020;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #b00020;
  --mdc-filled-text-field-error-focus-active-indicator-color: #b00020;
  --mdc-filled-text-field-error-hover-active-indicator-color: #b00020;
  --mdc-outlined-text-field-caret-color: #324358;
  --mdc-outlined-text-field-focus-outline-color: #324358;
  --mdc-outlined-text-field-focus-label-text-color: rgba(50, 67, 88, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #b00020;
  --mdc-outlined-text-field-error-focus-label-text-color: #b00020;
  --mdc-outlined-text-field-error-label-text-color: #b00020;
  --mdc-outlined-text-field-error-hover-label-text-color: #b00020;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #b00020;
  --mdc-outlined-text-field-error-hover-outline-color: #b00020;
  --mdc-outlined-text-field-error-outline-color: #b00020;
  --mat-form-field-focus-select-arrow-color: rgba(50, 67, 88, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #b00020;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #2495d6;
  --mdc-filled-text-field-focus-active-indicator-color: #2495d6;
  --mdc-filled-text-field-focus-label-text-color: rgba(36, 149, 214, 0.87);
  --mdc-outlined-text-field-caret-color: #2495d6;
  --mdc-outlined-text-field-focus-outline-color: #2495d6;
  --mdc-outlined-text-field-focus-label-text-color: rgba(36, 149, 214, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(36, 149, 214, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #b00020;
  --mdc-filled-text-field-focus-active-indicator-color: #b00020;
  --mdc-filled-text-field-focus-label-text-color: rgba(176, 0, 32, 0.87);
  --mdc-outlined-text-field-caret-color: #b00020;
  --mdc-outlined-text-field-focus-outline-color: #b00020;
  --mdc-outlined-text-field-focus-label-text-color: rgba(176, 0, 32, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(176, 0, 32, 0.87);
}

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

html {
  --mdc-filled-text-field-label-text-font: "Flexo", sans-serif;
  --mdc-filled-text-field-label-text-size: 1.4rem;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: "Flexo", sans-serif;
  --mdc-outlined-text-field-label-text-size: 1.4rem;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: "Flexo", sans-serif;
  --mat-form-field-container-text-line-height: 1.6rem;
  --mat-form-field-container-text-size: 1.4rem;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 1.4rem;
  --mat-form-field-subscript-text-font: "Flexo", sans-serif;
  --mat-form-field-subscript-text-line-height: 1.2rem;
  --mat-form-field-subscript-text-size: 1.2rem;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
}

mat-dialog-container.mat-mdc-dialog-container .mat-display-4 {
  font: 600 1.6rem/1.8rem Flexo, sans-serif;
  letter-spacing: normal;
}
mat-dialog-container.mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 1.4rem;
  padding: 1rem 3rem 2rem 3rem;
  overflow: hidden;
}
mat-dialog-container.mat-mdc-dialog-container p {
  word-wrap: break-word;
  white-space: pre-wrap;
  color: #7e8692;
}

.mat-mdc-dialog-actions {
  justify-content: flex-end !important;
  line-height: 18px;
  min-height: 47px !important;
  padding: 0 !important;
}
.mat-mdc-dialog-actions .mat-mdc-button-touch-target {
  height: 36px !important;
}

.mat-flat-button, .info-alarm-type,
.mat-mdc-unelevated-button,
.mdc-button--outlined,
.mat-mdc-outlined-button,
.mdc-button {
  padding: 0.2rem 1.6rem 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.084rem !important;
}
.mat-flat-button > mat-icon, .info-alarm-type > mat-icon,
.mat-mdc-unelevated-button > mat-icon,
.mdc-button--outlined > mat-icon,
.mat-mdc-outlined-button > mat-icon,
.mdc-button > mat-icon {
  margin-top: -0.3rem !important;
  height: 2.5rem !important;
  width: 2.5rem !important;
  font-size: 2.5rem !important;
}

.mat-mdc-outlined-button > .mat-icon {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

mat-card {
  background-color: #e9f1f8 !important;
  border-radius: 1.4rem !important;
  padding: 0 !important;
}
mat-card.mat-mdc-card {
  color: #29374a !important;
}
mat-card.mat-mdc-card .mat-mdc-outlined-button {
  color: #29374a !important;
}
mat-card.mat-mdc-card .mat-mdc-outlined-button .mat-icon {
  color: #29374a !important;
}
mat-card.mat-mdc-card:not([class*=mat-elevation-z]) {
  box-shadow: 0 1rem 2rem rgba(33, 33, 33, 0.2) !important;
}
mat-card mat-card-header {
  background-color: #ffffff !important;
  border-radius: 1.4rem 1.4rem 0 0 !important;
  padding: 0 !important;
}
mat-card mat-card-header .mat-mdc-card-header-text {
  margin: 1.4rem !important;
}
mat-card mat-card-header .mat-mdc-card-header-text mat-card-title {
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 1.2rem;
  font-weight: 600;
  letter-spacing: normal;
}
mat-card mat-card-header .mat-mdc-card-header-text mat-card-subtitle {
  margin-top: -0.8rem !important;
  font-size: 1.4rem;
  margin-bottom: 0 !important;
}
mat-card mat-card-content,
mat-card .mat-mdc-card-content {
  margin: 0 !important;
  background-color: #e9f1f8 !important;
  min-height: 55rem !important;
  overflow-y: hidden !important;
}
mat-card mat-card-actions {
  background-color: #ffffff;
  border-radius: 0 0 1.4rem 1.4rem;
  margin: 0 !important;
  padding: 1.4rem;
}
mat-card mat-card-actions.mat-card-actions {
  padding: 1rem 1.4rem 0 1.4rem;
}

mat-card.mat-card--table .mat-mdc-card-content {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  border-radius: 1.4rem !important;
  overflow: hidden !important;
}
mat-card.mat-card--table .mat-mdc-card-content .list__wrapper {
  width: 100%;
  height: 100%;
  min-height: 45rem;
  display: flex;
  justify-content: center;
  background-color: #e9f1f8;
  padding: 1.4rem 0;
}
mat-card.mat-card--table .mat-mdc-card-content .mat-table__wrapper {
  margin: 0 1.4rem !important;
  height: 100% !important;
}
mat-card.mat-card--table .mat-mdc-card-content .mat-table__wrapper .mat-card-header {
  display: flex;
  justify-content: center;
}
mat-card.mat-card--table .mat-mdc-card-content .mat-table__wrapper .mat-card-header .mat-tab-header {
  border-bottom: hidden;
}
mat-card.mat-card--table .mat-mdc-card-content .mat-table__wrapper mat-table {
  table-layout: fixed !important;
  min-width: 111.4rem !important;
  box-sizing: border-box !important;
  width: 100% !important;
}
mat-card.mat-card--table .mat-mdc-card-content .mat-table__wrapper mat-table td.mat-cell span {
  white-space: nowrap;
  text-overflow: ellipsis;
}
mat-card.mat-card--table .mat-mdc-card-content .mat-table__wrapper mat-table th.mat-sort-header-disabled {
  color: #7e8692 !important;
}
mat-card.mat-card--table .mat-mdc-card-content .mat-table__wrapper mat-table tr:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
mat-card.mat-card--table .mat-mdc-card-content .mat-table__wrapper mat-table tr:hover button {
  opacity: 0.8 !important;
}
mat-card.mat-card--table .mat-mdc-card-content .mat-table__wrapper mat-table .table__action-button {
  cursor: pointer;
  background: none;
  border: none;
  opacity: 0.2;
  transition: 0.3s ease-out;
  transition-delay: 0.1s;
}
mat-card mat-card-actions {
  height: 4.8rem;
}

button:focus {
  color: #324358;
  outline: 0;
}

.no-content-found {
  height: 100%;
  margin-top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #7088a6;
  letter-spacing: 0.07rem;
}
.no-content-found h2 {
  margin-bottom: 0.5rem;
}

.spinner__wrapper {
  display: flex;
}
.spinner__wrapper mat-spinner {
  align-self: center;
}

mat-checkbox {
  opacity: 0.2;
}
mat-checkbox.mat-checkbox-label-before .mat-checkbox-layout {
  display: flex;
}
mat-checkbox.mat-checkbox-label-before .mat-checkbox-layout .mat-checkbox-label {
  flex: 1;
}
mat-checkbox.mat-checkbox-indeterminate {
  opacity: 1;
}
mat-checkbox.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #737B87;
}
mat-checkbox.mat-checkbox-indeterminate:hover.mat-accent .mat-checkbox-background {
  background-color: #324358;
}
mat-checkbox:hover.mat-accent .mat-checkbox-frame {
  border-color: #324358;
}
mat-checkbox.mat-checkbox-checked {
  opacity: 1;
}
mat-checkbox:hover {
  opacity: 1;
}

mat-error {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
  color: #b00020;
}

/* width */
::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.8rem;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.1rem #7e8692;
  border-radius: 0.4rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7e8692;
  border-radius: 0.4rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #324358;
}

.primary-snackbar {
  background: #324358;
  color: #ffffff;
}

snack-bar-container.error {
  background: #b00020;
  color: #ffffff;
}
snack-bar-container.error .mat-simple-snackbar-action {
  color: #ffffff;
}

mat-tree {
  background-color: #e9f1f8 !important;
}

.mat-button-toggle-group-appearance-standard {
  border: solid 2px #f2f7fb;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 3rem;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
}

.mat-button-toggle-group .mat-button-toggle {
  color: #7e8692;
  background-color: #f2f7fb;
  box-shadow: none;
}
.mat-button-toggle-group .mat-button-toggle-checked {
  color: #29374a;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px rgba(33, 42, 52, 0.1215686275);
  border-radius: 2px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .alarm-list-filters .mat-form-field {
    max-width: 18rem;
  }
  .alarm-list-filters .mat-form-field .mat-date-range-input-container {
    max-width: 9rem;
  }
  .alarm-list-filters .mat-form-field .mat-date-range-input-container .mat-date-range-input-start-wrapper {
    max-width: 100%;
  }
  .alarm-list-filters .mat-form-field .mat-date-range-input-container .mat-date-range-input-end-wrapper {
    max-width: calc(44% - 4px);
  }
}
.mat-tab-link {
  text-transform: uppercase;
}
.mat-tab-link.mat-tab-label-active {
  opacity: 0.9;
}

.floating-action-bar .mat-tab-links {
  justify-content: center;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #2495d6 !important;
}

.mdc-tab__content {
  text-transform: uppercase !important;
}

.mat-table__wrapper {
  width: 100% !important;
  overflow-y: auto !important;
  background-color: #e9f1f8 !important;
}

.mat-mdc-table {
  width: 100% !important;
  border: 0.1rem solid #cfd9e5 !important;
  border-radius: 0.4rem !important;
  background-color: transparent !important;
}
.mat-mdc-table tr {
  cursor: default;
}
.mat-mdc-table tr.mat-mdc-footer-row, .mat-mdc-table tr.mat-mdc-header-row, .mat-mdc-table tr.mat-mdc-row {
  display: flex !important;
  min-width: 100% !important;
  height: 4.4rem !important;
}
.mat-mdc-table tr.mat-mdc-footer-row.no-records, .mat-mdc-table tr.mat-mdc-header-row.no-records, .mat-mdc-table tr.mat-mdc-row.no-records {
  height: 10rem !important;
  justify-content: center !important;
}
.mat-mdc-table tr.mat-mdc-footer-row td span, .mat-mdc-table tr.mat-mdc-header-row td span, .mat-mdc-table tr.mat-mdc-row td span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mat-mdc-table tr.row-above-details.row-expanded {
  box-shadow: 0 2px 9px -7px #29374a !important;
  -webkit-box-shadow: 0 2px 9px -7px #29374a !important;
  -moz-box-shadow: 0 2px 9px -7px #29374a !important;
}
.mat-mdc-table tr.row-above-details.row-expanded td {
  background-color: #d6e4f0 !important;
}
.mat-mdc-table tr.row-above-details.row-expanded.row-expanded--shadow {
  transform: scale(1, 1) !important;
  -webkit-transform: scale(1, 1) !important;
  -moz-transform: scale(1, 1) !important;
}
.mat-mdc-table tr.row-above-details:hover td {
  background-color: #f3f7fb !important;
}
.mat-mdc-table tr.row-above-details td {
  z-index: 2;
  background-color: #e9f1f8 !important;
}
.mat-mdc-table tr.expanded-details-row {
  height: auto !important;
}
.mat-mdc-table tr.expanded-details-row td {
  background-color: #d6e4f0 !important;
}
.mat-mdc-table tr.expanded-details-row.row-expanded {
  height: auto !important;
}
.mat-mdc-table tr.expanded-details-row.row-expanded td {
  background-color: #dfebf5 !important;
}
.mat-mdc-table tr.expanded-details-row.row-expanded + .mat-mdc-row {
  box-shadow: 0px -2px 9px -7px #29374a !important;
  -webkit-box-shadow: 0px -2px 9px -7px #29374a !important;
  -moz-box-shadow: 0px -2px 9px -7px #29374a !important;
  transform: scale(1, 1) !important;
  -webkit-transform: scale(1, 1) !important;
  -moz-transform: scale(1, 1) !important;
}
.mat-mdc-table tr.expanded-details-row td {
  border: 0 !important;
  width: 100%;
}
.mat-mdc-table tr.expanded-details-row td .inner-table {
  padding: 0 !important;
}
.mat-mdc-table tr.expanded-details-row td .inner-table .mat-mdc-table {
  border: 0 !important;
  width: 100% !important;
  background-color: transparent !important;
}
.mat-mdc-table tr.expanded-details-row td .inner-table .mat-mdc-table tr.mat-mdc-footer-row, .mat-mdc-table tr.expanded-details-row td .inner-table .mat-mdc-table tr.mat-mdc-header-row, .mat-mdc-table tr.expanded-details-row td .inner-table .mat-mdc-table tr.mat-mdc-row {
  display: inline-flex !important;
  border-bottom: 0.1rem solid #cfd9e5 !important;
}
.mat-mdc-table tr.expanded-details-row td .inner-table .mat-mdc-table tr:hover td {
  background-color: #f3f7fb !important;
}
.mat-mdc-table tr.expanded-details-row td .inner-table .mat-mdc-table tr td {
  cursor: default !important;
}
.mat-mdc-table tr.mat-mdc-header-row th.mat-mdc-header-cell {
  font-size: 1.3rem !important;
  color: #29374a !important;
  font-weight: bold !important;
  display: flex !important;
  align-items: center !important;
}
.mat-mdc-table tr.mat-mdc-header-row th.mat-mdc-header-cell:first-of-type {
  padding-left: 0 !important;
}
.mat-mdc-table tr.mat-mdc-header-row th.mat-mdc-header-cell:last-of-type {
  padding-right: 0 !important;
}
.mat-mdc-table tr.mat-mdc-row td.mat-mdc-cell {
  color: #29374a !important;
  display: flex !important;
  align-items: center !important;
}
.mat-mdc-table tr.mat-mdc-row td.mat-mdc-cell:first-of-type {
  padding-left: 0 !important;
}
.mat-mdc-table tr.mat-mdc-row td.mat-mdc-cell:last-of-type {
  padding-right: 0 !important;
}
.mat-mdc-table tr th.mat-mdc-header-cell {
  background-color: #e9f1f8 !important;
  border-top-left-radius: 0.2rem !important;
  border-top-right-radius: 0.2rem !important;
}
.mat-mdc-table tr .mdc-data-table__cell, .mat-mdc-table tr .mdc-data-table__header-cell {
  padding: 0;
}

.alarm-list-paginator__wrapper {
  width: 100%;
}

mat-paginator.mat-mdc-paginator {
  background-color: transparent !important;
  color: #29374a !important;
}
mat-paginator.mat-mdc-paginator .mat-mdc-paginator-container {
  min-height: 4rem !important;
  justify-content: center !important;
}
mat-paginator.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label {
  order: 2 !important;
  margin: -0.4rem 1.5rem 0 1.5rem !important;
  word-spacing: 0.5rem !important;
}
mat-paginator.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-previous {
  order: 1 !important;
}
mat-paginator.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-next {
  order: 3 !important;
}
mat-paginator.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-icon {
  width: 3.5rem !important;
}
mat-paginator.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-icon-button {
  padding: 0.2rem !important;
}

.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before {
  background-color: #333 !important;
}

.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #333 !important;
}

.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: #333 !important;
}

.mat-mdc-radio-button .mdc-radio {
  padding: 0 !important;
}

.mat-mdc-radio-label {
  position: relative !important;
}

.mat-list-base {
  padding-top: 0;
  height: calc(100vh - 24rem);
  overflow-y: auto;
}
.mat-list-base .mat-list-option {
  font-size: 1.4rem;
}

.data-types-value {
  display: inline-block;
  max-width: 14rem;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 0.5rem;
  float: left;
}

.mat-mdc-form-field-type-mat-date-range-input {
  position: relative;
}
.mat-mdc-form-field-type-mat-date-range-input .mat-datepicker-toggle--move .mat-mdc-icon-button {
  position: relative;
  right: 3rem;
}
.mat-mdc-form-field-type-mat-date-range-input .mat-mdc-icon-button.clear {
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
  top: 0rem;
  right: -5.8rem;
  z-index: 9999;
}

.mdc-text-field--filled {
  background-color: #f2f7fb !important;
}

.mat-mdc-form-field {
  display: flex !important;
}

.mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-focus-overlay {
  background-color: #f2f7fb !important;
  border-bottom: 1px solid black;
}

.mat-mdc-text-field-wrapper {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}
.mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  padding-bottom: 0.75em !important;
  min-height: 4.2rem !important;
}
.mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mat-mdc-select-trigger {
  height: 1.6rem;
}
.mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mat-mdc-select-trigger .mat-mdc-select-arrow {
  top: -0.6rem;
}
.mat-mdc-text-field-wrapper label {
  padding-bottom: 0.25rem !important;
}

.trigger-value-element.input .mat-form-field-appearance-fill .mat-form-field-flex {
  padding-right: 4rem !important;
}

.search-field .mat-form-field-wrapper {
  height: 5.4rem !important;
}

.map-action-bar__search .search-field {
  margin: 0 !important;
}

melva-pro-hierarchy {
  display: block;
  min-width: 37rem;
}
melva-pro-hierarchy .mat-form-field-appearance-fill .mat-form-field-flex {
  padding: 0.75em 0.75rem 0 0.75em;
}

.full-screen__background {
  opacity: 1;
  z-index: 999;
}
@media print {
  .full-screen__background {
    display: none;
  }
}

.full-screen {
  position: absolute !important;
  right: 10rem;
  left: 10rem;
  top: 1.6rem;
  bottom: 1.6rem;
  max-height: 100vh;
  z-index: 1000;
  grid-template-rows: 2fr !important;
}
@media print {
  .full-screen {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 !important;
    box-shadow: none;
  }
}
.full-screen .full-screen__header {
  text-align: center;
  margin-bottom: 1rem;
}
@media print {
  .full-screen .full-screen__header {
    display: none;
  }
}
.full-screen .full-screen__header h1 {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 2rem;
}
.full-screen .mat-card-content {
  padding: 2.2rem;
  box-sizing: border-box;
  border-radius: 1.4rem !important;
}
@media print {
  .full-screen .mat-card-content {
    padding: 0.5rem;
    border-radius: 0 !important;
    overflow-y: visible !important;
  }
}
.full-screen .show-graph--full-screen {
  float: right;
}
@media print {
  .full-screen .show-graph--full-screen {
    display: none;
  }
}
@media print {
  .full-screen .print-button {
    display: none;
  }
}
.full-screen .graph-settings__container {
  padding: 1.4rem 0;
  margin-bottom: 2rem;
}
.full-screen .graph-settings__container button {
  height: 4.5rem !important;
}
.full-screen .graph-settings__container mat-icon {
  margin-right: 1rem !important;
}
.full-screen .graph-settings__container .caption {
  padding-top: 0.5rem;
}
.full-screen .graph-settings__container .label {
  padding-top: 0.5rem;
  display: inline-block;
}
@media only screen and (max-height: 640px) {
  .full-screen .graph-settings__container {
    padding: 0 1.4rem !important;
  }
}
@media print {
  .full-screen .graph-settings__container {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media print {
  .full-screen .graph-arrow--next,
  .full-screen .graph-arrow--previous {
    display: none;
  }
  .full-screen .meter-data-chips-more__container {
    display: none;
  }
  .full-screen .meter-data-chips__wrapper {
    -webkit-print-color-adjust: exact;
  }
}

.fullscreen__actions .full-screen__hide-btn {
  min-width: 3rem !important;
  padding: 0.2rem 0.6rem 0 0.7rem !important;
  line-height: 3.5rem !important;
  height: 3.8rem;
  margin-right: 1rem;
}
@media print {
  .fullscreen__actions .full-screen__hide-btn {
    display: none;
  }
}

.full-screen__show-btn {
  position: absolute !important;
  bottom: 2rem;
  right: 15.5rem;
  min-width: 3rem !important;
  padding: 0.2rem 0.6rem 0 0.7rem !important;
  line-height: 3.5rem !important;
  height: 3.8rem;
}

.full-screen__hide-btn {
  float: right;
}

.details-graph__full-screen-container {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1000;
}
.details-graph__full-screen-container .details-graph__modal {
  position: absolute;
  right: 10%;
  left: 10%;
  top: 10%;
  bottom: 10%;
}
@media only screen and (max-height: 640px) {
  .details-graph__full-screen-container .details-graph__modal {
    top: 2.5%;
    bottom: 2.5%;
  }
}
.details-graph__full-screen-container .details-graph__modal .details-graph__modal-content {
  border-radius: 1.4rem;
  background-color: #ffffff !important;
  padding: 2.2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
}
.details-graph__full-screen-container .details-graph__modal .details-graph__modal-content .full-screen__header {
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}
@media print {
  .details-graph__full-screen-container .details-graph__modal .details-graph__modal-content .full-screen__header {
    display: none;
  }
}
.details-graph__full-screen-container .details-graph__modal .details-graph__modal-content .full-screen__header h1 {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
.details-graph__full-screen-container .details-graph__modal .details-graph__modal-content .full-screen__header h1.full-screen__header--loss {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.details-graph__full-screen-container .details-graph__modal .details-graph__modal-content .graph-settings__container {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
.details-graph__full-screen-container .details-graph__modal .details-graph__modal-content .details-graph__graph-container {
  flex: 1;
  min-height: 30rem;
  position: relative;
}
.details-graph__full-screen-container .details-graph__modal .details-graph__modal-content #details-graph {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  height: auto;
}
.details-graph__full-screen-container .details-graph__modal .details-graph__modal-content .fullscreen__actions {
  display: flex;
  justify-content: space-between;
}
.details-graph__full-screen-container .details-graph__modal .details-graph__modal-content .fullscreen__actions .full-screen__hide-btn {
  float: none;
}

/* For general iPad layouts */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .full-screen {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0;
  }
  .full-screen .mat-card-content {
    border-radius: 0 !important;
  }
}
/* Ipad: portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .full-screen,
  .full-screen__background,
  .hierarchy__card-wrapper.fullscreen,
  .hierarchy__backdrop {
    transform: translateY(-100%) rotate(90deg);
    transform-origin: left bottom;
    height: 100vw;
    width: 100vh;
  }
}
/* Ipad landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .full-screen,
  .full-screen__background,
  .hierarchy__card-wrapper.fullscreen,
  .hierarchy__backdrop {
    height: 100vh;
    width: 100vw;
  }
}
.map-fullscreen .meter-data__map .map__container {
  border-radius: 0 !important;
}

.info-window {
  min-width: 20rem;
}

.info-alarm-type {
  padding: 1.5rem !important;
  border-top: 1px solid #e9f1f8;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.info-alarm-type.info-alarm-type--active {
  background-color: #f2f7fb;
}

.info-alarm-type__title {
  padding-right: 1.5rem;
  line-height: 2.1rem;
}

.info-alarm-type__section {
  display: flex;
  justify-content: space-evenly;
}
.info-alarm-type__section .info-alarm-type__icon {
  font-size: 2.7rem;
  line-height: 1.8rem;
  color: #29374a;
}
.info-alarm-type__section .info-alarm-type__count {
  width: 2rem;
  height: 2rem;
  background-color: #e9f1f8;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #29374a;
  margin-right: 1.5rem;
}
.info-window__header {
  padding: 1.5rem;
  font-family: "Flexo", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.info-window__header .info-window__address,
.info-window__header .info-window__meter-number {
  display: block;
}
.info-window__header .info-window__address {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.gm-style .gm-style-iw-d,
.gm-style .gm-style-iw,
.gm-style .gm-style-iw-c {
  padding: 0;
}

.gm-style-iw,
.gm-style-iw-c {
  border-radius: 0.4rem !important;
}

.gm-ui-hover-effect {
  display: none !important;
}

mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-data-type-selector,
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-meter-data-periode-selector,
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-meter-data-resolution-selector {
  display: flex;
  flex: 1;
}
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-data-type-selector button,
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-meter-data-periode-selector button,
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-meter-data-resolution-selector button {
  width: 100%;
  text-transform: none !important;
  letter-spacing: 0 !important;
  padding: 1rem 1.6rem 1rem 0rem !important;
  box-sizing: border-box;
  height: 5.2rem;
  display: block;
}
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-data-type-selector button .mdc-button__label,
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-meter-data-periode-selector button .mdc-button__label,
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-meter-data-resolution-selector button .mdc-button__label {
  display: block;
  max-height: 100%;
  border-left: 1px solid #d6e1eb;
  padding-left: 1.5rem;
}
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-data-type-selector button .caption,
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-meter-data-periode-selector button .caption,
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-meter-data-resolution-selector button .caption {
  padding-top: 0 !important;
  display: block;
}
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-data-type-selector button .label,
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-meter-data-periode-selector button .label,
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-meter-data-resolution-selector button .label {
  padding-top: 0.7rem;
  display: block;
}
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-data-type-selector:first-child button {
  border-radius: 0.4rem 0 0 0;
}
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-data-type-selector:first-child button .mdc-button__label {
  border-left: none;
}
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-data-type-selector:last-child button {
  border-radius: 0 0.4rem 0 0;
}
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-meter-data-periode-selector button,
mat-card:not(.full-screen) .graph-settings__container:not(.graph-settings__limited) melva-pro-meter-data-resolution-selector button {
  border-radius: 0;
}

.idw-legend {
  border-radius: 0.4rem;
  padding: 1.4rem 1.4rem 0.4rem 1.4rem;
}

.leaflet-control-layers {
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.3));
  border: none !important;
}
.leaflet-control-layers .leaflet-control-layers-list {
  overflow: hidden;
  font-family: "Flexo", sans-serif;
}
.leaflet-control-layers .leaflet-control-layers-list .leaflet-layer-disabled {
  color: #7e8692;
  cursor: not-allowed;
}
.leaflet-control-layers .leaflet-control-layers-list .layer-group-title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0;
}

.leaflet-popup {
  box-shadow: 0 1rem 2rem rgba(33, 33, 33, 0.2);
}
.leaflet-popup .leaflet-popup-close-button {
  display: none;
}
.leaflet-popup .leaflet-popup-content-wrapper {
  box-shadow: 0 1rem 2rem rgba(33, 33, 33, 0.2);
  border-radius: 0.4rem;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  width: 100%;
  margin: 0;
  min-width: 23.5rem;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .leaflet-popup__header {
  font-family: "Flexo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 500;
  padding: 1.4rem;
  border-bottom: 0.1rem solid #cfd9e5;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .leaflet-popup__header .leaflet-popup__address,
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .leaflet-popup__header .leaflet-popup__meter-number {
  display: block;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .leaflet-popup__header .leaflet-popup__address {
  line-height: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .leaflet-popup__values {
  font-family: "Flexo", sans-serif;
  font-size: 1.4rem;
  padding: 1.4rem;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .leaflet-popup__values .value-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.4rem;
  gap: 1.2rem;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .leaflet-popup__values .value-line :first-child {
  color: #7e8692;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .leaflet-popup__values .value-line :last-child {
  color: #29374a;
  font-weight: 600;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .marker-button {
  margin: 0 auto 1rem auto;
  display: block;
  height: 3.6rem;
  border: 0.1rem solid #cfd9e5;
  border-radius: 0.4rem;
  width: calc(100% - 2.8rem);
  cursor: pointer;
}

.leaflet-button-container {
  border-left: rgba(0, 0, 0, 0.3) 0.1rem solid;
}

.leaflet-button {
  background: none;
  border: none;
  padding: 0;
  color: #29374a;
  cursor: pointer;
}
.leaflet-button.left-border {
  margin: 0.4rem 1rem;
}

.leaflet-interval-control {
  clear: none;
}
.leaflet-interval-control .leaflet-interval-text {
  font-family: "Flexo", "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #7e8692;
  width: 9rem;
  text-align: center;
}

.legend-control {
  position: absolute;
  right: 19.2rem;
}

.leaflet-display-flex {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.3));
  align-items: center;
  padding: 0;
  height: 4.5rem;
}

.leaflet-control-layers-scrollbar {
  overflow-y: hidden !important;
}

.leaflet-tooltip {
  font-family: "Flexo", sans-serif;
  font-size: 1.4rem;
  padding: 1.4rem;
  font-weight: 500;
}

.leaflet-legend-text {
  font-family: "Flexo", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 1rem;
}

.leaflet-legend-box {
  background-color: #DA0916;
  height: 1.4rem;
  width: 1.4rem;
  align-self: center;
  margin: 0 0 0.2rem 1rem;
  border-radius: 12%;
}

[hidden] {
  display: none !important;
}

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