/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@angular/cdk/overlay-prebuilt.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
.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:rgba(0,0,0,0);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:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/leaflet/dist/leaflet.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
/* 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.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

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

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

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

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


/* control positioning */

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


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

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


/* cursors */

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

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

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

/* visual tweaks */

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


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


/* general toolbar styles */

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

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

/* zoom control */

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

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


/* layers control */

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

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


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

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


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

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

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

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


/* div icon */

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


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

/* Directions */

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

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

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./apps/armada/src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/*
To use color variables in .ts files, make sure to:
1. add them to :root {} in _base.scss
2. add them to RmdColors in colors.service.ts
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

* {
  margin: 0;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  cursor: pointer;
}

ul,
ol,
dd {
  list-style: none;
}

fieldset {
  border-width: 0;
}

html {
  font-family: "Lato", sans-serif;
  color: #2b2b2b;
  accent-color: #6712d7;
}

::selection {
  background: #9246e1;
  color: #fff;
  text-shadow: none;
}

.cdk-table.bui-table {
  --bui-table-font-size: 0.8125rem;
  --bui-table-line-height: 1.125rem;
  --bui-table-cell-padding: 0.9375rem 1rem;
  display: table;
  width: 100%;
  table-layout: auto;
}
.cdk-table.bui-table .cdk-row,
.cdk-table.bui-table .cdk-header-row,
.cdk-table.bui-table .cdk-footer-row {
  display: table-row;
}
.cdk-table.bui-table .cdk-header-row,
.cdk-table.bui-table .cdk-footer-row {
  position: relative;
  background-color: #f1f3f3;
}
.cdk-table.bui-table .cdk-cell,
.cdk-table.bui-table .cdk-header-cell,
.cdk-table.bui-table .cdk-footer-cell {
  display: table-cell;
  white-space: nowrap;
  font-size: var(--bui-table-font-size);
  line-height: var(--bui-table-line-height);
  padding: var(--bui-table-cell-padding);
  vertical-align: middle;
}
.cdk-table.bui-table .cdk-header-cell,
.cdk-table.bui-table .cdk-footer-cell {
  background-color: #f1f3f3;
  font-weight: 700;
}
.cdk-table.bui-table .cdk-header-cell {
  --bui-table-cell-padding: 0.625rem 1rem;
  border-bottom: 1px solid #dcdcdc;
  height: 3.625rem;
}
.cdk-table.bui-table .cdk-footer-cell {
  border-top: 1px solid #dcdcdc;
}
.cdk-table.bui-table .cdk-cell {
  background-color: #fff;
}
.cdk-table.bui-table.bui-table--small {
  --bui-table-font-size: 0.6875rem;
  --bui-table-line-height: 1rem;
  --bui-table-cell-padding: 0.625rem 0.5rem;
}
.cdk-table.bui-table.bui-table--zebra .cdk-row:nth-child(even),
.cdk-table.bui-table.bui-table--zebra .cdk-row:nth-child(even) .cdk-cell {
  background-color: #fff;
}
.cdk-table.bui-table.bui-table--zebra .cdk-row:nth-child(odd),
.cdk-table.bui-table.bui-table--zebra .cdk-row:nth-child(odd) .cdk-cell {
  background-color: #fbfbfb;
}
.cdk-table.bui-table.bui-table--zebra .cdk-footer-row .cdk-footer-cell {
  background-color: #fff;
}
.cdk-table.bui-table.bui-table--responsive .cdk-footer-row .cdk-footer-cell {
  background-color: #fff;
}
@media (max-width: 767px) {
  .cdk-table.bui-table.bui-table--responsive {
    display: inline-block;
    width: 100%;
  }
  .cdk-table.bui-table.bui-table--responsive .cdk-header-row {
    display: block;
    border-top: 1px solid #dcdcdc;
    position: sticky;
    z-index: 3;
    top: 0;
  }
  .cdk-table.bui-table.bui-table--responsive .cdk-header-row .cdk-header-cell {
    display: none;
  }
  .cdk-table.bui-table.bui-table--responsive .cdk-row {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }
  .cdk-table.bui-table.bui-table--responsive .cdk-row .cdk-cell {
    display: flex;
    justify-content: space-between;
    width: auto;
    line-height: 1.75rem;
    padding: 0;
    white-space: normal;
    text-align: right;
  }
}
.cdk-table.bui-table .bui-table-responsive-label {
  display: none;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cdk-table.bui-table.bui-table--responsive .bui-table-responsive-label {
    display: block;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cdk-table.bui-table.bui-table--zebra .cdk-row .cdk-cell,
  .cdk-table.bui-table .cdk-row .cdk-cell {
    transition: background-color 250ms ease-in-out;
  }
  .cdk-table.bui-table.bui-table--zebra .cdk-row:hover .cdk-cell,
  .cdk-table.bui-table .cdk-row:hover .cdk-cell {
    background-color: #f1f3f3;
  }
}
.cdk-table.bui-table .bui-table-text-center {
  text-align: center;
}
.cdk-table.bui-table .bui-table-text-left {
  text-align: left;
}
.cdk-table.bui-table .bui-table-text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-light {
  color: #808080;
}

:root {
  --color-brand-100: #1e0543;
  --color-brand-300: #330970;
  --color-brand-500: #5406bc;
  --color-brand-600: #6712d7;
  --color-brand-700: #7d34df;
  --color-brand-900: #9246e1;
  --color-brand-a00: #a4aecc;
  --color-brand-c00: #c2a0ef;
  --color-brand-e00: #ede3fa;
  --color-brand-f00: #f8f3ff;
  --color-blue: #4675dd;
  --color-green: #13963f;
  --color-orange: #ffa600;
  --color-red: #fa515f;
  --color-grey-200: #2b2b2b;
  --color-grey-400: #494949;
  --color-grey-700: #727272;
  --color-grey-800: #808080;
  --color-grey-b00: #bdbdbd;
  --color-grey-c00: #cdcdcd;
  --color-grey-d00: #dcdcdc;
  --color-grey-e00: #e8e8e8;
  --color-grey-f00: #f1f3f3;
  --color-grey-f50: #fbfbfb;
  --color-total-gallons: #565676;
  --color-unleaded-regular: #90a0ff;
  --color-unleaded-premium: #565676;
  --color-diesel-conventional: #edb40b;
  --color-diesel-renewable: #88de8c;
  --color-diesel-bio: #18a2a6;
  --color-diesel-dyed: #ea5656;
  --color-ethanol: #07707e;
  --color-chart-ui-text: #727272;
  --color-chart-ui-grid: #d9dff2;
  --rmd-container-max-width: 76.5rem;
  --rmd-container-padding-x: 1rem;
  --rmd-outlet-padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  :root {
    --rmd-container-padding-x: 1.5rem;
  }
}
@media (min-width: 768px) {
  :root {
    --rmd-outlet-padding-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --rmd-outlet-padding-bottom: 3rem;
  }
}
@media (min-width: 1440px) {
  :root {
    --rmd-outlet-padding-bottom: 5.625rem;
  }
}

section.with-loader {
  height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .container {
  max-width: 75rem;
  margin: 0 auto;
}
section .container-inner--small {
  max-width: 42.75rem;
}

ul > li {
  display: flex;
  padding-bottom: 0.3125rem;
}
ul > li::before {
  content: "•";
  display: block;
  margin-top: 0;
  margin-right: 0.625rem;
}

.hidden {
  display: none !important;
}

.grid-container {
  margin: 0 auto;
  max-width: var(--rmd-container-max-width);
  padding: 0 var(--rmd-container-padding-x) var(--rmd-outlet-padding-bottom);
}
.grid-container .grid-row {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-bottom: calc(0.75rem * 2);
  row-gap: calc(0.75rem * 2);
}
.grid-container .grid-row--center {
  justify-content: center;
}
.grid-container .grid-row--no-padding {
  padding-bottom: 0;
}
.grid-container .grid-row .col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0.75rem;
}
.grid-container .grid-row .col--2 {
  max-width: 50%;
}
@media (min-width: 375px) {
  .grid-container .grid-row .col-xxs-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-container .grid-row .col-xxs-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-container .grid-row .col-xxs-3 {
    width: 25%;
    max-width: 25%;
  }
  .grid-container .grid-row .col-xxs-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-container .grid-row .col-xxs-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-container .grid-row .col-xxs-6 {
    width: 50%;
    max-width: 50%;
  }
  .grid-container .grid-row .col-xxs-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-container .grid-row .col-xxs-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-container .grid-row .col-xxs-9 {
    width: 75%;
    max-width: 75%;
  }
  .grid-container .grid-row .col-xxs-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-container .grid-row .col-xxs-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-container .grid-row .col-xxs-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  .grid-container .grid-row .col-xs-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-container .grid-row .col-xs-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-container .grid-row .col-xs-3 {
    width: 25%;
    max-width: 25%;
  }
  .grid-container .grid-row .col-xs-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-container .grid-row .col-xs-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-container .grid-row .col-xs-6 {
    width: 50%;
    max-width: 50%;
  }
  .grid-container .grid-row .col-xs-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-container .grid-row .col-xs-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-container .grid-row .col-xs-9 {
    width: 75%;
    max-width: 75%;
  }
  .grid-container .grid-row .col-xs-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-container .grid-row .col-xs-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-container .grid-row .col-xs-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .grid-container .grid-row .col-sm-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-container .grid-row .col-sm-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-container .grid-row .col-sm-3 {
    width: 25%;
    max-width: 25%;
  }
  .grid-container .grid-row .col-sm-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-container .grid-row .col-sm-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-container .grid-row .col-sm-6 {
    width: 50%;
    max-width: 50%;
  }
  .grid-container .grid-row .col-sm-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-container .grid-row .col-sm-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-container .grid-row .col-sm-9 {
    width: 75%;
    max-width: 75%;
  }
  .grid-container .grid-row .col-sm-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-container .grid-row .col-sm-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-container .grid-row .col-sm-12 {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .grid-container .grid-row .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-container .grid-row .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-container .grid-row .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-container .grid-row .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-container .grid-row .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-container .grid-row .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-container .grid-row .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-container .grid-row .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-container .grid-row .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-container .grid-row .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-container .grid-row .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-container .grid-row .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .grid-container .grid-row .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-container .grid-row .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-container .grid-row .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-container .grid-row .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-container .grid-row .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-container .grid-row .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-container .grid-row .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-container .grid-row .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-container .grid-row .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-container .grid-row .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-container .grid-row .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-container .grid-row .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .grid-container .grid-row .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-container .grid-row .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-container .grid-row .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-container .grid-row .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-container .grid-row .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-container .grid-row .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-container .grid-row .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-container .grid-row .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-container .grid-row .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-container .grid-row .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-container .grid-row .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-container .grid-row .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .grid-container .grid-row .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid-container .grid-row .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-container .grid-row .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-container .grid-row .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-container .grid-row .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid-container .grid-row .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-container .grid-row .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid-container .grid-row .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid-container .grid-row .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-container .grid-row .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid-container .grid-row .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid-container .grid-row .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .cdk-table.bui-table .cdk-cell.status-and-link-cell {
    width: 6.875rem;
  }
}
.cdk-table.bui-table .cdk-cell.status-and-link-cell .status-and-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .cdk-table.bui-table .cdk-cell.status-and-link-cell .status-and-link {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-right: 1rem;
  }
}
.cdk-table.bui-table .cdk-cell.status-and-link-cell .status-and-link .details-arrow {
  display: flex;
}

.cdk-table.bui-table .cdk-cell.no-padding-block-cell {
  padding-block: 0;
}

.cdk-table.bui-table .cdk-cell .button-group {
  display: flex;
  gap: 0.5rem;
}

.chart-container {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 1rem;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.chart-container-header, .chart-container-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chart-container-header {
  background-color: #fbfbfb;
  border-bottom: 1px solid #f1f3f3;
  padding: 0 1rem;
  margin: -1rem -1rem 1rem;
  min-height: 3.375rem;
  border-radius: 4px 4px 0 0;
}
.chart-container-title {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.chart-container-footer {
  border-top: 1px solid #f1f3f3;
  color: #727272;
  padding: 1rem 0;
  font-size: max(0.6875rem, 8px);
  line-height: 0.875rem;
  font-weight: 700;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.chart-container-footer strong {
  color: #2b2b2b;
}

.apexcharts-tooltip {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.apexcharts-tooltip .chart-tooltip {
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  width: 100%;
  color: #494949;
}
.apexcharts-tooltip .chart-tooltip--fueling-success {
  max-width: 10.3125rem;
}
@media (min-width: 1440px) {
  .apexcharts-tooltip .chart-tooltip--fueling-success {
    max-width: 10.9375rem;
  }
}
.apexcharts-tooltip .chart-tooltip .header,
.apexcharts-tooltip .chart-tooltip .content {
  padding: 0.625rem;
  background-color: #fff;
}
.apexcharts-tooltip .chart-tooltip .header {
  background-color: #fbfbfb;
  height: 2.25rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.apexcharts-tooltip .chart-tooltip .content {
  font-weight: 400;
  padding: 0.625rem 0.625rem 0.3125rem 0.625rem;
  white-space: normal;
}
.apexcharts-tooltip .chart-tooltip .content-line {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.apexcharts-tooltip .chart-tooltip .count {
  color: #727272;
}
.apexcharts-tooltip .chart-tooltip .total {
  border-top: 1px solid #f1f3f3;
  margin: 0 0.625rem 0.625rem 0.625rem;
  padding-top: 0.3125rem;
}
.apexcharts-tooltip .chart-tooltip .marker {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  margin-right: 0.375rem;
}

.info-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.8125rem;
  height: 0.8125rem;
  background: #727272;
  color: #fff;
  border-radius: 50%;
  font-size: 0.625rem;
}

.vehicle-details-map .leaflet-popup-content-wrapper {
  padding: 0 !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}
.vehicle-details-map .leaflet-control-layers label {
  font-size: 0.8125rem;
}
.vehicle-details-map .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
  min-width: 16.375rem;
}
.vehicle-details-map .leaflet-popup-tip-container,
.vehicle-details-map .leaflet-popup-close-button {
  display: none;
}
.vehicle-details-map__popup {
  color: #2b2b2b;
  letter-spacing: 0;
  line-height: 1.25rem;
}
.vehicle-details-map__popup .header {
  padding: 0.625rem;
  font-size: 0.8125rem;
  background-color: #fbfbfb;
}
.vehicle-details-map__popup .content {
  padding: 0.625rem;
  font-size: 0.6875rem;
  line-height: 0.875rem;
}
.vehicle-details-map__popup .content .row {
  margin-bottom: 0.375rem;
  display: flex;
  justify-content: space-between;
}
.vehicle-details-map__popup .content .row:last-child {
  margin-bottom: 0;
}

.vehicle-details-map-cluster {
  width: 2.5rem !important;
  height: 2.5rem !important;
  margin-top: -1.25rem !important;
  margin-left: -1.25rem !important;
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
}
.vehicle-details-map-cluster .progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
}
.vehicle-details-map-cluster .progress-circle--fueled {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  z-index: 5;
  background-color: #13963f;
}
.vehicle-details-map-cluster .progress-circle--tank-full {
  position: absolute;
  width: inherit;
  height: inherit;
  z-index: 6;
  background: inherit;
}
.vehicle-details-map-cluster .progress-circle--tank-full .pie {
  position: absolute;
  width: 50%;
  height: 100%;
}
.vehicle-details-map-cluster .progress-circle--tank-full .filler {
  border-radius: 0 100% 100% 0/0 50% 50% 0;
  left: 50%;
  z-index: inherit;
  background: #ffa600;
  border-left: none;
  z-index: inherit;
}
.vehicle-details-map-cluster .progress-circle--tank-full .spinner {
  border-radius: 100% 0 0 100%/50% 0 0 50%;
  z-index: 7;
  border-right: none;
  background: #ffa600;
  transform-origin: 100% 50%;
}
.vehicle-details-map-cluster .progress-circle--tank-full .mask {
  border-radius: 100% 0 0 100%/50% 0 0 50%;
  width: 50%;
  height: 100%;
  position: absolute;
  background: #13963f;
  opacity: 1;
  z-index: 8;
}
.vehicle-details-map-cluster .progress-circle--not-fueled {
  position: absolute;
  width: inherit;
  height: inherit;
  z-index: 7;
}
.vehicle-details-map-cluster .progress-circle--not-fueled .pie {
  position: absolute;
  width: 50%;
  height: 100%;
}
.vehicle-details-map-cluster .progress-circle--not-fueled .filler {
  border-radius: 0 100% 100% 0/0 50% 50% 0;
  left: 50%;
  z-index: inherit;
  background: #fa515f;
  border-left: none;
  z-index: inherit;
}
.vehicle-details-map-cluster .progress-circle--not-fueled .spinner {
  border-radius: 100% 0 0 100%/50% 0 0 50%;
  z-index: 7;
  border-right: none;
  background: #fa515f;
  transform-origin: 100% 50%;
}
.vehicle-details-map-cluster .progress-circle--not-fueled .mask {
  border-radius: 100% 0 0 100%/50% 0 0 50%;
  width: 50%;
  height: 100%;
  position: absolute;
  background: #13963f;
  opacity: 1;
  z-index: 8;
}
.vehicle-details-map-cluster .progress-circle::before {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  top: 0.3125rem;
  left: 0.3125rem;
  z-index: 10;
  border-radius: 50%;
  background: #fff;
}
.vehicle-details-map-cluster .progress-circle .number {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.section-header {
  position: relative;
  background-color: #f1f3f3;
  margin-bottom: 1.5rem;
}
.layout--legacy .section-header {
  margin-bottom: 0;
}
.section-header::before, .section-header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f1f3f3;
  z-index: 1;
  width: 50vw;
}
.section-header::before {
  right: 100%;
}
.section-header::after {
  left: 100%;
}
.section-header .section-header-bar {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 0;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .section-header .section-header-bar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.875rem 0 1.75rem;
  }
  .section-header .section-header-bar--column {
    flex-direction: column;
    align-items: normal;
  }
}
.section-header__title {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .section-header__title {
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 0;
  }
}
.section-header__title h1 {
  color: #2b2b2b;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-header__title h1 {
    line-height: 2.125rem;
  }
}
.section-header__title span {
  font-size: 0.875rem;
  margin-left: 0.25rem;
}
.section-header__subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2b2b2b;
}
.section-header__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .section-header__actions {
    width: 100%;
    margin-bottom: 1rem;
  }
}

html {
  scrollbar-gutter: stable;
  --scrollbarBG: rgba(189, 189, 189, 0.034);
  --thumbBG: #babac0;
}

/* Chrome based browsers */
/* total width */
::-webkit-scrollbar {
  background-color: var(--scrollbarBG);
  width: 7px;
  height: 7px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
  background-color: var(--scrollbarBG);
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 7px;
  border: 4px solid var(--scrollbarBG);
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
  display: none;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.rmd-adaptive-height-host {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  margin: -3px;
  margin-bottom: 0;
}
.rmd-adaptive-height-host .rmd-adaptive-height-host__inner-wrapper {
  padding: 3px;
}
.rmd-adaptive-height-host--allow-overflow {
  overflow: visible;
}
