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

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

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

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

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

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

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

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

@media all and (-ms-high-contrast: none) {
    .cal-month-view .cal-day-cell {
      display: block; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cal-week-view .cal-hour-segment::after {
      content: '\00a0'; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  font-family: "Poppins", "Helvetica Neue", sans-serif !important;
}

.material-icons {
  font-family: "Material Icons" !important;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined" !important;
}

.numbers-font {
  font-family: "Noto Sans" !important;
}

html {
  font-size: 16px;
}

@media only screen and (max-width: 1536px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }
}

body {
  margin: 0;
}

body .title {
  font: normal normal 600 24px "Poppins";
  letter-spacing: 0px;
  color: #626262;
  opacity: 0.75;
}

body p.error {
  font: normal normal 600 1.1rem "Poppins";
  letter-spacing: 0px;
  color: #121212;
  opacity: 0.75;
}

body .hide {
  visibility: hidden;
}

body .full-hide {
  display: none;
}

body p,
body .text-normal {
  font-size: 1rem;
}

body .text-xs {
  font-size: 0.5rem;
}

body .text-s {
  font-size: 0.65rem;
}

body .text-sm {
  font-size: 0.75rem;
}

body .text-md {
  font-size: 0.9rem;
}

body .text-ml {
  font-size: 1.1rem;
}

body .text-lg {
  font-size: 1.25rem;
}

body .text-l {
  font-size: 1.35rem;
}

body .text-xl {
  font-size: 1.5rem;
}

body .svg-green {
  filter: invert(44%) sepia(54%) saturate(2419%) hue-rotate(86deg) brightness(79%) contrast(85%);
}

body .svg-blue {
  filter: invert(75%) sepia(27%) saturate(5972%) hue-rotate(180deg) brightness(98%) contrast(88%);
}

body .error-load,
body .error-load app-not-found {
  width: 100%;
  height: 100%;
}

html,
body {
  height: 100%;
}

html p.field-label,
body p.field-label {
  margin: 0 8px;
  padding: 0 8px;
  font-size: 0.75rem;
  color: #626262;
  font-family: "Poppins";
}

html .loader-block,
body .loader-block {
  width: 100%;
  height: 100%;
}

mat-form-field.mat-form-field {
  font-family: "Poppins", "Helvetica Neue", sans-serif;
}

app-dynamic-tab-group,
app-dynamic-tab {
  height: 100%;
  width: 100%;
}

app-dynamic-tab {
  height: calc(100% - 32px);
}

.dynamic-table-tabs mat-tab-header {
  height: 40px;
  border-bottom: 1px solid #707070;
  opacity: 1;
}

.dynamic-table-tabs mat-tab-header .mat-tab-label-container {
  order: 1;
}

.dynamic-table-tabs mat-tab-header .mat-tab-label-container .mat-tab-label {
  opacity: 0.75;
  height: calc(40px + 8px);
}

.dynamic-table-tabs mat-tab-header .mat-tab-label-container .mat-tab-label .mat-tab-label-content {
  font-weight: 600;
  font-size: 0.8rem;
  opacity: 0.75;
  color: #121212;
}

.dynamic-table-tabs mat-tab-header .mat-tab-label-container .mat-tab-label .mat-tab-label-content .icon {
  opacity: 0.75;
}

.dynamic-table-tabs mat-tab-header .mat-tab-label-container .mat-tab-label-active {
  opacity: 1;
}

.dynamic-table-tabs mat-tab-header .mat-tab-label-container .mat-tab-label-active .mat-tab-label-content {
  opacity: 1;
  color: #626262;
}

.dynamic-table-tabs mat-tab-header .mat-tab-label-container .mat-tab-label-active .mat-tab-label-content .icon {
  opacity: 1;
}

.dynamic-table-tabs mat-tab-header .mat-tab-label-container mat-ink-bar.mat-ink-bar {
  height: 3px;
  background-color: #1464a5;
  opacity: 1;
}

.dynamic-table-tabs mat-tab-header .mat-tab-header-pagination-before {
  order: 2;
}

.dynamic-table-tabs mat-tab-header .mat-tab-header-pagination-after {
  order: 3;
}

.dynamic-table-tabs .mat-tab-body-wrapper {
  height: 100%;
}

@media only screen and (max-width: 1366px) {
  .dynamic-table-tabs mat-tab-header {
    height: 32px;
  }
  .dynamic-table-tabs mat-tab-header .mat-tab-label-container .mat-tab-label {
    height: calc(32px + 8px);
    min-width: 110px;
  }
}

@media only screen and (max-width: 1024px) {
  .dynamic-table-tabs mat-tab-header {
    height: 32px;
  }
  .dynamic-table-tabs mat-tab-header .mat-tab-label-container .mat-tab-label {
    height: calc(32px + 8px);
    min-width: 110px;
  }
}

div.main-content-page {
  height: 100%;
  width: 100%;
  background: white;
  padding: 16px;
  box-sizing: border-box;
}

.mat-tooltip.tooltip-medium {
  line-height: 12px;
  font-weight: normal;
  font-size: 0.75rem;
  padding: 8px 16px;
}

.mat-tooltip.long-title-tooltip, .mat-tooltip.big-tooltip {
  line-height: 24px;
  font-weight: normal;
  font-size: 0.9rem;
  padding: 8px 16px;
}

.mat-tooltip.warning-tooltip {
  line-height: 24px;
  font-weight: normal;
  font-size: 0.9rem;
  white-space: pre-wrap;
  padding: 4px 10px;
  background-color: #fdd835a1;
  color: #000;
}

.mat-tooltip.error-tooltip {
  line-height: 1.1rem;
  font-weight: normal;
  font-size: 0.9rem;
  white-space: pre-wrap;
  padding: 8px 16px;
  background-color: #e27c79;
  color: #fcfcfc;
}

.mat-tooltip.action-tooltip {
  line-height: 24px;
  font-weight: normal;
  font-size: 0.9rem;
  white-space: pre-wrap;
  padding: 4px 10px;
}

.mat-tooltip.description-tooltip {
  white-space: pre-wrap;
  border: 1px solid rgba(255, 255, 255, 0.9);
  max-width: 350px;
}

.mat-tooltip.master-tree-resource-tooltip {
  white-space: pre-wrap;
  font-size: 0.75rem;
}

.mat-tooltip.info-description-tooltip {
  line-height: 0.9rem;
  font-weight: normal;
  font-size: 0.75rem;
  padding: 8px 16px;
}

.mat-tooltip.format-text {
  white-space: pre-wrap;
}

.mat-tooltip.tooltip-table-index {
  background-color: #ffffff;
  color: rgba(18, 18, 18, 0.75);
  font-size: 0.75rem;
  font-weight: bold;
  border: 1px solid rgba(97, 97, 97, 0.9);
}

.ngx-charts-tooltip-content .tooltip-content .tooltip-label.in-line {
  padding: 8px 4px;
  line-height: 1.3em;
  margin: 0;
}

.ngx-charts-tooltip-content .tooltip-content .tooltip-label.in-line .tooltip-val.in-line {
  display: unset;
}

.ngx-charts-tooltip-content .tooltip-content .tooltip-val.in-line {
  padding: 0;
  padding-left: 8px;
}

.cdk-overlay-pane.pdf-viewer {
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  max-height: 100%;
  padding: 24px 38px;
}

.cdk-overlay-pane.pdf-viewer mat-dialog-container {
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}

.cdk-overlay-pane.pdf-viewer mat-dialog-container > :first-child {
  height: 100%;
}

.cdk-overlay-pane.my-modal {
  width: 40vw;
  min-width: 40vw;
  max-width: 40vw !important;
  min-height: 20vh;
  max-height: 80vh;
  min-width: 350px;
  /* Custom Scrollbar in modal content */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.cdk-overlay-pane.my-modal mat-dialog-container {
  padding: 0;
  position: relative;
  background-color: #ffffff;
  /*$bg-canvas-nv0;*/
}

.cdk-overlay-pane.my-modal mat-dialog-container > :first-child {
  height: 100%;
}

.cdk-overlay-pane.my-modal mat-dialog-container > :first-child app-modal {
  height: 100%;
}

.cdk-overlay-pane.my-modal.interventions-miemb-modal {
  height: 100%;
}

.cdk-overlay-pane.my-modal.interventions-miemb-modal mat-dialog-container {
  background-color: #fafafa;
}

.cdk-overlay-pane.my-modal.file-configuration-modal {
  width: 60vw;
  max-width: 60vw !important;
  height: 75vh;
  max-height: 75vh;
}

.cdk-overlay-pane.my-modal.file-configuration-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.sign-draw-modal {
  width: 730px;
  min-width: 730px;
  max-width: 730px !important;
  min-height: 552px;
  max-height: 552px;
  height: 100%;
}

.cdk-overlay-pane.my-modal.module-navigation {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
}

.cdk-overlay-pane.my-modal.sad-status-edit-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
}

.cdk-overlay-pane.my-modal.sad-status-new-modal {
  width: 50vw;
  min-width: 50vw;
  max-width: 50vw !important;
}

.cdk-overlay-pane.my-modal.user-info {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  min-height: 50vh;
  max-height: 90vh;
}

.cdk-overlay-pane.my-modal.sad-request-detail-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  min-height: 50vh;
  height: 100%;
  max-height: 92vh;
}

.cdk-overlay-pane.my-modal.sad-request-detail-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.pseaf-request-detail-modal, .cdk-overlay-pane.my-modal.vg-request-detail-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  min-height: 50vh;
  height: 100%;
  max-height: 65vh;
}

.cdk-overlay-pane.my-modal.pseaf-request-detail-modal mat-dialog-container, .cdk-overlay-pane.my-modal.vg-request-detail-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.aem-request-detail-modal {
  width: 65vw;
  min-width: 65vw;
  max-width: 65vw !important;
  min-height: 60vh;
  height: 100%;
  max-height: 80vh;
}

.cdk-overlay-pane.my-modal.aem-request-detail-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.vg-request-criminal-action-modal {
  width: 80vw;
  min-width: 80vw;
  max-width: 80vw !important;
  min-height: 70vh;
  height: 100%;
  max-height: 85vh;
}

.cdk-overlay-pane.my-modal.vg-request-criminal-action-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.vg-request-civil-action-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  min-height: 60vh;
  height: 100%;
  max-height: 60vh;
}

.cdk-overlay-pane.my-modal.vg-request-civil-action-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.vg-request-civil-action-modal mat-dialog-container app-form div.fields app-info-checkbox-field,
.cdk-overlay-pane.my-modal.vg-request-civil-action-modal mat-dialog-container app-form div.group app-info-checkbox-field, .cdk-overlay-pane.my-modal.vg-request-criminal-action-modal mat-dialog-container app-form div.fields app-info-checkbox-field,
.cdk-overlay-pane.my-modal.vg-request-criminal-action-modal mat-dialog-container app-form div.group app-info-checkbox-field {
  height: 56px;
  place-content: center;
  padding-left: 8px;
}

.cdk-overlay-pane.my-modal.inclusion-request-detail-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  min-height: 55vh;
  height: 100%;
  max-height: 65vh;
}

.cdk-overlay-pane.my-modal.inclusion-request-detail-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.migration-request-detail-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  min-height: 50vh;
  height: 100%;
  max-height: 70vh;
}

.cdk-overlay-pane.my-modal.migration-request-detail-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.ames-request-detail-modal {
  width: 70vw;
  min-width: 70vw;
  max-width: 70vw !important;
  min-height: 80vh;
  height: 100%;
  max-height: 80vh;
}

.cdk-overlay-pane.my-modal.ames-request-detail-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.multipurpose-request-detail-modal {
  width: 70vw;
  min-width: 70vw;
  max-width: 70vw !important;
  min-height: 85vh;
  height: 100%;
  max-height: 85vh;
}

.cdk-overlay-pane.my-modal.multipurpose-request-detail-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.ciies-request-detail-modal {
  width: 65vw;
  min-width: 65vw;
  max-width: 65vw !important;
  min-height: 70vh;
  height: 100%;
  max-height: 70vh;
}

.cdk-overlay-pane.my-modal.ciies-request-detail-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.file-note, .cdk-overlay-pane.my-modal.aem-request-line-edit-reason-modal {
  width: 40vw;
  min-width: 40vw;
  max-width: 40vw !important;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
}

.cdk-overlay-pane.my-modal.economy-detail {
  width: 90vw;
  min-width: 90vw;
  max-width: 90vw !important;
  height: 90vh;
  min-height: 90vh;
  max-height: 90vh;
}

.cdk-overlay-pane.my-modal.economy-detail-edit {
  width: 85vw;
  min-width: 85vw;
  max-width: 85vw !important;
  height: auto;
  min-height: 60vh;
  max-height: 100vh;
}

.cdk-overlay-pane.my-modal.economy-history {
  width: auto;
  min-width: 40vw;
  max-width: 70vw !important;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
}

.cdk-overlay-pane.my-modal.economy-history mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.new-doc-assistant-modal {
  width: auto;
  min-width: 30vw;
  max-width: 90vw !important;
  height: auto;
  min-height: 20vh;
  max-height: 95vh;
}

.cdk-overlay-pane.my-modal.permission-cp-modal, .cdk-overlay-pane.my-modal.users-group-modal {
  width: 50vw;
  min-width: 50vw;
  max-width: 50vw !important;
  height: 85vh;
  min-height: 85vh;
  max-height: 85vh;
}

.cdk-overlay-pane.my-modal.cp-manage-permissions-modal {
  width: 70vw;
  min-width: 70vw;
  max-width: 70vw !important;
  height: 85vh;
  min-height: 85vh;
  max-height: 85vh;
}

.cdk-overlay-pane.my-modal.filterable-tree-list-modal {
  width: 40vw;
  min-width: 350px;
  max-width: 40vw !important;
  height: 90vh;
  min-height: 80vh;
  max-height: 95vh;
}

.cdk-overlay-pane.my-modal.filterable-tree-list-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.new-res-tree-modal {
  width: 75vw;
  min-width: 75vw;
  max-width: 75vw !important;
  height: 90vh;
  min-height: 80vh;
  max-height: 95vh;
}

.cdk-overlay-pane.my-modal.new-res-tree-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.update-res-modal {
  width: 80vw;
  min-width: 350px;
  max-width: 80vw !important;
  height: 95vh;
  min-height: 95vh;
  max-height: 95vh;
}

.cdk-overlay-pane.my-modal.update-res-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.suitres-vs-appres-edit {
  min-width: 600px;
  max-width: 80vw !important;
  min-height: 20vh;
  max-height: 95vh;
}

.cdk-overlay-pane.my-modal.new-arrangement-assistant-modal {
  width: 75vw;
  min-width: 75vw;
  max-width: 75vw !important;
  min-height: 80vh;
  height: 80vh;
  max-height: 80vh;
}

.cdk-overlay-pane.my-modal.new-arrangement-assistant-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.arrangement-resume-modal, .cdk-overlay-pane.my-modal.pseaf-performances-summary-modal, .cdk-overlay-pane.my-modal.vg-performances-summary-modal {
  width: 80vw;
  min-width: 80vw;
  max-width: 80vw !important;
  min-height: 95vh;
  height: 95vh;
  max-height: 95vh;
}

.cdk-overlay-pane.my-modal.arrangement-resume-modal mat-dialog-container, .cdk-overlay-pane.my-modal.pseaf-performances-summary-modal mat-dialog-container, .cdk-overlay-pane.my-modal.vg-performances-summary-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.new-intervention-assistant-modal, .cdk-overlay-pane.my-modal.new-file-assistant-modal, .cdk-overlay-pane.my-modal.new-file-miemb-assistant-modal, .cdk-overlay-pane.my-modal.new-appointment-assistant-modal, .cdk-overlay-pane.my-modal.cp-new-appointment-member-assistant, .cdk-overlay-pane.my-modal.sad-scheduler-detail-modal, .cdk-overlay-pane.my-modal.sad-new-request-modal, .cdk-overlay-pane.my-modal.pseaf-new-request-modal, .cdk-overlay-pane.my-modal.vg-new-request-modal, .cdk-overlay-pane.my-modal.inclusion-new-request-modal, .cdk-overlay-pane.my-modal.migration-assistant-new-intervention-modal, .cdk-overlay-pane.my-modal.multipurpose-activity-modal, .cdk-overlay-pane.my-modal.new-file-from-siuss-assistant-modal {
  width: 85vw;
  min-width: 85vw;
  max-width: 85vw !important;
  min-height: 90vh;
  max-height: 90vh;
  height: 90vh;
}

.cdk-overlay-pane.my-modal.new-intervention-assistant-modal mat-dialog-container, .cdk-overlay-pane.my-modal.new-file-assistant-modal mat-dialog-container, .cdk-overlay-pane.my-modal.new-file-miemb-assistant-modal mat-dialog-container, .cdk-overlay-pane.my-modal.new-appointment-assistant-modal mat-dialog-container, .cdk-overlay-pane.my-modal.cp-new-appointment-member-assistant mat-dialog-container, .cdk-overlay-pane.my-modal.sad-scheduler-detail-modal mat-dialog-container, .cdk-overlay-pane.my-modal.sad-new-request-modal mat-dialog-container, .cdk-overlay-pane.my-modal.pseaf-new-request-modal mat-dialog-container, .cdk-overlay-pane.my-modal.vg-new-request-modal mat-dialog-container, .cdk-overlay-pane.my-modal.inclusion-new-request-modal mat-dialog-container, .cdk-overlay-pane.my-modal.migration-assistant-new-intervention-modal mat-dialog-container, .cdk-overlay-pane.my-modal.multipurpose-activity-modal mat-dialog-container, .cdk-overlay-pane.my-modal.new-file-from-siuss-assistant-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.next-appointments-detail-dialog {
  width: 80vw;
  min-width: 80vw;
  max-width: 80vw !important;
  min-height: 25vh;
  max-height: 85vh;
  height: 100%;
}

.cdk-overlay-pane.my-modal.next-appointments-detail-dialog mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.create-new-user-modal {
  width: 75vw;
  min-width: 75vw;
  max-width: 75vw !important;
  min-height: 50vh;
  height: auto;
  max-height: 85vh;
}

.cdk-overlay-pane.my-modal.create-new-user-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.interv-user-edit-modal {
  width: auto;
  min-width: 50vw;
  max-width: 85vw !important;
  height: auto;
  min-height: 60vh;
  max-height: 100vh;
}

.cdk-overlay-pane.my-modal.change-uts-assistant-modal {
  width: 75vw;
  min-width: 75vw;
  max-width: 75vw !important;
  min-height: 50vh;
  height: auto;
  max-height: 85vh;
}

.cdk-overlay-pane.my-modal.change-uts-assistant-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.edit-file-miemb-info-modal {
  width: 75vw;
  min-width: 75vw;
  max-width: 75vw !important;
  min-height: 50vh;
  height: 85vh;
  max-height: 85vh;
}

.cdk-overlay-pane.my-modal.edit-file-miemb-info-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.new-file-from-siuss-assistant-member-modal {
  width: 80vw;
  min-width: 80vw;
  max-width: 80vw !important;
  min-height: 50vh;
  height: 85vh;
  max-height: 85vh;
}

.cdk-overlay-pane.my-modal.new-file-from-siuss-assistant-member-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.add-gem-modal, .cdk-overlay-pane.my-modal.add-recordin-modal {
  width: 75vw;
  min-width: 75vw;
  max-width: 75vw !important;
  min-height: 80vh;
  height: 80vh;
  max-height: 80vh;
}

.cdk-overlay-pane.my-modal.add-gem-modal mat-dialog-container, .cdk-overlay-pane.my-modal.add-recordin-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.edit-file-intervention-info-modal {
  width: 75vw;
  min-width: 75vw;
  max-width: 75vw !important;
  min-height: 50vh;
  height: 70vh;
  max-height: 70vh;
}

.cdk-overlay-pane.my-modal.edit-file-intervention-info-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.migration-intervention-detail-modal {
  width: 75vw;
  min-width: 75vw;
  max-width: 75vw !important;
  min-height: 50vh;
  height: auto;
  max-height: 85vh;
}

.cdk-overlay-pane.my-modal.migration-intervention-detail-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.assignation-lists-modal, .cdk-overlay-pane.my-modal.ciies-inclusion-service-dialog-detail {
  width: 50vw;
  min-width: 50vw;
  max-width: 50vw !important;
  min-height: 60vh;
  height: 60vh;
  max-height: 60vh;
}

.cdk-overlay-pane.my-modal.assignation-lists-modal mat-dialog-container, .cdk-overlay-pane.my-modal.ciies-inclusion-service-dialog-detail mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.new-user-modal {
  width: 65vw;
  min-width: 65vw;
  max-width: 65vw !important;
  min-height: 30vh;
  height: auto;
  max-height: 100vh;
}

.cdk-overlay-pane.my-modal.new-user-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.cp-support-planning-edit-modal {
  width: 500px;
  min-width: 500px;
  max-width: 500px !important;
}

.cdk-overlay-pane.my-modal.cp-supports-assignation-modal {
  width: 100%;
  min-width: 90vw;
  max-width: 90vw !important;
  height: 100%;
  min-height: 90vh;
  max-height: 90vh !important;
}

.cdk-overlay-pane.my-modal.cp-supports-assignation-appointments-selection-modal {
  width: 100%;
  min-width: 75vw;
  max-width: 75vw !important;
  height: 100%;
  min-height: 80vh;
  max-height: 80vh !important;
}

.cdk-overlay-pane.my-modal.cp-assignation-confirm-modal {
  width: 100%;
  min-width: 70vw;
  max-width: 70vw !important;
  height: 100%;
  min-height: 80vh;
  max-height: 80vh !important;
}

.cdk-overlay-pane.my-modal.cp-assignation-confirm-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.cp-appointment-info {
  height: 100%;
  min-height: 85vh;
  max-height: 85vh !important;
  width: 100%;
  min-width: 85vw;
  max-width: 85vw !important;
}

.cdk-overlay-pane.my-modal.cp-appointment-info mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.cp-orphan-massive-change-modal {
  width: 100%;
  min-width: 70vw;
  max-width: 70vw !important;
}

.cdk-overlay-pane.my-modal.cp-day-scheduler-modal {
  height: 100%;
  min-height: 70vh;
  max-height: 70vh;
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw;
}

.cdk-overlay-pane.my-modal.cp-day-scheduler-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.member-discharge-modal {
  min-height: unset;
  max-width: 40vw;
  min-width: 40vw !important;
}

.cdk-overlay-pane.my-modal.sad-scheduler-calculator-modal {
  height: 100%;
  max-height: 70vh;
  min-height: 70vh;
  width: 100%;
  min-width: 65vw;
  max-width: 70vw !important;
}

.cdk-overlay-pane.my-modal.sad-scheduler-calculator-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.sad-incidence-edit-modal {
  height: 100%;
  max-height: 80vh;
  width: 50vw;
  min-width: 50vw;
  max-width: 50vw !important;
}

.cdk-overlay-pane.my-modal.sad-incidence-edit-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.new-economy-capacity-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
}

.cdk-overlay-pane.my-modal.new-economy-capacity-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.shared-custody-edit-parent-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  height: 100%;
  max-height: 80vh;
}

.cdk-overlay-pane.my-modal.shared-custody-edit-parent-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.pseaf-derivation-edit-modal, .cdk-overlay-pane.my-modal.pseaf-area-edit-modal, .cdk-overlay-pane.my-modal.vg-area-edit-modal, .cdk-overlay-pane.my-modal.inclusion-derivation-edit-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
}

.cdk-overlay-pane.my-modal.pseaf-request-new-derivation-modal, .cdk-overlay-pane.my-modal.ciies-incl-services-pia-objectives-modal, .cdk-overlay-pane.my-modal.ciies-request-pia-objectives-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  height: 100%;
  max-height: 70vh;
}

.cdk-overlay-pane.my-modal.pseaf-request-new-derivation-modal mat-dialog-container, .cdk-overlay-pane.my-modal.ciies-incl-services-pia-objectives-modal mat-dialog-container, .cdk-overlay-pane.my-modal.ciies-request-pia-objectives-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.vg-request-new-derivation-modal {
  width: 80vw;
  min-width: 80vw;
  max-width: 80vw !important;
  height: 100%;
  max-height: 70vh;
}

.cdk-overlay-pane.my-modal.vg-request-new-derivation-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.vg-derivation-edit-modal {
  width: 80vw;
  min-width: 80vw;
  max-width: 80vw !important;
}

.cdk-overlay-pane.my-modal.ciies-new-inclusion-service-modal, .cdk-overlay-pane.my-modal.ciies-assistant-assign-xiess-file-modal {
  width: 70vw;
  min-width: 70vw;
  max-width: 70vw !important;
  height: 100%;
  max-height: 90vh;
}

.cdk-overlay-pane.my-modal.ciies-new-inclusion-service-modal mat-dialog-container, .cdk-overlay-pane.my-modal.ciies-assistant-assign-xiess-file-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.pseaf-area-goal-new-modal, .cdk-overlay-pane.my-modal.inclusion-area-goal-new-modal {
  width: 40vw;
  min-width: 350px;
  max-width: 40vw !important;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
}

.cdk-overlay-pane.my-modal.pseaf-area-goal-new-modal mat-dialog-container, .cdk-overlay-pane.my-modal.inclusion-area-goal-new-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.pseaf-group-activity-modal, .cdk-overlay-pane.my-modal.pseaf-street-education-modal, .cdk-overlay-pane.my-modal.inclusion-group-activity-modal, .cdk-overlay-pane.my-modal.inclusion-request-new-derivation-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
}

.cdk-overlay-pane.my-modal.pseaf-group-activity-modal mat-dialog-container, .cdk-overlay-pane.my-modal.pseaf-street-education-modal mat-dialog-container, .cdk-overlay-pane.my-modal.inclusion-group-activity-modal mat-dialog-container, .cdk-overlay-pane.my-modal.inclusion-request-new-derivation-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.pseaf-request-activity-modal, .cdk-overlay-pane.my-modal.inclusion-request-activity-modal, .cdk-overlay-pane.my-modal.ames-schools-modal {
  width: 50vw;
  min-width: 50vw;
  max-width: 50vw !important;
}

.cdk-overlay-pane.my-modal.pseaf-activity-registrations-modal, .cdk-overlay-pane.my-modal.inclusion-activity-registrations-modal {
  width: 70vw;
  min-width: 70vw;
  max-width: 70vw !important;
  height: 100%;
  min-height: 60vh;
  max-height: 60vh;
}

.cdk-overlay-pane.my-modal.pseaf-activity-registrations-modal mat-dialog-container, .cdk-overlay-pane.my-modal.inclusion-activity-registrations-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.aem-conceptexer-reason-modal {
  width: 70vw;
  min-width: 70vw;
  max-width: 70vw !important;
  height: 100%;
  min-height: 50vh;
  max-height: 50vh;
}

.cdk-overlay-pane.my-modal.aem-conceptexer-reason-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.ames-sending-results-modal, .cdk-overlay-pane.my-modal.aem-conceptexer-confexp-modal, .cdk-overlay-pane.my-modal.migration-category-settings-modal {
  width: 70vw;
  min-width: 70vw;
  max-width: 70vw !important;
  height: 100%;
  min-height: 60vh;
  max-height: 60vh;
}

.cdk-overlay-pane.my-modal.ames-sending-results-modal mat-dialog-container, .cdk-overlay-pane.my-modal.aem-conceptexer-confexp-modal mat-dialog-container, .cdk-overlay-pane.my-modal.migration-category-settings-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.address-selection-modal {
  width: 80vw;
  min-width: 80vw;
  max-width: 80vw !important;
  height: 100%;
  min-height: 70vh;
  max-height: 70vh;
}

.cdk-overlay-pane.my-modal.address-selection-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.aem-assistant-new-request-modal, .cdk-overlay-pane.my-modal.ames-assistant-new-request-modal {
  width: 95vw;
  min-width: 95vw;
  max-width: 95vw !important;
  height: 100%;
  min-height: 95vh;
  max-height: 95vh;
}

.cdk-overlay-pane.my-modal.aem-assistant-new-request-modal mat-dialog-container, .cdk-overlay-pane.my-modal.ames-assistant-new-request-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.migration-assistant-new-request-modal {
  width: 80vw;
  min-width: 80vw;
  max-width: 80vw !important;
  height: 100%;
  min-height: 85vh;
  max-height: 85vh;
}

.cdk-overlay-pane.my-modal.migration-assistant-new-request-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.multipurpose-assistant-new-request-modal {
  width: 80vw;
  min-width: 80vw;
  max-width: 80vw !important;
  height: 100%;
  min-height: 80vh;
  max-height: 80vh;
}

.cdk-overlay-pane.my-modal.multipurpose-assistant-new-request-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.file-gem-procedures-modal, .cdk-overlay-pane.my-modal.file-gem-procedures-table-modal, .cdk-overlay-pane.my-modal.file-gem-documents-table-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  height: 100%;
  min-height: 60vh;
  max-height: 60vh;
}

.cdk-overlay-pane.my-modal.file-gem-procedures-modal mat-dialog-container, .cdk-overlay-pane.my-modal.file-gem-procedures-table-modal mat-dialog-container, .cdk-overlay-pane.my-modal.file-gem-documents-table-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.new-file-from-pmh-assistant-modal {
  width: 70vw;
  min-width: 70vw;
  max-width: 70vw !important;
  height: 100%;
  min-height: 75vh;
  max-height: 75vh;
}

.cdk-overlay-pane.my-modal.new-file-from-pmh-assistant-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.aem-assistant-new-request-gemdocs-modal, .cdk-overlay-pane.my-modal.ciies-assistant-new-request-modal {
  width: 70vw;
  min-width: 70vw;
  max-width: 70vw !important;
  min-height: 70vh;
  max-height: 70vh;
  height: 100%;
}

.cdk-overlay-pane.my-modal.aem-assistant-new-request-gemdocs-modal mat-dialog-container, .cdk-overlay-pane.my-modal.ciies-assistant-new-request-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.aem-add-single-line-modal, .cdk-overlay-pane.my-modal.aem-add-multiple-line-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  height: 100%;
}

.cdk-overlay-pane.my-modal.aem-add-single-line-modal mat-dialog-container, .cdk-overlay-pane.my-modal.aem-add-multiple-line-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.aem-assistant-new-request-lastrequests-modal {
  width: 90vw;
  min-width: 90vw;
  max-width: 90vw !important;
  height: 100%;
  max-height: 70vh;
}

.cdk-overlay-pane.my-modal.aem-assistant-new-request-lastrequests-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.aem-reverse-line-modal {
  width: 40vw;
  min-width: 40vw;
  max-width: 40vw !important;
}

.cdk-overlay-pane.my-modal.aem-reverse-line-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.aem-line-docs-modal {
  width: 30vw;
  min-width: 30vw;
  max-width: 30vw !important;
}

.cdk-overlay-pane.my-modal.aem-line-docs-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.aem-expgem-search-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
}

.cdk-overlay-pane.my-modal.aem-expgem-search-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.aem-request-line-validation-result-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  height: 100%;
  max-height: 65vh;
}

.cdk-overlay-pane.my-modal.aem-request-line-validation-result-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.aem-request-line-validation-result-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  height: 100%;
  max-height: 65vh;
}

.cdk-overlay-pane.my-modal.aem-request-line-validation-result-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.person-ibi-info-modal, .cdk-overlay-pane.my-modal.person-ivtm-info-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  height: 100%;
  max-height: 65vh;
}

.cdk-overlay-pane.my-modal.person-ibi-info-modal mat-dialog-container, .cdk-overlay-pane.my-modal.person-ivtm-info-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.person-ibi-info-modal.person-ivtm-info-modal, .cdk-overlay-pane.my-modal.person-ivtm-info-modal.person-ivtm-info-modal {
  width: 75vw;
  max-width: 75vw !important;
}

.cdk-overlay-pane.my-modal.aem-create-apeal-modal {
  width: 70vw;
  min-width: 70vw;
  max-width: 70vw !important;
  min-height: 50vh;
  max-height: 60vh;
  height: 100%;
}

.cdk-overlay-pane.my-modal.aem-create-apeal-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.cp-notice-special-appointments-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  height: 100%;
  max-height: 60vh;
}

.cdk-overlay-pane.my-modal.cp-notice-special-appointments-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.setdate-modal {
  width: 40vw;
  min-width: 40vw;
  max-width: 40vw !important;
  height: 100%;
  max-height: 40vh;
}

.cdk-overlay-pane.my-modal.setdate-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.inclusion-area-goal-indicators-tasks-modal {
  width: 65vw;
  min-width: 65vw;
  max-width: 65vw !important;
  height: 100%;
  min-height: 65vh;
  max-height: 65vh;
}

.cdk-overlay-pane.my-modal.inclusion-area-goal-indicators-tasks-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.inclusion-not-generated-actuation-modal {
  width: 40vw;
  min-width: 40vw;
  max-width: 40vw !important;
  height: 100%;
  min-height: 50vh;
  max-height: 50vh;
}

.cdk-overlay-pane.my-modal.inclusion-not-generated-actuation-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.inclusion-request-new-skill-and-permission-modal {
  width: 65vw;
  min-width: 65vw;
  max-width: 65vw !important;
}

.cdk-overlay-pane.my-modal.inclusion-request-new-skill-and-permission-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.ames-request-minor-canteen-modal {
  width: 40vw;
  min-width: 40vw;
  max-width: 40vw !important;
  height: auto;
  min-height: 30vh;
  max-height: 80vh;
}

.cdk-overlay-pane.my-modal.ames-request-minor-canteen-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.send-mail-modal {
  width: 40vw;
  min-width: 40vw;
  max-width: 40vw !important;
}

.cdk-overlay-pane.my-modal.ciies-new-family-member-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  height: 100%;
  min-height: 51vh;
  max-height: 51vh;
}

.cdk-overlay-pane.my-modal.ciies-new-family-member-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.sad-attendance-detail-modal {
  width: 70vw;
  min-width: 70vw;
  max-width: 70vw !important;
  height: 100%;
  min-height: 55vh;
  max-height: 55vh;
}

.cdk-overlay-pane.my-modal.sad-attendance-detail-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.ciies-services-resume-detail-modal {
  max-height: 65vh;
  height: 65vh;
}

.cdk-overlay-pane.my-modal.ciies-services-resume-detail-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.ciies-request-care-service-modal, .cdk-overlay-pane.my-modal.ciies-request-care-service-resources-list-modal {
  max-height: 80vh;
  height: 80vh;
}

.cdk-overlay-pane.my-modal.ciies-request-care-service-modal mat-dialog-container, .cdk-overlay-pane.my-modal.ciies-request-care-service-resources-list-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.merge-members-compare-modal {
  width: 70vw;
  min-width: 70vw;
  max-width: 70vw !important;
  min-height: 40vh;
  max-height: 75vh;
  height: 100%;
}

.cdk-overlay-pane.my-modal.merge-members-compare-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.merge-members-compare-modal mat-dialog-container div.content-container {
  overflow: auto;
}

.cdk-overlay-pane.my-modal.sad-economic-capacity-members {
  width: 40vw;
  min-width: 40vw;
  max-width: 40vw !important;
  min-height: 40vh;
  max-height: 40vh;
}

.cdk-overlay-pane.my-modal.sad-economic-capacity-members mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.file-fusion-assistant-dialog {
  width: 95vw;
  min-width: 95vw;
  max-width: 95vw !important;
  min-height: 95vh;
  max-height: 95vh;
  height: 100%;
}

.cdk-overlay-pane.my-modal.file-fusion-assistant-dialog mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.password-change-modal {
  width: 35vw;
  min-width: 35vw;
  max-width: 35vw !important;
  height: 100%;
  min-height: 55vh;
  max-height: 55vh;
}

.cdk-overlay-pane.my-modal.password-change-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.password-recovery-modal {
  width: 40vw;
  min-width: 35vw;
  max-width: 40vw !important;
  min-height: 40vh;
  max-height: 75vh;
}

.cdk-overlay-pane.my-modal.password-recovery-modal mat-dialog-container {
  overflow: auto;
}

.cdk-overlay-pane.my-modal.password-change-user {
  width: 30vw;
  min-width: 30vw;
  max-width: 30vw !important;
  height: 100%;
  min-height: 35vh;
  max-height: 35vh;
}

.cdk-overlay-pane.my-modal.password-change-user mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.sad-billing-info-detail-modal {
  width: 80vw;
  min-width: 80vw;
  max-width: 80vw !important;
  height: 100%;
  min-height: 60vh;
  max-height: 75vh;
}

.cdk-overlay-pane.my-modal.sad-billing-info-detail-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.aem-confirm-signers-modal {
  width: 45vw;
  min-width: 45vw;
  max-width: 45vw !important;
  height: 100%;
  min-height: 55vh;
  max-height: 55vh;
}

.cdk-overlay-pane.my-modal.aem-confirm-signers-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.sad-signers-dialog, .cdk-overlay-pane.my-modal.aem-confirm-signers-modal {
  width: 40vw;
  min-width: 40vw;
  max-width: 40vw !important;
  height: 100%;
  min-height: 50vh;
  max-height: 50vh;
}

.cdk-overlay-pane.my-modal.sad-signers-dialog mat-dialog-container, .cdk-overlay-pane.my-modal.aem-confirm-signers-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.textarea-modal {
  width: 45vw;
  min-width: 45vw;
  max-width: 45vw !important;
  height: 100%;
  min-height: 90vh;
  max-height: 90vh;
}

.cdk-overlay-pane.my-modal.textarea-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.ciies-request-extension-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  height: 100%;
  min-height: 70vh;
  max-height: 70vh;
}

.cdk-overlay-pane.my-modal.ciies-request-extension-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.hsue-dispatch-detail-modal, .cdk-overlay-pane.my-modal.hsue-report-detail-modal {
  width: 60vw;
  min-width: 60vw;
  max-width: 60vw !important;
  max-height: 85vh;
  height: 100%;
}

.cdk-overlay-pane.my-modal.table-totals-selection-modal {
  width: auto;
  min-width: 450px !important;
}

.cdk-overlay-pane.my-modal.dictionary-modal {
  width: 65vw;
  min-width: 65vw;
  max-width: 65vw !important;
}

.cdk-overlay-pane.my-modal.import-parameters-model {
  width: 65vw;
  min-width: 65vw;
  max-width: 65vw !important;
}

.cdk-overlay-pane.my-modal.ames-not-included-modal {
  width: 40vw;
  min-width: 40vw;
  max-width: 40vw !important;
  height: 100%;
  min-height: 40vh;
  max-height: 40vh;
}

.cdk-overlay-pane.my-modal.ames-not-included-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.school-selection-modal {
  width: 70vw;
  max-width: 70vw !important;
  height: 100%;
  min-height: 70vh;
  max-height: 70vh;
}

.cdk-overlay-pane.my-modal.school-selection-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal.interventions-summary-modal {
  width: 50vw;
  max-width: 50vw !important;
  height: 100%;
  min-height: 70vh;
  max-height: 70vh;
}

.cdk-overlay-pane.my-modal.next-professional-appointment {
  width: 60vw;
  max-width: 65vw !important;
  height: 100%;
  min-height: 40vh;
  max-height: 40vh;
}

.cdk-overlay-pane.my-modal.code-sent-response-modal {
  width: 40vw;
  max-width: 45vw !important;
}

.cdk-overlay-pane.my-modal.relation-assign-modal {
  width: 65vw;
  min-width: 65vw;
  max-width: 65vw !important;
  height: 100%;
  min-height: 60vh;
  max-height: 60vh;
}

.cdk-overlay-pane.my-modal.relation-assign-modal mat-dialog-container {
  overflow: hidden;
}

.cdk-overlay-pane.my-modal ::-webkit-scrollbar {
  width: 8px;
}

.cdk-overlay-pane.my-modal ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 8px;
}

.cdk-overlay-pane.my-modal ::-webkit-scrollbar-thumb {
  background: rgba(98, 98, 98, 0.75);
  border-radius: 8px;
}

.cdk-overlay-pane.my-modal ::-webkit-scrollbar-thumb:hover {
  background: #626262;
}

@media only screen and (max-width: 1536px) {
  .cdk-overlay-pane.my-modal.new-res-tree-modal,
.cdk-overlay-pane.my-modal.update-res-modal,
.cdk-overlay-pane.my-modal.economy-detail-edit,
.cdk-overlay-pane.my-modal.cp-appointment-info {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw !important;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .cdk-overlay-pane.my-modal.new-intervention-assistant-modal,
.cdk-overlay-pane.my-modal.new-file-assistant-modal,
.cdk-overlay-pane.my-modal.new-file-miemb-assistant-modal,
.cdk-overlay-pane.my-modal.new-appointment-assistant-modal,
.cdk-overlay-pane.my-modal.cp-new-appointment-member-assistant,
.cdk-overlay-pane.my-modal.create-new-user-modal,
.cdk-overlay-pane.my-modal.sad-new-request-modal,
.cdk-overlay-pane.my-modal.aem-assistant-new-request-modal,
.cdk-overlay-pane.my-modal.inclusion-assistant-new-request-modal,
.cdk-overlay-pane.my-modal.ames-assistant-new-request-modal,
.cdk-overlay-pane.my-modal.migration-assistant-new-intervention-modal,
.cdl-overlay-pane.my-modal.new-file-from-siuss-assistant-modal {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw !important;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .cdk-overlay-pane.my-modal.assignation-lists-modal,
.cdk-overlay-pane.my-modal.aem-add-single-line-modal,
.cdk-overlay-pane.my-modal.aem-add-multiple-line-modal,
.cdk-overlay-pane.my-modal.aem-request-line-validation-result-modal,
.cdk-overlay-pane.my-modal.cp-notice-special-appointments-modal,
.cdk-overlay-pane.my-modal.inclusion-request-new-actuation-modal {
    width: 70vw;
    min-width: 70vw;
    max-width: 70vw !important;
    min-height: 80vh;
    height: 80vh;
    max-height: 80vh;
  }

  .cdk-overlay-pane.my-modal.aem-assistant-new-request-lastrequests-modal {
    width: 90vw;
    min-width: 90vw;
    max-width: 90vw !important;
    min-height: 80vh;
    height: 80vh;
    max-height: 80vh;
  }

  .cdk-overlay-pane.my-modal.file-gem-procedures-modal,
.cdk-overlay-pane.my-modal.inclusion-request-new-skill-and-permission-modal {
    width: 70vw;
    min-width: 70vw;
    max-width: 70vw !important;
    min-height: 20vh;
    max-height: 80vh;
  }

  .cdk-overlay-pane.my-modal.aem-add-single-line-modal.aem-request,
.cdk-overlay-pane.my-modal.inclusion-area-goal-indicators-tasks-modal,
.cdk-overlay-pane.my-modal.pseaf-request-new-derivation-modal,
.cdk-overlay-pane.my-modal.vg-request-new-derivation-modal,
.cdk-overlay-pane.my-modal.inclusion-request-new-derivation-modal {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw !important;
    min-height: 85vh;
    height: 85vh;
    max-height: 85vh;
  }

  .cdk-overlay-pane.my-modal.new-user-modal {
    width: 70vw;
    min-width: 70vw;
    max-width: 70vw !important;
  }

  .cdk-overlay-pane.my-modal.cp-day-scheduler-modal {
    min-height: 90vh;
    max-height: 90vh;
    width: 70vw;
    min-width: 70vw;
    max-width: 70vw;
  }

  .cdk-overlay-pane.my-modal.user-info,
.cdk-overlay-pane.my-modal.edit-file-intervention-info-modal,
.cdk-overlay-pane.my-modal.edit-file-miemb-info-modal,
.cdk-overlay-pane.my-modal.new-file-from-siuss-assistant-member-modal,
.cdk-overlay-pane.my-modal.sad-request-detail-modal,
.cdk-overlay-pane.my-modal.migration-intervention-detail-modal {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw !important;
    max-height: 100vh;
  }

  .cdk-overlay-pane.my-modal.edit-file-intervention-info-modal,
.cdk-overlay-pane.my-modal.migration-intervention-detail-modal {
    height: 100%;
  }

  .cdk-overlay-pane.my-modal.member-discharge-modal {
    max-width: 50vw;
    min-width: 50vw !important;
  }

  .cdk-overlay-pane.my-modal.sad-scheduler-calculator-modal,
.cdk-overlay-pane.my-modal.sad-incidence-edit-modal,
.cdk-overlay-pane.my-modal.pseaf-group-activity-modal,
.cdk-overlay-pane.my-modal.pseaf-street-education-modal,
.cdk-overlay-pane.my-modal.aem-assistant-new-request-gemdocs-modal,
.cdk-overlay-pane.my-modal.person-ibi-info-modal,
.cdk-overlay-pane.my-modal.person-ivtm-info-modal,
.cdk-overlay-pane.my-modal.aem-create-apeal-modal,
.cdk-overlay-pane.my-modal.inclusion-group-activity-modal,
.cdk-overlay-pane.my-modal.migration-assistant-new-request-modal,
.cdk-overlay-pane.my-modal.multipurpose-assistant-new-request-modal,
.cdk-overlay-pane.my-modal.ciies-assistant-new-request-modal {
    max-height: 90vh;
    min-height: 90vh;
    min-width: 80vw;
    max-width: 80vw !important;
  }

  .cdk-overlay-pane.my-modal.pseaf-request-detail-modal,
.cdk-overlay-pane.my-modal.vg-request-detail-modal {
    max-height: 80vh;
  }

  .cdk-overlay-pane.my-modal.pseaf-activity-registrations-modal,
.cdk-overlay-pane.my-modal.inclusion-activity-registrations-modal {
    width: 85vw;
    min-width: 85vw;
    max-width: 85vw !important;
    min-height: 80vh;
    max-height: 80vh;
  }

  .cdk-overlay-pane.my-modal.person-ibi-info-modal,
.cdk-overlay-pane.my-modal.person-ivtm-info-modal {
    width: 85vw;
    min-width: 85vw;
    max-width: 85vw !important;
    min-height: 80vh;
    max-height: 80vh;
  }

  .cdk-overlay-pane.my-modal.inclusion-request-detail-modal,
.cdk-overlay-pane.my-modal.ames-request-detail-modal,
.cdk-overlay-pane.my-modal.ciies-request-detail-modal,
.cdk-overlay-pane.my-modal.migration-request-detail-modal {
    max-height: 80vh;
  }

  .cdk-overlay-pane.my-modal.aem-request-detail-modal {
    max-height: 91vh;
  }

  .cdk-overlay-pane.my-modal.ames-request-minor-canteen-modal {
    width: 50vw;
    min-width: 50vw;
    max-width: 50vw !important;
  }

  .cdk-overlay-pane.my-modal.password-change-modal {
    width: 40vw;
    min-width: 40vw;
    max-width: 40vw !important;
    height: 100%;
    min-height: 55vh;
    max-height: 55vh;
  }

  .cdk-overlay-pane.my-modal.password-change-user {
    width: 35vw;
    min-width: 35vw;
    max-width: 35vw !important;
    height: 100%;
    min-height: 30vh;
    max-height: 35vh;
  }

  .cdk-overlay-pane.my-modal.new-arrangement-assistant-modal {
    width: 90vw;
    min-width: 90vw;
    max-width: 90vw !important;
    min-height: 90vh;
    height: 90vh;
    max-height: 90vh;
  }

  .cdk-overlay-pane.my-modal.textarea-modal {
    width: 55vw;
    min-width: 55vw;
    max-width: 55vw !important;
    height: 100%;
    min-height: 90vh;
    max-height: 90vh;
  }

  .cdk-overlay-pane.my-modal.merge-members-compare-modal {
    min-height: 90vh;
    max-height: 90vh;
  }
}

@media only screen and (max-width: 1366px) {
  .cdk-overlay-pane.my-modal {
    width: 80vw;
    min-width: 70vw;
    max-width: 95vw !important;
    min-height: 60vh;
    max-height: 95vh;
  }

  .cdk-overlay-pane.my-modal.file-note,
.cdk-overlay-pane.my-modal.aem-request-line-edit-reason-modal {
    width: 50vw;
    min-width: 50vw;
    max-width: 50vw !important;
    min-height: 60vh;
    max-height: 90vh;
  }

  .cdk-overlay-pane.my-modal.user-info,
.cdk-overlay-pane.my-modal.sad-request-detail-modal {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw !important;
    min-height: 60vh;
    height: 100%;
    max-height: 100vh;
  }

  .cdk-overlay-pane.my-modal.economy-detail,
.cdk-overlay-pane.my-modal.aem-request-line-validation-result-modal,
.cdk-overlay-pane.my-modal.cp-notice-special-appointments-modal {
    width: 90vw;
    min-width: 90vw;
    max-width: 95vw !important;
    min-height: 90vh;
    max-height: 95vh;
  }

  .cdk-overlay-pane.my-modal.inclusion-request-new-skill-and-permission-modal {
    width: 90vw;
    min-width: 90vw;
    max-width: 95vw !important;
    min-height: 20vh;
    max-height: 80vh;
  }

  .cdk-overlay-pane.my-modal.economy-history {
    width: auto;
    min-width: 40vw;
    max-width: 80vw !important;
    height: auto;
    min-height: 20vh;
    max-height: 80vh;
  }

  .cdk-overlay-pane.my-modal.new-arrangement-assistant-modal {
    width: 90vw;
    min-width: 90vw;
    max-width: 90vw !important;
    min-height: 90vh;
    height: 90vh;
    max-height: 90vh;
  }

  .cdk-overlay-pane.my-modal.file-fusion-assistant-dialog,
.cdk-overlay-pane.my-modal.assignation-lists-modal {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw !important;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
  }

  .cdk-overlay-pane.my-modal.filterable-tree-list-modal {
    width: 70vw;
    min-width: 350px;
    max-width: 70vw !important;
    height: 90vh;
    min-height: 80vh;
    max-height: 95vh;
  }

  .cdk-overlay-pane.my-modal.interv-user-edit-modal {
    min-width: 70vw;
    min-height: 80vh;
  }

  .cdk-overlay-pane.my-modal.add-gem-modal {
    min-height: 90vh;
    height: 90vh;
    max-height: 90vh;
  }

  .cdk-overlay-pane.my-modal.edit-file-miemb-info-modal,
.cdk-overlay-pane.my-modal.new-file-from-siuss-assistant-member-modal,
.cdk-overlay-pane.my-modal.edit-file-intervention-info-modal,
.cdk-overlay-pane.my-modal.sad-scheduler-calculator-modal,
.cdk-overlay-pane.my-modal.sad-incidence-edit-modal,
.cdk-overlay-pane.my-modal.aem-assistant-new-request-gemdocs-modal,
.cdk-overlay-pane.my-modal.aem-add-single-line-modal,
.cdk-overlay-pane.my-modal.aem-add-multiple-line-modal,
.cdk-overlay-pane.my-modal.aem-assistant-new-request-lastrequests-modal,
.cdk-overlay-pane.my-modal.person-ibi-info-modal,
.cdk-overlay-pane.my-modal.person-ivtm-info-modal,
.cdk-overlay-pane.my-modal.aem-create-apeal-modal,
.cdl-overlay-pane.my-modal.migration-assistant-new-request-modal,
.cdk-overlay-pane.my-modal.migration-intervention-detail-modal,
.cdk-overlay-pane.my-modal.multipurpose-assistant-new-request-modal,
.cdk-overlay-pane.my-modal.ciies-assistant-new-request-modal {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw !important;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
  }

  .cdk-overlay-pane.my-modal.new-user-modal {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw !important;
  }

  .cdk-overlay-pane.my-modal.pseaf-request-detail-modal,
.cdk-overlay-pane.my-modal.vg-request-detail-modal {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw !important;
  }
  .cdk-overlay-pane.my-modal.pseaf-request-detail-modal mat-dialog-container,
.cdk-overlay-pane.my-modal.vg-request-detail-modal mat-dialog-container {
    min-width: 400px;
  }

  .cdk-overlay-pane.my-modal.cp-day-scheduler-modal,
.cdk-overlay-pane.my-modal.pseaf-request-detail-modal,
.cdk-overlay-pane.my-modal.vg-request-detail-modal {
    min-height: 100vh;
    max-height: 100vh;
    width: 90vw;
    min-width: 90vw;
    max-width: 90vw;
  }

  .cdk-overlay-pane.my-modal.pseaf-activity-registrations-modal,
.cdk-overlay-pane.my-modal.inclusion-activity-registrations-modal {
    width: 90vw;
    min-width: 90vw;
    max-width: 90vw !important;
    min-height: 90vh;
    max-height: 90vh;
  }

  .cdk-overlay-pane.my-modal.aem-reverse-line-modal {
    width: 50vw;
    min-width: 50vw;
    max-width: 50vw !important;
  }

  .cdk-overlay-pane.my-modal.aem-line-docs-modal {
    width: 40vw;
    min-width: 40vw;
    max-width: 40vw !important;
  }

  .cdk-overlay-pane.my-modal.inclusion-request-detail-modal {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw !important;
  }
  .cdk-overlay-pane.my-modal.inclusion-request-detail-modal mat-dialog-container {
    min-width: 400px;
  }

  .cdk-overlay-pane.my-modal.inclusion-request-detail-modal {
    min-height: 100vh;
    max-height: 100vh;
  }

  .cdk-overlay-pane.my-modal.ames-request-detail-modal,
.cdk-overlay-pane.my-modal.ciies-request-detail-modal,
.cdk-overlay-pane.my-modal.migration-request-detail-modal {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw !important;
    min-height: 100vh;
    max-height: 100vh;
  }
  .cdk-overlay-pane.my-modal.ames-request-detail-modal mat-dialog-container,
.cdk-overlay-pane.my-modal.ciies-request-detail-modal mat-dialog-container,
.cdk-overlay-pane.my-modal.migration-request-detail-modal mat-dialog-container {
    min-width: 400px;
  }

  .cdk-overlay-pane.my-modal.inclusion-area-goal-indicators-tasks-modal,
.cdk-overlay-pane.my-modal.pseaf-request-new-derivation-modal,
.cdk-overlay-pane.my-modal.vg-request-new-derivation-modal,
.cdk-overlay-pane.my-modal.inclusion-request-new-derivation-modal {
    width: 85vw;
    min-width: 85vw;
    max-width: 85vw !important;
    height: 80vh;
    min-height: 80vh;
    max-height: 80vh;
  }

  .cdk-overlay-pane.my-modal.inclusion-request-new-actuation-modal {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw !important;
    height: 90vh;
    min-height: 90vh;
    max-height: 90vh;
  }

  .cdk-overlay-pane.my-modal.ames-request-minor-canteen-modal {
    width: 65vw;
    min-width: 65vw;
    max-width: 65vw !important;
  }

  .cdk-overlay-pane.my-modal.textarea-modal {
    width: 65vw;
    min-width: 65vw;
    max-width: 65vw !important;
    height: 100%;
    min-height: 90vh;
    max-height: 90vh;
  }

  .cdk-overlay-pane.my-modal.ciies-request-extension-modal {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw !important;
    height: 100%;
    min-height: 85vh;
    max-height: 85vh;
  }
  .cdk-overlay-pane.my-modal.ciies-request-extension-modal mat-dialog-container {
    overflow: hidden;
  }
}

@media only screen and (max-width: 1024px) {
  .cdk-overlay-pane.my-modal {
    width: 95vw;
    min-width: 95vw;
    max-width: 95vw !important;
    min-height: 60vh;
    max-height: 95vh;
  }

  .cdk-overlay-pane.my-modal.file-note,
.cdk-overlay-pane.my-modal.aem-request-line-edit-reason-modal {
    width: 50vw;
    min-width: 50vw;
    max-width: 50vw !important;
    min-height: 60vh;
    max-height: 90vh;
  }

  .cdk-overlay-pane.my-modal.economy-detail,
.cdk-overlay-pane.my-modal.user-info,
.cdk-overlay-pane.my-modal.sad-request-detail-modal,
.cdk-overlay-pane.my-modal.pseaf-activity-registrations-modal,
.cdk-overlay-pane.my-modal.inclusion-activity-registrations-modal,
.cdk-overlay-pane.my-modal.aem-request-line-validation-result-modal,
.cdk-overlay-pane.my-modal.cp-notice-special-appointments-modal,
.cdk-overlay-pane.my-modal.inclusion-area-goal-indicators-tasks-modal,
.cdk-overlay-pane.my-modal.pseaf-request-new-derivation-modal,
.cdk-overlay-pane.my-modal.vg-request-new-derivation-modal,
.cdk-overlay-pane.my-modal.inclusion-request-new-derivation-modal,
.cdk-overlay-pane.my-modal.ames-request-minor-canteen-modal {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw !important;
    min-height: 100vh;
    max-height: 100vh;
  }

  .cdk-overlay-pane.my-modal.inclusion-request-new-skill-and-permission-modal {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw !important;
    min-height: 50vh;
    max-height: 100vh;
  }

  .cdk-overlay-pane.my-modal.economy-history {
    width: auto;
    min-width: 40vw;
    max-width: 90vw !important;
    height: auto;
    min-height: 20vh;
    max-height: 90vh;
  }

  .cdk-overlay-pane.my-modal.new-arrangement-assistant-modal {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw !important;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
  }

  .cdk-overlay-pane.my-modal.filterable-tree-list-modal {
    width: 90vw;
    min-width: 350px;
    max-width: 90vw !important;
    height: 90vh;
    min-height: 80vh;
    max-height: 95vh;
  }

  .cdk-overlay-pane.my-modal.interv-user-edit-modal {
    width: 100vw;
    max-width: 100vw !important;
    height: 100vh;
    max-height: 100vh;
  }

  .cdk-overlay-pane.my-modal.add-gem-modal {
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
  }

  .cdk-overlay-pane.my-modal.aem-reverse-line-modal {
    width: 60vw;
    min-width: 60vw;
    max-width: 60vw !important;
  }

  .cdk-overlay-pane.my-modal.aem-line-docs-modal {
    width: 50vw;
    min-width: 50vw;
    max-width: 50vw !important;
  }
}

@media only screen and (max-width: 959px) {
  .cdk-overlay-pane.my-modal.sign-draw-modal {
    width: 100%;
    min-width: 100%;
    max-width: 100vw !important;
    height: 100%;
    min-height: 100%;
    max-height: 100vh;
  }
  .cdk-overlay-pane.my-modal.sign-draw-modal mat-dialog-container {
    overflow: hidden;
  }
}

@media only screen and (max-height: 866px) {
  .cdk-overlay-pane.my-modal.pseaf-request-new-derivation-modal,
.cdk-overlay-pane.my-modal.vg-request-new-derivation-modal,
.cdk-overlay-pane.my-modal.inclusion-request-new-derivation-modal {
    min-height: 85vh;
    max-height: 85vh;
  }
}

@media only screen and (max-height: 720px) {
  .cdk-overlay-pane.my-modal.pseaf-request-new-derivation-modal,
.cdk-overlay-pane.my-modal.vg-request-new-derivation-modal,
.cdk-overlay-pane.my-modal.inclusion-request-new-derivation-modal {
    min-height: 100vh;
    max-height: 100vh;
  }
}

@media only screen and (max-width: 1536px) {
  .cdk-overlay-pane.my-modal.next-professional-appointment {
    width: 60vw !important;
  }
}

.cdk-overlay-pane.confirm-modal mat-dialog-container {
  padding: 16px;
  max-width: 40vw;
}

@media only screen and (max-width: 1366px) {
  .cdk-overlay-pane.confirm-modal mat-dialog-container {
    max-width: 60vw;
  }
}

@media only screen and (max-width: 1024px) {
  .cdk-overlay-pane.confirm-modal mat-dialog-container {
    max-width: 80vw;
  }
}

.cdk-overlay-pane.warning-modal mat-dialog-container {
  padding: 16px;
  max-width: 40vw;
}

@media only screen and (max-width: 1366px) {
  .cdk-overlay-pane.warning-modal mat-dialog-container {
    max-width: 60vw;
  }
}

@media only screen and (max-width: 1024px) {
  .cdk-overlay-pane.warning-modal mat-dialog-container {
    max-width: 80vw;
  }
}

.cdk-overlay-pane.info-modal mat-dialog-container {
  padding: 16px;
  max-width: 40vw;
}

@media only screen and (max-width: 1366px) {
  .cdk-overlay-pane.info-modal mat-dialog-container {
    max-width: 60vw;
  }
}

@media only screen and (max-width: 1024px) {
  .cdk-overlay-pane.info-modal mat-dialog-container {
    max-width: 80vw;
  }
}

div.mat-select-panel-wrap div.mat-select-panel mat-option.mat-option {
  font: normal normal normal 13px "Poppins";
}

div.mat-select-panel-wrap div.mat-select-panel mat-option.mat-option.mat-selected .mat-option-text {
  color: #000000de;
  font-weight: 600;
}

div.cdk-overlay-pane,
div.cdk-overlay-pane.mat-autocomplete-panel-above {
  /* Custom Scrollbar in modal content */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

div.cdk-overlay-pane div.mat-autocomplete-panel.autocomplete-chips mat-option.mat-option,
div.cdk-overlay-pane div.mat-autocomplete-panel.custom-autocomplete mat-option.mat-option,
div.cdk-overlay-pane.mat-autocomplete-panel-above div.mat-autocomplete-panel.autocomplete-chips mat-option.mat-option,
div.cdk-overlay-pane.mat-autocomplete-panel-above div.mat-autocomplete-panel.custom-autocomplete mat-option.mat-option {
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
}

div.cdk-overlay-pane ::-webkit-scrollbar,
div.cdk-overlay-pane.mat-autocomplete-panel-above ::-webkit-scrollbar {
  width: 8px;
}

div.cdk-overlay-pane ::-webkit-scrollbar-track,
div.cdk-overlay-pane.mat-autocomplete-panel-above ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 8px;
}

div.cdk-overlay-pane ::-webkit-scrollbar-thumb,
div.cdk-overlay-pane.mat-autocomplete-panel-above ::-webkit-scrollbar-thumb {
  background: rgba(98, 98, 98, 0.75);
  border-radius: 8px;
}

div.cdk-overlay-pane ::-webkit-scrollbar-thumb:hover,
div.cdk-overlay-pane.mat-autocomplete-panel-above ::-webkit-scrollbar-thumb:hover {
  background: #626262;
}

@media only screen and (max-width: 1366px) {
  div.cdk-overlay-pane.mat-autocomplete-panel-above div.mat-autocomplete-panel.autocomplete-chips mat-option.mat-option {
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  div.cdk-overlay-pane.mat-autocomplete-panel-above div.mat-autocomplete-panel.autocomplete-chips mat-option.mat-option {
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
  }
}

table.mat-table.bs-table {
  width: 100%;
  height: 100%;
  /* Header custom vertical divider */
  /* Custom header */
  /* Custom rows */
  /* Remove horizontal paddings in first and last item of row */
  /* Custom horizontal divider between header/rows */
}

table.mat-table.bs-table th.mat-header-cell div.divider {
  height: 24px;
  width: 1px;
  background-color: rgba(112, 112, 112, 0.5);
  position: absolute;
  right: 0;
  top: 4px;
}

table.mat-table.bs-table th.mat-header-cell:last-of-type div.divider {
  display: none;
}

table.mat-table.bs-table tr.mat-row.hidden {
  display: none;
}

table.mat-table.bs-table thead {
  height: 32px;
}

table.mat-table.bs-table thead tr.mat-header-row {
  height: 32px;
}

table.mat-table.bs-table thead tr.mat-header-row th.mat-header-cell {
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 600;
  font-size: 0.9rem;
  height: 32px;
  text-align: start;
  color: #121212;
  opacity: 1;
}

table.mat-table.bs-table thead tr.mat-header-row th.mat-header-cell.type {
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  padding: unset;
}

table.mat-table.bs-table thead tr.mat-header-row th.mat-header-cell.select {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  padding-right: 4px;
  padding-left: 16px;
}

table.mat-table.bs-table thead tr.mat-header-row th.mat-header-cell.mat-sort-header div.mat-sort-header-container.mat-focus-indicator {
  position: static;
}

table.mat-table.bs-table thead tr.mat-header-row th.mat-header-cell:last-of-type {
  border-right: unset;
}

table.mat-table.bs-table tbody {
  height: 28px;
}

table.mat-table.bs-table tbody tr.mat-row {
  height: 28px;
  max-height: 28px;
  min-height: 28px;
  cursor: pointer;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell {
  font-weight: normal;
  font-size: 0.8rem;
  height: 28px;
  max-height: 28px;
  min-height: 28px;
  letter-spacing: 0;
  color: #626262;
  opacity: 1;
  padding-right: 16px;
  padding-left: 16px;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell .semaphore-container {
  height: 28px;
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell .semaphore-container .semaphore {
  padding: 2px 4px;
  display: inline-flex;
  box-sizing: border-box;
  border: 1px solid #6262624d;
  border-radius: 20px;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell .semaphore-container .semaphore div {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell .semaphore-container .semaphore div.ok {
  background-color: #6262624d;
  margin-right: 1px;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell .semaphore-container .semaphore div.ko {
  background-color: #ff7961;
  margin-left: 1px;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell .semaphore-container.on .semaphore div.ok {
  background-color: #80e27e;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell .semaphore-container.on .semaphore div.ko {
  background-color: #6262624d;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell .module-container {
  height: 28px;
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell .module-container ::ng-deep app-module-tag .module-tag {
  display: inline-flex;
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100px;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell .module-container ::ng-deep app-module-tag .module-tag .content {
  font-size: 0.65rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell .column-w-action-container app-icon-button {
  height: 24px;
  max-height: 24px;
  min-height: 24px;
  margin-left: 8px;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell.type {
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  padding: unset;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell.select {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  padding: 0 4px 0 16px;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell.warning {
  padding: 0 4px;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell.warning div.warning {
  width: 100%;
  height: 24px;
  display: flex;
  place-content: center center;
}

table.mat-table.bs-table tbody tr.mat-row td.mat-cell.warning:last-of-type {
  padding-right: 16px;
}

table.mat-table.bs-table tbody tr.mat-row:hover {
  background-color: rgba(112, 112, 112, 0.25);
}

table.mat-table.bs-table tbody tr.mat-row.basic {
  background-color: #ffffff;
}

table.mat-table.bs-table tbody tr.mat-row.level-1 {
  background-color: #f2f1f2;
}

table.mat-table.bs-table tbody tr.mat-row.level-2 {
  background-color: #c2d1d5;
}

table.mat-table.bs-table tbody tr.mat-row.level-3 {
  background-color: #e1e1e1;
}

table.mat-table.bs-table tbody tr.mat-row.level-3 td.mat-cell {
  color: #000;
}

table.mat-table.bs-table tbody tr.mat-row.hilghlight td.mat-cell {
  font-weight: bold;
  color: #000;
}

table.mat-table.bs-table th.mat-header-cell:last-of-type,
table.mat-table.bs-table td.mat-cell:last-of-type,
table.mat-table.bs-table th.mat-header-cell:first-of-type,
table.mat-table.bs-table td.mat-cell:first-of-type {
  padding-right: 0;
  padding-left: 0;
}

table.mat-table.bs-table th.mat-header-cell.select {
  padding: 0 4px 0 16px;
}

table.mat-table.bs-table th.mat-header-cell.select mat-checkbox span.mat-checkbox-ripple,
table.mat-table.bs-table td.mat-cell.select mat-checkbox span.mat-checkbox-ripple {
  height: 28px;
  width: 28px;
  left: calc(50% - 14px);
  top: calc(50% - 14px);
}

table.mat-table.bs-table th.mat-header-cell,
table.mat-table.bs-table td.mat-cell {
  border-bottom: 1px solid rgba(98, 98, 98, 0.5);
}

table.mat-table {
  /* Estilo custom para aplicar el mismo color a todos los iconos de acciones en tablas */
}

table.mat-table tr.mat-row th.mat-header-cell app-icon-button:not(.highlight) mat-icon,
table.mat-table tr.mat-row td.mat-cell app-icon-button:not(.highlight) mat-icon {
  color: #626262 !important;
}

@media only screen and (max-width: 1366px) {
  table.mat-table.bs-table {
    /* Custom rows */
  }
  table.mat-table.bs-table ::ng-deep thead tr.mat-header-row th.mat-header-cell {
    padding-right: 8px;
    padding-left: 8px;
  }
  table.mat-table.bs-table ::ng-deep tbody tr.mat-row td.mat-cell {
    padding-right: 8px;
    padding-left: 8px;
  }
  table.mat-table.bs-table ::ng-deep tbody tr.mat-row td.mat-cell .column-w-action-container app-icon-button {
    margin-left: 4px;
  }
}

@media only screen and (max-width: 1024px) {
  table.mat-table.bs-table {
    /* Custom rows */
  }
  table.mat-table.bs-table ::ng-deep thead tr.mat-header-row th.mat-header-cell {
    padding-right: 4px;
    padding-left: 4px;
  }
  table.mat-table.bs-table ::ng-deep tbody tr.mat-row td.mat-cell {
    padding-right: 4px;
    padding-left: 4px;
  }
}

.mde-popover-content .ppv-tlf-desc {
  width: auto;
  height: auto;
  border: 1px solid #62626280;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 16px 16px;
  box-shadow: 0px -1px 6px #00000029, 0px 3px 6px #00000029;
}

.mde-popover-content .ppv-responsible-info {
  width: auto;
  height: auto;
  border: 1px solid #62626280;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 16px 16px;
  gap: 4px;
  box-shadow: 0px -1px 6px #00000029, 0px 3px 6px #00000029;
}

.mde-popover-content .ppv-responsible-info div {
  gap: 8px;
}

.mde-popover-content .ppv-responsible-info div mat-icon {
  width: 24px;
  height: 24px;
}

.mde-popover-content .ppv-responsible-info div mat-icon.fixed-ts {
  color: #377bb3;
  transform: rotate(25deg);
}

.mde-popover-content .ppv-responsible-info div mat-icon.no-available {
  color: #e27c79;
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom {
  height: 100%;
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom.stepper-with-return div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header {
  pointer-events: unset;
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container {
  width: 80%;
  margin: 0 auto;
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header {
  padding: 8px 8px;
  margin-bottom: 16px;
  pointer-events: none;
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header div.mat-step-icon.mat-step-icon-state-number,
mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header div.mat-step-icon.mat-step-icon-state-edit,
mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header div.mat-step-icon.mat-step-icon-state-error,
mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header div.mat-step-icon.mat-step-icon-state-done {
  width: 32px;
  height: 32px;
  font-weight: bold;
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header .mat-step-icon-state-number {
  background-color: rgba(98, 98, 98, 0.12);
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header .mat-step-icon-state-number .mat-step-icon-content {
  color: rgba(255, 255, 255, 0.64);
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header .mat-step-icon-selected {
  background-color: #1464a5;
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header .mat-step-icon-selected .mat-step-icon-content {
  color: #ffffff;
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header .mat-step-icon-state-error div.mat-step-icon-content mat-icon.mat-icon {
  width: 32px;
  height: 32px;
  font-size: 32px;
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header .mat-step-icon-state-done div.mat-step-icon-content mat-icon.mat-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header div.mat-step-label {
  padding-top: 8px;
  font-size: 0.9rem;
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header:before,
mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header:after,
mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container div.mat-stepper-horizontal-line {
  top: 30px;
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header:before,
mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-stepper-header-container mat-step-header.mat-step-header.mat-horizontal-stepper-header:after {
  width: calc(50% - 28px);
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-content-container {
  height: calc(100% - 93px);
  padding: 0;
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-content-container div.mat-horizontal-stepper-content {
  height: 0;
}

mat-horizontal-stepper.mat-stepper-horizontal.mat-stepper-label-position-bottom div.mat-horizontal-content-container div.mat-horizontal-stepper-content[aria-expanded=true] {
  height: 100%;
}

div.custom-stepper-horizontal {
  width: 100%;
  height: 100%;
}

div.custom-stepper-horizontal div.custom-stepper-header-container {
  width: auto;
  max-width: 80%;
  min-width: 50%;
  height: 85px;
  max-height: 85px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  place-content: space-between;
}

div.custom-stepper-horizontal div.custom-stepper-header-container div.custom-step-header {
  padding: 8px 8px;
  margin-bottom: 8px;
  position: relative;
}

div.custom-stepper-horizontal div.custom-stepper-header-container div.custom-step-header div.custom-step-icon {
  width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  font-weight: bold;
  color: white;
  background-color: rgba(98, 98, 98, 0.64);
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}

div.custom-stepper-horizontal div.custom-stepper-header-container div.custom-step-header div.custom-step-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.custom-stepper-horizontal div.custom-stepper-header-container div.custom-step-header div.custom-step-label {
  font-size: 0.9rem;
  padding: 8px 0 0 0;
  text-align: center;
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 50px;
  vertical-align: middle;
  font-weight: 500;
}

div.custom-stepper-horizontal div.custom-stepper-header-container div.custom-step-header div.custom-step-label p {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

div.custom-stepper-horizontal div.custom-stepper-header-container div.custom-step-header.active div.custom-step-icon, div.custom-stepper-horizontal div.custom-stepper-header-container div.custom-step-header.done div.custom-step-icon {
  background-color: #1464a5;
}

div.custom-stepper-horizontal div.custom-stepper-header-container div.custom-step-header.active div.custom-step-icon {
  outline: 4px solid #8ab2d2;
}

div.custom-stepper-horizontal div.custom-stepper-header-container div.custom-step-header.after:after {
  top: 30px;
  width: calc(50% - 28px);
  right: 0;
  border-top-color: rgba(0, 0, 0, 0.12);
  border-top-width: 1px;
  border-top-style: solid;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
}

div.custom-stepper-horizontal div.custom-stepper-header-container div.custom-step-header.before:before {
  top: 30px;
  width: calc(50% - 28px);
  left: 0;
  border-top-color: rgba(0, 0, 0, 0.12);
  border-top-width: 1px;
  border-top-style: solid;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
}

div.custom-stepper-horizontal div.custom-stepper-header-container div.custom-stepper-horizontal-line {
  top: 30px;
  margin: 0;
  min-width: 0;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  flex: auto;
  height: 0;
  border-top-color: rgba(0, 0, 0, 0.12);
}

div.custom-stepper-horizontal div.custom-stepper-content-container {
  height: calc(100% - 93px);
  padding: 0;
  width: 100%;
  position: relative;
}

div.custom-stepper-horizontal div.custom-stepper-content-container div.custom-stepper-body {
  position: absolute;
  display: block;
  overflow: hidden;
  flex-basis: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

div.custom-stepper-horizontal div.custom-stepper-content-container div.custom-stepper-body div.custom-stepper-content {
  height: 100%;
  width: 100%;
  transform: translate3d(-110%, 0px, 0px);
  min-height: 1px;
}

div.custom-stepper-horizontal div.custom-stepper-content-container div.custom-stepper-body.active {
  z-index: 1;
  flex-grow: 1;
  position: relative;
}

div.custom-stepper-horizontal div.custom-stepper-content-container div.custom-stepper-body.active div.custom-stepper-content {
  transform: none;
  min-height: unset;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  /* Custom Scrollbar */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

mat-tab-group.mat-tab-group.tabs-internal-divisor.improved-styles mat-tab-header {
  width: 100%;
  border-bottom-color: #707070;
  height: 40px;
  max-height: 40px;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor.improved-styles mat-tab-header .mat-tab-list {
  background: transparent;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor.improved-styles mat-tab-header .mat-tab-list .mat-tab-labels {
  place-content: start;
  padding: 0 24px;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor.improved-styles mat-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label {
  padding: 0 16px;
  min-width: 140px;
  max-width: 140px;
  width: auto;
  opacity: 1;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor.improved-styles mat-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label .mat-tab-label-content {
  font-size: 0.75rem;
  line-height: 20px;
  color: #626262;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor.improved-styles mat-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label-active {
  opacity: 1;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor.improved-styles mat-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label-active .mat-tab-label-content {
  color: #121212;
  font-weight: bold;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor.improved-styles mat-tab-header mat-ink-bar {
  height: 3px;
  background-color: #1464a5;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor.improved-styles .mat-tab-body-wrapper {
  height: 100%;
  background-color: transparent;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor.improved-styles .mat-tab-body-wrapper mat-tab-body.mat-tab-body {
  padding: 8px 8px;
  background-color: transparent;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor:not(.improved-styles) mat-tab-header {
  width: 100%;
  border-bottom: unset;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor:not(.improved-styles) mat-tab-header .mat-tab-list {
  background: #1464a5;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor:not(.improved-styles) mat-tab-header .mat-tab-list .mat-tab-labels {
  place-content: start;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor:not(.improved-styles) mat-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label {
  padding: 0 16px;
  height: 32px;
  font-size: 12px;
  width: auto;
  min-width: 100px;
  color: white;
  opacity: 1;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor:not(.improved-styles) mat-tab-header .mat-tab-list .mat-tab-labels .mat-tab-label-active {
  border: 1px solid #1464a5;
  border-bottom: unset;
  background-color: #ffffff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  opacity: 1;
  color: black;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor:not(.improved-styles) mat-tab-header mat-ink-bar {
  display: none;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor:not(.improved-styles) .mat-tab-body-wrapper {
  height: 100%;
  border: 1px solid #1464a5;
  border-top: unset;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #ffffff;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor:not(.improved-styles) .mat-tab-body-wrapper mat-tab-body.mat-tab-body {
  padding: 8px 8px;
  background-color: #ffffff;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor.body-full-page .mat-tab-body-wrapper mat-tab-body.mat-tab-body {
  padding: 0;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor ::-webkit-scrollbar {
  margin-top: 8px;
  width: 8px;
  height: calc(100% - 16px);
}

mat-tab-group.mat-tab-group.tabs-internal-divisor ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 8px;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor ::-webkit-scrollbar-thumb {
  background: rgba(98, 98, 98, 0.75);
  border-radius: 8px;
}

mat-tab-group.mat-tab-group.tabs-internal-divisor ::-webkit-scrollbar-thumb:hover {
  background: #626262;
}

.divider div,
.divider-v div,
.divider-h div {
  background-color: #b5b5b5;
}

.divider div,
.divider-v div {
  height: 100%;
  width: 2px;
  margin: 0 16px;
}

.divider-h div {
  width: 100%;
  height: 2px;
  margin: 16px 0;
}

ngx-charts-pie-chart.pie-chart-legend-right div.ngx-charts-outer {
  display: flex;
}

ngx-charts-pie-chart.pie-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend {
  display: flex;
  align-self: center;
}

ngx-charts-pie-chart.pie-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend,
ngx-charts-pie-chart.pie-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend {
  text-align: center;
  margin-top: 8px;
}

ngx-charts-pie-chart.pie-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap,
ngx-charts-pie-chart.pie-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap {
  margin: 0 auto;
}

ngx-charts-pie-chart.pie-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap ul.legend-labels,
ngx-charts-pie-chart.pie-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap ul.legend-labels {
  background-color: transparent;
  text-align: center;
}

ngx-charts-pie-chart.pie-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap ul.legend-labels .horizontal-legend,
ngx-charts-pie-chart.pie-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap ul.legend-labels .horizontal-legend {
  text-align: center;
}

ngx-charts-bar-horizontal.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend,
ngx-charts-bar-horizontal-2d.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend,
ngx-charts-bar-horizontal-stacked.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend {
  text-align: center;
  margin-top: 8px;
}

ngx-charts-bar-horizontal.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap ul.legend-labels.horizontal-legend,
ngx-charts-bar-horizontal-2d.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap ul.legend-labels.horizontal-legend,
ngx-charts-bar-horizontal-stacked.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap ul.legend-labels.horizontal-legend {
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  white-space: pre-wrap;
}

ngx-charts-bar-vertical.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend,
ngx-charts-bar-vertical.bar-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend,
ngx-charts-bar-vertical-2d.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend {
  text-align: center;
  margin-top: 8px;
  /* Custom Scrollbar */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

ngx-charts-bar-vertical.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap ul.legend-labels.horizontal-legend,
ngx-charts-bar-vertical.bar-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap ul.legend-labels.horizontal-legend,
ngx-charts-bar-vertical-2d.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap ul.legend-labels.horizontal-legend {
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  white-space: pre-wrap;
}

ngx-charts-bar-vertical.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar,
ngx-charts-bar-vertical.bar-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar,
ngx-charts-bar-vertical-2d.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar {
  width: 4px;
}

ngx-charts-bar-vertical.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar-track,
ngx-charts-bar-vertical.bar-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar-track,
ngx-charts-bar-vertical-2d.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 8px;
}

ngx-charts-bar-vertical.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar-thumb,
ngx-charts-bar-vertical.bar-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar-thumb,
ngx-charts-bar-vertical-2d.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar-thumb {
  background: rgba(98, 98, 98, 0.75);
  border-radius: 8px;
}

ngx-charts-bar-vertical.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar-thumb:hover,
ngx-charts-bar-vertical.bar-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar-thumb:hover,
ngx-charts-bar-vertical-2d.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar-thumb:hover {
  background: #626262;
}

ngx-charts-bar-vertical-stacked.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend,
ngx-charts-bar-vertical-stacked.bar-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend {
  text-align: center;
  margin-top: 8px;
  /* Custom Scrollbar */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

ngx-charts-bar-vertical-stacked.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap,
ngx-charts-bar-vertical-stacked.bar-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap {
  margin: 0 auto;
}

ngx-charts-bar-vertical-stacked.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap ul.legend-labels.horizontal-legend,
ngx-charts-bar-vertical-stacked.bar-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend div.legend-wrap ul.legend-labels.horizontal-legend {
  text-align: center;
  background-color: transparent;
  white-space: pre-wrap;
}

ngx-charts-bar-vertical-stacked.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar,
ngx-charts-bar-vertical-stacked.bar-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar {
  width: 4px;
}

ngx-charts-bar-vertical-stacked.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar-track,
ngx-charts-bar-vertical-stacked.bar-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 8px;
}

ngx-charts-bar-vertical-stacked.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar-thumb,
ngx-charts-bar-vertical-stacked.bar-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar-thumb {
  background: rgba(98, 98, 98, 0.75);
  border-radius: 8px;
}

ngx-charts-bar-vertical-stacked.bar-chart-legend-below div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar-thumb:hover,
ngx-charts-bar-vertical-stacked.bar-chart-legend-right div.ngx-charts-outer ngx-charts-legend.chart-legend ::-webkit-scrollbar-thumb:hover {
  background: #626262;
}

mwl-calendar-week-view .custom-event .cal-event {
  display: flex;
  flex-direction: row-reverse;
  place-content: space-between;
}

mwl-calendar-week-view .custom-event .cal-event mwl-calendar-event-actions {
  display: flex;
  flex-direction: column;
}

mwl-calendar-week-view .custom-event .cal-event mwl-calendar-event-actions i.mat-icon {
  height: 16px;
  width: 16px;
  font-size: 16px;
  line-height: 16px;
}

mwl-calendar-week-view .custom-event .cal-event mwl-calendar-event-title {
  display: flex;
  flex-direction: column;
}

mwl-calendar-week-view .custom-event .cal-event mwl-calendar-event-title span {
  white-space: pre-wrap;
}

app-calendar-month-view .cal-month-view mwl-calendar-month-cell.cal-day-cell.cal-today,
mwl-calendar-month-view .cal-month-view mwl-calendar-month-cell.cal-day-cell.cal-today {
  background-color: #e3ecf4;
}

.cdk-overlay-pane.bs-popover-overlay {
  background-color: #ffffff;
}

.cdk-overlay-pane.bs-popover-overlay.cp-section-detail-edit, .cdk-overlay-pane.bs-popover-overlay.cp-appointment-edit, .cdk-overlay-pane.bs-popover-overlay.sad-scheduler-detail-edit {
  width: 250px;
  max-width: 250px;
  min-width: 250px;
}

.cdk-overlay-pane.bs-popover-overlay.sad-incidence-justification-detail, .cdk-overlay-pane.bs-popover-overlay.inclusion-massive-derivations-error-popover {
  width: 500px;
  max-width: 500px;
  min-width: 500px;
}

.cdk-overlay-pane.bs-popover-overlay.aem-reasons-list-popover {
  width: 500px;
  max-width: 500px;
  min-width: 500px;
  height: 500px;
  max-height: 500px;
  min-height: 500px;
}

.cdk-overlay-pane.bs-popover-overlay.notices-list-popover, .cdk-overlay-pane.bs-popover-overlay.sad-request-associated-info, .cdk-overlay-pane.bs-popover-overlay.ames-requests-verified {
  width: 350px;
  max-width: 350px;
  min-width: 350px;
}

.cdk-overlay-pane.bs-popover-overlay.aem-line-info-popover {
  width: 500px;
  max-width: 500px;
  min-width: 500px;
  max-height: 800px;
}

.cdk-overlay-pane.bs-popover-overlay.user-detail-popover {
  width: 350px;
  max-width: 350px;
  min-width: 350px;
  border: 1px solid #1464a5;
  border-radius: 4px;
}

.cdk-overlay-pane.bs-popover-overlay.user-detail-popover app-popover {
  padding: 8px;
}

.cdk-overlay-pane.bs-popover-overlay.bs-context-menu {
  width: auto;
  max-width: 350px;
}

.cdk-overlay-pane.bs-popover-overlay.bs-context-menu app-popover {
  padding: 4px 0;
}

.cdk-overlay-pane.bs-popover-overlay.summary-case-study-notes-popover {
  width: 30vw;
  max-width: 25vw;
  height: auto;
  max-height: 65vh;
}

.mat-menu-panel.bs-context-menu {
  width: auto;
  max-width: 350px;
  min-height: 24px;
}

.mat-menu-panel.bs-context-menu .mat-menu-content {
  padding: 4px 0;
}

.cdk-overlay-pane.bs-popover-overlay > :first-child {
  width: 100%;
}

app-info-group.rmv-top-space div.info-group div.fields {
  padding-top: 0 !important;
}

mat-icon.icon-svg-override-color svg g {
  fill: unset;
}

@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: #626262 transparent;
  }

  mat-progress-bar div:first-child {
    display: block;
  }

  table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
  }
  table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
  }
  table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
  }
  table tbody:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
  }
  table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
  table tr th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
  }
  table tr td {
    display: table-cell;
    vertical-align: inherit;
  }
}

.app-textarea-size-custom {
  height: 100%;
}

.app-textarea-size-custom div.field-base {
  height: 100%;
  box-sizing: border-box;
}

.app-textarea-size-custom div.field-base div.field.box {
  height: calc(100% - 14px);
}

.app-textarea-size-custom div.field-base div.field.box form {
  height: 100%;
}

.app-textarea-size-custom div.field-base div.field.box form app-textarea {
  height: 100%;
}

.app-textarea-size-custom div.field-base div.field.box form app-textarea mat-form-field {
  height: 100%;
}

.app-textarea-size-custom div.field-base div.field.box form app-textarea mat-form-field div.mat-form-field-wrapper {
  height: 100%;
  box-sizing: border-box;
}

.app-textarea-size-custom div.field-base div.field.box form app-textarea mat-form-field div.mat-form-field-wrapper div.mat-form-field-flex {
  height: 100%;
}

.app-textarea-size-custom div.field-base div.field.box form app-textarea mat-form-field div.mat-form-field-wrapper div.mat-form-field-flex div.mat-form-field-infix {
  height: 100%;
}

.app-textarea-size-custom div.field-base div.field.box form app-textarea mat-form-field div.mat-form-field-wrapper div.mat-form-field-flex div.mat-form-field-infix textarea {
  height: calc(100% - 4px);
}

.mat-menu-panel.menu-actions {
  max-width: 280px;
  width: 280px;
  max-height: 50vh;
}

.mat-menu-panel.menu-actions .mat-menu-content {
  display: flex;
  flex-direction: column;
  padding: 8px;
  width: calc(280px - 8px - 8px);
  max-width: calc(280px - 8px - 8px);
}

.mat-menu-panel.menu-actions .mat-menu-content button.mat-menu-item {
  font-size: 0.9rem;
}

@media only screen and (max-width: 1366px) {
  .mat-menu-panel.menu-actions {
    min-height: 48px;
  }
  .mat-menu-panel.menu-actions .mat-menu-content button.mat-menu-item {
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
  }
}

mat-chip.bs-chip {
  padding: 0 16px;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  border-radius: 16px;
  align-items: center;
  cursor: default;
  min-height: 32px;
  height: 1px;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  border: none;
  -webkit-appearance: none;
  outline: none;
}

mat-chip.bs-chip div.mat-chip-ripple {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
  overflow: hidden;
}

mat-chip.bs-chip::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: inherit;
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 200ms cubic-bezier(0.35, 0, 0.25, 1);
}

.btn-open-request-trick {
  visibility: hidden;
  position: absolute;
}

.info-mt-config-message {
  color: lightgreen !important;
  font-weight: bold;
  white-space: pre-wrap;
}

.info-mt-config-message .mat-simple-snackbar-action {
  color: white !important;
}

.error-mt-config-message {
  color: #f8869b !important;
  font-weight: bold;
  white-space: pre-wrap;
}

.error-mt-config-message .mat-simple-snackbar-action {
  color: white !important;
}

.speech-text-actions {
  position: absolute;
  bottom: 4px;
  right: 4px;
  display: flex;
  flex-direction: row;
}

.speech-text-actions .end-speech-action,
.speech-text-actions .start-speech-action {
  width: 24px;
  height: 24px;
  padding: 4px;
  background-color: #1464a5;
  color: white;
  border-radius: 50%;
  margin-left: 4px;
  display: flex;
  flex-direction: row;
  place-content: center center;
  align-items: center;
  cursor: pointer;
  border: none;
  box-sizing: initial;
}

.speech-text-actions .end-speech-action mat-icon,
.speech-text-actions .start-speech-action mat-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.speech-text-actions .end-speech-action.disabled, .speech-text-actions .end-speech-action:disabled,
.speech-text-actions .start-speech-action.disabled,
.speech-text-actions .start-speech-action:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.speech-text-actions .end-speech-action.end-speech-action,
.speech-text-actions .start-speech-action.end-speech-action {
  background-color: #e27c79;
}

.listening-speech-recognition {
  border-radius: 80px;
  padding: 4px 0;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  display: flex;
  flex-direction: row;
  place-content: center center;
  align-items: center;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  font-size: 1rem;
  z-index: 9999;
  margin-bottom: 16px;
  place-self: end;
  height: 32px;
}

.listening-speech-recognition p {
  margin: 0;
  line-height: 1rem;
  padding: 0 16px;
}

.listening-speech-recognition div {
  width: 32px;
  height: 32px;
  padding: 4px;
  background-color: #1464a5;
  color: white;
  border-radius: 50%;
  display: flex;
  place-content: center center;
  align-items: center;
}

.listening-speech-recognition div mat-icon {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.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: scale(0);
}
.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;
}
.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, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.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;
}
@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;
}
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;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #607d8b;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #1464a5;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff5722;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #607d8b;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #1464a5;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #ff5722;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
}
.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  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-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge-content {
  color: white;
  background: #607d8b;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #1464a5;
  color: black;
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #ff5722;
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #607d8b;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #1464a5;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #ff5722;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #607d8b;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #1464a5;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #ff5722;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: black;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: black;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #607d8b;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #1464a5;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #ff5722;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  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-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  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-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  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-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  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-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone,
.mat-button-toggle-group {
  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-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  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-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #607d8b;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #1464a5;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #ff5722;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #607d8b;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #1464a5;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #ff5722;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  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-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #607d8b;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #ff5722;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #1464a5;
  color: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: black;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-table {
  background: white;
}
.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-in-range::before {
  background: rgba(96, 125, 139, 0.2);
}
.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(96, 125, 139, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(96, 125, 139, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-calendar-body-selected {
  background-color: #607d8b;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(96, 125, 139, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(96, 125, 139, 0.3);
}
.mat-datepicker-content {
  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);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(20, 100, 165, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(20, 100, 165, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(20, 100, 165, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #1464a5;
  color: black;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(20, 100, 165, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px black;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(20, 100, 165, 0.3);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(255, 87, 34, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 87, 34, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 87, 34, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #ff5722;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 87, 34, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 87, 34, 0.3);
}
.mat-datepicker-content-touch {
  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-datepicker-toggle-active {
  color: #607d8b;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #1464a5;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #ff5722;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-dialog-container {
  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);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  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-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #607d8b;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #1464a5;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #ff5722;
}
.mat-focused .mat-form-field-required-marker {
  color: #1464a5;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #607d8b;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #1464a5;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #ff5722;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #607d8b;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #1464a5;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #ff5722;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #ff5722;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #ff5722;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #ff5722;
}
.mat-error {
  color: #ff5722;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #607d8b;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #1464a5;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #ff5722;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #ff5722;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: #607d8b;
}
.mat-icon.mat-accent {
  color: #1464a5;
}
.mat-icon.mat-warn {
  color: #ff5722;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #607d8b;
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #1464a5;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #ff5722;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #ff5722;
}
.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-item-disabled {
  background-color: #eeeeee;
}
.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  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-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled], .mat-menu-item[disabled]::after,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #cfd8dc;
}
.mat-progress-bar-buffer {
  background-color: #cfd8dc;
}
.mat-progress-bar-fill::after {
  background-color: #607d8b;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #b9d1e4;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #b9d1e4;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #1464a5;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffccbc;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffccbc;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #ff5722;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #607d8b;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #1464a5;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #ff5722;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #607d8b;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #607d8b;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1464a5;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #1464a5;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff5722;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #ff5722;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  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-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #607d8b;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #1464a5;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #ff5722;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #ff5722;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  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-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #1464a5;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(20, 100, 165, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #1464a5;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #607d8b;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(96, 125, 139, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #607d8b;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff5722;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 87, 34, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #ff5722;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  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);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #607d8b;
}
.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-primary .mat-slider-focus-ring {
  background-color: rgba(96, 125, 139, 0.2);
}
.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #1464a5;
}
.mat-accent .mat-slider-thumb-label-text {
  color: black;
}
.mat-accent .mat-slider-focus-ring {
  background-color: rgba(20, 100, 165, 0.2);
}
.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #ff5722;
}
.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-warn .mat-slider-focus-ring {
  background-color: rgba(255, 87, 34, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #607d8b;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: black;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #1464a5;
  color: black;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #ff5722;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #ff5722;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #ff5722;
}
.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}
.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #607d8b;
}
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(185, 209, 228, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #1464a5;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: black;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 204, 188, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #ff5722;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}
.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #607d8b;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(185, 209, 228, 0.3);
}
.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #1464a5;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: black;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: black;
}
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 204, 188, 0.3);
}
.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #ff5722;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #607d8b;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #1464a5;
  color: black;
}
.mat-toolbar.mat-warn {
  background: #ff5722;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-tree {
  background: white;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  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-simple-snackbar-action {
  color: #1464a5;
}

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