/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/leaflet/dist/leaflet.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	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.ef6db8722c2c3f9a.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.9859cd1231006a4a.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.d577052aa271e13f.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/style/dark/dark.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Thin.f7a95c9c5999532c.woff2') format("woff2"), url('Roboto-Thin.c13c157cb81e8ebb.woff') format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url('Roboto-Thin.f7a95c9c5999532c.woff2') format("woff2"), url('Roboto-Thin.c13c157cb81e8ebb.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-ThinItalic.b0e084abf689f393.woff2') format("woff2"), url('Roboto-ThinItalic.1111028df6cea564.woff') format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-ThinItalic";
  src: url('Roboto-ThinItalic.b0e084abf689f393.woff2') format("woff2"), url('Roboto-ThinItalic.1111028df6cea564.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Light.0e01b6cd13b3857f.woff2') format("woff2"), url('Roboto-Light.603ca9a537b88428.woff') format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Light";
  src: url('Roboto-Light.0e01b6cd13b3857f.woff2') format("woff2"), url('Roboto-Light.603ca9a537b88428.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-LightItalic.232ef4b20215f720.woff2') format("woff2"), url('Roboto-LightItalic.1b5e142f787151c8.woff') format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-LightItalic";
  src: url('Roboto-LightItalic.232ef4b20215f720.woff2') format("woff2"), url('Roboto-LightItalic.1b5e142f787151c8.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Regular.475ba9e4e2d63456.woff2') format("woff2"), url('Roboto-Regular.bcefbfee882bc1cb.woff') format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url('Roboto-Regular.475ba9e4e2d63456.woff2') format("woff2"), url('Roboto-Regular.bcefbfee882bc1cb.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-RegularItalic.e3a9ebdaac06bbc4.woff2') format("woff2"), url('Roboto-RegularItalic.0668fae6af0cf8c2.woff') format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-RegularItalic";
  src: url('Roboto-RegularItalic.e3a9ebdaac06bbc4.woff2') format("woff2"), url('Roboto-RegularItalic.0668fae6af0cf8c2.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Medium.457532032ceb0168.woff2') format("woff2"), url('Roboto-Medium.6e1ae5f0b324a0aa.woff') format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url('Roboto-Medium.457532032ceb0168.woff2') format("woff2"), url('Roboto-Medium.6e1ae5f0b324a0aa.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-MediumItalic.872f7060602d55d2.woff2') format("woff2"), url('Roboto-MediumItalic.e06fb533801cbb08.woff') format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-MediumItalic";
  src: url('Roboto-MediumItalic.872f7060602d55d2.woff2') format("woff2"), url('Roboto-MediumItalic.e06fb533801cbb08.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Bold.447291a88c067396.woff2') format("woff2"), url('Roboto-Bold.fc482e6133cf5e26.woff') format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url('Roboto-Bold.447291a88c067396.woff2') format("woff2"), url('Roboto-Bold.fc482e6133cf5e26.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-BoldItalic.1b15168ef6fa4e16.woff2') format("woff2"), url('Roboto-BoldItalic.e26ba339b06f09f7.woff') format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url('Roboto-BoldItalic.1b15168ef6fa4e16.woff2') format("woff2"), url('Roboto-BoldItalic.e26ba339b06f09f7.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Black.2eaa390d458c877d.woff2') format("woff2"), url('Roboto-Black.b25f67ad8583da68.woff') format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Black";
  src: url('Roboto-Black.2eaa390d458c877d.woff2') format("woff2"), url('Roboto-Black.b25f67ad8583da68.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-BlackItalic.7dc03ee444552bc5.woff2') format("woff2"), url('Roboto-BlackItalic.c8dc642467cb3099.woff') format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-BlackItalic";
  src: url('Roboto-BlackItalic.7dc03ee444552bc5.woff2') format("woff2"), url('Roboto-BlackItalic.c8dc642467cb3099.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Thin.f7a95c9c5999532c.woff2') format("woff2"), url('Roboto-Thin.c13c157cb81e8ebb.woff') format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url('Roboto-Thin.f7a95c9c5999532c.woff2') format("woff2"), url('Roboto-Thin.c13c157cb81e8ebb.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-ThinItalic.b0e084abf689f393.woff2') format("woff2"), url('Roboto-ThinItalic.1111028df6cea564.woff') format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-ThinItalic";
  src: url('Roboto-ThinItalic.b0e084abf689f393.woff2') format("woff2"), url('Roboto-ThinItalic.1111028df6cea564.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Light.0e01b6cd13b3857f.woff2') format("woff2"), url('Roboto-Light.603ca9a537b88428.woff') format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Light";
  src: url('Roboto-Light.0e01b6cd13b3857f.woff2') format("woff2"), url('Roboto-Light.603ca9a537b88428.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-LightItalic.232ef4b20215f720.woff2') format("woff2"), url('Roboto-LightItalic.1b5e142f787151c8.woff') format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-LightItalic";
  src: url('Roboto-LightItalic.232ef4b20215f720.woff2') format("woff2"), url('Roboto-LightItalic.1b5e142f787151c8.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Regular.475ba9e4e2d63456.woff2') format("woff2"), url('Roboto-Regular.bcefbfee882bc1cb.woff') format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url('Roboto-Regular.475ba9e4e2d63456.woff2') format("woff2"), url('Roboto-Regular.bcefbfee882bc1cb.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-RegularItalic.e3a9ebdaac06bbc4.woff2') format("woff2"), url('Roboto-RegularItalic.0668fae6af0cf8c2.woff') format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-RegularItalic";
  src: url('Roboto-RegularItalic.e3a9ebdaac06bbc4.woff2') format("woff2"), url('Roboto-RegularItalic.0668fae6af0cf8c2.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Medium.457532032ceb0168.woff2') format("woff2"), url('Roboto-Medium.6e1ae5f0b324a0aa.woff') format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url('Roboto-Medium.457532032ceb0168.woff2') format("woff2"), url('Roboto-Medium.6e1ae5f0b324a0aa.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-MediumItalic.872f7060602d55d2.woff2') format("woff2"), url('Roboto-MediumItalic.e06fb533801cbb08.woff') format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-MediumItalic";
  src: url('Roboto-MediumItalic.872f7060602d55d2.woff2') format("woff2"), url('Roboto-MediumItalic.e06fb533801cbb08.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Bold.447291a88c067396.woff2') format("woff2"), url('Roboto-Bold.fc482e6133cf5e26.woff') format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url('Roboto-Bold.447291a88c067396.woff2') format("woff2"), url('Roboto-Bold.fc482e6133cf5e26.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-BoldItalic.1b15168ef6fa4e16.woff2') format("woff2"), url('Roboto-BoldItalic.e26ba339b06f09f7.woff') format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url('Roboto-BoldItalic.1b15168ef6fa4e16.woff2') format("woff2"), url('Roboto-BoldItalic.e26ba339b06f09f7.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Black.2eaa390d458c877d.woff2') format("woff2"), url('Roboto-Black.b25f67ad8583da68.woff') format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Black";
  src: url('Roboto-Black.2eaa390d458c877d.woff2') format("woff2"), url('Roboto-Black.b25f67ad8583da68.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-BlackItalic.7dc03ee444552bc5.woff2') format("woff2"), url('Roboto-BlackItalic.c8dc642467cb3099.woff') format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-BlackItalic";
  src: url('Roboto-BlackItalic.7dc03ee444552bc5.woff2') format("woff2"), url('Roboto-BlackItalic.c8dc642467cb3099.woff') format("woff");
}
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #d6efff;
  --indigo: #3626A7;
  --purple: #A26E9F;
  --pink: #F06292;
  --red: #e93226;
  --orange: #F39237;
  --yellow: #ffca24;
  --green: #6adc18;
  --teal: #4A9A91;
  --cyan: #06AED5;
  --white: #fcfcfc;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #169df8;
  --secondary: #abb4ba;
  --success: #6adc18;
  --info: #abb4ba;
  --warning: #ffca24;
  --danger: #e93226;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(7, 8, 8, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fcfcfc;
  text-align: left;
  background-color: #171a1c;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, .pf-h1, .pf-h1-dark, .pf-h1-light, .pf-h1-danger, .pf-h1-warning, .pf-h1-info, .pf-h1-success, .pf-h1-secondary, .pf-h1-primary, h2, .pf-h2-dark, .pf-h2-light, .pf-h2-danger, .pf-h2-warning, .pf-h2-info, .pf-h2-success, .pf-h2-secondary, .pf-h2-primary, h3, .pf-h3-dark, .pf-h3-light, .pf-h3-danger, .pf-h3-warning, .pf-h3-info, .pf-h3-success, .pf-h3-secondary, .pf-h3-primary, h4, .pf-h4-dark, .pf-h4-light, .pf-h4-danger, .pf-h4-warning, .pf-h4-info, .pf-h4-success, .pf-h4-secondary, .pf-h4-primary, h5, .pf-h5-dark, .pf-h5-light, .pf-h5-danger, .pf-h5-warning, .pf-h5-info, .pf-h5-success, .pf-h5-secondary, .pf-h5-primary, h6, .pf-h6, .pf-h6-dark, .pf-h6-light, .pf-h6-danger, .pf-h6-warning, .pf-h6-info, .pf-h6-success, .pf-h6-secondary, .pf-h6-primary {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #169df8;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0672bc;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #abb4ba;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0px;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, .pf-h1, .pf-h1-dark, .pf-h1-light, .pf-h1-danger, .pf-h1-warning, .pf-h1-info, .pf-h1-success, .pf-h1-secondary, .pf-h1-primary, h2, .pf-h2-dark, .pf-h2-light, .pf-h2-danger, .pf-h2-warning, .pf-h2-info, .pf-h2-success, .pf-h2-secondary, .pf-h2-primary, h3, .pf-h3-dark, .pf-h3-light, .pf-h3-danger, .pf-h3-warning, .pf-h3-info, .pf-h3-success, .pf-h3-secondary, .pf-h3-primary, h4, .pf-h4-dark, .pf-h4-light, .pf-h4-danger, .pf-h4-warning, .pf-h4-info, .pf-h4-success, .pf-h4-secondary, .pf-h4-primary, h5, .pf-h5-dark, .pf-h5-light, .pf-h5-danger, .pf-h5-warning, .pf-h5-info, .pf-h5-success, .pf-h5-secondary, .pf-h5-primary, h6, .pf-h6, .pf-h6-dark, .pf-h6-light, .pf-h6-danger, .pf-h6-warning, .pf-h6-info, .pf-h6-success, .pf-h6-secondary, .pf-h6-primary,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .pf-h1, .pf-h1-dark, .pf-h1-light, .pf-h1-danger, .pf-h1-warning, .pf-h1-info, .pf-h1-success, .pf-h1-secondary, .pf-h1-primary, .h1 {
  font-size: 1.875rem;
}

h2, .pf-h2-dark, .pf-h2-light, .pf-h2-danger, .pf-h2-warning, .pf-h2-info, .pf-h2-success, .pf-h2-secondary, .pf-h2-primary, .h2 {
  font-size: 1.5rem;
}

h3, .pf-h3-dark, .pf-h3-light, .pf-h3-danger, .pf-h3-warning, .pf-h3-info, .pf-h3-success, .pf-h3-secondary, .pf-h3-primary, .h3 {
  font-size: 1.3125rem;
}

h4, .pf-h4-dark, .pf-h4-light, .pf-h4-danger, .pf-h4-warning, .pf-h4-info, .pf-h4-success, .pf-h4-secondary, .pf-h4-primary, .h4 {
  font-size: 1.125rem;
}

h5, .pf-h5-dark, .pf-h5-light, .pf-h5-danger, .pf-h5-warning, .pf-h5-info, .pf-h5-success, .pf-h5-secondary, .pf-h5-primary, .h5 {
  font-size: 0.9375rem;
}

h6, .pf-h6, .pf-h6-dark, .pf-h6-light, .pf-h6-danger, .pf-h6-warning, .pf-h6-info, .pf-h6-success, .pf-h6-secondary, .pf-h6-primary, .h6 {
  font-size: 0.75rem;
}

.lead {
  font-size: 0.9375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(7, 8, 8, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #ffca24;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #171a1c;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(7, 8, 8, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #F06292;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fcfcfc;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(7, 8, 8, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
  box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #fcfcfc;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #abb4ba;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #abb4ba;
}
.table tbody + tbody {
  border-top: 2px solid #abb4ba;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #abb4ba;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #abb4ba;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #23272a;
}

.table-hover tbody tr:hover {
  color: #fcfcfc;
  background-color: rgba(7, 8, 8, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bce1fb;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #84cbfa;
}

.table-hover .table-primary:hover {
  background-color: #a4d6fa;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a4d6fa;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e5e8ea;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #d2d7da;
}

.table-hover .table-secondary:hover {
  background-color: #d7dcdf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d7dcdf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d3f3bc;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b0eb85;
}

.table-hover .table-success:hover {
  background-color: #c5efa6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c5efa6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #e5e8ea;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #d2d7da;
}

.table-hover .table-info:hover {
  background-color: #d7dcdf;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #d7dcdf;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fdeec0;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fee28c;
}

.table-hover .table-warning:hover {
  background-color: #fce7a7;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fce7a7;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f7c3c0;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f2938d;
}

.table-hover .table-danger:hover {
  background-color: #f4ada9;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f4ada9;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfbfb;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fafafb;
}

.table-hover .table-light:hover {
  background-color: #eeeeee;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eeeeee;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c4c6c7;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #94979a;
}

.table-hover .table-dark:hover {
  background-color: #b7b9bb;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b7b9bb;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(7, 8, 8, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fcfcfc;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #abb4ba;
}

.table-dark {
  color: #fcfcfc;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(252, 252, 252, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fcfcfc;
  background-color: rgba(252, 252, 252, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fcfcfc;
  background-color: #171a1c;
  background-clip: padding-box;
  border: 1px solid #abb4ba;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(7, 8, 8, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #fcfcfc;
  background-color: #171a1c;
  border-color: #169df8;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 1px rgba(23, 26, 28, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #171a1c;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fcfcfc;
}
select.form-control:focus::-ms-value {
  color: #fcfcfc;
  background-color: #171a1c;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fcfcfc;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #abb4ba;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6adc18;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(106, 220, 24, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #6adc18;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%236adc18' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #6adc18;
  box-shadow: 0 0 0 1px rgba(106, 220, 24, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #6adc18;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #171a1c url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%236adc18' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #6adc18;
  box-shadow: 0 0 0 1px rgba(106, 220, 24, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #6adc18;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #6adc18;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #6adc18;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #85ea3d;
  background-color: #85ea3d;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px rgba(106, 220, 24, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #6adc18;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #6adc18;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #6adc18;
  box-shadow: 0 0 0 1px rgba(106, 220, 24, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #e93226;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fcfcfc;
  background-color: rgba(233, 50, 38, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e93226;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e93226' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e93226' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e93226;
  box-shadow: 0 0 0 1px rgba(233, 50, 38, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e93226;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #171a1c url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e93226' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e93226' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e93226;
  box-shadow: 0 0 0 1px rgba(233, 50, 38, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e93226;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e93226;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e93226;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ee5e54;
  background-color: #ee5e54;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px rgba(233, 50, 38, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e93226;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e93226;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e93226;
  box-shadow: 0 0 0 1px rgba(233, 50, 38, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .link-arrow-text-sm, .link-arrow-slide-sm, .pf-sidenav-icon-container, .btn-command, .btn-link-text, .btn-secondary-sm, .btn-outline-primary-sm, .btn-primary-sm, .link-primary-sm, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label, input[type=checkbox].btn-toggle-primary-sm:disabled + label, input[type=checkbox].btn-toggle-primary-sm:checked + label, input[type=checkbox].btn-toggle-primary-sm + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label {
  display: inline-block;
  font-weight: 500;
  color: #fcfcfc;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.3rem 1.2rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .link-arrow-text-sm, .link-arrow-slide-sm, .pf-sidenav-icon-container, .btn-command, .btn-link-text, .btn-secondary-sm, .btn-outline-primary-sm, .btn-primary-sm, .link-primary-sm, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label, input[type=checkbox].btn-toggle-primary-sm:disabled + label, input[type=checkbox].btn-toggle-primary-sm:checked + label, input[type=checkbox].btn-toggle-primary-sm + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label {
    transition: none;
  }
}
.btn:hover, .link-arrow-text-sm:hover, .link-arrow-slide-sm:hover, .pf-sidenav-icon-container:hover, .btn-command:hover, .btn-link-text:hover, .btn-secondary-sm:hover, .btn-outline-primary-sm:hover, .btn-primary-sm:hover, .link-primary-sm:hover, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label:hover, input[type=checkbox].btn-toggle-primary-sm + label:hover, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label:hover, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label:hover, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label:hover, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label:hover, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label:hover, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label:hover {
  color: #fcfcfc;
  text-decoration: none;
}
.btn:focus, .link-arrow-text-sm:focus, .link-arrow-slide-sm:focus, .pf-sidenav-icon-container:focus, .btn-command:focus, .btn-link-text:focus, .btn-secondary-sm:focus, .btn-outline-primary-sm:focus, .btn-primary-sm:focus, .link-primary-sm:focus, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label:focus, input[type=checkbox].btn-toggle-primary-sm + label:focus, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label:focus, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label:focus, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label:focus, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label:focus, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label:focus, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label:focus, .btn.focus, .focus.link-arrow-text-sm, .focus.link-arrow-slide-sm, .focus.pf-sidenav-icon-container, .focus.btn-command, .focus.btn-link-text, .focus.btn-secondary-sm, .focus.btn-outline-primary-sm, .focus.btn-primary-sm, .focus.link-primary-sm, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label.focus, input[type=checkbox].btn-toggle-primary-sm + label.focus, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label.focus, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label.focus, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label.focus, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label.focus, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label.focus, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(23, 26, 28, 0.25);
}
.btn.disabled, .disabled.link-arrow-text-sm, .disabled.link-arrow-slide-sm, .disabled.pf-sidenav-icon-container, .disabled.btn-command, .disabled.btn-link-text, .disabled.btn-secondary-sm, .disabled.btn-outline-primary-sm, .disabled.btn-primary-sm, .disabled.link-primary-sm, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label.disabled, input[type=checkbox].btn-toggle-primary-sm + label.disabled, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label.disabled, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label.disabled, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label.disabled, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label.disabled, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label.disabled, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label.disabled, .btn:disabled, .link-arrow-text-sm:disabled, .link-arrow-slide-sm:disabled, .pf-sidenav-icon-container:disabled, .btn-command:disabled, .btn-link-text:disabled, .btn-secondary-sm:disabled, .btn-outline-primary-sm:disabled, .btn-primary-sm:disabled, .link-primary-sm:disabled, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label:disabled, input[type=checkbox].btn-toggle-primary-sm + label:disabled, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label:disabled, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label:disabled, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label:disabled, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label:disabled, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label:disabled, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label:disabled {
  opacity: 0.4;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled), .link-arrow-text-sm:not(:disabled):not(.disabled), .link-arrow-slide-sm:not(:disabled):not(.disabled), .pf-sidenav-icon-container:not(:disabled):not(.disabled), .btn-command:not(:disabled):not(.disabled), .btn-link-text:not(:disabled):not(.disabled), .btn-secondary-sm:not(:disabled):not(.disabled), .btn-outline-primary-sm:not(:disabled):not(.disabled), .btn-primary-sm:not(:disabled):not(.disabled), .link-primary-sm:not(:disabled):not(.disabled), input[type=checkbox].btn-toggle-primary-sm + label:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .link-arrow-text-sm:not(:disabled):not(.disabled):active, .link-arrow-slide-sm:not(:disabled):not(.disabled):active, .pf-sidenav-icon-container:not(:disabled):not(.disabled):active, .btn-command:not(:disabled):not(.disabled):active, .btn-link-text:not(:disabled):not(.disabled):active, .btn-secondary-sm:not(:disabled):not(.disabled):active, .btn-outline-primary-sm:not(:disabled):not(.disabled):active, .btn-primary-sm:not(:disabled):not(.disabled):active, .link-primary-sm:not(:disabled):not(.disabled):active, input[type=checkbox].btn-toggle-primary-sm + label:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .link-arrow-text-sm:not(:disabled):not(.disabled).active, .link-arrow-slide-sm:not(:disabled):not(.disabled).active, .pf-sidenav-icon-container:not(:disabled):not(.disabled).active, .btn-command:not(:disabled):not(.disabled).active, .btn-link-text:not(:disabled):not(.disabled).active, .btn-secondary-sm:not(:disabled):not(.disabled).active, .btn-outline-primary-sm:not(:disabled):not(.disabled).active, .btn-primary-sm:not(:disabled):not(.disabled).active, .link-primary-sm:not(:disabled):not(.disabled).active, input[type=checkbox].btn-toggle-primary-sm + label:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active:focus, .link-arrow-text-sm:not(:disabled):not(.disabled):active:focus, .link-arrow-slide-sm:not(:disabled):not(.disabled):active:focus, .pf-sidenav-icon-container:not(:disabled):not(.disabled):active:focus, .btn-command:not(:disabled):not(.disabled):active:focus, .btn-link-text:not(:disabled):not(.disabled):active:focus, .btn-secondary-sm:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-sm:not(:disabled):not(.disabled):active:focus, .btn-primary-sm:not(:disabled):not(.disabled):active:focus, .link-primary-sm:not(:disabled):not(.disabled):active:focus, input[type=checkbox].btn-toggle-primary-sm + label:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .link-arrow-text-sm:not(:disabled):not(.disabled).active:focus, .link-arrow-slide-sm:not(:disabled):not(.disabled).active:focus, .pf-sidenav-icon-container:not(:disabled):not(.disabled).active:focus, .btn-command:not(:disabled):not(.disabled).active:focus, .btn-link-text:not(:disabled):not(.disabled).active:focus, .btn-secondary-sm:not(:disabled):not(.disabled).active:focus, .btn-outline-primary-sm:not(:disabled):not(.disabled).active:focus, .btn-primary-sm:not(:disabled):not(.disabled).active:focus, .link-primary-sm:not(:disabled):not(.disabled).active:focus, input[type=checkbox].btn-toggle-primary-sm + label:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 1px rgba(23, 26, 28, 0.25);
}

a.btn.disabled, a.disabled.link-arrow-text-sm, a.disabled.link-arrow-slide-sm, a.disabled.pf-sidenav-icon-container, a.disabled.btn-command, a.disabled.btn-link-text, a.disabled.btn-secondary-sm, a.disabled.btn-outline-primary-sm, a.disabled.btn-primary-sm, a.disabled.link-primary-sm,
fieldset:disabled a.btn,
fieldset:disabled a.link-arrow-text-sm,
fieldset:disabled a.link-arrow-slide-sm,
fieldset:disabled a.pf-sidenav-icon-container,
fieldset:disabled a.btn-command,
fieldset:disabled a.btn-link-text,
fieldset:disabled a.btn-secondary-sm,
fieldset:disabled a.btn-outline-primary-sm,
fieldset:disabled a.btn-primary-sm,
fieldset:disabled a.link-primary-sm {
  pointer-events: none;
}

.btn-primary, body .p-splitbutton-menubutton,
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button, body .p-splitbutton .p-splitbutton-defaultbutton,
body .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button,
body .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button, .btn-primary-sm {
  color: #fcfcfc;
  background-color: #169df8;
  border-color: #169df8;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-primary:hover, body .p-splitbutton-menubutton:hover,
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button:hover,
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button:hover, body .p-splitbutton .p-splitbutton-defaultbutton:hover,
body .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button:hover,
body .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button:hover, .btn-primary-sm:hover {
  color: #fcfcfc;
  background-color: #0789e1;
  border-color: #0682d5;
}
.btn-primary:focus, body .p-splitbutton-menubutton:focus,
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button:focus,
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button:focus, body .p-splitbutton .p-splitbutton-defaultbutton:focus,
body .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button:focus,
body .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button:focus, .btn-primary-sm:focus, .btn-primary.focus, body .focus.p-splitbutton-menubutton,
body .p-splitbutton.p-button-rounded > .focus.p-splitbutton-menubutton.p-button,
body .p-splitbutton.p-button-outlined > .focus.p-splitbutton-menubutton.p-button, body .p-splitbutton .focus.p-splitbutton-defaultbutton,
body .p-splitbutton.p-button-rounded > .focus.p-splitbutton-defaultbutton.p-button,
body .p-splitbutton.p-button-outlined > .focus.p-splitbutton-defaultbutton.p-button, .focus.btn-primary-sm {
  color: #fcfcfc;
  background-color: #0789e1;
  border-color: #0682d5;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(57, 171, 249, 0.5);
}
.btn-primary.disabled, body .disabled.p-splitbutton-menubutton,
body .p-splitbutton.p-button-rounded > .disabled.p-splitbutton-menubutton.p-button,
body .p-splitbutton.p-button-outlined > .disabled.p-splitbutton-menubutton.p-button, body .p-splitbutton .disabled.p-splitbutton-defaultbutton,
body .p-splitbutton.p-button-rounded > .disabled.p-splitbutton-defaultbutton.p-button,
body .p-splitbutton.p-button-outlined > .disabled.p-splitbutton-defaultbutton.p-button, .disabled.btn-primary-sm, .btn-primary:disabled, body .p-splitbutton-menubutton:disabled,
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button:disabled,
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button:disabled, body .p-splitbutton .p-splitbutton-defaultbutton:disabled,
body .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button:disabled,
body .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button:disabled, .btn-primary-sm:disabled {
  color: #fcfcfc;
  background-color: #169df8;
  border-color: #169df8;
}
.btn-primary:not(:disabled):not(.disabled):active, body .p-splitbutton-menubutton:not(:disabled):not(.disabled):active, body .p-splitbutton .p-splitbutton-defaultbutton:not(:disabled):not(.disabled):active, .btn-primary-sm:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, body .p-splitbutton-menubutton:not(:disabled):not(.disabled).active, body .p-splitbutton .p-splitbutton-defaultbutton:not(:disabled):not(.disabled).active, .btn-primary-sm:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, body .show > .dropdown-toggle.p-splitbutton-menubutton,
body .p-splitbutton.p-button-rounded.show > .dropdown-toggle.p-splitbutton-menubutton.p-button,
body .p-splitbutton.p-button-outlined.show > .dropdown-toggle.p-splitbutton-menubutton.p-button, body .p-splitbutton .show > .dropdown-toggle.p-splitbutton-defaultbutton,
body .p-splitbutton.p-button-rounded.show > .dropdown-toggle.p-splitbutton-defaultbutton.p-button,
body .p-splitbutton.p-button-outlined.show > .dropdown-toggle.p-splitbutton-defaultbutton.p-button, .show > .dropdown-toggle.btn-primary-sm {
  color: #fcfcfc;
  background-color: #0682d5;
  border-color: #067ac8;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, body .p-splitbutton-menubutton:not(:disabled):not(.disabled):active:focus, body .p-splitbutton .p-splitbutton-defaultbutton:not(:disabled):not(.disabled):active:focus, .btn-primary-sm:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, body .p-splitbutton-menubutton:not(:disabled):not(.disabled).active:focus, body .p-splitbutton .p-splitbutton-defaultbutton:not(:disabled):not(.disabled).active:focus, .btn-primary-sm:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, body .show > .dropdown-toggle.p-splitbutton-menubutton:focus, body .p-splitbutton .show > .dropdown-toggle.p-splitbutton-defaultbutton:focus, .show > .dropdown-toggle.btn-primary-sm:focus {
  box-shadow: 0 0 0 0.1rem rgba(57, 171, 249, 0.5);
}

.btn-secondary, .btn-secondary-sm {
  color: #212529;
  background-color: #abb4ba;
  border-color: #abb4ba;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-secondary:hover, .btn-secondary-sm:hover {
  color: #212529;
  background-color: #96a1a9;
  border-color: #8f9ba3;
}
.btn-secondary:focus, .btn-secondary-sm:focus, .btn-secondary.focus, .focus.btn-secondary-sm {
  color: #212529;
  background-color: #96a1a9;
  border-color: #8f9ba3;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(150, 159, 164, 0.5);
}
.btn-secondary.disabled, .disabled.btn-secondary-sm, .btn-secondary:disabled, .btn-secondary-sm:disabled {
  color: #212529;
  background-color: #abb4ba;
  border-color: #abb4ba;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary-sm:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary-sm:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .show > .dropdown-toggle.btn-secondary-sm {
  color: #212529;
  background-color: #8f9ba3;
  border-color: #88959d;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary-sm:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary-sm:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .show > .dropdown-toggle.btn-secondary-sm:focus {
  box-shadow: 0 0 0 0.1rem rgba(150, 159, 164, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #6adc18;
  border-color: #6adc18;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-success:hover {
  color: #fcfcfc;
  background-color: #59ba14;
  border-color: #54ae13;
}
.btn-success:focus, .btn-success.focus {
  color: #fcfcfc;
  background-color: #59ba14;
  border-color: #54ae13;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(95, 193, 27, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #6adc18;
  border-color: #6adc18;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fcfcfc;
  background-color: #54ae13;
  border-color: #4ea312;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(95, 193, 27, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #abb4ba;
  border-color: #abb4ba;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-info:hover {
  color: #212529;
  background-color: #96a1a9;
  border-color: #8f9ba3;
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #96a1a9;
  border-color: #8f9ba3;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(150, 159, 164, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #abb4ba;
  border-color: #abb4ba;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #8f9ba3;
  border-color: #88959d;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(150, 159, 164, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffca24;
  border-color: #ffca24;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-warning:hover {
  color: #212529;
  background-color: #fdc000;
  border-color: #f0b600;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #fdc000;
  border-color: #f0b600;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(222, 177, 37, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffca24;
  border-color: #ffca24;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f0b600;
  border-color: #e3ac00;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(222, 177, 37, 0.5);
}

.btn-danger {
  color: #fcfcfc;
  background-color: #e93226;
  border-color: #e93226;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-danger:hover {
  color: #fcfcfc;
  background-color: #d32115;
  border-color: #c81f14;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fcfcfc;
  background-color: #d32115;
  border-color: #c81f14;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(236, 80, 70, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fcfcfc;
  background-color: #e93226;
  border-color: #e93226;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fcfcfc;
  background-color: #c81f14;
  border-color: #bc1d13;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(236, 80, 70, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fcfcfc;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-dark:hover {
  color: #fcfcfc;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fcfcfc;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(82, 87, 92, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fcfcfc;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fcfcfc;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(82, 87, 92, 0.5);
}

.btn-outline-primary, .btn-outline-primary-sm {
  color: #169df8;
  border-color: #169df8;
}
.btn-outline-primary:hover, .btn-outline-primary-sm:hover {
  color: #fcfcfc;
  background-color: #169df8;
  border-color: #169df8;
}
.btn-outline-primary:focus, .btn-outline-primary-sm:focus, .btn-outline-primary.focus, .focus.btn-outline-primary-sm {
  box-shadow: 0 0 0 0.1rem rgba(22, 157, 248, 0.5);
}
.btn-outline-primary.disabled, .disabled.btn-outline-primary-sm, .btn-outline-primary:disabled, .btn-outline-primary-sm:disabled {
  color: #169df8;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary-sm:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary-sm:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .show > .dropdown-toggle.btn-outline-primary-sm {
  color: #fcfcfc;
  background-color: #169df8;
  border-color: #169df8;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-sm:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary-sm:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .show > .dropdown-toggle.btn-outline-primary-sm:focus {
  box-shadow: 0 0 0 0.1rem rgba(22, 157, 248, 0.5);
}

.btn-outline-secondary {
  color: #abb4ba;
  border-color: #abb4ba;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #abb4ba;
  border-color: #abb4ba;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.1rem rgba(171, 180, 186, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #abb4ba;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #abb4ba;
  border-color: #abb4ba;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(171, 180, 186, 0.5);
}

.btn-outline-success {
  color: #6adc18;
  border-color: #6adc18;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #6adc18;
  border-color: #6adc18;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.1rem rgba(106, 220, 24, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #6adc18;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #6adc18;
  border-color: #6adc18;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(106, 220, 24, 0.5);
}

.btn-outline-info {
  color: #abb4ba;
  border-color: #abb4ba;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #abb4ba;
  border-color: #abb4ba;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.1rem rgba(171, 180, 186, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #abb4ba;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #abb4ba;
  border-color: #abb4ba;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(171, 180, 186, 0.5);
}

.btn-outline-warning {
  color: #ffca24;
  border-color: #ffca24;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffca24;
  border-color: #ffca24;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 202, 36, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffca24;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffca24;
  border-color: #ffca24;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 202, 36, 0.5);
}

.btn-outline-danger {
  color: #e93226;
  border-color: #e93226;
}
.btn-outline-danger:hover {
  color: #fcfcfc;
  background-color: #e93226;
  border-color: #e93226;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.1rem rgba(233, 50, 38, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e93226;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fcfcfc;
  background-color: #e93226;
  border-color: #e93226;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(233, 50, 38, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.1rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fcfcfc;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.1rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fcfcfc;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(52, 58, 64, 0.5);
}

.btn-link, .link-arrow-text-sm, .link-arrow-slide-sm, .btn-link-text, .link-primary-sm {
  font-weight: 400;
  color: #169df8;
  text-decoration: none;
}
.btn-link:hover, .link-arrow-text-sm:hover, .link-arrow-slide-sm:hover, .btn-link-text:hover, .link-primary-sm:hover {
  color: #0672bc;
  text-decoration: underline;
}
.btn-link:focus, .link-arrow-text-sm:focus, .link-arrow-slide-sm:focus, .btn-link-text:focus, .link-primary-sm:focus, .btn-link.focus, .focus.link-arrow-text-sm, .focus.link-arrow-slide-sm, .focus.btn-link-text, .focus.link-primary-sm {
  text-decoration: underline;
}
.btn-link:disabled, .link-arrow-text-sm:disabled, .link-arrow-slide-sm:disabled, .btn-link-text:disabled, .link-primary-sm:disabled, .btn-link.disabled, .disabled.link-arrow-text-sm, .disabled.link-arrow-slide-sm, .disabled.btn-link-text, .disabled.link-primary-sm {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .link-arrow-text-sm, .btn-group-lg > .link-arrow-slide-sm, .btn-group-lg > .pf-sidenav-icon-container, .btn-group-lg > .btn-command, .btn-group-lg > .btn-link-text, .btn-group-lg > .btn-secondary-sm, .btn-group-lg > .btn-outline-primary-sm, .btn-group-lg > .btn-primary-sm, .btn-group-lg > .link-primary-sm, .btn-group-lg > input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label, .btn-group-lg > input[type=checkbox].btn-toggle-primary-sm + label, .btn-group-lg > input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label, .btn-group-lg > input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label, .btn-group-lg > input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label, .btn-group-lg > input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label, .btn-group-lg > input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label, .btn-group-lg > input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 1.2rem;
}

.btn-sm, body .p-splitbutton-menubutton,
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button, body .p-splitbutton .p-splitbutton-defaultbutton,
body .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button,
body .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button, .link-arrow-text-sm, .link-arrow-slide-sm, .btn-command, .btn-link-text, .btn-secondary-sm, .btn-outline-primary-sm, .btn-primary-sm, .link-primary-sm, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label, input[type=checkbox].btn-toggle-primary-sm:disabled + label, input[type=checkbox].btn-toggle-primary-sm:checked + label, input[type=checkbox].btn-toggle-primary-sm + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label, .btn-group-sm > .btn, .btn-group-sm > .link-arrow-text-sm, .btn-group-sm > .link-arrow-slide-sm, .btn-group-sm > .pf-sidenav-icon-container, .btn-group-sm > .btn-command, .btn-group-sm > .btn-link-text, .btn-group-sm > .btn-secondary-sm, .btn-group-sm > .btn-outline-primary-sm, .btn-group-sm > .btn-primary-sm, .btn-group-sm > .link-primary-sm {
  padding: 0.3rem 1.2rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.75rem;
  color: #fcfcfc;
  text-align: left;
  list-style: none;
  background-color: #fcfcfc;
  background-clip: padding-box;
  border: 0 solid rgba(7, 8, 8, 0.15);
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(7, 8, 8, 0.175);
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fcfcfc;
  text-decoration: none;
  background-color: #171a1c;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .link-arrow-text-sm, .btn-group > .link-arrow-slide-sm, .btn-group > .pf-sidenav-icon-container, .btn-group > .btn-command, .btn-group > .btn-link-text, .btn-group > .btn-secondary-sm, .btn-group > .btn-outline-primary-sm, .btn-group > .btn-primary-sm, .btn-group > .link-primary-sm, .btn-group > input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label, .btn-group > input[type=checkbox].btn-toggle-primary-sm + label, .btn-group > input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label, .btn-group > input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label, .btn-group > input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label, .btn-group > input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label, .btn-group > input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label, .btn-group > input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label,
.btn-group-vertical > .btn,
.btn-group-vertical > .link-arrow-text-sm,
.btn-group-vertical > .link-arrow-slide-sm,
.btn-group-vertical > .pf-sidenav-icon-container,
.btn-group-vertical > .btn-command,
.btn-group-vertical > .btn-link-text,
.btn-group-vertical > .btn-secondary-sm,
.btn-group-vertical > .btn-outline-primary-sm,
.btn-group-vertical > .btn-primary-sm,
.btn-group-vertical > .link-primary-sm,
.btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label,
.btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm + label,
.btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label,
.btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label,
.btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label,
.btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label,
.btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label,
.btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > .link-arrow-text-sm:hover, .btn-group > .link-arrow-slide-sm:hover, .btn-group > .pf-sidenav-icon-container:hover, .btn-group > .btn-command:hover, .btn-group > .btn-link-text:hover, .btn-group > .btn-secondary-sm:hover, .btn-group > .btn-outline-primary-sm:hover, .btn-group > .btn-primary-sm:hover, .btn-group > .link-primary-sm:hover, .btn-group > input[type=checkbox].btn-toggle-primary-sm + label:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .link-arrow-text-sm:hover,
.btn-group-vertical > .link-arrow-slide-sm:hover,
.btn-group-vertical > .pf-sidenav-icon-container:hover,
.btn-group-vertical > .btn-command:hover,
.btn-group-vertical > .btn-link-text:hover,
.btn-group-vertical > .btn-secondary-sm:hover,
.btn-group-vertical > .btn-outline-primary-sm:hover,
.btn-group-vertical > .btn-primary-sm:hover,
.btn-group-vertical > .link-primary-sm:hover,
.btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm + label:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .link-arrow-text-sm:focus, .btn-group > .link-arrow-slide-sm:focus, .btn-group > .pf-sidenav-icon-container:focus, .btn-group > .btn-command:focus, .btn-group > .btn-link-text:focus, .btn-group > .btn-secondary-sm:focus, .btn-group > .btn-outline-primary-sm:focus, .btn-group > .btn-primary-sm:focus, .btn-group > .link-primary-sm:focus, .btn-group > input[type=checkbox].btn-toggle-primary-sm + label:focus, .btn-group > .btn:active, .btn-group > .link-arrow-text-sm:active, .btn-group > .link-arrow-slide-sm:active, .btn-group > .pf-sidenav-icon-container:active, .btn-group > .btn-command:active, .btn-group > .btn-link-text:active, .btn-group > .btn-secondary-sm:active, .btn-group > .btn-outline-primary-sm:active, .btn-group > .btn-primary-sm:active, .btn-group > .link-primary-sm:active, .btn-group > input[type=checkbox].btn-toggle-primary-sm + label:active, .btn-group > .btn.active, .btn-group > .active.link-arrow-text-sm, .btn-group > .active.link-arrow-slide-sm, .btn-group > .active.pf-sidenav-icon-container, .btn-group > .active.btn-command, .btn-group > .active.btn-link-text, .btn-group > .active.btn-secondary-sm, .btn-group > .active.btn-outline-primary-sm, .btn-group > .active.btn-primary-sm, .btn-group > .active.link-primary-sm, .btn-group > input[type=checkbox].btn-toggle-primary-sm + label.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .link-arrow-text-sm:focus,
.btn-group-vertical > .link-arrow-slide-sm:focus,
.btn-group-vertical > .pf-sidenav-icon-container:focus,
.btn-group-vertical > .btn-command:focus,
.btn-group-vertical > .btn-link-text:focus,
.btn-group-vertical > .btn-secondary-sm:focus,
.btn-group-vertical > .btn-outline-primary-sm:focus,
.btn-group-vertical > .btn-primary-sm:focus,
.btn-group-vertical > .link-primary-sm:focus,
.btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm + label:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .link-arrow-text-sm:active,
.btn-group-vertical > .link-arrow-slide-sm:active,
.btn-group-vertical > .pf-sidenav-icon-container:active,
.btn-group-vertical > .btn-command:active,
.btn-group-vertical > .btn-link-text:active,
.btn-group-vertical > .btn-secondary-sm:active,
.btn-group-vertical > .btn-outline-primary-sm:active,
.btn-group-vertical > .btn-primary-sm:active,
.btn-group-vertical > .link-primary-sm:active,
.btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm + label:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.link-arrow-text-sm,
.btn-group-vertical > .active.link-arrow-slide-sm,
.btn-group-vertical > .active.pf-sidenav-icon-container,
.btn-group-vertical > .active.btn-command,
.btn-group-vertical > .active.btn-link-text,
.btn-group-vertical > .active.btn-secondary-sm,
.btn-group-vertical > .active.btn-outline-primary-sm,
.btn-group-vertical > .active.btn-primary-sm,
.btn-group-vertical > .active.link-primary-sm,
.btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm + label.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .link-arrow-text-sm:not(:first-child), .btn-group > .link-arrow-slide-sm:not(:first-child), .btn-group > .pf-sidenav-icon-container:not(:first-child), .btn-group > .btn-command:not(:first-child), .btn-group > .btn-link-text:not(:first-child), .btn-group > .btn-secondary-sm:not(:first-child), .btn-group > .btn-outline-primary-sm:not(:first-child), .btn-group > .btn-primary-sm:not(:first-child), .btn-group > .link-primary-sm:not(:first-child), .btn-group > input[type=checkbox].btn-toggle-primary-sm + label:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .link-arrow-text-sm:not(:last-child):not(.dropdown-toggle), .btn-group > .link-arrow-slide-sm:not(:last-child):not(.dropdown-toggle), .btn-group > .pf-sidenav-icon-container:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-command:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-link-text:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-secondary-sm:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-outline-primary-sm:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-primary-sm:not(:last-child):not(.dropdown-toggle), .btn-group > .link-primary-sm:not(:last-child):not(.dropdown-toggle), .btn-group > input[type=checkbox].btn-toggle-primary-sm + label:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .link-arrow-text-sm,
.btn-group > .btn-group:not(:last-child) > .link-arrow-slide-sm,
.btn-group > .btn-group:not(:last-child) > .pf-sidenav-icon-container,
.btn-group > .btn-group:not(:last-child) > .btn-command,
.btn-group > .btn-group:not(:last-child) > .btn-link-text,
.btn-group > .btn-group:not(:last-child) > .btn-secondary-sm,
.btn-group > .btn-group:not(:last-child) > .btn-outline-primary-sm,
.btn-group > .btn-group:not(:last-child) > .btn-primary-sm,
.btn-group > .btn-group:not(:last-child) > .link-primary-sm,
.btn-group > .btn-group:not(:last-child) > input[type=checkbox].btn-toggle-primary-sm + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .link-arrow-text-sm:not(:first-child), .btn-group > .link-arrow-slide-sm:not(:first-child), .btn-group > .pf-sidenav-icon-container:not(:first-child), .btn-group > .btn-command:not(:first-child), .btn-group > .btn-link-text:not(:first-child), .btn-group > .btn-secondary-sm:not(:first-child), .btn-group > .btn-outline-primary-sm:not(:first-child), .btn-group > .btn-primary-sm:not(:first-child), .btn-group > .link-primary-sm:not(:first-child), .btn-group > input[type=checkbox].btn-toggle-primary-sm + label:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .link-arrow-text-sm,
.btn-group > .btn-group:not(:first-child) > .link-arrow-slide-sm,
.btn-group > .btn-group:not(:first-child) > .pf-sidenav-icon-container,
.btn-group > .btn-group:not(:first-child) > .btn-command,
.btn-group > .btn-group:not(:first-child) > .btn-link-text,
.btn-group > .btn-group:not(:first-child) > .btn-secondary-sm,
.btn-group > .btn-group:not(:first-child) > .btn-outline-primary-sm,
.btn-group > .btn-group:not(:first-child) > .btn-primary-sm,
.btn-group > .btn-group:not(:first-child) > .link-primary-sm,
.btn-group > .btn-group:not(:first-child) > input[type=checkbox].btn-toggle-primary-sm + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, body .p-splitbutton-menubutton + .dropdown-toggle-split,
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button + .dropdown-toggle-split,
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button + .dropdown-toggle-split, body .p-splitbutton .p-splitbutton-defaultbutton + .dropdown-toggle-split,
body .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button + .dropdown-toggle-split,
body .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button + .dropdown-toggle-split, .link-arrow-text-sm + .dropdown-toggle-split, .link-arrow-slide-sm + .dropdown-toggle-split, .btn-command + .dropdown-toggle-split, .btn-link-text + .dropdown-toggle-split, .btn-secondary-sm + .dropdown-toggle-split, .btn-outline-primary-sm + .dropdown-toggle-split, .btn-primary-sm + .dropdown-toggle-split, .link-primary-sm + .dropdown-toggle-split, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label + .dropdown-toggle-split, input[type=checkbox].btn-toggle-primary-sm + label + .dropdown-toggle-split, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label + .dropdown-toggle-split, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label + .dropdown-toggle-split, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label + .dropdown-toggle-split, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label + .dropdown-toggle-split, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label + .dropdown-toggle-split, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .pf-sidenav-icon-container + .dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .link-arrow-text-sm + .dropdown-toggle-split, .btn-group-lg > .link-arrow-slide-sm + .dropdown-toggle-split, .btn-group-lg > .pf-sidenav-icon-container + .dropdown-toggle-split, .btn-group-lg > .btn-command + .dropdown-toggle-split, .btn-group-lg > .btn-link-text + .dropdown-toggle-split, .btn-group-lg > .btn-secondary-sm + .dropdown-toggle-split, .btn-group-lg > .btn-outline-primary-sm + .dropdown-toggle-split, .btn-group-lg > .btn-primary-sm + .dropdown-toggle-split, .btn-group-lg > .link-primary-sm + .dropdown-toggle-split, .btn-group-lg > input[type=checkbox].btn-toggle-primary-sm + label + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: none;
}
.btn-group.show .dropdown-toggle.btn-link, .btn-group.show .dropdown-toggle.link-arrow-text-sm, .btn-group.show .dropdown-toggle.link-arrow-slide-sm, .btn-group.show .dropdown-toggle.btn-link-text, .btn-group.show .dropdown-toggle.link-primary-sm {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .link-arrow-text-sm, .btn-group-vertical > .link-arrow-slide-sm, .btn-group-vertical > .pf-sidenav-icon-container, .btn-group-vertical > .btn-command, .btn-group-vertical > .btn-link-text, .btn-group-vertical > .btn-secondary-sm, .btn-group-vertical > .btn-outline-primary-sm, .btn-group-vertical > .btn-primary-sm, .btn-group-vertical > .link-primary-sm, .btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label, .btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm + label, .btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label, .btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label, .btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label, .btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label, .btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label, .btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .link-arrow-text-sm:not(:first-child), .btn-group-vertical > .link-arrow-slide-sm:not(:first-child), .btn-group-vertical > .pf-sidenav-icon-container:not(:first-child), .btn-group-vertical > .btn-command:not(:first-child), .btn-group-vertical > .btn-link-text:not(:first-child), .btn-group-vertical > .btn-secondary-sm:not(:first-child), .btn-group-vertical > .btn-outline-primary-sm:not(:first-child), .btn-group-vertical > .btn-primary-sm:not(:first-child), .btn-group-vertical > .link-primary-sm:not(:first-child), .btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm + label:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .link-arrow-text-sm:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .link-arrow-slide-sm:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .pf-sidenav-icon-container:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-command:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-link-text:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-secondary-sm:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-outline-primary-sm:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-primary-sm:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .link-primary-sm:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm + label:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .link-arrow-text-sm,
.btn-group-vertical > .btn-group:not(:last-child) > .link-arrow-slide-sm,
.btn-group-vertical > .btn-group:not(:last-child) > .pf-sidenav-icon-container,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-command,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-link-text,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-secondary-sm,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-outline-primary-sm,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-primary-sm,
.btn-group-vertical > .btn-group:not(:last-child) > .link-primary-sm,
.btn-group-vertical > .btn-group:not(:last-child) > input[type=checkbox].btn-toggle-primary-sm + label {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .link-arrow-text-sm:not(:first-child), .btn-group-vertical > .link-arrow-slide-sm:not(:first-child), .btn-group-vertical > .pf-sidenav-icon-container:not(:first-child), .btn-group-vertical > .btn-command:not(:first-child), .btn-group-vertical > .btn-link-text:not(:first-child), .btn-group-vertical > .btn-secondary-sm:not(:first-child), .btn-group-vertical > .btn-outline-primary-sm:not(:first-child), .btn-group-vertical > .btn-primary-sm:not(:first-child), .btn-group-vertical > .link-primary-sm:not(:first-child), .btn-group-vertical > input[type=checkbox].btn-toggle-primary-sm + label:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .link-arrow-text-sm,
.btn-group-vertical > .btn-group:not(:first-child) > .link-arrow-slide-sm,
.btn-group-vertical > .btn-group:not(:first-child) > .pf-sidenav-icon-container,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-command,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-link-text,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-secondary-sm,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-outline-primary-sm,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-primary-sm,
.btn-group-vertical > .btn-group:not(:first-child) > .link-primary-sm,
.btn-group-vertical > .btn-group:not(:first-child) > input[type=checkbox].btn-toggle-primary-sm + label {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .link-arrow-text-sm, .btn-group-toggle > .link-arrow-slide-sm, .btn-group-toggle > .pf-sidenav-icon-container, .btn-group-toggle > .btn-command, .btn-group-toggle > .btn-link-text, .btn-group-toggle > .btn-secondary-sm, .btn-group-toggle > .btn-outline-primary-sm, .btn-group-toggle > .btn-primary-sm, .btn-group-toggle > .link-primary-sm, .btn-group-toggle > input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label, .btn-group-toggle > input[type=checkbox].btn-toggle-primary-sm + label, .btn-group-toggle > input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label, .btn-group-toggle > input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label, .btn-group-toggle > input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label, .btn-group-toggle > input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label, .btn-group-toggle > input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label, .btn-group-toggle > input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .link-arrow-text-sm,
.btn-group-toggle > .btn-group > .link-arrow-slide-sm,
.btn-group-toggle > .btn-group > .pf-sidenav-icon-container,
.btn-group-toggle > .btn-group > .btn-command,
.btn-group-toggle > .btn-group > .btn-link-text,
.btn-group-toggle > .btn-group > .btn-secondary-sm,
.btn-group-toggle > .btn-group > .btn-outline-primary-sm,
.btn-group-toggle > .btn-group > .btn-primary-sm,
.btn-group-toggle > .btn-group > .link-primary-sm,
.btn-group-toggle > .btn-group > input[type=checkbox].btn-toggle-primary-sm + label {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .link-arrow-text-sm input[type=radio], .btn-group-toggle > .link-arrow-slide-sm input[type=radio], .btn-group-toggle > .pf-sidenav-icon-container input[type=radio], .btn-group-toggle > .btn-command input[type=radio], .btn-group-toggle > .btn-link-text input[type=radio], .btn-group-toggle > .btn-secondary-sm input[type=radio], .btn-group-toggle > .btn-outline-primary-sm input[type=radio], .btn-group-toggle > .btn-primary-sm input[type=radio], .btn-group-toggle > .link-primary-sm input[type=radio], .btn-group-toggle > input[type=checkbox].btn-toggle-primary-sm + label input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .link-arrow-text-sm input[type=checkbox],
.btn-group-toggle > .link-arrow-slide-sm input[type=checkbox],
.btn-group-toggle > .pf-sidenav-icon-container input[type=checkbox],
.btn-group-toggle > .btn-command input[type=checkbox],
.btn-group-toggle > .btn-link-text input[type=checkbox],
.btn-group-toggle > .btn-secondary-sm input[type=checkbox],
.btn-group-toggle > .btn-outline-primary-sm input[type=checkbox],
.btn-group-toggle > .btn-primary-sm input[type=checkbox],
.btn-group-toggle > .link-primary-sm input[type=checkbox],
.btn-group-toggle > input[type=checkbox].btn-toggle-primary-sm + label input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .link-arrow-text-sm input[type=radio],
.btn-group-toggle > .btn-group > .link-arrow-slide-sm input[type=radio],
.btn-group-toggle > .btn-group > .pf-sidenav-icon-container input[type=radio],
.btn-group-toggle > .btn-group > .btn-command input[type=radio],
.btn-group-toggle > .btn-group > .btn-link-text input[type=radio],
.btn-group-toggle > .btn-group > .btn-secondary-sm input[type=radio],
.btn-group-toggle > .btn-group > .btn-outline-primary-sm input[type=radio],
.btn-group-toggle > .btn-group > .btn-primary-sm input[type=radio],
.btn-group-toggle > .btn-group > .link-primary-sm input[type=radio],
.btn-group-toggle > .btn-group > input[type=checkbox].btn-toggle-primary-sm + label input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .link-arrow-text-sm input[type=checkbox],
.btn-group-toggle > .btn-group > .link-arrow-slide-sm input[type=checkbox],
.btn-group-toggle > .btn-group > .pf-sidenav-icon-container input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-command input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-link-text input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-secondary-sm input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-outline-primary-sm input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-primary-sm input[type=checkbox],
.btn-group-toggle > .btn-group > .link-primary-sm input[type=checkbox],
.btn-group-toggle > .btn-group > input[type=checkbox].btn-toggle-primary-sm + label input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .link-arrow-text-sm, .input-group-prepend .link-arrow-slide-sm, .input-group-prepend .pf-sidenav-icon-container, .input-group-prepend .btn-command, .input-group-prepend .btn-link-text, .input-group-prepend .btn-secondary-sm, .input-group-prepend .btn-outline-primary-sm, .input-group-prepend .btn-primary-sm, .input-group-prepend .link-primary-sm, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label,
.input-group-append .btn,
.input-group-append .link-arrow-text-sm,
.input-group-append .link-arrow-slide-sm,
.input-group-append .pf-sidenav-icon-container,
.input-group-append .btn-command,
.input-group-append .btn-link-text,
.input-group-append .btn-secondary-sm,
.input-group-append .btn-outline-primary-sm,
.input-group-append .btn-primary-sm,
.input-group-append .link-primary-sm,
.input-group-append input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .link-arrow-text-sm:focus, .input-group-prepend .link-arrow-slide-sm:focus, .input-group-prepend .pf-sidenav-icon-container:focus, .input-group-prepend .btn-command:focus, .input-group-prepend .btn-link-text:focus, .input-group-prepend .btn-secondary-sm:focus, .input-group-prepend .btn-outline-primary-sm:focus, .input-group-prepend .btn-primary-sm:focus, .input-group-prepend .link-primary-sm:focus, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm + label:focus,
.input-group-append .btn:focus,
.input-group-append .link-arrow-text-sm:focus,
.input-group-append .link-arrow-slide-sm:focus,
.input-group-append .pf-sidenav-icon-container:focus,
.input-group-append .btn-command:focus,
.input-group-append .btn-link-text:focus,
.input-group-append .btn-secondary-sm:focus,
.input-group-append .btn-outline-primary-sm:focus,
.input-group-append .btn-primary-sm:focus,
.input-group-append .link-primary-sm:focus,
.input-group-append input[type=checkbox].btn-toggle-primary-sm + label:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .link-arrow-text-sm + .btn, .input-group-prepend .btn + .link-arrow-text-sm, .input-group-prepend .link-arrow-text-sm + .link-arrow-text-sm, .input-group-prepend .link-arrow-slide-sm + .btn, .input-group-prepend .link-arrow-slide-sm + .link-arrow-text-sm, .input-group-prepend .btn + .link-arrow-slide-sm, .input-group-prepend .link-arrow-text-sm + .link-arrow-slide-sm, .input-group-prepend .link-arrow-slide-sm + .link-arrow-slide-sm, .input-group-prepend .pf-sidenav-icon-container + .btn, .input-group-prepend .pf-sidenav-icon-container + .link-arrow-text-sm, .input-group-prepend .pf-sidenav-icon-container + .link-arrow-slide-sm, .input-group-prepend .btn + .pf-sidenav-icon-container, .input-group-prepend .link-arrow-text-sm + .pf-sidenav-icon-container, .input-group-prepend .link-arrow-slide-sm + .pf-sidenav-icon-container, .input-group-prepend .pf-sidenav-icon-container + .pf-sidenav-icon-container, .input-group-prepend .btn-command + .btn, .input-group-prepend .btn-command + .link-arrow-text-sm, .input-group-prepend .btn-command + .link-arrow-slide-sm, .input-group-prepend .btn-command + .pf-sidenav-icon-container, .input-group-prepend .btn + .btn-command, .input-group-prepend .link-arrow-text-sm + .btn-command, .input-group-prepend .link-arrow-slide-sm + .btn-command, .input-group-prepend .pf-sidenav-icon-container + .btn-command, .input-group-prepend .btn-command + .btn-command, .input-group-prepend .btn-link-text + .btn, .input-group-prepend .btn-link-text + .link-arrow-text-sm, .input-group-prepend .btn-link-text + .link-arrow-slide-sm, .input-group-prepend .btn-link-text + .pf-sidenav-icon-container, .input-group-prepend .btn-link-text + .btn-command, .input-group-prepend .btn + .btn-link-text, .input-group-prepend .link-arrow-text-sm + .btn-link-text, .input-group-prepend .link-arrow-slide-sm + .btn-link-text, .input-group-prepend .pf-sidenav-icon-container + .btn-link-text, .input-group-prepend .btn-command + .btn-link-text, .input-group-prepend .btn-link-text + .btn-link-text, .input-group-prepend .btn-secondary-sm + .btn, .input-group-prepend .btn-secondary-sm + .link-arrow-text-sm, .input-group-prepend .btn-secondary-sm + .link-arrow-slide-sm, .input-group-prepend .btn-secondary-sm + .pf-sidenav-icon-container, .input-group-prepend .btn-secondary-sm + .btn-command, .input-group-prepend .btn-secondary-sm + .btn-link-text, .input-group-prepend .btn + .btn-secondary-sm, .input-group-prepend .link-arrow-text-sm + .btn-secondary-sm, .input-group-prepend .link-arrow-slide-sm + .btn-secondary-sm, .input-group-prepend .pf-sidenav-icon-container + .btn-secondary-sm, .input-group-prepend .btn-command + .btn-secondary-sm, .input-group-prepend .btn-link-text + .btn-secondary-sm, .input-group-prepend .btn-secondary-sm + .btn-secondary-sm, .input-group-prepend .btn-outline-primary-sm + .btn, .input-group-prepend .btn-outline-primary-sm + .link-arrow-text-sm, .input-group-prepend .btn-outline-primary-sm + .link-arrow-slide-sm, .input-group-prepend .btn-outline-primary-sm + .pf-sidenav-icon-container, .input-group-prepend .btn-outline-primary-sm + .btn-command, .input-group-prepend .btn-outline-primary-sm + .btn-link-text, .input-group-prepend .btn-outline-primary-sm + .btn-secondary-sm, .input-group-prepend .btn + .btn-outline-primary-sm, .input-group-prepend .link-arrow-text-sm + .btn-outline-primary-sm, .input-group-prepend .link-arrow-slide-sm + .btn-outline-primary-sm, .input-group-prepend .pf-sidenav-icon-container + .btn-outline-primary-sm, .input-group-prepend .btn-command + .btn-outline-primary-sm, .input-group-prepend .btn-link-text + .btn-outline-primary-sm, .input-group-prepend .btn-secondary-sm + .btn-outline-primary-sm, .input-group-prepend .btn-outline-primary-sm + .btn-outline-primary-sm, .input-group-prepend .btn-primary-sm + .btn, .input-group-prepend .btn-primary-sm + .link-arrow-text-sm, .input-group-prepend .btn-primary-sm + .link-arrow-slide-sm, .input-group-prepend .btn-primary-sm + .pf-sidenav-icon-container, .input-group-prepend .btn-primary-sm + .btn-command, .input-group-prepend .btn-primary-sm + .btn-link-text, .input-group-prepend .btn-primary-sm + .btn-secondary-sm, .input-group-prepend .btn-primary-sm + .btn-outline-primary-sm, .input-group-prepend .btn + .btn-primary-sm, .input-group-prepend .link-arrow-text-sm + .btn-primary-sm, .input-group-prepend .link-arrow-slide-sm + .btn-primary-sm, .input-group-prepend .pf-sidenav-icon-container + .btn-primary-sm, .input-group-prepend .btn-command + .btn-primary-sm, .input-group-prepend .btn-link-text + .btn-primary-sm, .input-group-prepend .btn-secondary-sm + .btn-primary-sm, .input-group-prepend .btn-outline-primary-sm + .btn-primary-sm, .input-group-prepend .btn-primary-sm + .btn-primary-sm, .input-group-prepend .link-primary-sm + .btn, .input-group-prepend .link-primary-sm + .link-arrow-text-sm, .input-group-prepend .link-primary-sm + .link-arrow-slide-sm, .input-group-prepend .link-primary-sm + .pf-sidenav-icon-container, .input-group-prepend .link-primary-sm + .btn-command, .input-group-prepend .link-primary-sm + .btn-link-text, .input-group-prepend .link-primary-sm + .btn-secondary-sm, .input-group-prepend .link-primary-sm + .btn-outline-primary-sm, .input-group-prepend .link-primary-sm + .btn-primary-sm, .input-group-prepend .btn + .link-primary-sm, .input-group-prepend .link-arrow-text-sm + .link-primary-sm, .input-group-prepend .link-arrow-slide-sm + .link-primary-sm, .input-group-prepend .pf-sidenav-icon-container + .link-primary-sm, .input-group-prepend .btn-command + .link-primary-sm, .input-group-prepend .btn-link-text + .link-primary-sm, .input-group-prepend .btn-secondary-sm + .link-primary-sm, .input-group-prepend .btn-outline-primary-sm + .link-primary-sm, .input-group-prepend .btn-primary-sm + .link-primary-sm, .input-group-prepend .link-primary-sm + .link-primary-sm, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm + label + .btn, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm + label + .link-arrow-text-sm, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm + label + .link-arrow-slide-sm, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm + label + .pf-sidenav-icon-container, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm + label + .btn-command, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm + label + .btn-link-text, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm + label + .btn-secondary-sm, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm + label + .btn-outline-primary-sm, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm + label + .btn-primary-sm, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm + label + .link-primary-sm, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm.btn + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm.link-arrow-text-sm + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm.link-arrow-slide-sm + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm.pf-sidenav-icon-container + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm.btn-command + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm.btn-link-text + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm.btn-secondary-sm + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm.btn-outline-primary-sm + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm.btn-primary-sm + label, .input-group-prepend input[type=checkbox].btn-toggle-primary-sm.link-primary-sm + label,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .link-arrow-text-sm + .input-group-text,
.input-group-prepend .link-arrow-slide-sm + .input-group-text,
.input-group-prepend .pf-sidenav-icon-container + .input-group-text,
.input-group-prepend .btn-command + .input-group-text,
.input-group-prepend .btn-link-text + .input-group-text,
.input-group-prepend .btn-secondary-sm + .input-group-text,
.input-group-prepend .btn-outline-primary-sm + .input-group-text,
.input-group-prepend .btn-primary-sm + .input-group-text,
.input-group-prepend .link-primary-sm + .input-group-text,
.input-group-prepend input[type=checkbox].btn-toggle-primary-sm + label + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .link-arrow-text-sm,
.input-group-prepend .input-group-text + .link-arrow-slide-sm,
.input-group-prepend .input-group-text + .pf-sidenav-icon-container,
.input-group-prepend .input-group-text + .btn-command,
.input-group-prepend .input-group-text + .btn-link-text,
.input-group-prepend .input-group-text + .btn-secondary-sm,
.input-group-prepend .input-group-text + .btn-outline-primary-sm,
.input-group-prepend .input-group-text + .btn-primary-sm,
.input-group-prepend .input-group-text + .link-primary-sm,
.input-group-prepend input[type=checkbox].btn-toggle-primary-sm.input-group-text + label,
.input-group-append .btn + .btn,
.input-group-append .link-arrow-text-sm + .btn,
.input-group-append .btn + .link-arrow-text-sm,
.input-group-append .link-arrow-text-sm + .link-arrow-text-sm,
.input-group-append .link-arrow-slide-sm + .btn,
.input-group-append .link-arrow-slide-sm + .link-arrow-text-sm,
.input-group-append .btn + .link-arrow-slide-sm,
.input-group-append .link-arrow-text-sm + .link-arrow-slide-sm,
.input-group-append .link-arrow-slide-sm + .link-arrow-slide-sm,
.input-group-append .pf-sidenav-icon-container + .btn,
.input-group-append .pf-sidenav-icon-container + .link-arrow-text-sm,
.input-group-append .pf-sidenav-icon-container + .link-arrow-slide-sm,
.input-group-append .btn + .pf-sidenav-icon-container,
.input-group-append .link-arrow-text-sm + .pf-sidenav-icon-container,
.input-group-append .link-arrow-slide-sm + .pf-sidenav-icon-container,
.input-group-append .pf-sidenav-icon-container + .pf-sidenav-icon-container,
.input-group-append .btn-command + .btn,
.input-group-append .btn-command + .link-arrow-text-sm,
.input-group-append .btn-command + .link-arrow-slide-sm,
.input-group-append .btn-command + .pf-sidenav-icon-container,
.input-group-append .btn + .btn-command,
.input-group-append .link-arrow-text-sm + .btn-command,
.input-group-append .link-arrow-slide-sm + .btn-command,
.input-group-append .pf-sidenav-icon-container + .btn-command,
.input-group-append .btn-command + .btn-command,
.input-group-append .btn-link-text + .btn,
.input-group-append .btn-link-text + .link-arrow-text-sm,
.input-group-append .btn-link-text + .link-arrow-slide-sm,
.input-group-append .btn-link-text + .pf-sidenav-icon-container,
.input-group-append .btn-link-text + .btn-command,
.input-group-append .btn + .btn-link-text,
.input-group-append .link-arrow-text-sm + .btn-link-text,
.input-group-append .link-arrow-slide-sm + .btn-link-text,
.input-group-append .pf-sidenav-icon-container + .btn-link-text,
.input-group-append .btn-command + .btn-link-text,
.input-group-append .btn-link-text + .btn-link-text,
.input-group-append .btn-secondary-sm + .btn,
.input-group-append .btn-secondary-sm + .link-arrow-text-sm,
.input-group-append .btn-secondary-sm + .link-arrow-slide-sm,
.input-group-append .btn-secondary-sm + .pf-sidenav-icon-container,
.input-group-append .btn-secondary-sm + .btn-command,
.input-group-append .btn-secondary-sm + .btn-link-text,
.input-group-append .btn + .btn-secondary-sm,
.input-group-append .link-arrow-text-sm + .btn-secondary-sm,
.input-group-append .link-arrow-slide-sm + .btn-secondary-sm,
.input-group-append .pf-sidenav-icon-container + .btn-secondary-sm,
.input-group-append .btn-command + .btn-secondary-sm,
.input-group-append .btn-link-text + .btn-secondary-sm,
.input-group-append .btn-secondary-sm + .btn-secondary-sm,
.input-group-append .btn-outline-primary-sm + .btn,
.input-group-append .btn-outline-primary-sm + .link-arrow-text-sm,
.input-group-append .btn-outline-primary-sm + .link-arrow-slide-sm,
.input-group-append .btn-outline-primary-sm + .pf-sidenav-icon-container,
.input-group-append .btn-outline-primary-sm + .btn-command,
.input-group-append .btn-outline-primary-sm + .btn-link-text,
.input-group-append .btn-outline-primary-sm + .btn-secondary-sm,
.input-group-append .btn + .btn-outline-primary-sm,
.input-group-append .link-arrow-text-sm + .btn-outline-primary-sm,
.input-group-append .link-arrow-slide-sm + .btn-outline-primary-sm,
.input-group-append .pf-sidenav-icon-container + .btn-outline-primary-sm,
.input-group-append .btn-command + .btn-outline-primary-sm,
.input-group-append .btn-link-text + .btn-outline-primary-sm,
.input-group-append .btn-secondary-sm + .btn-outline-primary-sm,
.input-group-append .btn-outline-primary-sm + .btn-outline-primary-sm,
.input-group-append .btn-primary-sm + .btn,
.input-group-append .btn-primary-sm + .link-arrow-text-sm,
.input-group-append .btn-primary-sm + .link-arrow-slide-sm,
.input-group-append .btn-primary-sm + .pf-sidenav-icon-container,
.input-group-append .btn-primary-sm + .btn-command,
.input-group-append .btn-primary-sm + .btn-link-text,
.input-group-append .btn-primary-sm + .btn-secondary-sm,
.input-group-append .btn-primary-sm + .btn-outline-primary-sm,
.input-group-append .btn + .btn-primary-sm,
.input-group-append .link-arrow-text-sm + .btn-primary-sm,
.input-group-append .link-arrow-slide-sm + .btn-primary-sm,
.input-group-append .pf-sidenav-icon-container + .btn-primary-sm,
.input-group-append .btn-command + .btn-primary-sm,
.input-group-append .btn-link-text + .btn-primary-sm,
.input-group-append .btn-secondary-sm + .btn-primary-sm,
.input-group-append .btn-outline-primary-sm + .btn-primary-sm,
.input-group-append .btn-primary-sm + .btn-primary-sm,
.input-group-append .link-primary-sm + .btn,
.input-group-append .link-primary-sm + .link-arrow-text-sm,
.input-group-append .link-primary-sm + .link-arrow-slide-sm,
.input-group-append .link-primary-sm + .pf-sidenav-icon-container,
.input-group-append .link-primary-sm + .btn-command,
.input-group-append .link-primary-sm + .btn-link-text,
.input-group-append .link-primary-sm + .btn-secondary-sm,
.input-group-append .link-primary-sm + .btn-outline-primary-sm,
.input-group-append .link-primary-sm + .btn-primary-sm,
.input-group-append .btn + .link-primary-sm,
.input-group-append .link-arrow-text-sm + .link-primary-sm,
.input-group-append .link-arrow-slide-sm + .link-primary-sm,
.input-group-append .pf-sidenav-icon-container + .link-primary-sm,
.input-group-append .btn-command + .link-primary-sm,
.input-group-append .btn-link-text + .link-primary-sm,
.input-group-append .btn-secondary-sm + .link-primary-sm,
.input-group-append .btn-outline-primary-sm + .link-primary-sm,
.input-group-append .btn-primary-sm + .link-primary-sm,
.input-group-append .link-primary-sm + .link-primary-sm,
.input-group-append input[type=checkbox].btn-toggle-primary-sm + label + .btn,
.input-group-append input[type=checkbox].btn-toggle-primary-sm + label + .link-arrow-text-sm,
.input-group-append input[type=checkbox].btn-toggle-primary-sm + label + .link-arrow-slide-sm,
.input-group-append input[type=checkbox].btn-toggle-primary-sm + label + .pf-sidenav-icon-container,
.input-group-append input[type=checkbox].btn-toggle-primary-sm + label + .btn-command,
.input-group-append input[type=checkbox].btn-toggle-primary-sm + label + .btn-link-text,
.input-group-append input[type=checkbox].btn-toggle-primary-sm + label + .btn-secondary-sm,
.input-group-append input[type=checkbox].btn-toggle-primary-sm + label + .btn-outline-primary-sm,
.input-group-append input[type=checkbox].btn-toggle-primary-sm + label + .btn-primary-sm,
.input-group-append input[type=checkbox].btn-toggle-primary-sm + label + .link-primary-sm,
.input-group-append input[type=checkbox].btn-toggle-primary-sm.btn + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm.link-arrow-text-sm + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm.link-arrow-slide-sm + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm.pf-sidenav-icon-container + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm.btn-command + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm.btn-link-text + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm.btn-secondary-sm + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm.btn-outline-primary-sm + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm.btn-primary-sm + label,
.input-group-append input[type=checkbox].btn-toggle-primary-sm.link-primary-sm + label,
.input-group-append .btn + .input-group-text,
.input-group-append .link-arrow-text-sm + .input-group-text,
.input-group-append .link-arrow-slide-sm + .input-group-text,
.input-group-append .pf-sidenav-icon-container + .input-group-text,
.input-group-append .btn-command + .input-group-text,
.input-group-append .btn-link-text + .input-group-text,
.input-group-append .btn-secondary-sm + .input-group-text,
.input-group-append .btn-outline-primary-sm + .input-group-text,
.input-group-append .btn-primary-sm + .input-group-text,
.input-group-append .link-primary-sm + .input-group-text,
.input-group-append input[type=checkbox].btn-toggle-primary-sm + label + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .link-arrow-text-sm,
.input-group-append .input-group-text + .link-arrow-slide-sm,
.input-group-append .input-group-text + .pf-sidenav-icon-container,
.input-group-append .input-group-text + .btn-command,
.input-group-append .input-group-text + .btn-link-text,
.input-group-append .input-group-text + .btn-secondary-sm,
.input-group-append .input-group-text + .btn-outline-primary-sm,
.input-group-append .input-group-text + .btn-primary-sm,
.input-group-append .input-group-text + .link-primary-sm,
.input-group-append input[type=checkbox].btn-toggle-primary-sm.input-group-text + label {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fcfcfc;
  text-align: center;
  white-space: nowrap;
  background-color: #33393e;
  border: 1px solid #abb4ba;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .link-arrow-text-sm,
.input-group-lg > .input-group-prepend > .link-arrow-slide-sm,
.input-group-lg > .input-group-prepend > .pf-sidenav-icon-container,
.input-group-lg > .input-group-prepend > .btn-command,
.input-group-lg > .input-group-prepend > .btn-link-text,
.input-group-lg > .input-group-prepend > .btn-secondary-sm,
.input-group-lg > .input-group-prepend > .btn-outline-primary-sm,
.input-group-lg > .input-group-prepend > .btn-primary-sm,
.input-group-lg > .input-group-prepend > .link-primary-sm,
.input-group-lg > .input-group-prepend > input[type=checkbox].btn-toggle-primary-sm + label,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .link-arrow-text-sm,
.input-group-lg > .input-group-append > .link-arrow-slide-sm,
.input-group-lg > .input-group-append > .pf-sidenav-icon-container,
.input-group-lg > .input-group-append > .btn-command,
.input-group-lg > .input-group-append > .btn-link-text,
.input-group-lg > .input-group-append > .btn-secondary-sm,
.input-group-lg > .input-group-append > .btn-outline-primary-sm,
.input-group-lg > .input-group-append > .btn-primary-sm,
.input-group-lg > .input-group-append > .link-primary-sm,
.input-group-lg > .input-group-append > input[type=checkbox].btn-toggle-primary-sm + label {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .link-arrow-text-sm,
.input-group-sm > .input-group-prepend > .link-arrow-slide-sm,
.input-group-sm > .input-group-prepend > .pf-sidenav-icon-container,
.input-group-sm > .input-group-prepend > .btn-command,
.input-group-sm > .input-group-prepend > .btn-link-text,
.input-group-sm > .input-group-prepend > .btn-secondary-sm,
.input-group-sm > .input-group-prepend > .btn-outline-primary-sm,
.input-group-sm > .input-group-prepend > .btn-primary-sm,
.input-group-sm > .input-group-prepend > .link-primary-sm,
.input-group-sm > .input-group-prepend > input[type=checkbox].btn-toggle-primary-sm + label,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .link-arrow-text-sm,
.input-group-sm > .input-group-append > .link-arrow-slide-sm,
.input-group-sm > .input-group-append > .pf-sidenav-icon-container,
.input-group-sm > .input-group-append > .btn-command,
.input-group-sm > .input-group-append > .btn-link-text,
.input-group-sm > .input-group-append > .btn-secondary-sm,
.input-group-sm > .input-group-append > .btn-outline-primary-sm,
.input-group-sm > .input-group-append > .btn-primary-sm,
.input-group-sm > .input-group-append > .link-primary-sm,
.input-group-sm > .input-group-append > input[type=checkbox].btn-toggle-primary-sm + label {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .link-arrow-text-sm, .input-group > .input-group-prepend > .link-arrow-slide-sm, .input-group > .input-group-prepend > .pf-sidenav-icon-container, .input-group > .input-group-prepend > .btn-command, .input-group > .input-group-prepend > .btn-link-text, .input-group > .input-group-prepend > .btn-secondary-sm, .input-group > .input-group-prepend > .btn-outline-primary-sm, .input-group > .input-group-prepend > .btn-primary-sm, .input-group > .input-group-prepend > .link-primary-sm, .input-group > .input-group-prepend > input[type=checkbox].btn-toggle-primary-sm + label,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .link-arrow-text-sm,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .link-arrow-slide-sm,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .pf-sidenav-icon-container,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-command,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-link-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-secondary-sm,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-outline-primary-sm,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-primary-sm,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .link-primary-sm,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=checkbox].btn-toggle-primary-sm + label,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .link-arrow-text-sm,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .link-arrow-slide-sm,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .pf-sidenav-icon-container,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-command,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-link-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-secondary-sm,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-outline-primary-sm,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-primary-sm,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .link-primary-sm,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=checkbox].btn-toggle-primary-sm + label,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .link-arrow-text-sm:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .link-arrow-slide-sm:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .pf-sidenav-icon-container:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-command:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-link-text:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-secondary-sm:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-outline-primary-sm:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-primary-sm:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .link-primary-sm:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > input[type=checkbox].btn-toggle-primary-sm + label:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .link-arrow-text-sm, .input-group > .input-group-append > .link-arrow-slide-sm, .input-group > .input-group-append > .pf-sidenav-icon-container, .input-group > .input-group-append > .btn-command, .input-group > .input-group-append > .btn-link-text, .input-group > .input-group-append > .btn-secondary-sm, .input-group > .input-group-append > .btn-outline-primary-sm, .input-group > .input-group-append > .btn-primary-sm, .input-group > .input-group-append > .link-primary-sm, .input-group > .input-group-append > input[type=checkbox].btn-toggle-primary-sm + label,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .link-arrow-text-sm,
.input-group > .input-group-prepend:not(:first-child) > .link-arrow-slide-sm,
.input-group > .input-group-prepend:not(:first-child) > .pf-sidenav-icon-container,
.input-group > .input-group-prepend:not(:first-child) > .btn-command,
.input-group > .input-group-prepend:not(:first-child) > .btn-link-text,
.input-group > .input-group-prepend:not(:first-child) > .btn-secondary-sm,
.input-group > .input-group-prepend:not(:first-child) > .btn-outline-primary-sm,
.input-group > .input-group-prepend:not(:first-child) > .btn-primary-sm,
.input-group > .input-group-prepend:not(:first-child) > .link-primary-sm,
.input-group > .input-group-prepend:not(:first-child) > input[type=checkbox].btn-toggle-primary-sm + label,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .link-arrow-text-sm:not(:first-child),
.input-group > .input-group-prepend:first-child > .link-arrow-slide-sm:not(:first-child),
.input-group > .input-group-prepend:first-child > .pf-sidenav-icon-container:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-command:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-link-text:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-secondary-sm:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-outline-primary-sm:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-primary-sm:not(:first-child),
.input-group > .input-group-prepend:first-child > .link-primary-sm:not(:first-child),
.input-group > .input-group-prepend:first-child > input[type=checkbox].btn-toggle-primary-sm + label:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.125rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.0625rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fcfcfc;
  border-color: #171a1c;
  background-color: #171a1c;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 1px rgba(23, 26, 28, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #169df8;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fcfcfc;
  background-color: #68757e;
  border-color: #68757e;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #171a1c;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.0625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #171a1c;
  border: 1px solid #adb5bd;
  box-shadow: inset 0 1px 1px rgba(7, 8, 8, 0.075);
}
.custom-control-label::after {
  position: absolute;
  top: 0.0625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fcfcfc' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #171a1c;
  background-color: #171a1c;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fcfcfc' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #40494e;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #40494e;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fcfcfc'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #40494e;
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.0625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #171a1c;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #40494e;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fcfcfc;
  vertical-align: middle;
  background: #171a1c url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #abb4ba;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(7, 8, 8, 0.075);
  appearance: none;
}
.custom-select:focus {
  border-color: #169df8;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(7, 8, 8, 0.075), 0 0 0 1px rgba(23, 26, 28, 0.25);
}
.custom-select:focus::-ms-value {
  color: #fcfcfc;
  background-color: #171a1c;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fcfcfc;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.9375rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #169df8;
  box-shadow: 0 0 0 1px rgba(23, 26, 28, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #171a1c;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #fcfcfc;
  background-color: #171a1c;
  border: 1px solid #abb4ba;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(7, 8, 8, 0.075);
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #fcfcfc;
  content: "Browse";
  background-color: #33393e;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 2px);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #171a1c, 0 0 0 1px rgba(23, 26, 28, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #171a1c, 0 0 0 1px rgba(23, 26, 28, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #171a1c, 0 0 0 1px rgba(23, 26, 28, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #171a1c;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(7, 8, 8, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #68757e;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(7, 8, 8, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #171a1c;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(7, 8, 8, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #68757e;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(7, 8, 8, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 1px;
  margin-left: 1px;
  background-color: #171a1c;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(7, 8, 8, 0.1);
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #68757e;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(7, 8, 8, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 2px solid #fcfcfc;
}
.nav-tabs .nav-link {
  margin-bottom: -2px;
  background-color: transparent;
  border: 2px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #abb4ba;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fcfcfc;
  background-color: transparent;
  border-color: #fcfcfc;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fcfcfc;
  background-color: #171a1c;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.359375rem;
  padding-bottom: 0.359375rem;
  margin-right: 1rem;
  font-size: 0.9375rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 1rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(7, 8, 8, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(7, 8, 8, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(7, 8, 8, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(7, 8, 8, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(7, 8, 8, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(7, 8, 8, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(7, 8, 8, 0.5);
  border-color: rgba(7, 8, 8, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%287, 8, 8, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(7, 8, 8, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(7, 8, 8, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(7, 8, 8, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fcfcfc;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fcfcfc;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(252, 252, 252, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(252, 252, 252, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(252, 252, 252, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fcfcfc;
}
.navbar-dark .navbar-toggler {
  color: rgba(252, 252, 252, 0.5);
  border-color: rgba(252, 252, 252, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28252, 252, 252, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(252, 252, 252, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fcfcfc;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fcfcfc;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #1c1f22;
  background-clip: border-box;
  border: 1px solid #101214;
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}

.card-title {
  margin-bottom: 1rem;
}

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: #1c1f22;
  border-bottom: 1px solid #101214;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 1rem 1rem;
  background-color: #1c1f22;
  border-top: 1px solid #101214;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -1rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #169df8;
  background-color: #fcfcfc;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0672bc;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 1px rgba(23, 26, 28, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fcfcfc;
  background-color: #171a1c;
  border-color: #171a1c;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fcfcfc;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .link-arrow-text-sm .badge, .link-arrow-slide-sm .badge, .pf-sidenav-icon-container .badge, .btn-command .badge, .btn-link-text .badge, .btn-secondary-sm .badge, .btn-outline-primary-sm .badge, .btn-primary-sm .badge, .link-primary-sm .badge, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label .badge, input[type=checkbox].btn-toggle-primary-sm + label .badge, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label .badge, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label .badge, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label .badge, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label .badge, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label .badge, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fcfcfc;
  background-color: #169df8;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fcfcfc;
  background-color: #0682d5;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(22, 157, 248, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #abb4ba;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #8f9ba3;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(171, 180, 186, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #6adc18;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: #54ae13;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(106, 220, 24, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #abb4ba;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #8f9ba3;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(171, 180, 186, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffca24;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #f0b600;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(255, 202, 36, 0.5);
}

.badge-danger {
  color: #fcfcfc;
  background-color: #e93226;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fcfcfc;
  background-color: #c81f14;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(233, 50, 38, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fcfcfc;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fcfcfc;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 600;
}

.alert-dismissible {
  padding-right: 3.625rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #0b324b;
  background-color: #3bacf9;
  border-color: #0b324b;
}
.alert-primary hr {
  border-top-color: #082335;
}
.alert-primary .alert-link {
  color: #04141f;
}

.alert-secondary {
  color: #35383a;
  background-color: #b8c0c5;
  border-color: #35383a;
}
.alert-secondary hr {
  border-top-color: #292b2d;
}
.alert-secondary .alert-link {
  color: #1d1e1f;
}

.alert-success {
  color: #23430c;
  background-color: #81e13c;
  border-color: #23430c;
}
.alert-success hr {
  border-top-color: #182d08;
}
.alert-success .alert-link {
  color: #0c1804;
}

.alert-info {
  color: #35383a;
  background-color: #b8c0c5;
  border-color: #35383a;
}
.alert-info hr {
  border-top-color: #292b2d;
}
.alert-info .alert-link {
  color: #1d1e1f;
}

.alert-warning {
  color: #4c3e10;
  background-color: #ffd247;
  border-color: #4c3e10;
}
.alert-warning hr {
  border-top-color: #372d0c;
}
.alert-warning .alert-link {
  color: #221c07;
}

.alert-danger {
  color: #461410;
  background-color: #ec5248;
  border-color: #461410;
}
.alert-danger hr {
  border-top-color: #310e0b;
}
.alert-danger .alert-link {
  color: #1c0807;
}

.alert-light {
  color: #4a4b4c;
  background-color: #f9f9fa;
  border-color: #4a4b4c;
}
.alert-light hr {
  border-top-color: #3d3e3f;
}
.alert-light .alert-link {
  color: #313232;
}

.alert-dark {
  color: #141618;
  background-color: #54595e;
  border-color: #141618;
}
.alert-dark hr {
  border-top-color: #08090a;
}
.alert-dark .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 13px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 13px;
  overflow: hidden;
  line-height: 0;
  font-size: 0.5625rem;
  background-color: #abb4ba;
  border-radius: 37px;
  box-shadow: none;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fcfcfc;
  text-align: center;
  white-space: nowrap;
  background-color: #169df8;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(252, 252, 252, 0.15) 25%, transparent 25%, transparent 50%, rgba(252, 252, 252, 0.15) 50%, rgba(252, 252, 252, 0.15) 75%, transparent 75%, transparent);
  background-size: 13px 13px;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #fcfcfc;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #2e3438;
  border: 1px solid rgba(252, 252, 252, 0.2);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #2e3438;
}
.list-group-item.active {
  z-index: 2;
  color: #fcfcfc;
  background-color: #171a1c;
  border-color: #171a1c;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #0f5585;
  background-color: #bce1fb;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0f5585;
  background-color: #a4d6fa;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fcfcfc;
  background-color: #0f5585;
  border-color: #0f5585;
}

.list-group-item-secondary {
  color: #5c6165;
  background-color: #e5e8ea;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #5c6165;
  background-color: #d7dcdf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fcfcfc;
  background-color: #5c6165;
  border-color: #5c6165;
}

.list-group-item-success {
  color: #3a7610;
  background-color: #d3f3bc;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #3a7610;
  background-color: #c5efa6;
}
.list-group-item-success.list-group-item-action.active {
  color: #fcfcfc;
  background-color: #3a7610;
  border-color: #3a7610;
}

.list-group-item-info {
  color: #5c6165;
  background-color: #e5e8ea;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #5c6165;
  background-color: #d7dcdf;
}
.list-group-item-info.list-group-item-action.active {
  color: #fcfcfc;
  background-color: #5c6165;
  border-color: #5c6165;
}

.list-group-item-warning {
  color: #886d17;
  background-color: #fdeec0;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #886d17;
  background-color: #fce7a7;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fcfcfc;
  background-color: #886d17;
  border-color: #886d17;
}

.list-group-item-danger {
  color: #7d1e18;
  background-color: #f7c3c0;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7d1e18;
  background-color: #f4ada9;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fcfcfc;
  background-color: #7d1e18;
  border-color: #7d1e18;
}

.list-group-item-light {
  color: #848586;
  background-color: #fbfbfb;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #848586;
  background-color: #eeeeee;
}
.list-group-item-light.list-group-item-action.active {
  color: #fcfcfc;
  background-color: #848586;
  border-color: #848586;
}

.list-group-item-dark {
  color: #1e2225;
  background-color: #c4c6c7;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1e2225;
  background-color: #b7b9bb;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fcfcfc;
  background-color: #1e2225;
  border-color: #1e2225;
}

.close {
  float: right;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  color: #070808;
  text-shadow: 0 1px 0 #fcfcfc;
  opacity: 0.5;
}
.close:hover {
  color: #070808;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(252, 252, 252, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(7, 8, 8, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(252, 252, 252, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 850;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #1c1f22;
  background-clip: padding-box;
  border: 1px solid rgba(7, 8, 8, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(7, 8, 8, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #101214;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.7;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #abb4ba;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #abb4ba;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(7, 8, 8, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1200px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #070808;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #070808;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #070808;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #070808;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fcfcfc;
  text-align: center;
  background-color: #070808;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #fcfcfc;
  background-clip: padding-box;
  border: 1px solid rgba(7, 8, 8, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(7, 8, 8, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(7, 8, 8, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fcfcfc;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(7, 8, 8, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fcfcfc;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(7, 8, 8, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fcfcfc;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f4f4f4;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(7, 8, 8, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fcfcfc;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e8e8e8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #fcfcfc;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fcfcfc;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fcfcfc;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fcfcfc' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fcfcfc' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fcfcfc;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fcfcfc;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #169df8 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0682d5 !important;
}

.bg-secondary {
  background-color: #abb4ba !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #8f9ba3 !important;
}

.bg-success {
  background-color: #6adc18 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #54ae13 !important;
}

.bg-info {
  background-color: #abb4ba !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #8f9ba3 !important;
}

.bg-warning {
  background-color: #ffca24 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f0b600 !important;
}

.bg-danger {
  background-color: #e93226 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c81f14 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fcfcfc !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #abb4ba !important;
}

.border-top {
  border-top: 1px solid #abb4ba !important;
}

.border-right {
  border-right: 1px solid #abb4ba !important;
}

.border-bottom {
  border-bottom: 1px solid #abb4ba !important;
}

.border-left {
  border-left: 1px solid #abb4ba !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #169df8 !important;
}

.border-secondary {
  border-color: #abb4ba !important;
}

.border-success {
  border-color: #6adc18 !important;
}

.border-info {
  border-color: #abb4ba !important;
}

.border-warning {
  border-color: #ffca24 !important;
}

.border-danger {
  border-color: #e93226 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fcfcfc !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .btn-group, .summaryItemContents, .modal-wizard-non-form-contents, .modal-wizard-form-contents {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column, .summaryItemContents, .modal-wizard-non-form-contents, .modal-wizard-form-contents {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative, .modal-wizard-non-form-contents, .modal-wizard-form-contents {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(7, 8, 8, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(7, 8, 8, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(7, 8, 8, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100, .modal-wizard-non-form-contents {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .card-header,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .card-header,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .summaryTitle,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .pf-navpanel-footer-spacing, .modal-wizard-sub-title-text,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3, .pf-navpanel-footer-spacing,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .pf-navpanel-footer-spacing,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .pf-navpanel-footer-spacing,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0, .lg-modal-height, .xl-modal-height {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .card-header,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .modal-wizard-non-form-contents,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3, .modal-wizard-non-form-contents,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .card-header-text, .modal-wizard-non-form-contents,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fcfcfc !important;
}

.text-primary {
  color: #169df8 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0672bc !important;
}

.text-secondary {
  color: #abb4ba !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #818f98 !important;
}

.text-success {
  color: #6adc18 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #499710 !important;
}

.text-info {
  color: #abb4ba !important;
}

a.text-info:hover, a.text-info:focus {
  color: #818f98 !important;
}

.text-warning {
  color: #ffca24 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d7a300 !important;
}

.text-danger {
  color: #e93226 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #b11c12 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #fcfcfc !important;
}

.text-muted {
  color: #abb4ba !important;
}

.text-black-50 {
  color: rgba(7, 8, 8, 0.5) !important;
}

.text-white-50 {
  color: rgba(252, 252, 252, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.link-arrow-text-sm):not(.link-arrow-slide-sm):not(.pf-sidenav-icon-container):not(.btn-command):not(.btn-link-text):not(.btn-secondary-sm):not(.btn-outline-primary-sm):not(.btn-primary-sm):not(.link-primary-sm) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  .pf-h2-dark,
  .pf-h2-light,
  .pf-h2-danger,
  .pf-h2-warning,
  .pf-h2-info,
  .pf-h2-success,
  .pf-h2-secondary,
  .pf-h2-primary,
  h3,
  .pf-h3-dark,
  .pf-h3-light,
  .pf-h3-danger,
  .pf-h3-warning,
  .pf-h3-info,
  .pf-h3-success,
  .pf-h3-secondary,
  .pf-h3-primary {
    orphans: 3;
    widows: 3;
  }
  h2, .pf-h2-dark, .pf-h2-light, .pf-h2-danger, .pf-h2-warning, .pf-h2-info, .pf-h2-success, .pf-h2-secondary, .pf-h2-primary,
  h3,
  .pf-h3-dark,
  .pf-h3-light,
  .pf-h3-danger,
  .pf-h3-warning,
  .pf-h3-info,
  .pf-h3-success,
  .pf-h3-secondary,
  .pf-h3-primary {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #070808;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fcfcfc !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #abb4ba;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #abb4ba;
  }
}
a.btn, a.link-arrow-text-sm, a.link-arrow-slide-sm, a.pf-sidenav-icon-container, a.btn-command, a.btn-link-text, a.btn-secondary-sm, a.btn-outline-primary-sm, a.btn-primary-sm, a.link-primary-sm {
  appearance: none;
}

.btn-primary, body .p-splitbutton-menubutton,
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button, body .p-splitbutton .p-splitbutton-defaultbutton,
body .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button,
body .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button, .btn-primary-sm {
  color: #fcfcfc;
  background-color: #169df8;
  border-color: #169df8;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-primary:hover, body .p-splitbutton-menubutton:hover,
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button:hover,
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button:hover, body .p-splitbutton .p-splitbutton-defaultbutton:hover,
body .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button:hover,
body .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button:hover, .btn-primary-sm:hover {
  color: #fcfcfc;
  background-color: #0682d5;
  border-color: #0682d5;
}
.btn-primary:focus, body .p-splitbutton-menubutton:focus,
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button:focus,
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button:focus, body .p-splitbutton .p-splitbutton-defaultbutton:focus,
body .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button:focus,
body .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button:focus, .btn-primary-sm:focus, .btn-primary.focus, body .focus.p-splitbutton-menubutton,
body .p-splitbutton.p-button-rounded > .focus.p-splitbutton-menubutton.p-button,
body .p-splitbutton.p-button-outlined > .focus.p-splitbutton-menubutton.p-button, body .p-splitbutton .focus.p-splitbutton-defaultbutton,
body .p-splitbutton.p-button-rounded > .focus.p-splitbutton-defaultbutton.p-button,
body .p-splitbutton.p-button-outlined > .focus.p-splitbutton-defaultbutton.p-button, .focus.btn-primary-sm {
  color: #fcfcfc;
  background-color: #0682d5;
  border-color: #0682d5;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(57, 171, 249, 0.5);
}
.btn-primary.disabled, body .disabled.p-splitbutton-menubutton,
body .p-splitbutton.p-button-rounded > .disabled.p-splitbutton-menubutton.p-button,
body .p-splitbutton.p-button-outlined > .disabled.p-splitbutton-menubutton.p-button, body .p-splitbutton .disabled.p-splitbutton-defaultbutton,
body .p-splitbutton.p-button-rounded > .disabled.p-splitbutton-defaultbutton.p-button,
body .p-splitbutton.p-button-outlined > .disabled.p-splitbutton-defaultbutton.p-button, .disabled.btn-primary-sm, .btn-primary:disabled, body .p-splitbutton-menubutton:disabled,
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button:disabled,
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button:disabled, body .p-splitbutton .p-splitbutton-defaultbutton:disabled,
body .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button:disabled,
body .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button:disabled, .btn-primary-sm:disabled {
  color: #fcfcfc;
  background-color: #169df8;
  border-color: #169df8;
}
.btn-primary:not(:disabled):not(.disabled):active, body .p-splitbutton-menubutton:not(:disabled):not(.disabled):active, body .p-splitbutton .p-splitbutton-defaultbutton:not(:disabled):not(.disabled):active, .btn-primary-sm:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, body .p-splitbutton-menubutton:not(:disabled):not(.disabled).active, body .p-splitbutton .p-splitbutton-defaultbutton:not(:disabled):not(.disabled).active, .btn-primary-sm:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, body .show > .dropdown-toggle.p-splitbutton-menubutton,
body .p-splitbutton.p-button-rounded.show > .dropdown-toggle.p-splitbutton-menubutton.p-button,
body .p-splitbutton.p-button-outlined.show > .dropdown-toggle.p-splitbutton-menubutton.p-button, body .p-splitbutton .show > .dropdown-toggle.p-splitbutton-defaultbutton,
body .p-splitbutton.p-button-rounded.show > .dropdown-toggle.p-splitbutton-defaultbutton.p-button,
body .p-splitbutton.p-button-outlined.show > .dropdown-toggle.p-splitbutton-defaultbutton.p-button, .show > .dropdown-toggle.btn-primary-sm {
  color: #fcfcfc;
  background-color: #0682d5;
  border-color: #067ac8;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, body .p-splitbutton-menubutton:not(:disabled):not(.disabled):active:focus, body .p-splitbutton .p-splitbutton-defaultbutton:not(:disabled):not(.disabled):active:focus, .btn-primary-sm:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, body .p-splitbutton-menubutton:not(:disabled):not(.disabled).active:focus, body .p-splitbutton .p-splitbutton-defaultbutton:not(:disabled):not(.disabled).active:focus, .btn-primary-sm:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, body .show > .dropdown-toggle.p-splitbutton-menubutton:focus, body .p-splitbutton .show > .dropdown-toggle.p-splitbutton-defaultbutton:focus, .show > .dropdown-toggle.btn-primary-sm:focus {
  box-shadow: 0 0 0 0.1rem rgba(57, 171, 249, 0.5);
}

.btn-secondary, .btn-secondary-sm {
  color: #212529;
  background-color: #abb4ba;
  border-color: #abb4ba;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-secondary:hover, .btn-secondary-sm:hover {
  color: #212529;
  background-color: #8f9ba3;
  border-color: #8f9ba3;
}
.btn-secondary:focus, .btn-secondary-sm:focus, .btn-secondary.focus, .focus.btn-secondary-sm {
  color: #212529;
  background-color: #8f9ba3;
  border-color: #8f9ba3;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(150, 159, 164, 0.5);
}
.btn-secondary.disabled, .disabled.btn-secondary-sm, .btn-secondary:disabled, .btn-secondary-sm:disabled {
  color: #212529;
  background-color: #abb4ba;
  border-color: #abb4ba;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary-sm:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary-sm:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .show > .dropdown-toggle.btn-secondary-sm {
  color: #212529;
  background-color: #8f9ba3;
  border-color: #88959d;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary-sm:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary-sm:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .show > .dropdown-toggle.btn-secondary-sm:focus {
  box-shadow: 0 0 0 0.1rem rgba(150, 159, 164, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #6adc18;
  border-color: #6adc18;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-success:hover {
  color: #fcfcfc;
  background-color: #54ae13;
  border-color: #54ae13;
}
.btn-success:focus, .btn-success.focus {
  color: #fcfcfc;
  background-color: #54ae13;
  border-color: #54ae13;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(95, 193, 27, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #6adc18;
  border-color: #6adc18;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fcfcfc;
  background-color: #54ae13;
  border-color: #4ea312;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(95, 193, 27, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #abb4ba;
  border-color: #abb4ba;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-info:hover {
  color: #212529;
  background-color: #8f9ba3;
  border-color: #8f9ba3;
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #8f9ba3;
  border-color: #8f9ba3;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(150, 159, 164, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #abb4ba;
  border-color: #abb4ba;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #8f9ba3;
  border-color: #88959d;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(150, 159, 164, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffca24;
  border-color: #ffca24;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-warning:hover {
  color: #212529;
  background-color: #f0b600;
  border-color: #f0b600;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #f0b600;
  border-color: #f0b600;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(222, 177, 37, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffca24;
  border-color: #ffca24;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f0b600;
  border-color: #e3ac00;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(222, 177, 37, 0.5);
}

.btn-danger {
  color: #fcfcfc;
  background-color: #e93226;
  border-color: #e93226;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-danger:hover {
  color: #fcfcfc;
  background-color: #c81f14;
  border-color: #c81f14;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fcfcfc;
  background-color: #c81f14;
  border-color: #c81f14;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(236, 80, 70, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fcfcfc;
  background-color: #e93226;
  border-color: #e93226;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fcfcfc;
  background-color: #c81f14;
  border-color: #bc1d13;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(236, 80, 70, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-light:hover {
  color: #212529;
  background-color: #dae0e5;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #dae0e5;
  border-color: #dae0e5;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fcfcfc;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075);
}
.btn-dark:hover {
  color: #fcfcfc;
  background-color: #1d2124;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fcfcfc;
  background-color: #1d2124;
  border-color: #1d2124;
  box-shadow: inset 0 1px 0 rgba(252, 252, 252, 0.15), 0 1px 1px rgba(7, 8, 8, 0.075), 0 0 0 0.1rem rgba(82, 87, 92, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fcfcfc;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fcfcfc;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(82, 87, 92, 0.5);
}

.btn-primary:focus, body .p-splitbutton-menubutton:focus,
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button:focus,
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button:focus, body .p-splitbutton .p-splitbutton-defaultbutton:focus,
body .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button:focus,
body .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button:focus, .btn-primary-sm:focus, .btn-primary.focus, body .focus.p-splitbutton-menubutton,
body .p-splitbutton.p-button-rounded > .focus.p-splitbutton-menubutton.p-button,
body .p-splitbutton.p-button-outlined > .focus.p-splitbutton-menubutton.p-button, body .p-splitbutton .focus.p-splitbutton-defaultbutton,
body .p-splitbutton.p-button-rounded > .focus.p-splitbutton-defaultbutton.p-button,
body .p-splitbutton.p-button-outlined > .focus.p-splitbutton-defaultbutton.p-button, .focus.btn-primary-sm {
  outline: none;
  box-shadow: none;
}

.btn-secondary:focus, .btn-secondary-sm:focus, .btn-secondary.focus, .focus.btn-secondary-sm {
  outline: none;
  box-shadow: none;
}

.btn-success:focus, .btn-success.focus {
  outline: none;
  box-shadow: none;
}

.btn-info:focus, .btn-info.focus {
  outline: none;
  box-shadow: none;
}

.btn-warning:focus, .btn-warning.focus {
  outline: none;
  box-shadow: none;
}

.btn-danger:focus, .btn-danger.focus {
  outline: none;
  box-shadow: none;
}

.btn-light:focus, .btn-light.focus {
  outline: none;
  box-shadow: none;
}

.btn-dark:focus, .btn-dark.focus {
  outline: none;
  box-shadow: none;
}

.btn-link-primary, .link-primary-sm {
  color: #169df8;
}
.btn-link-primary:hover:not([disabled]), .link-primary-sm:hover:not([disabled]) {
  color: #0789e1 !important;
  text-decoration: none;
}
.btn-link-primary:focus, .link-primary-sm:focus, .btn-link-primary.focus, .focus.link-primary-sm {
  color: #169df8 !important;
}
.btn-link-primary.disabled, .disabled.link-primary-sm, .btn-link-primary:disabled, .link-primary-sm:disabled {
  color: #169df8;
}

.btn-link-secondary, .pf-label-icon-right, .pf-sidenav-icon-container {
  color: #abb4ba;
}
.btn-link-secondary:hover:not([disabled]), .pf-label-icon-right:hover:not([disabled]), .pf-sidenav-icon-container:hover:not([disabled]) {
  color: #96a1a9 !important;
  text-decoration: none;
}
.btn-link-secondary:focus, .pf-label-icon-right:focus, .pf-sidenav-icon-container:focus, .btn-link-secondary.focus, .focus.pf-label-icon-right, .focus.pf-sidenav-icon-container {
  color: #abb4ba !important;
}
.btn-link-secondary.disabled, .disabled.pf-label-icon-right, .disabled.pf-sidenav-icon-container, .btn-link-secondary:disabled, .pf-label-icon-right:disabled, .pf-sidenav-icon-container:disabled {
  color: #abb4ba;
}

.btn-link-success {
  color: #6adc18;
}
.btn-link-success:hover:not([disabled]) {
  color: #59ba14 !important;
  text-decoration: none;
}
.btn-link-success:focus, .btn-link-success.focus {
  color: #6adc18 !important;
}
.btn-link-success.disabled, .btn-link-success:disabled {
  color: #6adc18;
}

.btn-link-info {
  color: #abb4ba;
}
.btn-link-info:hover:not([disabled]) {
  color: #96a1a9 !important;
  text-decoration: none;
}
.btn-link-info:focus, .btn-link-info.focus {
  color: #abb4ba !important;
}
.btn-link-info.disabled, .btn-link-info:disabled {
  color: #abb4ba;
}

.btn-link-warning {
  color: #ffca24;
}
.btn-link-warning:hover:not([disabled]) {
  color: #fdc000 !important;
  text-decoration: none;
}
.btn-link-warning:focus, .btn-link-warning.focus {
  color: #ffca24 !important;
}
.btn-link-warning.disabled, .btn-link-warning:disabled {
  color: #ffca24;
}

.btn-link-danger {
  color: #e93226;
}
.btn-link-danger:hover:not([disabled]) {
  color: #d32115 !important;
  text-decoration: none;
}
.btn-link-danger:focus, .btn-link-danger.focus {
  color: #e93226 !important;
}
.btn-link-danger.disabled, .btn-link-danger:disabled {
  color: #e93226;
}

.btn-link-light {
  color: #f8f9fa;
}
.btn-link-light:hover:not([disabled]) {
  color: #e2e6ea !important;
  text-decoration: none;
}
.btn-link-light:focus, .btn-link-light.focus {
  color: #f8f9fa !important;
}
.btn-link-light.disabled, .btn-link-light:disabled {
  color: #f8f9fa;
}

.btn-link-dark {
  color: #343a40;
}
.btn-link-dark:hover:not([disabled]) {
  color: #23272b !important;
  text-decoration: none;
}
.btn-link-dark:focus, .btn-link-dark.focus {
  color: #343a40 !important;
}
.btn-link-dark.disabled, .btn-link-dark:disabled {
  color: #343a40;
}

.btn-outline-primary, .btn-outline-primary-sm {
  color: #169df8;
  border-color: #169df8;
  background-color: transparent;
}
.btn-outline-primary:hover:not([disabled]), .btn-outline-primary-sm:hover:not([disabled]) {
  color: #0789e1 !important;
  border-color: #0789e1 !important;
  background-color: transparent !important;
  text-decoration: none;
}
.btn-outline-primary:focus, .btn-outline-primary-sm:focus, .btn-outline-primary.focus, .focus.btn-outline-primary-sm {
  color: #169df8 !important;
}

.btn-outline-secondary {
  color: #abb4ba;
  border-color: #abb4ba;
  background-color: transparent;
}
.btn-outline-secondary:hover:not([disabled]) {
  color: #96a1a9 !important;
  border-color: #96a1a9 !important;
  background-color: transparent !important;
  text-decoration: none;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #abb4ba !important;
}

.btn-outline-success {
  color: #6adc18;
  border-color: #6adc18;
  background-color: transparent;
}
.btn-outline-success:hover:not([disabled]) {
  color: #59ba14 !important;
  border-color: #59ba14 !important;
  background-color: transparent !important;
  text-decoration: none;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  color: #6adc18 !important;
}

.btn-outline-info {
  color: #abb4ba;
  border-color: #abb4ba;
  background-color: transparent;
}
.btn-outline-info:hover:not([disabled]) {
  color: #96a1a9 !important;
  border-color: #96a1a9 !important;
  background-color: transparent !important;
  text-decoration: none;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  color: #abb4ba !important;
}

.btn-outline-warning {
  color: #ffca24;
  border-color: #ffca24;
  background-color: transparent;
}
.btn-outline-warning:hover:not([disabled]) {
  color: #fdc000 !important;
  border-color: #fdc000 !important;
  background-color: transparent !important;
  text-decoration: none;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #ffca24 !important;
}

.btn-outline-danger {
  color: #e93226;
  border-color: #e93226;
  background-color: transparent;
}
.btn-outline-danger:hover:not([disabled]) {
  color: #d32115 !important;
  border-color: #d32115 !important;
  background-color: transparent !important;
  text-decoration: none;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #e93226 !important;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:hover:not([disabled]) {
  color: #e2e6ea !important;
  border-color: #e2e6ea !important;
  background-color: transparent !important;
  text-decoration: none;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  color: #f8f9fa !important;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:hover:not([disabled]) {
  color: #23272b !important;
  border-color: #23272b !important;
  background-color: transparent !important;
  text-decoration: none;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  color: #343a40 !important;
}

.btn, .link-arrow-text-sm, .link-arrow-slide-sm, .pf-sidenav-icon-container, .btn-command, .btn-link-text, .btn-secondary-sm, .btn-outline-primary-sm, .btn-primary-sm, .link-primary-sm, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label, input[type=checkbox].btn-toggle-primary-sm:disabled + label, input[type=checkbox].btn-toggle-primary-sm:checked + label, input[type=checkbox].btn-toggle-primary-sm + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label {
  letter-spacing: 0.03em;
  text-transform: none;
  border-radius: 3px !important;
}
.btn:hover:not([disabled]), .link-arrow-text-sm:hover:not([disabled]), .link-arrow-slide-sm:hover:not([disabled]), .pf-sidenav-icon-container:hover:not([disabled]), .btn-command:hover:not([disabled]), .btn-link-text:hover:not([disabled]), .btn-secondary-sm:hover:not([disabled]), .btn-outline-primary-sm:hover:not([disabled]), .btn-primary-sm:hover:not([disabled]), .link-primary-sm:hover:not([disabled]), input[type=checkbox].btn-toggle-primary-sm + label:hover:not([disabled]) {
  color: #070808;
  text-decoration: none;
}
.btn:focus, .link-arrow-text-sm:focus, .link-arrow-slide-sm:focus, .pf-sidenav-icon-container:focus, .btn-command:focus, .btn-link-text:focus, .btn-secondary-sm:focus, .btn-outline-primary-sm:focus, .btn-primary-sm:focus, .link-primary-sm:focus, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label:focus, input[type=checkbox].btn-toggle-primary-sm + label:focus, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label:focus, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label:focus, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label:focus, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label:focus, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label:focus, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label:focus, .btn.focus, .focus.link-arrow-text-sm, .focus.link-arrow-slide-sm, .focus.pf-sidenav-icon-container, .focus.btn-command, .focus.btn-link-text, .focus.btn-secondary-sm, .focus.btn-outline-primary-sm, .focus.btn-primary-sm, .focus.link-primary-sm, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label.focus, input[type=checkbox].btn-toggle-primary-sm + label.focus, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label.focus, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label.focus, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label.focus, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label.focus, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label.focus, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label.focus {
  color: #070808;
}

.btn-link, .link-arrow-text-sm, .link-arrow-slide-sm, .btn-link-text, .link-primary-sm {
  text-decoration: none;
  transition: background-color 0.3s ease-in;
  font-weight: 500;
}
.btn-link:active, .link-arrow-text-sm:active, .link-arrow-slide-sm:active, .btn-link-text:active, .link-primary-sm:active, .btn-link.active, .active.link-arrow-text-sm, .active.link-arrow-slide-sm, .active.btn-link-text, .active.link-primary-sm {
  border-color: transparent;
  background-color: transparent;
}
.btn-link:focus, .link-arrow-text-sm:focus, .link-arrow-slide-sm:focus, .btn-link-text:focus, .link-primary-sm:focus, .btn-link.focus, .focus.link-arrow-text-sm, .focus.link-arrow-slide-sm, .focus.btn-link-text, .focus.link-primary-sm {
  text-decoration: none;
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}

.btn-outline, .btn-command, .btn-outline-primary-sm {
  font-weight: 500;
}
.btn-outline:active, .btn-command:active, .btn-outline-primary-sm:active, .btn-outline.active, .active.btn-command, .active.btn-outline-primary-sm {
  background-color: transparent;
}
.btn-outline:focus, .btn-command:focus, .btn-outline-primary-sm:focus, .btn-outline.focus, .focus.btn-command, .focus.btn-outline-primary-sm {
  text-decoration: none;
  box-shadow: none;
  background-color: transparent;
}

.btn-sharp-corner {
  border-radius: 0.15rem !important;
  border-width: 1px;
  border-style: solid;
}

.btn-round-corner {
  border-radius: 1rem !important;
}

.btn-with-mixed-case {
  text-transform: none;
}

.btn-toggle-on, input[type=checkbox].btn-toggle-primary-sm:checked + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-hide-right-border + label, .btn-toggle-on-disabled, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label {
  font-size: 12px;
  font-weight: 500;
}
.btn-toggle-on:hover, input[type=checkbox].btn-toggle-primary-sm:checked + label:hover, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-right-radius-border + label:hover, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-left-radius-border + label:hover, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-hide-right-border + label:hover, .btn-toggle-on-disabled:hover {
  cursor: pointer;
}

.btn-toggle-off, input[type=checkbox].btn-toggle-primary-sm + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label, .btn-toggle-off-disabled, input[type=checkbox].btn-toggle-primary-sm:disabled + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-hide-right-border + label {
  font-size: 12px;
  font-weight: 500;
}
.btn-toggle-off:hover, input[type=checkbox].btn-toggle-primary-sm + label:hover, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label:hover, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label:hover, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label:hover, .btn-toggle-off-disabled:hover {
  text-decoration: none;
  cursor: pointer;
}

.btn-toggle-off-disabled, input[type=checkbox].btn-toggle-primary-sm:disabled + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-hide-right-border + label {
  cursor: default !important;
}
.btn-toggle-off-disabled.disable-all-filters, input[type=checkbox].btn-toggle-primary-sm:disabled + label.disable-all-filters, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-right-radius-border + label.disable-all-filters, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-left-radius-border + label.disable-all-filters, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-hide-right-border + label.disable-all-filters {
  opacity: 0.4 !important;
  pointer-events: none;
}

.btn-toggle-on-disabled, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label {
  cursor: default !important;
}
.btn-toggle-on-disabled.disable-all-filters, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label.disable-all-filters, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label.disable-all-filters, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label.disable-all-filters, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label.disable-all-filters {
  opacity: 0.4;
  pointer-events: none;
}

input[type=checkbox].btn-toggle-primary-sm.sharp-corner {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

.btn-default, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label {
  border-radius: 0.15rem !important;
}

.btn-sharp-corner-hide-left-right-border {
  border-right-width: 0px !important;
  border-left-width: 0px !important;
  border-radius: 0px !important;
  border-width: 1px;
  border-style: solid;
}

.btn-sharp-corner-hide-right-border, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label {
  border-right-width: 0px !important;
  border-width: 1px;
  border-style: solid;
}

.btn-sharp-corner-no-left-radius-border, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-width: 1px;
  border-style: solid;
}

.btn-sharp-corner-no-right-radius-border, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-width: 1px;
  border-style: solid;
}

input[type=checkbox].btn-toggle-primary-sm {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

.btn-round-edges, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label, input[type=checkbox].btn-toggle-primary-sm:disabled + label, input[type=checkbox].btn-toggle-primary-sm:checked + label, input[type=checkbox].btn-toggle-primary-sm + label {
  border-radius: 0.8rem !important;
}

input[type=checkbox].btn-toggle-primary-sm.sharp-corner.disable-all-filters + label {
  opacity: 0.4 !important;
}

.toggle-flex-display + label {
  width: 100%;
  flex-grow: 1;
}

.btn-primary, body .p-splitbutton-menubutton,
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button, body .p-splitbutton .p-splitbutton-defaultbutton,
body .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button,
body .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button, .btn-primary-sm {
  color: #070808 !important;
}
.btn-primary:hover:not([disabled]), body .p-splitbutton-menubutton:hover:not([disabled]),
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button:hover:not([disabled]),
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button:hover:not([disabled]), body .p-splitbutton .p-splitbutton-defaultbutton:hover:not([disabled]), .btn-primary-sm:hover:not([disabled]), .btn-primary:focus:not([disabled]), body .p-splitbutton-menubutton:focus:not([disabled]),
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button:focus:not([disabled]),
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button:focus:not([disabled]), body .p-splitbutton .p-splitbutton-defaultbutton:focus:not([disabled]), .btn-primary-sm:focus:not([disabled]) {
  background-color: #48b2f9 !important;
  border-color: #48b2f9 !important;
}

.link-primary-sm:hover:not([disabled]) {
  color: #48b2f9 !important;
}

.btn-outline-primary-sm:hover:not([disabled]) {
  color: #48b2f9 !important;
  border-color: #48b2f9 !important;
}

.btn-link-text {
  border: none;
}

.btn-command {
  padding-top: 0px;
  padding-bottom: 0px;
  text-transform: none;
  font-weight: 400;
  color: #89caf5;
  border-color: #89caf5;
}
.btn-command label {
  cursor: pointer;
}
.btn-command:hover:not([disabled]) {
  color: #66baf2 !important;
  border-color: #66baf2 !important;
  text-decoration: none;
}
.btn-command:hover:not([disabled]) label {
  color: #66baf2 !important;
}
.btn-command:focus, .btn-command.focus {
  color: #66baf2 !important;
  border-color: #66baf2 !important;
}
.btn-command.disabled, .btn-command:disabled {
  color: #acdaf8;
  border-color: #acdaf8 !important;
}

.btn-no-margin {
  padding: 0px !important;
}

.btn-group-margin, .modal-footer > * {
  margin: 4px;
}

.col-form-label {
  text-align: right;
}

.alert-primary {
  color: #070808 !important;
}

html, body {
  letter-spacing: 0.03em;
}

.h-90, .modal-wizard-non-form-contents, .modal-wizard-form-contents {
  height: 90%;
}

.xl-modal-height {
  height: 90vh;
}

.lg-modal-height {
  height: 50vh;
}

.chooser-modal-body-height {
  height: 400px;
}

.modal-header {
  border-bottom: none;
  background-color: #1c1f22;
}

.modal-body {
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-body-line-break {
  white-space: pre-line;
}

.modal-footer {
  border-top: none;
}

.modal-content {
  background-color: #1c1f22;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  border-radius: 0rem;
  max-height: 90vh;
  border: 0px;
}

.modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.modal-sheet-dialog {
  margin-top: -1px;
}

.modal-header-border {
  border-bottom: 1px solid #40494e;
}

.modal-footer-border {
  border-top: 1px solid #40494e;
}

.modal-wizard-stepper {
  z-index: 1;
  width: 100%;
  margin-top: 35px;
  padding-left: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.modal-wizard-sub-title-text {
  font-size: 14px;
}

.summaryTitle {
  font-weight: 700;
}

.summaryContent {
  overflow: auto;
  word-break: break-word;
  white-space: normal;
}

.summaryItemContents {
  margin-top: 0.5rem;
  min-width: 50px;
  min-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.summaryHeader, .pf-group-box-header {
  color: #cccfd1;
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.card {
  border-radius: unset;
  border: unset;
}

.card-header {
  display: flex;
  justify-content: space-between;
  padding: 4px 11px 4px 4px !important;
  color: #fcfcfc;
  background-color: #1c1f22 !important;
  border-radius: unset !important;
}

.card-header-text {
  font-size: small;
  font-weight: 500;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-tabs {
  border: none;
}
.nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #abb4ba;
  margin-right: 1rem;
  padding: 0px;
}
.nav-tabs .nav-link.disabled {
  color: #abb4ba;
  background-color: transparent;
  border-color: transparent;
  opacity: 0.4;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  font-weight: 500;
  border-bottom: 2px solid #fcfcfc;
}
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.show .nav-link:hover {
  font-weight: bold;
  color: #fcfcfc;
}
.nav-tabs .nav-link:hover:not(.active) {
  color: #fcfcfc;
  font-weight: 500;
  border-color: transparent;
}

.tabview-left-icon .tabview-left-icon-i, .tabview-left-icon .tabview-left-icon-span {
  vertical-align: middle;
}
.tabview-left-icon .tabview-left-icon-i {
  margin-left: 0.5rem;
}
.tabview-left-icon .tabview-left-icon-span {
  margin: 0.5rem;
}

.tabview-top-icon .tabview-top-icon-i, .tabview-top-icon .tabview-top-icon-span {
  vertical-align: middle;
}
.tabview-top-icon .tabview-top-icon-i {
  margin-left: 1.5rem;
}
.tabview-top-icon .tabview-top-icon-span {
  margin: 0.5rem;
}
.tabview-top-icon .p-tabview-nav-container > .p-tabview-nav-content > .p-tabview-nav > li > a {
  display: grid !important;
}

.tabview-icon-only .tabview-icon-only-i {
  vertical-align: middle;
  margin: 0.1rem;
}

.navbar-light {
  background-color: #171a1c;
}

.btn-outline-primary, .btn-outline-primary-sm {
  border-color: #169df8;
  color: #169df8;
}

/** transparent background in autofill **/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  -webkit-text-fill-color: #fcfcfc !important;
}

.pf-nav-bar-container {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #24282C !important;
  position: relative;
  z-index: 3;
  height: 100%;
  min-width: 70px;
  padding: unset;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.pf-sidenav-toolbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pf-sidenav-toolbar:first-child {
  padding-top: 10px;
}

.pf-sidenav-toolbar:last-child {
  padding-bottom: 1em;
}

.pf-sidenav-panel {
  position: fixed;
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
  background-color: #1c1f22;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.pf-sidenav-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #101214;
}

.pf-sidenav-separator {
  height: 1px;
  width: 60%;
  margin: 10px;
  background-color: #101214;
}

.pf-sidenav-selected-icon {
  color: #dcdee0 !important;
}

.pf-sidenav-icon-container {
  box-shadow: none !important;
  padding: 0px;
}

.pf-sidenav-icon {
  padding: 5px;
  font-size: 16px;
  margin: 3px;
  outline: none;
  color: #dcdee0;
}
.pf-sidenav-icon:hover {
  color: #169df8 !important;
}

.pf-additional-panel-class {
  position: absolute;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #1c1f22;
  display: flex;
  flex-direction: column;
}

.pf-additional-panel-overflow {
  overflow: auto;
}

.pf-panel-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 25px 0px 25px 15px;
  background-color: #1c1f22;
  color: #cccfd1;
}

.pf-panel-header-close {
  flex-shrink: 0;
  align-self: center;
  cursor: pointer;
}
.pf-panel-header-close .pf-panel-header-button {
  padding-right: 25px;
}

.pf-panel-header-button {
  padding: 0px;
}

.pf-panel-header-icon, .pf-header-close-icon {
  font-size: 18px;
}

.pf-panel-header-label {
  flex-grow: 1;
  font-size: 21px;
  font-weight: 400;
  align-self: center;
}

.pf-nav-header-title {
  display: flex;
  background-color: #1c1f22 !important;
  color: #cccfd1;
  width: 100%;
  font-size: 21px !important;
  font-weight: 400 !important;
  padding: 25px 0px 25px 15px;
}

.pf-nav-panel-content-header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
}

.pf-navpanel {
  height: 100%;
  background-color: #1c1f22;
  position: relative;
  z-index: 2;
}

.pf-navpanel-right {
  box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.3) !important;
}

.pf-navpanel-left {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3) !important;
}

.pf-navpanel-container {
  height: 100%;
}

.pf-nav-panel-content-footer {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}

.pf-header-close-icon {
  padding-left: 15px;
  padding-right: 20px;
}

.pf-navpanel-viewer-content {
  flex: 1;
  overflow: hidden;
  display: block;
}

.pf-header-align-close {
  align-self: start;
  margin-top: 30px;
}

pf-vertical-split-separator {
  background-color: #23272a !important;
  border-left: 1px solid #171a1c !important;
}

pf-vertical-split-separator > .handle {
  background-color: #454e54 !important;
}

pf-horizontal-split-separator {
  border-top: 1px solid #171a1c !important;
  background-color: #23272a !important;
}

pf-horizontal-split-separator > .handle {
  background-color: #454e54 !important;
}

.plot .axis {
  height: 10px;
  stroke-width: 0.5;
  background: #1c1f22;
  font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 8px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.plot .domain,
.plot .axis,
.plot .tick line {
  stroke: #949ea4;
  stroke-width: 0.5px;
}

.plot .tick text {
  stroke-width: 0px;
}

.plot .grid .domain {
  opacity: 1;
  stroke: #1c1f22;
}

.plot .grid .tick {
  opacity: 1;
}

.plot .axis-label {
  fill: #fcfcfc;
}

.plot .plot-title {
  fill: #fcfcfc;
  font-weight: 600;
  font-size: 10px;
}

.plot-backdrop {
  background: #1c1f22;
}

.plot-color-1 {
  color: #FFFF00;
}

.plot-color-2 {
  color: #53f56c;
}

.plot-color-3 {
  color: #00c9ff;
}

.plot-color-4 {
  color: #b57afa;
}

.plot-color-5 {
  color: #fc83f2;
}

.plot-color-6 {
  color: #af420a;
}

.plot-color-7 {
  color: #008080;
}

.plot-color-8 {
  color: #7fbeeb;
}

.plot-color-9 {
  color: #83c944;
}

.plot-color-10 {
  color: #a40e4c;
}

.plot-color-11 {
  color: #ffc0cb;
}

.plot-cf-span-post {
  opacity: 0;
  fill: #5A9BD4;
}
.plot-cf-span-post:hover {
  opacity: 0.5;
}

.plot-cf-span-label {
  font-size: 10px;
  fill: #e5e5e5;
}

.plot-span-background {
  fill: #e5e5e5;
  opacity: 0.1;
}

.plot .guide .tick line {
  opacity: 1;
  stroke-width: 1;
  stroke: #FFFF00;
}

.plot-vertical-guide {
  opacity: 1;
  stroke-width: 1;
  fill: #FFFF00;
  stroke: #ffff33;
}

.plot-horizontal-guide {
  opacity: 1;
  stroke-width: 1;
  fill: #ff5252;
  stroke: #ff8585;
}

.plot-guide-waterfall {
  opacity: 1;
  stroke-width: 1;
  fill: #ffffff;
  stroke: white;
}

.plot-branding-text {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.03em;
  fill: #949ea4;
  margin: 0;
  padding: 0;
}

.plot-branding-background {
  fill: transparent;
  margin: 0;
  padding: 0;
}

.plot-info-text {
  fill: #fcfcfc;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.plot-info-background {
  fill: #60686c;
}

.plot-marker-background {
  fill: #fcfcfc;
}

.plot-marker-label-background {
  fill: #1c1f22;
}

.plot-marker-text {
  fill: #1c1f22;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.plot-current-marker {
  fill: #ff6767;
  fill-opacity: 0.35;
  stroke-width: 1;
  stroke: #ff6767;
  stroke-opacity: 1;
}

.plot-delta-marker {
  fill: #ff6767;
  fill-opacity: 1;
  stroke-width: 2;
  stroke: #ff6767;
  stroke-opacity: 1;
}

.plot-delta-marker-vert-line {
  stroke: #D77FB4;
  stroke-width: 3;
  stroke-opacity: 0.3;
}

.plot-delta-marker-connection-line {
  stroke: #D77FB4;
  stroke-width: 2;
  stroke-opacity: 0.5;
  stroke-linecap: round;
  stroke-dasharray: 3, 5;
}

.plot-delta-marker-label {
  font-size: 8px;
  font-weight: 600;
  fill: #ff6767;
}

.pf-chart-delta-marker1 {
  fill: #ff6767;
  stroke: #ff6767;
}

.pf-chart-delta-marker-disabled1 {
  fill: #4D4D4D;
  stroke: #4D4D4D;
}

.pf-chart-delta-marker-label-disabled1 {
  fill: #4D4D4D;
}

.pf-chart-delta-marker2 {
  fill: #fdae18;
  stroke: #fdae18;
}

.pf-chart-delta-marker-disabled2 {
  fill: #C4C4C4;
  stroke: #C4C4C4;
}

.pf-chart-delta-marker-label-disabled2 {
  fill: #C4C4C4;
}

.pf-chart-delta-marker3 {
  fill: #6bd1ff;
  stroke: #6bd1ff;
}

.pf-chart-delta-marker-disabled3 {
  fill: #2D2D2D;
  stroke: #2D2D2D;
}

.pf-chart-delta-marker-label-disabled3 {
  fill: #2D2D2D;
}

.pf-chart-delta-marker4 {
  fill: #53fd53;
  stroke: #53fd53;
}

.pf-chart-delta-marker-disabled4 {
  fill: #222222;
  stroke: #222222;
}

.pf-chart-delta-marker-label-disabled4 {
  fill: #222222;
}

.pf-chart-delta-marker5 {
  fill: #ff6767;
  stroke: #ff6767;
}

.pf-chart-delta-marker-disabled5 {
  fill: #4D4D4D;
  stroke: #4D4D4D;
}

.pf-chart-delta-marker-label-disabled5 {
  fill: #4D4D4D;
}

.pf-chart-delta-marker6 {
  fill: #fdae18;
  stroke: #fdae18;
}

.pf-chart-delta-marker-disabled6 {
  fill: #C4C4C4;
  stroke: #C4C4C4;
}

.pf-chart-delta-marker-label-disabled6 {
  fill: #C4C4C4;
}

.pf-chart-delta-marker7 {
  fill: #6bd1ff;
  stroke: #6bd1ff;
}

.pf-chart-delta-marker-disabled7 {
  fill: #2D2D2D;
  stroke: #2D2D2D;
}

.pf-chart-delta-marker-label-disabled7 {
  fill: #2D2D2D;
}

.pf-chart-delta-marker8 {
  fill: #53fd53;
  stroke: #53fd53;
}

.pf-chart-delta-marker-disabled8 {
  fill: #222222;
  stroke: #222222;
}

.pf-chart-delta-marker-label-disabled8 {
  fill: #222222;
}

.pf-chart-delta-marker-label1 {
  fill: #ff6767;
}

.pf-chart-delta-marker-label2 {
  fill: #fdae18;
}

.pf-chart-delta-marker-label3 {
  fill: #6bd1ff;
}

.pf-chart-delta-marker-label4 {
  fill: #53fd53;
}

.pf-chart-delta-marker-label5 {
  fill: #ff6767;
}

.pf-chart-delta-marker-label6 {
  fill: #fdae18;
}

.pf-chart-delta-marker-label7 {
  fill: #6bd1ff;
}

.pf-chart-delta-marker-label8 {
  fill: #53fd53;
}

.pf-marker-property {
  margin: 0px 6px;
  padding: 5px 0px;
}
.pf-marker-property:not([disabled]) {
  cursor: pointer;
}
.pf-marker-property:focus {
  outline: none;
}

.pf-marker-property-selected:not([disabled]) {
  border-bottom: 1px solid #169df8;
}

.pf-marker-peak {
  color: #abb4ba;
}
.pf-marker-peak:hover:not([disabled]) {
  color: #169df8;
}

.pf-marker-peak-disabled {
  cursor: default;
}
.pf-marker-peak-disabled:hover {
  color: #abb4ba !important;
}

.pf-marker-color-1 {
  color: #ff6767;
}
.pf-marker-color-1:hover:not([disabled]) {
  color: #ff8888 !important;
}

.pf-marker-color-2 {
  color: #fdae18;
}
.pf-marker-color-2:hover:not([disabled]) {
  color: #fdba39 !important;
}

.pf-marker-color-3 {
  color: #6bd1ff;
}
.pf-marker-color-3:hover:not([disabled]) {
  color: #8cdbff !important;
}

.pf-marker-color-4 {
  color: #53fd53;
}
.pf-marker-color-4:hover:not([disabled]) {
  color: #74fd74 !important;
}

.pf-marker-shape-selected {
  color: white;
}
.pf-marker-shape-selected:hover:not([disabled]) {
  color: white !important;
}

.pf-marker-shape {
  color: #fcfcfc;
}
.pf-marker-shape:hover:not([disabled]) {
  color: white !important;
}

.plot .legend-text {
  fill: #fcfcfc;
  font-size: 0.65rem;
}

.plot-legend {
  font-size: 10px;
  text-anchor: end;
}

.plot-region-disabled {
  fill: rgba(171, 180, 186, 0.3);
}

.plot-borders-disabled {
  stroke: transparent;
  fill: transparent;
}

.plot-region-border-mouse-out {
  fill: transparent;
}

.plot-region-selected-disabled {
  fill: rgba(171, 180, 186, 0.5);
}

.plot-region-1 {
  fill: rgba(0, 159, 163, 0.2);
}

.plot-region-2 {
  fill: rgba(218, 83, 9, 0.2);
}

.plot-region-3 {
  fill: rgba(162, 0, 193, 0.2);
}

.plot-region-warning {
  fill: rgba(255, 202, 36, 0.2);
}

.plot-region-danger {
  fill: rgba(233, 50, 38, 0.2);
}

.plot-region-success {
  fill: rgba(106, 220, 24, 0.2);
}

.plot-region-occupied {
  fill: rgba(171, 180, 186, 0.2);
}

.plot-region-dynamic {
  fill: rgba(0, 159, 163, 0.1);
}

.plot-region-static {
  fill: transparent;
}

.plot-region-1-interactive-area {
  fill: rgba(0, 159, 163, 0.7);
}

.plot-region-2-interactive-area {
  fill: rgba(218, 83, 9, 0.7);
}

.plot-region-3-interactive-area {
  fill: rgba(162, 0, 193, 0.7);
}

.plot-region-warning-interactive-area {
  fill: rgba(255, 202, 36, 0.7);
}

.plot-region-danger-interactive-area {
  fill: rgba(233, 50, 38, 0.7);
}

.plot-region-success-interactive-area {
  fill: rgba(106, 220, 24, 0.7);
}

.plot-region-occupied-interactive-area {
  fill: rgba(171, 180, 186, 0.7);
}

.plot-region-dynamic-interactive-area {
  fill: rgba(0, 159, 163, 0.7);
}

.plot-region-static-interactive-area {
  fill: rgba(0, 159, 163, 0.7);
}

.plot-region-1-selected {
  fill: rgba(0, 159, 163, 0.4);
}

.plot-region-2-selected {
  fill: rgba(218, 83, 9, 0.4);
}

.plot-region-3-selected {
  fill: rgba(162, 0, 193, 0.4);
}

.plot-region-warning-selected {
  fill: rgba(255, 202, 36, 0.4);
}

.plot-region-danger-selected {
  fill: rgba(233, 50, 38, 0.4);
}

.plot-region-success-selected {
  fill: rgba(106, 220, 24, 0.4);
}

.plot-region-occupied-selected {
  fill: rgba(171, 180, 186, 0.4);
}

.plot-region-dynamic-selected {
  fill: rgba(0, 159, 163, 0.4);
}

.plot-region-static-selected {
  fill: rgba(0, 159, 163, 0.4);
}

.plot-region-border-base, .plot-region-static-border, .plot-region-dynamic-border, .plot-region-occupied-border, .plot-region-success-border, .plot-region-danger-border, .plot-region-warning-border, .plot-region-3-border, .plot-region-2-border, .plot-region-1-border {
  stroke-width: 2;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 8, 4;
  width: 10;
}

.plot-region-1-border {
  stroke: #009fa3;
}

.plot-region-2-border {
  stroke: #da5309;
}

.plot-region-3-border {
  stroke: #a200c1;
}

.plot-region-warning-border {
  stroke: #ffca24;
}

.plot-region-danger-border {
  stroke: #e93226;
}

.plot-region-success-border {
  stroke: #6adc18;
}

.plot-region-occupied-border {
  stroke: #abb4ba;
}

.plot-region-dynamic-border {
  stroke: #009fa3;
}

.plot-region-static-border {
  stroke: #009fa3;
}

.plot-region-draggable-base, .plot-region-static-border-draggable, .plot-region-dynamic-border-draggable, .plot-region-occupied-border-draggable, .plot-region-success-border-draggable, .plot-region-warning-border-draggable, .plot-region-3-border-draggable, .plot-region-2-border-draggable, .plot-region-1-border-draggable {
  stroke-width: 2;
  stroke-linecap: square;
}

.plot-region-1-border-draggable {
  stroke: #009fa3;
}

.plot-region-2-border-draggable {
  stroke: #da5309;
}

.plot-region-3-border-draggable {
  stroke: #a200c1;
}

.plot-region-warning-border-draggable {
  stroke: #ffca24;
}

.plot-region-success-border-draggable {
  stroke: #6adc18;
}

.plot-region-occupied-border-draggable {
  stroke: #abb4ba;
}

.plot-region-dynamic-border-draggable {
  stroke: #009fa3;
}

.plot-region-static-border-draggable {
  stroke: #009fa3;
}

.plot-region-title-base, .plot-region-title-black, .plot-region-title-white {
  font-weight: 700;
  font-size: 14px;
}

.plot-region-title-white {
  fill: #ffffff;
}

.plot-region-title-black {
  fill: #000000;
}

.plot-pointer-tracker-line {
  fill: #fcfcfc;
  opacity: 0.5;
}

.plot-zoom {
  fill: rgba(119, 119, 119, 0.7);
  opacity: 0.45;
}

.plot .pf-constellation-guide .tick line {
  opacity: 1;
  stroke-width: 0.5;
  stroke: #949ea4;
}

.pf-spectrum-chart-container {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.pf-spectrum-chart-input-hidden {
  visibility: hidden;
}

.pf-spectrum-chart-input-enabled {
  margin-top: 6px;
}

.pf-spectrum-spectrum-chart-section-top {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.pf-spectrum-chart-selection-hidden {
  visibility: hidden;
  height: 0px;
}

.pf-spectrum-chart-section {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pf-spectrum-chart-section-bottom {
  min-height: 2.7rem;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

pf-waterfall-chart .tick:first-of-type {
  text-anchor: start;
}

pf-waterfall-chart .tick:last-of-type {
  text-anchor: end;
}

pf-waterfall-chart .tick:only-of-type {
  text-anchor: middle;
}

.loading-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
}

.loading-overlay-background {
  background-color: rgba(0, 0, 0, 0.2);
}

.loading-indicator {
  font-size: 1.5em;
}

.loading-text {
  font-weight: 400;
  padding-left: 5px;
  text-wrap: nowrap;
}

.loading-indictor-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inline-loading-indicator {
  height: 30px;
  color: #fcfcfc;
}
.inline-loading-indicator .loading-indicator {
  font-weight: 400;
  font-size: 12px;
  display: inline-flex;
}
.inline-loading-indicator .loading-indicator i {
  margin-right: 5px;
}

.p-tooltip {
  max-width: 350px !important;
}

.tippy-tooltip.pf-theme,
.p-tooltip .p-tooltip-text {
  background: #fcfcfc;
  opacity: 1;
  color: #1c1f22;
  border: 1px solid #fcfcfc;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  overflow-wrap: break-word;
  font-size: 12px;
}

.p-tooltip .p-tooltip-text {
  padding: 0.25rem 0.25rem;
  margin-left: 2px;
  margin-top: 5px;
}

.tippy-tooltip.pf-theme .tippy-arrow,
.p-tooltip-arrow {
  transform: scale(0.7);
}

.tippy-popper[x-placement^=top] .tippy-tooltip.pf-theme .tippy-arrow,
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top: 7px solid #fcfcfc;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.pf-theme .tippy-arrow,
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom: 7px solid #fcfcfc;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.pf-theme .tippy-arrow,
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left: 7px solid #fcfcfc;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.pf-theme .tippy-arrow,
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right: 7px solid #fcfcfc;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.pf-theme .tippy-roundarrow {
  border-top: 7px solid #fcfcfc;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.pf-theme .tippy-roundarrow {
  border-bottom: 7px solid #fcfcfc;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.pf-theme .tippy-roundarrow {
  border-left: 7px solid #fcfcfc;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.pf-theme .tippy-roundarrow {
  border-right: 7px solid #fcfcfc;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.pf-float-ellipse-icon-right {
  text-align: right;
  position: absolute;
  top: 1px;
  right: 0px;
  color: #cccfd1;
}

.pf-label-icon-right {
  color: #cccfd1;
}

.simple-notification {
  width: 310px !important;
  min-height: 10px !important;
  border-radius: 0.3rem;
  margin-bottom: 0px !important;
  margin-top: 0.5em !important;
}

.simple-notification .sn-content {
  font-size: 12px !important;
  line-height: 13px !important;
  padding: 6px !important;
  color: #1c1f22 !important;
}
.simple-notification .sn-content .msg {
  word-break: break-word;
  margin-bottom: 0px;
}

.sn-html {
  padding: 0px !important;
}

.simple-notification.info {
  background: #fcfcfc !important;
  border: 0px solid #fcfcfc;
  border-left: 0px solid #fcfcfc;
  padding-left: 20px;
}

.login_wrapper {
  background-color: #1c1f22;
  padding: 60px;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-40%);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  width: 600px;
  max-width: 600px;
  max-height: 506px;
  height: 506px;
}

pf-login {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 1920px;
  height: 1080px;
  background-color: #1c1f22;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #101214;
}

.login-logo-bottom-padding {
  padding-bottom: 40px;
}

.login-helper-text-size {
  font-size: 14px;
}

.login-helper-text-bottom-padding {
  padding-bottom: 40px;
}

.login-username-bottom-padding {
  padding-bottom: 30px;
}

.login-password-bottom-padding {
  padding-bottom: 40px;
}

.pf-login-username .p-float-label,
.pf-login-password .p-float-label {
  margin-top: 12px !important;
}

.pf-arrow-slide-base, .pf-arrow-slide-left, .pf-arrow-slide {
  width: 129px;
  height: 80px;
  position: relative;
  background-color: #003e84;
  color: #fcfcfc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pf-arrow-slide:before {
  content: "";
  position: absolute;
  right: -29px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 29px solid #003e84;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}

.pf-arrow-slide-left:before {
  content: "";
  position: absolute;
  left: -29px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 29px solid #003e84;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}

.pf-arrow-slide-border-base, .pf-arrow-slide-border-left, .pf-arrow-slide-border {
  width: 130px;
  height: 82px;
  position: relative;
  background: #abb4ba;
  padding-top: 1px;
  padding-left: 1px;
}

.pf-arrow-slide-border-left {
  padding-right: 1px;
  padding-left: 0px;
}

.pf-arrow-slide-border:before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 30px solid #abb4ba;
  border-top: 41px solid transparent;
  border-bottom: 41px solid transparent;
}

.pf-arrow-slide-border-left:before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 30px solid #abb4ba;
  border-top: 41px solid transparent;
  border-bottom: 41px solid transparent;
}

.pf-arrow-slide-disabled {
  background-color: #002b5b !important;
  color: white !important;
}
.pf-arrow-slide-disabled:before {
  border-left: 30px solid #002b5b !important;
}

.pf-arrow-slide-disabled-left {
  background-color: #002b5b !important;
  color: white !important;
}
.pf-arrow-slide-disabled-left:before {
  border-right: 30px solid #002b5b !important;
}

.pf-arrow-slide-border-disabled {
  opacity: 0.55;
}

.pf-arrow-slide-unselected {
  background: #101214 !important;
  color: #dcdee0;
}
.pf-arrow-slide-unselected:before {
  border-left: 29px solid #101214 !important;
}

.pf-arrow-slide-unselected-left {
  background: #101214 !important;
  color: #dcdee0;
}
.pf-arrow-slide-unselected-left:before {
  border-right: 29px solid #101214 !important;
}

.pf-arrow-slide-border-unselected {
  background: #abb4ba !important;
}
.pf-arrow-slide-border-unselected:before {
  border-left: 30px solid #abb4ba !important;
}

.pf-arrow-slide-border-unselected-left {
  background: #abb4ba !important;
}
.pf-arrow-slide-border-unselected-left:before {
  border-right: 30px solid #abb4ba !important;
}

.pf-arrow-slide-title {
  padding-top: 16px;
  font-size: 21px;
  font-weight: 400;
  align-self: center;
}

.link-arrow-slide-sm {
  color: inherit;
  font-weight: 400;
  text-transform: unset;
  padding-left: 10px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 2px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
  text-align: left;
}
.link-arrow-slide-sm:focus {
  color: inherit !important;
}
.link-arrow-slide-sm i {
  margin-top: 4px;
  font-size: 0.7rem !important;
  position: absolute;
  right: 5px;
}
.link-arrow-slide-sm:disabled {
  color: white !important;
  opacity: 1 !important;
}

.link-arrow-text-sm {
  color: inherit;
  font-weight: 400;
  text-transform: unset;
  padding-left: 10px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 2px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  text-align: left;
}
.link-arrow-text-sm:focus {
  color: inherit !important;
}
.link-arrow-text-sm:disabled {
  color: white !important;
  opacity: 1 !important;
}

.link-arrow-text-x-sm {
  white-space: break-spaces;
  font-size: 10px;
}
.link-arrow-text-x-sm i {
  margin-top: 1px;
}

.link-arrow-text-sm {
  color: inherit;
  font-weight: 400;
  text-transform: unset;
  padding-left: 10px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 2px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  text-align: left;
}
.link-arrow-text-sm:focus {
  color: inherit !important;
}

.link-arrow-text-x-sm {
  font-size: 10px;
}
.link-arrow-text-x-sm i {
  margin-top: 1px;
}

.pf-arrow-slide-menu-icon {
  font-size: 1.3em;
  position: absolute;
  right: 0px;
  top: 8px;
}

.pf-batch-actions-menu-vl {
  border-left: 1px solid #abb4ba;
  height: 10px;
}

.pf-status-critical {
  color: #fcfcfc;
  background-color: #e93226;
  border-color: transparent !important;
  outline: none;
}

.pf-link-status-critical {
  color: #e93226;
  outline: none;
  border-color: transparent !important;
}
.pf-link-status-critical:focus {
  outline: none;
}

.pf-tag-status-critical {
  color: #fcfcfc;
  background-color: #e93226;
  border: 1px solid #c81f14;
  border-radius: 0px;
}

.pf-pill-status-critical {
  color: #fcfcfc;
  border-color: #e93226 !important;
}

.pf-btn-status-critical {
  color: #fcfcfc;
  background-color: #e93226;
  border-color: transparent !important;
  outline: none;
}
.pf-btn-status-critical:focus, .pf-btn-status-critical.focus {
  outline: none;
}
.pf-btn-status-critical:hover, .pf-btn-status-critical.hover {
  background-color: #f0746b !important;
}
.pf-btn-status-critical:active, .pf-btn-status-critical.hover {
  background-color: #f28983 !important;
}
.pf-btn-status-critical.disabled, .pf-btn-status-critical:disabled {
  background: #050506 !important;
  color: rgba(252, 252, 252, 0.4) !important;
}

.pf-status-failed {
  color: #fcfcfc;
  background-color: #e93226;
  border-color: transparent !important;
  outline: none;
}

.pf-link-status-failed {
  color: #e93226;
  outline: none;
  border-color: transparent !important;
}
.pf-link-status-failed:focus {
  outline: none;
}

.pf-tag-status-failed {
  color: #fcfcfc;
  background-color: #e93226;
  border: 1px solid #c81f14;
  border-radius: 0px;
}

.pf-pill-status-failed {
  color: #fcfcfc;
  border-color: #e93226 !important;
}

.pf-btn-status-failed {
  color: #fcfcfc;
  background-color: #e93226;
  border-color: transparent !important;
  outline: none;
}
.pf-btn-status-failed:focus, .pf-btn-status-failed.focus {
  outline: none;
}
.pf-btn-status-failed:hover, .pf-btn-status-failed.hover {
  background-color: #f0746b !important;
}
.pf-btn-status-failed:active, .pf-btn-status-failed.hover {
  background-color: #f28983 !important;
}
.pf-btn-status-failed.disabled, .pf-btn-status-failed:disabled {
  background: #050506 !important;
  color: rgba(252, 252, 252, 0.4) !important;
}

.pf-status-major {
  color: #212529;
  background-color: #F39237;
  border-color: transparent !important;
  outline: none;
}

.pf-link-status-major {
  color: #F39237;
  outline: none;
  border-color: transparent !important;
}
.pf-link-status-major:focus {
  outline: none;
}

.pf-tag-status-major {
  color: #212529;
  background-color: #F39237;
  border: 1px solid #e9780e;
  border-radius: 0px;
}

.pf-pill-status-major {
  color: #fcfcfc;
  border-color: #F39237 !important;
}

.pf-btn-status-major {
  color: #212529;
  background-color: #F39237;
  border-color: transparent !important;
  outline: none;
}
.pf-btn-status-major:focus, .pf-btn-status-major.focus {
  outline: none;
}
.pf-btn-status-major:hover, .pf-btn-status-major.hover {
  background-color: #f49f4f !important;
}
.pf-btn-status-major:active, .pf-btn-status-major.hover {
  background-color: #f6ac67 !important;
}
.pf-btn-status-major.disabled, .pf-btn-status-major:disabled {
  background: #050506 !important;
  color: rgba(252, 252, 252, 0.4) !important;
}

.pf-status-minor {
  color: #212529;
  background-color: #ffca24;
  border-color: transparent !important;
  outline: none;
}

.pf-link-status-minor {
  color: #ffca24;
  outline: none;
  border-color: transparent !important;
}
.pf-link-status-minor:focus {
  outline: none;
}

.pf-tag-status-minor {
  color: #212529;
  background-color: #ffca24;
  border: 1px solid #f0b600;
  border-radius: 0px;
}

.pf-pill-status-minor {
  color: #fcfcfc;
  border-color: #ffca24 !important;
}

.pf-btn-status-minor {
  color: #212529;
  background-color: #ffca24;
  border-color: transparent !important;
  outline: none;
}
.pf-btn-status-minor:focus, .pf-btn-status-minor.focus {
  outline: none;
}
.pf-btn-status-minor:hover, .pf-btn-status-minor.hover {
  background-color: #ffd03e !important;
}
.pf-btn-status-minor:active, .pf-btn-status-minor.hover {
  background-color: #ffd657 !important;
}
.pf-btn-status-minor.disabled, .pf-btn-status-minor:disabled {
  background: #050506 !important;
  color: rgba(252, 252, 252, 0.4) !important;
}

.pf-status-warning {
  color: #212529;
  background-color: #9999ff;
  border-color: transparent !important;
  outline: none;
}

.pf-link-status-warning {
  color: #9999ff;
  outline: none;
  border-color: transparent !important;
}
.pf-link-status-warning:focus {
  outline: none;
}

.pf-tag-status-warning {
  color: #212529;
  background-color: #9999ff;
  border: 1px solid #6666ff;
  border-radius: 0px;
}

.pf-pill-status-warning {
  color: #fcfcfc;
  border-color: #9999ff !important;
}

.pf-btn-status-warning {
  color: #212529;
  background-color: #9999ff;
  border-color: transparent !important;
  outline: none;
}
.pf-btn-status-warning:focus, .pf-btn-status-warning.focus {
  outline: none;
}
.pf-btn-status-warning:hover, .pf-btn-status-warning.hover {
  background-color: #b3b3ff !important;
}
.pf-btn-status-warning:active, .pf-btn-status-warning.hover {
  background-color: #ccccff !important;
}
.pf-btn-status-warning.disabled, .pf-btn-status-warning:disabled {
  background: #050506 !important;
  color: rgba(252, 252, 252, 0.4) !important;
}

.pf-status-indeterminate {
  color: #fcfcfc;
  background-color: #A26E9F;
  border-color: transparent !important;
  outline: none;
}

.pf-link-status-indeterminate {
  color: #A26E9F;
  outline: none;
  border-color: transparent !important;
}
.pf-link-status-indeterminate:focus {
  outline: none;
}

.pf-tag-status-indeterminate {
  color: #fcfcfc;
  background-color: #A26E9F;
  border: 1px solid #875684;
  border-radius: 0px;
}

.pf-pill-status-indeterminate {
  color: #fcfcfc;
  border-color: #A26E9F !important;
}

.pf-btn-status-indeterminate {
  color: #fcfcfc;
  background-color: #A26E9F;
  border-color: transparent !important;
  outline: none;
}
.pf-btn-status-indeterminate:focus, .pf-btn-status-indeterminate.focus {
  outline: none;
}
.pf-btn-status-indeterminate:hover, .pf-btn-status-indeterminate.hover {
  background-color: #ac7ea9 !important;
}
.pf-btn-status-indeterminate:active, .pf-btn-status-indeterminate.hover {
  background-color: #b68db4 !important;
}
.pf-btn-status-indeterminate.disabled, .pf-btn-status-indeterminate:disabled {
  background: #050506 !important;
  color: rgba(252, 252, 252, 0.4) !important;
}

.pf-status-online {
  color: #212529;
  background-color: #6adc18;
  border-color: transparent !important;
  outline: none;
}

.pf-link-status-online {
  color: #6adc18;
  outline: none;
  border-color: transparent !important;
}
.pf-link-status-online:focus {
  outline: none;
}

.pf-tag-status-online {
  color: #212529;
  background-color: #6adc18;
  border: 1px solid #54ae13;
  border-radius: 0px;
}

.pf-pill-status-online {
  color: #fcfcfc;
  border-color: #6adc18 !important;
}

.pf-btn-status-online {
  color: #212529;
  background-color: #6adc18;
  border-color: transparent !important;
  outline: none;
}
.pf-btn-status-online:focus, .pf-btn-status-online.focus {
  outline: none;
}
.pf-btn-status-online:hover, .pf-btn-status-online.hover {
  background-color: #77e726 !important;
}
.pf-btn-status-online:active, .pf-btn-status-online.hover {
  background-color: #85ea3d !important;
}
.pf-btn-status-online.disabled, .pf-btn-status-online:disabled {
  background: #050506 !important;
  color: rgba(252, 252, 252, 0.4) !important;
}

.pf-status-offline {
  color: #fcfcfc;
  background-color: #006600;
  border-color: transparent !important;
  outline: none;
}

.pf-link-status-offline {
  color: #006600;
  outline: none;
  border-color: transparent !important;
}
.pf-link-status-offline:focus {
  outline: none;
}

.pf-tag-status-offline {
  color: #fcfcfc;
  background-color: #006600;
  border: 1px solid #003300;
  border-radius: 0px;
}

.pf-pill-status-offline {
  color: #fcfcfc;
  border-color: #006600 !important;
}

.pf-btn-status-offline {
  color: #fcfcfc;
  background-color: #006600;
  border-color: transparent !important;
  outline: none;
}
.pf-btn-status-offline:focus, .pf-btn-status-offline.focus {
  outline: none;
}
.pf-btn-status-offline:hover, .pf-btn-status-offline.hover {
  background-color: green !important;
}
.pf-btn-status-offline:active, .pf-btn-status-offline.hover {
  background-color: #009900 !important;
}
.pf-btn-status-offline.disabled, .pf-btn-status-offline:disabled {
  background: #050506 !important;
  color: rgba(252, 252, 252, 0.4) !important;
}

.pf-status-commfail {
  color: #fcfcfc;
  background-color: #797979;
  border-color: transparent !important;
  outline: none;
}

.pf-link-status-commfail {
  color: #797979;
  outline: none;
  border-color: transparent !important;
}
.pf-link-status-commfail:focus {
  outline: none;
}

.pf-tag-status-commfail {
  color: #fcfcfc;
  background-color: #797979;
  border: 1px solid #606060;
  border-radius: 0px;
}

.pf-pill-status-commfail {
  color: #fcfcfc;
  border-color: #797979 !important;
}

.pf-btn-status-commfail {
  color: #fcfcfc;
  background-color: #797979;
  border-color: transparent !important;
  outline: none;
}
.pf-btn-status-commfail:focus, .pf-btn-status-commfail.focus {
  outline: none;
}
.pf-btn-status-commfail:hover, .pf-btn-status-commfail.hover {
  background-color: #868686 !important;
}
.pf-btn-status-commfail:active, .pf-btn-status-commfail.hover {
  background-color: #939393 !important;
}
.pf-btn-status-commfail.disabled, .pf-btn-status-commfail:disabled {
  background: #050506 !important;
  color: rgba(252, 252, 252, 0.4) !important;
}

.pf-status-other {
  color: #212529;
  background-color: #b0c4de;
  border-color: transparent !important;
  outline: none;
}

.pf-link-status-other {
  color: #b0c4de;
  outline: none;
  border-color: transparent !important;
}
.pf-link-status-other:focus {
  outline: none;
}

.pf-tag-status-other {
  color: #212529;
  background-color: #b0c4de;
  border: 1px solid #8ca9cf;
  border-radius: 0px;
}

.pf-pill-status-other {
  color: #fcfcfc;
  border-color: #b0c4de !important;
}

.pf-btn-status-other {
  color: #212529;
  background-color: #b0c4de;
  border-color: transparent !important;
  outline: none;
}
.pf-btn-status-other:focus, .pf-btn-status-other.focus {
  outline: none;
}
.pf-btn-status-other:hover, .pf-btn-status-other.hover {
  background-color: #c2d1e6 !important;
}
.pf-btn-status-other:active, .pf-btn-status-other.hover {
  background-color: #d4dfed !important;
}
.pf-btn-status-other.disabled, .pf-btn-status-other:disabled {
  background: #050506 !important;
  color: rgba(252, 252, 252, 0.4) !important;
}

.pf-status-inhibit {
  color: #212529;
  background-color: #08f7ef;
  border-color: transparent !important;
  outline: none;
}

.pf-link-status-inhibit {
  color: #08f7ef;
  outline: none;
  border-color: transparent !important;
}
.pf-link-status-inhibit:focus {
  outline: none;
}

.pf-tag-status-inhibit {
  color: #212529;
  background-color: #08f7ef;
  border: 1px solid #06c6bf;
  border-radius: 0px;
}

.pf-pill-status-inhibit {
  color: #fcfcfc;
  border-color: #08f7ef !important;
}

.pf-btn-status-inhibit {
  color: #212529;
  background-color: #08f7ef;
  border-color: transparent !important;
  outline: none;
}
.pf-btn-status-inhibit:focus, .pf-btn-status-inhibit.focus {
  outline: none;
}
.pf-btn-status-inhibit:hover, .pf-btn-status-inhibit.hover {
  background-color: #07ded7 !important;
}
.pf-btn-status-inhibit:active, .pf-btn-status-inhibit.hover {
  background-color: #06c6bf !important;
}
.pf-btn-status-inhibit.disabled, .pf-btn-status-inhibit:disabled {
  background: #050506 !important;
  color: rgba(252, 252, 252, 0.4) !important;
}

.pf-status-static {
  color: #fcfcfc;
  background-color: #60686c;
  border-color: transparent !important;
  outline: none;
}

.pf-link-status-static {
  color: #60686c;
  outline: none;
  border-color: transparent !important;
}
.pf-link-status-static:focus {
  outline: none;
}

.pf-tag-status-static {
  color: #fcfcfc;
  background-color: #60686c;
  border: 1px solid #484e51;
  border-radius: 0px;
}

.pf-pill-status-static {
  color: #fcfcfc;
  border-color: #60686c !important;
}

.pf-btn-status-static {
  color: #fcfcfc;
  background-color: #60686c;
  border-color: transparent !important;
  outline: none;
}
.pf-btn-status-static:focus, .pf-btn-status-static.focus {
  outline: none;
}
.pf-btn-status-static:hover, .pf-btn-status-static.hover {
  background-color: #60686c !important;
}
.pf-btn-status-static:active, .pf-btn-status-static.hover {
  background-color: #60686c !important;
}
.pf-btn-status-static.disabled, .pf-btn-status-static:disabled {
  background: #050506 !important;
  color: rgba(252, 252, 252, 0.4) !important;
}

.pf-status-icon-sm {
  font-size: 10px !important;
}

.pf-status-led-shapes {
  display: inline-block;
  font-size: 12px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pf-led-small-shape-container {
  position: relative;
  height: 15px;
}

.pf-status-led-shapes.fa-diamond {
  font-size: 13px;
  margin-top: -1px;
}

.pf-status-led-shapes.fa-triangle, .led-shapes.fa-triangle-exclamation {
  font-size: 13.5px;
}

.pf-status-led-shapes.fa-exclamation {
  font-size: 15px;
}

.pf-status-led-shapes.fa-triangle {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
  margin-left: -1px;
  margin-top: -1px;
}

.pf-status-led-shapes.pf-icons-small-status {
  font-size: 15px;
  width: 20px;
  margin-left: -1px;
}

.pf-status-led-shapes.fa-circle {
  font-size: 13px;
}

.pf-led-span-width {
  width: 20px;
}

.pf-classification-topsecretsci {
  color: #000000;
  background-color: #ffca24;
  border-color: transparent !important;
  outline: none;
}

.pf-classification-topsecret {
  color: #000000;
  background-color: #F39237;
  border-color: transparent !important;
  outline: none;
}

.pf-classification-secret {
  color: #ffffff;
  background-color: #e93226;
  border-color: transparent !important;
  outline: none;
}

.pf-classification-confidential {
  color: #ffffff;
  background-color: #003e84;
  border-color: transparent !important;
  outline: none;
}

.pf-classification-cui {
  color: #ffffff;
  background-color: #3626A7;
  border-color: transparent !important;
  outline: none;
}

.pf-classification-unclassified {
  color: #ffffff;
  background-color: #006600;
  border-color: transparent !important;
  outline: none;
}

.pf-application-state-tag-production {
  background-color: #00777a;
  color: #fcfcfc !important;
  border-radius: 3px !important;
  line-height: unset !important;
  vertical-align: baseline !important;
}

.pf-application-state-tag-exercise {
  background-color: #6058a8;
  color: #fcfcfc !important;
  border-radius: 3px !important;
  line-height: unset !important;
  vertical-align: baseline !important;
}

.pf-application-state-tag-training {
  background-color: #610074;
  color: #fcfcfc !important;
  border-radius: 3px !important;
  line-height: unset !important;
  vertical-align: baseline !important;
}

.pf-application-state-tag-development {
  background-color: #af420a;
  color: #fcfcfc !important;
  border-radius: 3px !important;
  line-height: unset !important;
  vertical-align: baseline !important;
}

.pf-pill-text {
  max-width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 2px;
}

.pf-pill-container {
  min-width: 3rem;
  max-width: 4rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 0.7rem;
  float: right;
  box-sizing: border-box;
  font-weight: 700;
  border-radius: 25px;
  margin: 4px 0;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border: 1px solid;
}
.pf-pill-container.clickable:hover, .pf-pill-container.selected {
  cursor: pointer;
  background-color: rgba(28, 31, 34, 0.5);
}

.pf-pills-container {
  display: flex;
  flex-flow: row;
  align-items: center;
  white-space: nowrap;
}

.pf-pill-status-default {
  border-color: #dcdee0 !important;
}
.pf-pill-status-default i {
  color: #dcdee0;
  min-width: 14px;
}

.pf-pill-icon-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pf-pill-icon-container .fa-triangle, .pf-pill-icon-container .fa-alarm-clock {
  margin-top: -1px;
}

.p-component {
  font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
}

.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.p-component-overlay-enter {
  animation: p-component-overlay-enter-animation 150ms forwards;
}

.p-component-overlay-leave {
  animation: p-component-overlay-leave-animation 150ms forwards;
}

@keyframes p-component-overlay-enter-animation {
  from {
    background-color: transparent;
  }
  to {
    background-color: var(--maskbg);
  }
}
@keyframes p-component-overlay-leave-animation {
  from {
    background-color: var(--maskbg);
  }
  to {
    background-color: transparent;
  }
}
body .p-calendar input.p-inputtext {
  border-bottom: 1px solid #abb4ba !important;
  background: transparent;
}
body .p-datepicker-month,
body .p-datepicker-year {
  border: 0 none;
  background-color: transparent;
  color: #fcfcfc;
  padding: 0px 1px;
  text-transform: uppercase;
}

.p-datepicker {
  padding: 1.5em;
  min-width: 20em;
  background-color: #171a1c;
  color: #fcfcfc;
  border: 1px solid #abb4ba;
}
.p-datepicker:not(.p-datepicker-inline) {
  border: 0px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover,
.p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover {
  color: #169df8;
}
.p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2em #3082ce;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):hover {
  background-color: #3082ce;
}
.p-datepicker:not(.p-disabled) .p-monthpicker a.p-monthpicker-month:hover {
  background-color: #3082ce;
}
.p-datepicker .p-datepicker-header {
  padding: 0.429em 0.857em 0.429em 0.857em;
  background-color: transparent;
  color: #fcfcfc;
  border-radius: 0;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  cursor: pointer;
  top: 0;
  color: #dcdee0;
  transition: color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
.p-datepicker .p-datepicker-header .p-datepicker-title select {
  margin-top: -0.35em;
  margin-bottom: 0;
  transition: color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2em #3082ce;
}
.p-datepicker table {
  font-size: 12px;
  margin: 0.857em 0 0 0;
}
.p-datepicker table th {
  padding: 0.5em;
  color: #fcfcfc;
}
.p-datepicker table th.p-datepicker-weekheader {
  border-right: 1px solid #abb4ba;
}
.p-datepicker table td {
  padding: 0.4em 0.2em 0.2em 0.2em;
}
.p-datepicker table td > span {
  display: block;
  text-align: center;
  color: #dcdee0;
  padding: 0.4em 0.2em 0.2em 0.2em;
  transition: box-shadow 0.2s;
  border-radius: 12px;
  width: 25px;
  height: 25px;
}
.p-datepicker table td > span.p-highlight {
  color: #fcfcfc;
  background-color: #274059;
}
.p-datepicker table td > a {
  cursor: pointer;
}
.p-datepicker table td > a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2em #3082ce;
}
.p-datepicker table td.p-datepicker-today > span {
  background-color: #cccfd1;
  color: #070808;
}
.p-datepicker table td.p-datepicker-today > span:hover {
  background-color: #b1b6b9 !important;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #fcfcfc !important;
  background-color: #274059 !important;
}
.p-datepicker table td.p-datepicker-weeknumber {
  border-right: 1px solid #abb4ba;
}
.p-datepicker .p-datepicker-buttonbar {
  border-top: 1px solid #373e43;
}
.p-datepicker .p-timepicker {
  border: 0 none;
  border-top: 1px solid #373e43;
  padding: 0.857em;
}
.p-datepicker .p-timepicker button .p-icon-wrapper {
  color: #dcdee0;
}
.p-datepicker .p-timepicker span {
  color: #fcfcfc;
  font-size: 1.286em;
}
.p-datepicker .p-timepicker div {
  margin: 5px;
}
.p-datepicker .p-timepicker:hover,
.p-datepicker .p-timepicker button .p-icon-wrapper:hover {
  color: #169df8;
}
.p-datepicker .p-monthpicker .p-monthpicker-month {
  color: #fcfcfc;
}
.p-datepicker.p-datepicker-timeonly {
  padding: 0;
}
.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-right: 1px solid #373e43;
  padding-right: 1.5em;
  padding-left: 1.5em;
  padding-top: 0;
  padding-bottom: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
  border-right: 0 none;
}

.p-calendar.p-calendar-w-btn .p-inputtext {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0 none;
}
.p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-state-error), .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-state-error) {
  border-right: 0 none;
}
.p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button {
  width: 2.357em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.p-fluid .p-calendar.p-calendar-w-btn input.p-inputtext {
  width: calc(100% - 2.357em);
}

p-calendar.ng-invalid > .p-calendar > .p-inputtext {
  border: 1px solid #e93226;
}

.p-calendar .p-datepicker {
  min-width: 135px;
  width: 254px;
}

.p-checkbox {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.p-checkbox .p-checkbox-box {
  border: 1px solid #abb4ba;
  background-color: transparent;
  border-radius: 0.15rem;
  width: 12px;
  height: 12px;
  text-align: center;
}
.p-checkbox .p-checkbox-box:not(.p-disabled):hover {
  border-color: #fcfcfc;
}
.p-checkbox .p-checkbox-box.p-state-focus {
  border-color: #fcfcfc;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #abb4ba;
  background-color: #abb4ba;
  color: #101214;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23101214' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>");
}
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
  border-color: #fcfcfc;
  background-color: #abb4ba;
  color: #101214;
}
.p-checkbox .p-checkbox-box.p-highlight checkicon {
  display: none;
}
.p-checkbox .p-checkbox-box:focus {
  border-color: #fcfcfc;
}
.p-checkbox .p-checkbox-box:hover {
  border-color: #fcfcfc;
}

.p-disabled .p-checkbox .p-checkbox-box {
  pointer-events: none;
  background-color: rgba(176, 176, 176, 0.4);
  border-color: #abb4ba;
  opacity: 0.5;
}
.p-disabled .p-checkbox .p-checkbox-box:hover {
  border-color: rgba(252, 252, 252, 0.4);
  opacity: 0.5;
}
.p-disabled .p-checkbox .p-checkbox-box.p-highlight:disabled {
  opacity: 0.5;
  border-color: #abb4ba;
}

.p-checkbox-label {
  margin: 0 0 0 0.5em;
}

p-checkbox.ng-invalid .p-checkbox-box {
  border: 1px solid #e93226;
}

.p-chips {
  width: 100%;
}
.p-chips > ul.p-inputtext {
  padding: 0.2145em 0.429em;
  padding-left: 0px;
  display: inline-block;
  color: #fcfcfc;
  border: none;
  border-bottom: 1px solid #abb4ba;
  box-shadow: none;
  outline: 0;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
}
.p-chips > ul.p-inputtext:focus:not(.ng-invalid) {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2em #3082ce;
  border-color: #169df8;
}
.p-chips > ul.p-inputtext:focus-within {
  border-bottom: 1px solid #169df8;
}
.p-chips > ul.p-inputtext.ng-invalid.ng-dirty {
  border: 0px;
  border-bottom: 1px solid #e93226;
  color: #e93226;
}
.p-chips > ul.p-inputtext.p-disabled {
  border-bottom: 1px dashed #abb4ba !important;
  background: unset;
  opacity: 0.5;
}
.p-chips > ul.p-inputtext:read-only {
  pointer-events: all;
  cursor: default;
}
.p-chips > ul.p-inputtext .p-chips-input-token {
  padding: 0.2145em 0;
}
.p-chips > ul.p-inputtext .p-chips-input-token input {
  font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #fcfcfc;
}
.p-chips > ul.p-inputtext .p-chips-input-token input:hover {
  border: 0 none;
}
.p-chips > ul.p-inputtext .p-chips-input-token input:focus {
  border: 0 none;
}
.p-chips > ul.p-inputtext .p-chips-token {
  font-size: 12px;
  padding: 0.2145em 0.429em;
  margin: 0 0.286em 0 0;
  background: #3082ce;
  color: #fcfcfc;
}
.p-chips > ul.p-inputtext .p-chips-token-icon {
  padding-left: 5px;
  color: #abb4ba;
  cursor: hand !important;
}

p-chips.ng-invalid > .p-inputtext {
  border: 1px solid #e93226;
}

.pf-input-display-only .p-chips, .pf-chips-read-only .p-chips, .pf-chips-display-only .p-chips {
  pointer-events: none;
  cursor: not-allowed;
}
.pf-input-display-only .p-inputtext, .pf-chips-read-only .p-inputtext, .pf-chips-display-only .p-inputtext {
  padding-left: 0px !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}
.pf-input-display-only .p-inputtext li, .pf-chips-read-only .p-inputtext li, .pf-chips-display-only .p-inputtext li {
  pointer-events: none;
  cursor: not-allowed;
}
.pf-input-display-only .p-inputtext timescircleicon, .pf-chips-read-only .p-inputtext timescircleicon, .pf-chips-display-only .p-inputtext timescircleicon {
  visibility: hidden;
  width: 0px;
}

.pf-chips-read-only .p-inputtext {
  border-bottom: 1px dashed #abb4ba !important;
}
.pf-chips-read-only .p-chips-input-token {
  visibility: hidden;
}

.pf-chips-display-only .p-inputtext {
  border-bottom-color: transparent !important;
}
.pf-chips-display-only .p-chips-input-token {
  visibility: hidden;
}

.pf-p-dropdown-filter-icon-base, .p-dropdown-filter-icon, .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  color: #abb4ba;
  top: 50%;
  margin-top: -0.5em;
  right: 0.5em;
  left: auto;
}

.pf-p-dropdown-header-base, .p-dropdown-header, .p-multiselect-panel .p-multiselect-header {
  padding: 0.429em 0.857em 0.429em 0.857em;
  border-bottom: solid 1px rgba(171, 180, 186, 0.5);
  color: #fcfcfc;
  background-color: #171a1c;
  margin: 0;
  margin-bottom: 8px;
}

.pf-p-dropdown-filter-inputtext-base, .p-dropdown-filter-container .p-inputtext, .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding: 0.429em;
  padding-right: 2em;
  padding-left: 0px;
}

.p-dropdown-clear-icon {
  right: 1rem;
  margin-top: -0.37rem;
}

p-inputnumber .p-inputnumber {
  width: 100%;
}
p-inputnumber .p-inputnumber-input {
  padding-left: 25px;
  padding-right: 25px;
}
p-inputnumber .p-button-icon-only {
  height: 20px;
  width: 20px;
  margin-top: 4px;
  z-index: 5;
}
p-inputnumber .p-inputnumber-button-down {
  margin-right: -20px;
}
p-inputnumber .p-inputnumber-button-up {
  margin-left: -20px;
}

.p-inputnumber-no-padding {
  padding-left: 0px !important;
}

.pf-inputnumber-read-only .p-inputtext {
  border-bottom: 1px dashed #abb4ba !important;
}

.pf-inputnumber-display-only .p-inputtext {
  border-bottom-color: transparent !important;
}

body *:focus,
body .p-state-focus {
  box-shadow: none !important;
  outline: none;
}
body .p-inputtext {
  color: #fcfcfc;
  letter-spacing: 0.03em;
}
body .p-float-label {
  margin-bottom: 5px;
  margin-top: 24px;
}
body .p-float-label > label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  left: 0rem;
  transition-duration: 0.2s;
  line-height: 1.25;
  color: #cccfd1;
}
body .p-float-label > label:focus-within {
  color: #169df8;
}
body .p-float-label > label.ng-invalid.ng-dirty {
  color: #e93226;
}
body .p-float-label > label:hover {
  color: #fcfcfc;
}
body .p-float-label > input:focus ~ label,
body .p-float-label > input.p-state-filled ~ label,
body .p-float-label > textarea:focus ~ label,
body .p-float-label > textarea.p-state-filled ~ label,
body .p-float-label > .p-inputwrapper-focus ~ label,
body .p-float-label > .p-inputwrapper-filled ~ label {
  font-size: 11px;
  top: -0.5em;
}
body .p-float-label > input:focus ~ label,
body .p-float-label > textarea:focus ~ label,
body .p-float-label > .p-inputwrapper-focus ~ label {
  color: #169df8;
}
body .p-float-label > input[disabled] ~ label,
body .p-float-label > p-inputnumber[disabled] ~ label,
body .p-float-label > textarea[disabled] ~ label,
body .p-float-label > p-chips[disabled] ~ label {
  color: rgba(204, 207, 209, 0.4);
}
body .p-float-label > input.ng-invalid.ng-dirty ~ label,
body .p-float-label > textarea.ng-invalid.ng-dirty ~ label {
  color: #e93226;
}
body input.p-inputtext,
body textarea.p-inputtext {
  border: none;
  border-bottom: 1px solid #abb4ba;
  box-shadow: none;
  outline: 0;
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
body input.p-inputtext:focus-within,
body textarea.p-inputtext:focus-within {
  border-bottom: 1px solid #169df8;
}
body input.p-inputtext.ng-invalid.ng-dirty,
body textarea.p-inputtext.ng-invalid.ng-dirty {
  border: 0px;
  border-bottom: 1px solid #e93226;
  color: #e93226;
}
body input.p-inputtext:disabled,
body textarea.p-inputtext:disabled {
  border-bottom: 1px dashed #abb4ba;
  background: unset;
  opacity: 0.4;
}
body input.p-inputtext:read-only,
body textarea.p-inputtext:read-only {
  border-bottom: 1px dashed #abb4ba;
  background: unset;
}
body textarea.p-inputtext:read-only {
  pointer-events: all !important;
  cursor: default !important;
}
body .p-float-label input:focus ~ label,
body .p-float-label input.p-filled ~ label,
body .p-float-label textarea:focus ~ label,
body .p-float-label textarea.p-filled ~ label,
body .p-float-label .p-inputwrapper-focus ~ label,
body .p-float-label .p-inputwrapper-filled ~ label {
  top: -0.3rem;
  font-size: 11px;
}
body .p-float-label input:focus ~ label > .pf-float-ellipse-icon-right,
body .p-float-label input.p-filled ~ label > .pf-float-ellipse-icon-right,
body .p-float-label textarea:focus ~ label > .pf-float-ellipse-icon-right,
body .p-float-label textarea.p-filled ~ label > .pf-float-ellipse-icon-right,
body .p-float-label .p-inputwrapper-focus ~ label > .pf-float-ellipse-icon-right,
body .p-float-label .p-inputwrapper-filled ~ label > .pf-float-ellipse-icon-right {
  top: 0px;
}

.p-float-label-no-margin {
  margin-top: 0px !important;
}

.p-inputtext {
  font-size: 12px;
  color: #fcfcfc;
  background: transparent;
  padding: 0.429em;
  padding-left: 0px;
  border: 1px solid #abb4ba;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}
.p-inputtext.ng-invalid.ng-dirty {
  border: 1px solid #e93226;
}
.p-inputtext:enabled:hover:not(.ng-invalid):not(:read-only) {
  border-color: #fcfcfc;
}
.p-inputtext:enabled:focus:not(.ng-invalid):not(:read-only) {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2em #3082ce;
  border-color: #169df8;
}
.p-inputtext:read-only {
  pointer-events: none;
  cursor: not-allowed;
}

p-inputmask.ng-invalid > .p-inputtext {
  border: 1px solid #e93226;
}

.p-inputswitch {
  padding-left: 20px;
  padding-right: 20px;
  top: -9px;
  right: -5px;
}

.p-inputswitch.p-disabled {
  opacity: unset;
}

.p-inputswitch .p-inputswitch-slider {
  background: #40494e;
  border-radius: 28px;
  height: 10px;
  width: 29px;
  border: 0px solid #abb4ba;
}
.p-inputswitch .p-inputswitch-slider::before {
  margin-left: -1px;
  background: #169df8;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 1px 0 rgba(0, 0, 0, 0.12);
  border: 0px solid #169df8;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  transition-duration: 0.2s;
}

.single-switch .p-inputswitch:not(.p-inputswitch-checked) .p-inputswitch-slider::before {
  background-color: #dcdee0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 1px 0 rgba(0, 0, 0, 0.12);
  border: 0px solid #169df8;
}

.p-inputswitch.p-inputswitch-checked:not(.p-disabled) .p-inputswitch-slider {
  background-color: #40494e;
  border: transparent;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled) .p-inputswitch-slider::before {
  transform: translateX(14px);
}

.p-inputswitch.p-disabled:not(.p-inputswitch-checked) .p-inputswitch-slider {
  background: rgba(64, 73, 78, 0.4);
  border: 0px solid #abb4ba;
}
.p-inputswitch.p-disabled:not(.p-inputswitch-checked) .p-inputswitch-slider::before {
  opacity: 1;
  background-color: #484e51;
  border-color: black;
}

.p-inputswitch.p-inputswitch-checked.p-disabled .p-inputswitch-slider {
  background-color: rgba(64, 73, 78, 0.4);
}
.p-inputswitch.p-inputswitch-checked.p-disabled .p-inputswitch-slider::before {
  transform: translateX(14px);
  opacity: 1 !important;
  background-color: #04548a;
  border-color: black;
}

.p-inputswitch-label {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.p-inputswitch-label-selected {
  font-weight: bold;
}

.p-inputswitch-label-unselected {
  font-weight: normal;
}

.p-inputswitch-label-single {
  cursor: default !important;
}

.p-inputswitch-label-disabled {
  cursor: default !important;
  pointer-events: none;
  opacity: 0.4;
}

.p-float-label > p-multiselect:has(> .p-disabled) ~ label {
  color: rgba(204, 207, 209, 0.4);
}

.p-multiselect {
  background: transparent;
  min-width: 100% !important;
  width: 100%;
  outline: 0 !important;
  border-bottom: 1px solid #abb4ba;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.p-multiselect:not(.p-disabled):hover {
  border-bottom: 1px solid #fcfcfc !important;
}
.p-multiselect:not(.p-disabled):hover .p-multiselect-label {
  color: #fcfcfc;
}
.p-multiselect:focus-within {
  border-bottom: 1px solid #169df8 !important;
}
.p-multiselect.p-disabled {
  border-bottom: 1px dashed #abb4ba !important;
}
.p-multiselect:not(.p-disabled).p-state-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2em #3082ce;
  border-color: #169df8;
}
.p-multiselect .p-multiselect-label {
  padding: 0.429em;
  padding-left: 0px;
  padding-right: 2em;
  color: #fcfcfc;
}
.p-multiselect .p-multiselect-label .p-placeholder {
  color: #abb4ba;
}
.p-multiselect .p-multiselect-trigger {
  color: #abb4ba;
  font-size: 0.7rem !important;
}
.p-multiselect .p-multiselect-trigger:hover {
  color: #fcfcfc;
}

.p-multiselect-panel {
  padding: 0;
  border: 0px solid #abb4ba;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
.p-multiselect-panel .p-multiselect-header .p-chkbox {
  margin-right: 0.5em;
  float: none;
  vertical-align: middle;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  color: #abb4ba;
  top: 50%;
  margin-top: 0em;
  line-height: 1;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
  color: #fcfcfc;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2em #3082ce;
}
.p-multiselect-panel .p-multiselect-items {
  padding: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0px;
  padding: 0.429em 0.857em;
  border: 0 none;
  background-color: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-disabled .p-checkbox-box {
  cursor: auto;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-disabled .p-checkbox-box:hover {
  border: 1px solid #abb4ba;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-disabled .p-checkbox-box.p-highlight:hover {
  border-color: #abb4ba;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2em #c3e6fd;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-chkbox {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item label {
  display: inline-block;
  vertical-align: middle;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item span {
  margin-top: 1px;
}

p-multiselect.ng-invalid.ng-dirty > .p-multiselect {
  border-bottom: 1px solid #e93226 !important;
}

p-multiselect.ng-invalid.ng-dirty + label {
  color: #e93226;
}

p-multiselect.ng-invalid.ng-dirty > div.p-multiselect > div.p-multiselect-label-container > label {
  color: #e93226;
}

p-multiselect.ng-invalid.ng-dirty > div.p-multiselect > div.p-multiselect-label-container > span {
  color: #e93226;
}

p-multiselect.ng-invalid.ng-dirty > div.p-multiselect > div.p-multiselect-trigger > span {
  color: #e93226;
}

p-multiselect.multi-select-word-wrap .p-multiselect-label {
  word-wrap: break-word;
  white-space: unset;
}

.p-multiselect-empty-message {
  color: #abb4ba;
  margin-left: 10px;
}

.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-disabled,
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-disabled div {
  pointer-events: auto !important;
}

.p-disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.p-slider {
  background-color: #abb4ba;
  border: 0 none;
  border-radius: 20px;
}
.p-slider.p-slider-horizontal {
  height: 0.286em;
}
.p-slider.p-slider-horizontal .p-slider-handle {
  top: 50%;
  margin-top: -0.5715em;
}
.p-slider.p-slider-vertical {
  width: 0.286em;
}
.p-slider.p-slider-vertical .p-slider-handle {
  left: 50%;
  margin-left: -0.5715em;
}
.p-slider .p-slider-handle {
  height: 1.143em;
  width: 1.143em;
  background-color: #171a1c;
  border: 2px solid #169df8;
  border-radius: 100%;
  transition: box-shadow 0.2s;
}
.p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2em #3082ce;
}
.p-slider .p-slider-range {
  background-color: #169df8;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
  background-color: 2px solid #48b2f9;
  border: 2px solid #48b2f9;
}
.p-slider.p-slider-animate .p-slider-handle {
  transition: box-shadow 0.2s, left 0.2s;
}

.p-fluid .p-spinner .p-spinner-input {
  padding-right: 2.429em;
}
.p-fluid .p-spinner .p-spinner-button {
  width: 2em;
}
.p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon {
  left: 50%;
}

p-spinner.ng-invalid > .p-inputtext {
  border: 1px solid #e93226;
}

body .p-splitbutton {
  vertical-align: top;
  text-align: left;
}
body .p-splitbutton .p-splitbutton-defaultbutton,
body .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button,
body .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button {
  flex: 1 1 auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-right: 0 none;
  letter-spacing: 0.03em;
}
body .p-splitbutton .p-splitbutton-defaultbutton:disabled,
body .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button:disabled,
body .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button:disabled {
  opacity: 0.4;
  box-shadow: none;
}
body .p-splitbutton-menubutton,
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-style: solid;
  border-width: 1px;
  letter-spacing: 0.03em;
  width: 40px;
}
body .p-splitbutton-menubutton:disabled,
body .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button:disabled,
body .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button:disabled {
  opacity: 0.4;
  box-shadow: none;
}
body .p-splitbutton .p-menu {
  min-width: 100%;
}
body .p-fluid .p-splitbutton {
  display: flex;
}

body .p-table .p-table-loading-icon {
  font-size: 1.5em;
}
body .p-table .p-table-tbody > tr:focus {
  outline: none;
}
body .p-table .p-table-tbody > tr:focus + tr > td {
  box-shadow: 0 -0.1em 0 0 #3082ce;
}
body .p-table .p-table-tbody > tr:focus > td {
  box-shadow: 0 -0.1em 0 0 #3082ce, 0 0.1em 0 0 #3082ce;
}
body .p-table .p-table-tbody > tr:focus > td:first-child {
  box-shadow: 0.1em -0.02em 0 0.1em #3082ce;
}
body .p-table .p-table-tbody > tr:focus > td:last-child {
  box-shadow: 0 -0.1em 0 0 #3082ce, 0 0.1em 0 0 #3082ce;
}
body .p-table .p-table-tbody td {
  -webkit-user-select: none;
}
body .p-table.p-table-hoverable-rows .p-table-tbody > tr.p-selectable-row.p-state-highlight:hover {
  cursor: pointer;
  background-color: #1F3347;
  color: #fcfcfc;
}
body .p-table .p-table-caption,
body .p-table .p-table-summary {
  border: none;
  background-color: #1c1f22;
}

.p-datatable .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}

.p-datatable .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}

.p-paginator {
  background: transparent;
  color: #dcdee0;
  padding: 0.5rem 1rem;
}

.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: transparent;
  border: 0 none;
  color: #dcdee0;
  min-width: 2.5rem;
  height: 2.5rem;
  margin: 0.143rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
  border-radius: 50%;
}

.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: transparent;
  border-color: transparent;
  color: #169df8;
}

.p-paginator .p-paginator-first {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.p-paginator .p-paginator-last {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}

.p-paginator .p-paginator-page-input {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.p-paginator .p-paginator-page-input .p-inputtext {
  max-width: 2.5rem;
}

.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: transparent;
  border: 0 none;
  color: #dcdee0;
  min-width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  margin: 0.143rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s;
  border-radius: 50%;
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  border: 1px solid #abb4ba;
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight:hover {
  cursor: default !important;
  background: #274059 !important;
  color: #fcfcfc !important;
}

.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: transparent;
  border-color: transparent;
  color: #169df8;
}

.p-paginator .p-paginator-current {
  color: #fcfcfc;
}

.p-datatable .p-datatable-header {
  background: #1c1f22;
  color: #fcfcfc;
  border: 1px solid #abb4ba;
  border-width: 1px 0 1px 0;
  padding: 0.571em 1em;
  font-weight: 700;
}

.p-datatable .p-datatable-footer {
  background: #1c1f22;
  color: #fcfcfc;
  font-weight: 700;
}

.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 0.3em 0.857em;
  font-weight: 600;
  color: #cccfd1;
  transition: box-shadow 0.2s;
}

.p-datatable .p-datatable-thead > tr, .p-datatable .p-datatable-footer > tr {
  border: 1px solid #101214;
  border-width: 1px 0px 1px 0px;
  background: #1c1f22;
  display: flex;
}

.p-datatable .p-datatable-tfoot > tr > td {
  text-align: left;
  padding: 0.3em 0.857em;
  border: 1px solid #abb4ba;
  border-width: 0 0 1px 0;
  font-weight: 700;
  color: #fcfcfc;
  background-color: #1c1f22;
}

.p-datatable .p-sortable-column .p-sortable-column-icon {
  margin-left: 0.5rem;
  margin-right: 0.1rem;
  font-size: 14px;
  margin-top: 2px;
  color: #dcdee0;
}

.p-datatable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  background: #1c1f22;
  margin-left: 0.5rem;
}

.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon:hover {
  color: #fcfcfc;
}

.p-datatable .p-sortable-column.p-highlight {
  background: #1c1f22;
  color: #cccfd1;
}

.p-datatable .p-datatable-tbody > tr {
  background: #1c1f22;
  color: #fcfcfc;
  transition: box-shadow 0.2s;
  outline-color: #1F3347;
  width: unset;
  border-top: 0px solid #101214;
  display: flex;
}

.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border-width: 0 0 1px 0;
  padding: 0.3em 0.857em;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
  width: 2rem;
  height: 2rem;
  color: #cccfd1;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
  color: #cccfd1;
  border-color: transparent;
  background: #1c1f22;
}

.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus {
  outline: 0 none;
  outline-offset: 0;
}

.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
  margin-right: 0.5rem;
}

.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #373e43;
}

.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #373e43;
}

.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
  background: #1F3347;
  color: #fcfcfc;
}

.p-datatable .p-column-resizer-helper {
  background: #169df8;
}

.p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
  background: #1c1f22;
}

.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
  background-color: #1c1f22;
}

.p-datatable .p-datatable-loading-icon {
  font-size: 2rem;
}

.p-datatable.p-datatable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}

.p-datatable.p-datatable-gridlines .p-datatable-footer {
  border-width: 0 1px 1px 1px;
}

.p-datatable.p-datatable-gridlines .p-paginator-top {
  border-width: 0 1px 0 1px;
}

.p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
}

.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-width: 1px 1px 1px 1px;
}

.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border-width: 1px;
}

.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
  border-width: 1px;
}

.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
  background: #24282C;
}

.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
  color: #cccfd1;
}

.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
  color: #cccfd1;
}

.p-datatable.p-datatable-sm .p-datatable-header {
  padding: 0.5rem 0.5rem;
}

.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}

.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}

.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}

.p-datatable.p-datatable-sm .p-datatable-footer {
  padding: 0.5rem 0.5rem;
}

.p-datatable.p-datatable-lg .p-datatable-header {
  padding: 1.25rem 1.25rem;
}

.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}

.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}

.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}

.p-datatable.p-datatable-lg .p-datatable-footer {
  padding: 1.25rem 1.25rem;
}

.p-columnfilter {
  height: 18px;
}

.p-column-filter-menu-button {
  top: -1px;
  width: 24px;
  padding-right: 1px !important;
  padding-left: 1px !important;
}
.p-column-filter-menu-button span {
  font-size: 16px;
  margin-top: -1px;
}
.p-column-filter-menu-button .pi-filter-icon {
  color: #dcdee0;
}

.p-column-filter-menu-button-active .pi-filter-icon {
  color: #f4f5f5;
}
.p-column-filter-menu-button-active .pi-filter-icon i {
  font-weight: 900 !important;
}

.p-column-filter-overlay {
  padding: 10px;
  background-color: #171a1c;
  border: 0px solid #abb4ba;
  border-radius: 3px;
  width: 250px;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}

.p-datatable-table {
  min-width: 100% !important;
}

.p-datatable-table .multiSelect-checkbox {
  min-width: 40px;
  width: 40px;
}

.pf-table-column-header-groups {
  border-bottom-width: 0px !important;
}

.pf-table-column-header-group {
  cursor: default;
}

.column-header-border-left {
  border-left: 1px solid #101214;
}

.column-header-border-right {
  border-right: 1px solid #101214;
}

.p-tree {
  border: 1px solid transparent;
  background: transparent;
  color: #fcfcfc;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content {
  border-radius: 3px;
  transition: box-shadow 0.2s;
  padding: 0;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
  width: 2rem;
  height: 1.75rem;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
  border-color: transparent;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 0.5rem;
  color: #abb4ba;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #abb4ba;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
  background: #3082ce;
  color: #fcfcfc;
}

.p-tree .p-tree-filter-container {
  margin-bottom: 0.5rem;
}

.p-tree .p-tree-filter-container .p-tree-filter {
  width: 100%;
  padding-right: 1.5rem;
}

.p-tree .p-tree-filter-container .p-tree-filter-icon {
  right: 0.5rem;
  color: #abb4ba;
}

.p-tree .p-treenode-children {
  padding: 0 0 0 1rem;
}

.p-tree .p-tree-loading-icon {
  font-size: 2rem;
}

.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
  background-color: #3082ce;
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  border-radius: 3px;
  border: 1px solid #1c1f22;
  background-color: #1c1f22;
  color: #fcfcfc;
  padding: 0;
  transition: box-shadow 0.2s;
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
  color: #abb4ba;
  margin-right: 0.5rem;
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}

.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #3082ce;
}

.p-accordion-toggle-icon {
  font-size: 10px;
  margin-left: 10px;
}

.p-accordion-header-text {
  margin: 0 0 0 10.8px;
  font-weight: normal;
}

.p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-disabled) a {
  border-bottom: 1px solid #101214 !important;
}

p-header {
  width: 100%;
}

.p-toggleable-content {
  visibility: unset !important;
}

.p-accordion {
  border-radius: 0px;
}
.p-accordion .p-accordion-header {
  margin-bottom: 0px;
  margin-top: 0px;
}
.p-accordion .p-accordion-header:not(.p-disabled) a {
  border-top: 1px solid #101214 !important;
}
.p-accordion .p-accordion-header a {
  border-radius: 0px;
  border-left: none;
  border-right: none;
  display: flex;
  align-content: center;
  min-height: 40px;
  padding: 0.571em 1em;
  color: #fcfcfc;
  background-color: #1c1f22;
  font-weight: 700;
  border-radius: 0rem;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-accordion .p-accordion-header a span {
  display: flex;
  align-items: center;
  text-decoration: unset !important;
}
.p-accordion .p-accordion-header a span::before {
  vertical-align: middle;
}
.p-accordion .p-accordion-header a:hover {
  text-decoration: none !important;
}
.p-accordion .p-accordion-header a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2em #3082ce;
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
  background-color: #171a1c;
  border: 1px solid #abb4ba;
  color: #fcfcfc;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
  border: 1px solid #101214;
  color: #fcfcfc;
  background-color: #171a1c;
  border-top: 1px solid #101214 !important;
  border-bottom: 1px solid #101214 !important;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
  border: 1px solid #abb4ba;
  color: #fcfcfc;
  background-color: #171a1c;
}
.p-accordion .p-accordion-content {
  padding: 0.571em 1em;
  border: 1px solid #abb4ba;
  background-color: #1c1f22;
  color: #fcfcfc;
}
.p-accordion p-accordiontab:not(:last-child) .p-accordion-header a {
  border-bottom: none;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a,
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a {
  border: none;
}
.p-accordion p-accordiontab:not(:last-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a,
.p-accordion p-accordiontab:not(:last-child) .p-accordion-header:not(.p-disabled).p-highlight:hover a {
  border-top: 1px solid #abb4ba;
}
.p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
  border-top: 1px solid #abb4ba;
  border-bottom: 1px solid #abb4ba;
}
.p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-disabled).p-highlight:hover a {
  border-top: 1px solid #abb4ba;
}
.p-accordion .p-accordion-content {
  border: none;
}

.pf-accordion-tab-color-palette-teal-700 .p-accordion-tab .p-accordion-header a {
  color: #fcfcfc !important;
  background-color: #00777a !important;
}
.pf-accordion-tab-color-palette-teal-700 .p-accordion-tab .p-accordion-header a:hover, .pf-accordion-tab-color-palette-teal-700 .p-accordion-tab .p-accordion-header a.hover {
  background-color: #009ca0 !important;
  color: #fcfcfc !important;
}
.pf-accordion-tab-color-palette-teal-700 .p-accordion-tab .p-accordion-header a:active, .pf-accordion-tab-color-palette-teal-700 .p-accordion-tab .p-accordion-header a.hover {
  background-color: #00a9ad !important;
  color: #fcfcfc !important;
}

.pf-accordion-tab-color-palette-hotorange-600 .p-accordion-tab .p-accordion-header a {
  color: #fcfcfc !important;
  background-color: #af420a !important;
}
.pf-accordion-tab-color-palette-hotorange-600 .p-accordion-tab .p-accordion-header a:hover, .pf-accordion-tab-color-palette-hotorange-600 .p-accordion-tab .p-accordion-header a.hover {
  background-color: #d3500c !important;
  color: #fcfcfc !important;
}
.pf-accordion-tab-color-palette-hotorange-600 .p-accordion-tab .p-accordion-header a:active, .pf-accordion-tab-color-palette-hotorange-600 .p-accordion-tab .p-accordion-header a.hover {
  background-color: #df540d !important;
  color: #fcfcfc !important;
}

.pf-accordion-tab-color-palette-pink-600 .p-accordion-tab .p-accordion-header a {
  color: #fcfcfc !important;
  background-color: #81009a !important;
}
.pf-accordion-tab-color-palette-pink-600 .p-accordion-tab .p-accordion-header a:hover, .pf-accordion-tab-color-palette-pink-600 .p-accordion-tab .p-accordion-header a.hover {
  background-color: #a100c0 !important;
  color: #fcfcfc !important;
}
.pf-accordion-tab-color-palette-pink-600 .p-accordion-tab .p-accordion-header a:active, .pf-accordion-tab-color-palette-pink-600 .p-accordion-tab .p-accordion-header a.hover {
  background-color: #ac00cd !important;
  color: #fcfcfc !important;
}

.pf-accordion-tab-color-palette-teal-600 .p-accordion-tab .p-accordion-header a {
  color: #fcfcfc !important;
  background-color: #009fa3 !important;
}
.pf-accordion-tab-color-palette-teal-600 .p-accordion-tab .p-accordion-header a:hover, .pf-accordion-tab-color-palette-teal-600 .p-accordion-tab .p-accordion-header a.hover {
  background-color: #00c4c9 !important;
  color: #fcfcfc !important;
}
.pf-accordion-tab-color-palette-teal-600 .p-accordion-tab .p-accordion-header a:active, .pf-accordion-tab-color-palette-teal-600 .p-accordion-tab .p-accordion-header a.hover {
  background-color: #00d1d6 !important;
  color: #fcfcfc !important;
}

.pf-accordion-tab-color-palette-hotorange-500 .p-accordion-tab .p-accordion-header a {
  color: #fcfcfc !important;
  background-color: #da5309 !important;
}
.pf-accordion-tab-color-palette-hotorange-500 .p-accordion-tab .p-accordion-header a:hover, .pf-accordion-tab-color-palette-hotorange-500 .p-accordion-tab .p-accordion-header a.hover {
  background-color: #f56414 !important;
  color: #fcfcfc !important;
}
.pf-accordion-tab-color-palette-hotorange-500 .p-accordion-tab .p-accordion-header a:active, .pf-accordion-tab-color-palette-hotorange-500 .p-accordion-tab .p-accordion-header a.hover {
  background-color: #f66c20 !important;
  color: #fcfcfc !important;
}

.pf-accordion-tab-color-palette-pink-500 .p-accordion-tab .p-accordion-header a {
  color: #fcfcfc !important;
  background-color: #a200c1 !important;
}
.pf-accordion-tab-color-palette-pink-500 .p-accordion-tab .p-accordion-header a:hover, .pf-accordion-tab-color-palette-pink-500 .p-accordion-tab .p-accordion-header a.hover {
  background-color: #c200e7 !important;
  color: #fcfcfc !important;
}
.pf-accordion-tab-color-palette-pink-500 .p-accordion-tab .p-accordion-header a:active, .pf-accordion-tab-color-palette-pink-500 .p-accordion-tab .p-accordion-header a.hover {
  background-color: #cd00f4 !important;
  color: #fcfcfc !important;
}

.p-overlaypanel {
  margin-top: 0px !important;
  background-color: #1c1f22;
}
.p-overlaypanel:before {
  border-bottom-color: #abb4ba;
}
.p-overlaypanel:after {
  border-bottom-color: #1c1f22;
}

.p-tabview-nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #abb4ba !important;
  margin-right: 1rem;
  padding: 0px;
  text-decoration: none !important;
}
.p-tabview-nav-link[aria-selected=true] {
  color: #fcfcfc !important;
  padding-bottom: 3px;
  font-weight: 500;
  border-bottom: 2px solid #fcfcfc;
}
.p-tabview-nav-link:hover[aria-selected=true] {
  font-weight: bold;
  color: #fcfcfc !important;
  border-bottom: 2px solid #fcfcfc;
}
.p-tabview-nav-link:hover {
  color: #fcfcfc !important;
  font-weight: 500;
  border-color: transparent;
  text-decoration: none;
}
.p-tabview-nav-link.disabled {
  color: #abb4ba !important;
  background-color: transparent;
  border-color: transparent;
  opacity: 0.4;
}

li:nth-last-child(2) > .p-tabview-nav-link {
  margin-right: 0px !important;
}

.p-tabview-nav-btn {
  position: relative !important;
  width: 20px;
  top: -2px !important;
}

.p-tabview-nav-container {
  display: flex;
  width: 100%;
  min-width: 0;
}

p-tabview.full-height {
  height: 100%;
}
p-tabview.full-height .p-tabview {
  height: 100%;
  display: flex;
  flex-direction: column;
}
p-tabview.full-height .p-tabview-panels {
  height: 100%;
}
p-tabview.full-height .p-tabview-panel {
  height: 100%;
}
p-tabview.full-height p-tabpanel {
  display: block;
}

.p-tabview-nav {
  margin: 0 !important;
}

.p-contextmenu {
  padding: 8px 0;
  border: 0px solid #abb4ba;
  width: 192px;
  border-radius: 3px;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-contextmenu ul {
  margin-bottom: 0px;
}
.p-contextmenu .p-disabled {
  pointer-events: unset;
  text-decoration: none !important;
}
.p-contextmenu .p-menuitem-link {
  padding: 8px 12px;
  font-weight: normal;
  border-radius: 0;
  transition: box-shadow 0.2s;
  display: block;
}
.p-contextmenu .p-menuitem-link .p-menuitem-icon {
  margin-right: 7px;
}
.p-contextmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2em #c3e6fd;
}
.p-contextmenu .p-submenu-list {
  padding: 0;
  border: 0px solid #abb4ba;
  border-radius: 3px;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-contextmenu .p-menuitem {
  margin: 0;
}
.p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon {
  right: 0.429em;
}
.p-contextmenu .p-menu-separator {
  display: block;
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #636363;
}

.p-menu, .p-tieredmenu, p-tieredmenusub > .p-submenu-list {
  padding: 8px 0 !important;
  border: 0px solid #abb4ba;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 5 !important;
}
.p-menu ul, .p-tieredmenu ul, p-tieredmenusub > .p-submenu-list ul {
  margin-bottom: 0px;
}
.p-menu .p-disabled, .p-tieredmenu .p-disabled, p-tieredmenusub > .p-submenu-list .p-disabled {
  pointer-events: unset;
  text-decoration: none !important;
}
.p-menu .p-menuitem-link, .p-tieredmenu .p-menuitem-link, p-tieredmenusub > .p-submenu-list .p-menuitem-link {
  padding: 8px 12px;
  font-weight: normal;
  border-radius: 0;
  transition: box-shadow 0.2s;
  display: flex;
}
.p-menu .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem-link .p-menuitem-icon, p-tieredmenusub > .p-submenu-list .p-menuitem-link .p-menuitem-icon {
  margin-right: 7px;
}
.p-menu .p-menuitem-link:focus, .p-tieredmenu .p-menuitem-link:focus, p-tieredmenusub > .p-submenu-list .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2em #c3e6fd;
}
.p-menu .p-menuitem, .p-tieredmenu .p-menuitem, p-tieredmenusub > .p-submenu-list .p-menuitem {
  width: 192px;
}
.p-menu .p-menuitem .p-menuitem-link, .p-tieredmenu .p-menuitem .p-menuitem-link, p-tieredmenusub > .p-submenu-list .p-menuitem .p-menuitem-link {
  padding: 8px 12px;
}
.p-menu .p-menuitem .p-menuitem-link .p-menuitem-text, .p-tieredmenu .p-menuitem .p-menuitem-link .p-menuitem-text, p-tieredmenusub > .p-submenu-list .p-menuitem .p-menuitem-link .p-menuitem-text {
  flex-grow: 2;
}
.p-menu .p-menuitem .p-menuitem-link .p-submenu-icon, .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon, p-tieredmenusub > .p-submenu-list .p-menuitem .p-menuitem-link .p-submenu-icon {
  font-size: 15px;
  opacity: 0.6;
}
.p-menu .p-submenu-header, .p-tieredmenu .p-submenu-header, p-tieredmenusub > .p-submenu-list .p-submenu-header {
  margin: 0;
  padding: 8px 12px;
  color: #fcfcfc;
  background-color: #1c1f22;
  font-weight: 700;
  border: 0 none;
}
.p-menu .p-menuitem-separator, .p-tieredmenu .p-menuitem-separator, p-tieredmenusub > .p-submenu-list .p-menuitem-separator {
  display: block;
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #636363;
}
.p-menu .p-submenu-list-flipped ul, .p-tieredmenu .p-submenu-list-flipped ul, p-tieredmenusub > .p-submenu-list .p-submenu-list-flipped ul {
  left: -100%;
}

.pi {
  font-size: 12px;
}

.pf-dropdown-panel {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  min-width: 100%;
  width: max-content;
  border: 0px solid #abb4ba;
}
.pf-dropdown-panel ul {
  margin-bottom: 0px;
}

.p-float-label > p-dropdown:has(> .p-disabled) ~ label {
  color: rgba(204, 207, 209, 0.4);
}

p-dropdown:focus, p-dropdown.focus {
  outline: none;
}
p-dropdown div div.p-dropdown-label-container label.p-placeholder {
  color: #abb4ba;
}

.p-dropdown:not(.pf-dropdown) {
  border-bottom: 1px solid #abb4ba;
}
.p-dropdown:not(.pf-dropdown):hover:not(.p-disabled) {
  border-bottom: 1px solid #fcfcfc;
}
.p-dropdown:not(.pf-dropdown):focus-within {
  border-bottom: 1px solid #169df8;
}
.p-dropdown:not(.pf-dropdown).p-disabled {
  border-bottom: 1px dashed #abb4ba;
}

.pf-dropdown-read-only .pf-dropdown {
  border-bottom: 1px dashed #abb4ba;
  pointer-events: none;
  cursor: not-allowed;
}

.pf-dropdown-display-only .pf-dropdown {
  border-bottom-color: transparent !important;
  pointer-events: none;
  cursor: not-allowed;
}
.pf-dropdown-display-only .p-dropdown-trigger, .pf-dropdown-display-only .p-multiselect-trigger {
  visibility: hidden;
}
.pf-dropdown-display-only .p-dropdown-label, .pf-dropdown-display-only .p-multiselect-label {
  color: #fcfcfc !important;
  padding-left: 0px;
}

.pf-dropdown {
  min-width: 100% !important;
  width: 100%;
  outline: 0 !important;
  color: #fcfcfc;
  border-bottom: 1px solid #abb4ba;
}
.pf-dropdown:hover:not(.p-disabled) {
  border-bottom: 1px solid #fcfcfc;
}
.pf-dropdown:focus-within {
  border-bottom: 1px solid #169df8;
}
.pf-dropdown.p-disabled {
  border-bottom: 1px dashed #abb4ba;
}

.pf-dropdown-click {
  color: #abb4ba;
}

.p-dropdown-item {
  padding: 0.5em 1.5em !important;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  min-width: 100%;
  width: max-content;
}

.pf-dropdown-panel .p-dropdown-list {
  padding: 0 !important;
}

.pf-dropdown .p-dropdown-trigger {
  color: #abb4ba;
  font-size: 0.7rem !important;
}
.pf-dropdown .p-dropdown-trigger:hover {
  color: #fcfcfc;
}

.pf-dropdown .p-dropdown-label {
  color: #fcfcfc;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.p-dropdown-clearable .p-dropdown-label {
  padding-right: 15px !important;
}

.p-dropdown-clearable .p-dropdown-clear-icon {
  height: 10px;
  top: 15px;
}

.pf-dropdown:hover:not(.p-disabled) .p-dropdown-label {
  color: #fcfcfc;
}

.p-disabled .p-dropdown-trigger:hover {
  color: #abb4ba;
}

p-dropdown.ng-invalid.ng-dirty > div.p-dropdown {
  border-bottom: 1px solid #e93226;
}

p-dropdown.ng-invalid.ng-dirty + label {
  color: #e93226;
}

p-dropdown.ng-invalid.ng-dirty > div.p-dropdown > div.p-dropdown-label-container > label {
  color: #e93226;
}

p-dropdown.ng-invalid.ng-dirty > div.p-dropdown > div.p-dropdown-label-container > span {
  color: #e93226;
}

p-dropdown.ng-invalid.ng-dirty > div.p-dropdown > div.p-dropdown-trigger > span {
  color: #e93226;
}

.p-dropdown-label {
  border: 0 !important;
  padding-right: 0.5em !important;
}

.p-dropdown-panel {
  border-radius: 3px;
  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);
}

.p-dropdown-empty-message {
  color: #abb4ba;
  margin-left: 10px;
}

.p-dropdown-filter-container {
  margin-left: 10px;
  margin-right: 10px;
}
.p-dropdown > span {
  height: 24px;
  margin-bottom: 4px;
}

.pf-dropdown-unit-label {
  margin-right: 5px;
}

.pf-dropdown-unit-post-label, .pf-dropdown-unit-post-label-with-float {
  margin-left: 5px;
  margin-top: -5px;
}

.pf-dropdown-unit-post-label-with-float {
  margin-left: 5px;
  margin-top: 20px;
}

.pf-dropdown-unit-post-label-with-float-displayonly-adjustment {
  margin-top: 0px;
}

.pf-dropdown-unit-post-label-with-no-float-displayonly-adjustment {
  margin-top: 1px;
}

.pf-dropdown-with-units-group {
  align-items: center;
  justify-content: left;
  margin-bottom: 0.2rem;
}

.pf-dropdown-with-units-displayonly-container {
  max-width: 100%;
  display: flex;
}

.pf-dropdown-unit-loading {
  height: 42px;
}

.pf-dropdown-unit-loading-text {
  font-size: 12px;
}
.pf-dropdown-unit-loading-text span {
  margin-top: 4px;
}

.pf-input-group {
  align-items: center;
  margin-bottom: 0.2rem;
  height: 1.5rem;
}

.pf-input-label-disabled {
  color: rgba(252, 252, 252, 0.4);
}

.pf-input-label-sm, .pf-key-value-name {
  font-size: 12px;
  color: #cccfd1;
}

.pf-input-info-label-sm, .pf-dropdown-unit-label, .pf-dropdown-unit-post-label, .pf-dropdown-unit-post-label-with-float {
  font-size: 12px;
}

.pf-input-label-bold {
  font-weight: 600;
}

.pf-input-clear-value {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}

.pf-input-icon {
  font-size: 14px;
  color: #fcfcfc;
  cursor: pointer;
}

.pf-chooser-icon-container {
  margin: auto;
  margin-top: 26px;
  display: flex;
  align-items: center;
}

.pf-chooser-label-supports-ellipsis {
  position: absolute;
  top: 30px;
  right: 15px;
  padding-left: 16px;
}
.pf-float-required-icon-right {
  text-align: right;
  position: absolute;
  right: 14px;
}

.input-unit-group {
  align-items: center;
  justify-content: left;
  margin-bottom: 0.2rem;
}

.input-unit-group-readonly-label {
  color: #cccfd1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-size: 11px;
}

.input-unit-group-displayonly-value {
  max-width: 100%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  outline: none;
}

.input-error-text {
  color: #e93226;
}

.ellipse-text-overflow, .pf-single-measurement-value-field {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-input-display-only {
  border-bottom-color: transparent !important;
  padding-left: 0px;
  pointer-events: none;
  cursor: not-allowed;
}

.pf-unit-label-display-only {
  margin-bottom: 3px;
  margin-top: 8px;
}

.pf-unit-required-display-only {
  margin-top: 5px;
}

.pf-unit-icons-display-only {
  margin-top: 8px;
}

.pf-input-uppercase {
  text-transform: uppercase;
}

.input-number-group {
  align-items: center;
  justify-content: left;
  margin-bottom: 0.2rem;
}

.pf-checkbox {
  width: 12px;
  height: 12px;
  border-radius: 0.15rem;
  margin-right: 0.5rem;
  margin-bottom: 1.5px;
  border: 1px solid #abb4ba;
  background-color: transparent;
  background-size: contain;
  appearance: none;
  outline: 0;
  box-shadow: none;
  vertical-align: text-bottom;
}
.pf-checkbox:disabled {
  pointer-events: none;
  filter: none;
  background-color: rgba(176, 176, 176, 0.4);
  border-color: rgba(252, 252, 252, 0.4);
  opacity: 0.5;
}
.pf-checkbox:disabled:hover {
  border-color: rgba(252, 252, 252, 0.4);
  opacity: 0.5;
}
.pf-checkbox:focus {
  border-color: #fcfcfc;
}
.pf-checkbox:hover {
  border-color: #fcfcfc;
  opacity: 1;
}
.pf-checkbox:checked {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23101214' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>");
  background-color: #abb4ba;
  border-color: #abb4ba;
  opacity: 1;
}
.pf-checkbox:checked:disabled {
  opacity: 0.5;
  border-color: #abb4ba;
}
.pf-checkbox:checked:hover:not([disabled]) {
  border-color: #fcfcfc;
  opacity: 1;
}

.pf-checkbox-indeterminate {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23101214' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10 h7'/></svg>");
  background-color: #abb4ba;
  border-color: #abb4ba;
  opacity: 1;
}
.pf-checkbox-indeterminate:disabled {
  opacity: 0.5;
}

.pf-radio {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1.5px;
  border: 1px solid #abb4ba;
  background-color: transparent;
  background-size: contain;
  appearance: none;
  outline: 0;
  box-shadow: none;
  vertical-align: text-bottom;
}
.pf-radio:disabled {
  pointer-events: none;
  filter: none;
  background-color: rgba(176, 176, 176, 0.4);
  border-color: rgba(252, 252, 252, 0.4);
  opacity: 0.5;
}
.pf-radio:disabled:hover {
  border-color: rgba(252, 252, 252, 0.4);
  opacity: 0.5;
}
.pf-radio:focus {
  border-color: #fcfcfc;
}
.pf-radio:hover {
  border-color: #fcfcfc;
  opacity: 1;
}
.pf-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23abb4ba'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 1;
}
.pf-radio:checked:disabled {
  opacity: 0.5;
}

.form-vert {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
}

.calendar-hidden {
  z-index: 0 !important;
  visibility: hidden !important;
}

.pf-single-measurement-value-field {
  color: #89caf5;
}

.pf-single-measurement-value-field-with-units label:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #89caf5;
}

.pf-single-measurement-value-field-with-units-in-button label:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #89caf5;
  cursor: pointer;
}

.pf-single-measurement-value-field-with-units-in-button label:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #abb4ba;
  cursor: pointer;
}

.pf-key-area {
  display: inline-block;
  vertical-align: top;
  word-break: break-word;
  white-space: normal;
  min-width: 50%;
  max-width: 100%;
  padding-bottom: 1%;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pf-key-area button {
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  overflow: hidden !important;
  height: 20px;
}

.pf-key-area-container {
  display: flex;
  justify-content: space-between;
  min-height: 25px;
}

.pf-tag-primary {
  background-color: #169df8;
  border: 1px solid #0682d5 !important;
}

.pf-tag-secondary {
  background-color: #abb4ba;
  border: 1px solid #8f9ba3 !important;
}

.pf-tag-success {
  background-color: #6adc18;
  border: 1px solid #54ae13 !important;
}

.pf-tag-info {
  background-color: #abb4ba;
  border: 1px solid #8f9ba3 !important;
}

.pf-tag-warning {
  background-color: #ffca24;
  border: 1px solid #f0b600 !important;
}

.pf-tag-danger {
  background-color: #e93226;
  border: 1px solid #c81f14 !important;
}

.pf-tag-light {
  background-color: #f8f9fa;
  border: 1px solid #dae0e5 !important;
}

.pf-tag-dark {
  background-color: #343a40;
  border: 1px solid #1d2124 !important;
}

.pf-tag, .pf-tag-sm, .pf-tag-xs {
  color: #ffffff;
  border-radius: 0px;
  border: none;
  padding-left: 5px !important;
  padding-right: 5px !important;
  line-height: 0.5em;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  cursor: default;
}
.pf-tag:focus, .pf-tag-sm:focus, .pf-tag-xs:focus, .pf-tag.focus, .focus.pf-tag-sm, .focus.pf-tag-xs {
  outline: 0;
}

.pf-tag-xs {
  font-size: 8px;
  padding-top: 8px !important;
}

.pf-tag-sm {
  font-size: 12px;
}

.pf-palette-item-xs {
  margin-top: 9px !important;
}

.pf-palette-item-sm {
  margin-top: 6px !important;
}

.pf-palette-item, .pf-palette-item-watermark, .pf-palette-item-disabled, .pf-palette-item-unlicensed, .pf-palette-item-unavailable, .pf-palette-item-dark, .pf-palette-item-light {
  border-radius: 2px;
  border: none;
  vertical-align: middle;
  position: relative;
  display: inline-flex;
  padding-right: 5px;
  justify-content: flex-start;
  align-items: center;
  margin: 5px;
}

.pf-palette-item-size {
  width: 70px;
  height: 35px;
  text-align: center;
}

.pf-palette-template-item {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 5px;
  margin-right: 5px;
}

.pf-palette-light {
  color: #fcfcfc;
  font-weight: 400;
}

.pf-palette-dark {
  color: #000000 !important;
  font-weight: 500;
}

.pf-palette-item-light {
  background-color: #2c4253;
}
.pf-palette-item-light:hover:not(.pf-palette-item-disabled) {
  background-color: #39566c !important;
  cursor: grab;
}

.pf-palette-item-dark {
  background-color: #373e43;
}
.pf-palette-item-dark:hover:not(.pf-palette-item-disabled) {
  background-color: #485158 !important;
  cursor: grab;
}

.pf-palette-item-unavailable {
  background-color: #e93226;
}

.pf-palette-item-unlicensed {
  background-color: #ffca24;
}

.pf-palette-text-xs {
  font-size: 8px;
}

.pf-palette-text-sm {
  font-size: 12px;
}

.pf-palette-item-disabled {
  opacity: 0.4;
}

.pf-palette-item-watermark {
  opacity: 0.25;
}

.pf-palette-text {
  border: none;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 2;
  max-width: 49px;
  white-space: nowrap;
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -html-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none;
}
.pf-palette-text:hover:not(.pf-palette-text-disabled) {
  cursor: grab;
}

.pf-palette-icon-fa {
  float: left;
  margin-right: 3px;
  margin-left: 8px;
  font-size: 0.8em !important;
}

.pf-palette-icon-pf {
  float: left;
  margin-left: 5px;
  font-size: 0.8em !important;
  color: #fcfcfc;
}

.pf-h1, .pf-h1-dark, .pf-h1-light, .pf-h1-danger, .pf-h1-warning, .pf-h1-info, .pf-h1-success, .pf-h1-secondary, .pf-h1-primary {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.03em;
  text-align: left;
}

.pf-h6, .pf-h6-dark, .pf-h6-light, .pf-h6-danger, .pf-h6-warning, .pf-h6-info, .pf-h6-success, .pf-h6-secondary, .pf-h6-primary {
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.03em;
}

.pf-h1-primary {
  color: #169df8;
}

.pf-h6-primary {
  color: #169df8;
}

.pf-h1-secondary {
  color: #abb4ba;
}

.pf-h6-secondary {
  color: #abb4ba;
}

.pf-h1-success {
  color: #6adc18;
}

.pf-h6-success {
  color: #6adc18;
}

.pf-h1-info {
  color: #abb4ba;
}

.pf-h6-info {
  color: #abb4ba;
}

.pf-h1-warning {
  color: #ffca24;
}

.pf-h6-warning {
  color: #ffca24;
}

.pf-h1-danger {
  color: #e93226;
}

.pf-h6-danger {
  color: #e93226;
}

.pf-h1-light {
  color: #f8f9fa;
}

.pf-h6-light {
  color: #f8f9fa;
}

.pf-h1-dark {
  color: #343a40;
}

.pf-h6-dark {
  color: #343a40;
}

.pf-h2-primary {
  color: #169df8;
}

.pf-h3-primary {
  color: #169df8;
}

.pf-h4-primary {
  color: #169df8;
}

.pf-h5-primary {
  color: #169df8;
}

.pf-h2-secondary {
  color: #abb4ba;
}

.pf-h3-secondary {
  color: #abb4ba;
}

.pf-h4-secondary {
  color: #abb4ba;
}

.pf-h5-secondary {
  color: #abb4ba;
}

.pf-h2-success {
  color: #6adc18;
}

.pf-h3-success {
  color: #6adc18;
}

.pf-h4-success {
  color: #6adc18;
}

.pf-h5-success {
  color: #6adc18;
}

.pf-h2-info {
  color: #abb4ba;
}

.pf-h3-info {
  color: #abb4ba;
}

.pf-h4-info {
  color: #abb4ba;
}

.pf-h5-info {
  color: #abb4ba;
}

.pf-h2-warning {
  color: #ffca24;
}

.pf-h3-warning {
  color: #ffca24;
}

.pf-h4-warning {
  color: #ffca24;
}

.pf-h5-warning {
  color: #ffca24;
}

.pf-h2-danger {
  color: #e93226;
}

.pf-h3-danger {
  color: #e93226;
}

.pf-h4-danger {
  color: #e93226;
}

.pf-h5-danger {
  color: #e93226;
}

.pf-h2-light {
  color: #f8f9fa;
}

.pf-h3-light {
  color: #f8f9fa;
}

.pf-h4-light {
  color: #f8f9fa;
}

.pf-h5-light {
  color: #f8f9fa;
}

.pf-h2-dark {
  color: #343a40;
}

.pf-h3-dark {
  color: #343a40;
}

.pf-h4-dark {
  color: #343a40;
}

.pf-h5-dark {
  color: #343a40;
}

.pf-emphasis {
  font-size: 9px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
}

.pf-subtitle {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.pf-file-upload-on-drag {
  background-color: rgba(22, 157, 248, 0.3) !important;
}

.pf-file-upload, .pf-file-upload-dashed {
  display: block;
  background-color: transparent;
  width: 435px;
  height: 366px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #abb4ba;
}
.pf-file-upload .fa-4x, .pf-file-upload-dashed .fa-4x {
  pointer-events: none;
}

.pf-file-upload-dashed {
  border: 1px dashed #169df8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pf-file-upload-padding {
  margin-top: 19px;
}

.pf-file-upload-progress-bar {
  padding-left: 0.5rem;
  text-align: left;
}

.pf-file-upload-progress-icon {
  position: relative;
  float: right;
}

.pf-input-label-progress-complete > .progress-bar {
  background-color: #6adc18;
}

.pf-file-upload-check {
  color: #6adc18 !important;
}

.pf-input-label-progress {
  width: calc(100% - 1rem) !important;
  float: left;
}

.pf-file-see-more {
  max-height: 80px;
  overflow: auto;
  width: calc(100% - 1rem);
  word-break: break-word;
}

.statusMessageText {
  font-size: 20px;
  word-break: break-word;
  width: 90%;
}

.file-upload-modal-body {
  height: 100%;
}
.file-upload-modal-body .pf-file-upload, .file-upload-modal-body .pf-file-upload-dashed {
  width: 100% !important;
}

.step-line {
  flex: 1;
  height: 2px;
  background-color: #40494e;
  place-self: center;
}

.step-line-longer {
  margin-right: -9px;
}

.step-arrow {
  color: #40494e;
  font-size: 1.25rem;
  margin-right: 0.2rem;
  place-content: center;
  display: grid !important;
  margin-left: 2px;
}

.circle-base-size, .spinner-circle-gradient, .spinner-circle, .lifecycle .circle-holder, .lifecycle div .circle {
  width: 1.5rem;
  height: 1.5rem;
}

.circle-base-margin, .lifecycle .circle-holder, .lifecycle div .circle {
  margin-right: 0.2rem;
}

.lifecycle-hidden-line {
  background-color: transparent;
}

.lifecycle .circle.active:not(.error):not(.warning):not(.pending):not(.completed) {
  pointer-events: none;
  cursor: default;
}

.lifecycle .circle .fa-check {
  padding-top: 12px;
}
.lifecycle .circle .fa-exclamation {
  padding-top: 6px;
  padding-left: 1px;
}
.lifecycle .circle .fa-triangle-exclamation {
  padding-top: 6px;
  padding-left: 1px;
}

.lifecycle .circle.completed {
  background-color: #6adc18;
  color: #1c1f22;
}

.lifecycle .circle.pending {
  background-color: transparent;
  border: 2px solid #60686c;
}

.lifecycle .circle.error {
  background-color: #e93226;
  border: none;
  color: #1c1f22;
}

.lifecycle .circle.warning {
  background-color: #ffca24;
  border: none;
  color: #1c1f22;
}

.lifecycle {
  table-layout: fixed;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  counter-reset: section;
}

.lifecycle div .circle {
  display: inline-block;
  line-height: 1.4rem;
  color: #070808;
  text-align: center;
  border-radius: 50%;
}

.lifecycle-status {
  font: 11px;
  color: #fcfcfc;
  text-align: center;
  padding-top: 5px;
  padding-right: 2px;
  padding-left: 2px;
}

.lifecycle td {
  padding: 0px;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.spinner-circle {
  overflow: hidden;
  border-radius: 100%;
  animation: spin 1s infinite linear;
}
.spinner-circle-gradient {
  top: -8px;
  left: 0px;
  position: absolute;
  background-image: -webkit-linear-gradient(bottom, transparent 0%, #169df8 50%, #169df8 100%);
  transform: rotate(90deg);
  mask: url('transparent_circle.5c9dd9b8994299de.svg') no-repeat;
  -webkit-mask-position-x: 8px;
}

.small-spinner {
  scale: 0.55;
  margin-top: 1px;
}

.clickable:not(.active) {
  cursor: pointer;
}

ul.stepper li.none:not(.clickable) {
  opacity: 0.6;
  pointer-events: none;
}

ul.stepper li.clickable:not(.active) .circle,
ul.stepper li.none .circle {
  cursor: pointer;
  color: #dcdee0;
  border: 1px solid #abb4ba;
  background-color: transparent;
}

ul.stepper li.active:not(.error):not(.warning):not(.pending):not(.completed) .circle {
  border: 1px solid #abb4ba;
  pointer-events: none;
  cursor: default;
}

ul.stepper li.completed .circle {
  background-color: #6adc18;
  border: 1px solid #54ae13;
  color: #000000;
}

ul.stepper li.pending .circle {
  background-color: transparent;
  border: 1px solid #8f9ba3;
  color: #8f9ba3;
}

ul.stepper li.error .circle {
  background-color: #e93226;
  border: 1px solid #c81f14;
  color: #ffffff;
}

ul.stepper li.warning .circle {
  background-color: #ffca24;
  color: #000000;
  border: 1px solid #f0b600;
}

ul.stepper {
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  counter-reset: section;
}

ul.stepper li {
  padding: 0rem;
  text-align: center;
}

ul.stepper li .circle {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.2rem;
  line-height: 1.4rem;
  color: #070808;
  text-align: center;
  border-radius: 50%;
}

ul.stepper li .circle i {
  line-height: 1.4rem;
}

ul.stepper li .label {
  display: inline-block;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  white-space: nowrap;
}

ul.stepper li.active .label,
ul.stepper li.completed .label {
  font-weight: 600;
}

.stepper-line-width {
  max-width: 100px;
}

.stepper-horizontal {
  position: relative;
  display: flex;
  justify-content: center;
  padding-inline-start: 0px;
}

.stepper-horizontal li {
  position: relative;
  display: flex;
  flex: 0;
  align-items: center;
  transition: 0.5s;
}

.stepper-horizontal li:first-child {
  flex: 0;
}

@media (max-width: 47.9375rem) {
  .stepper-horizontal {
    flex-direction: column;
  }
  .stepper-horizontal li {
    flex-direction: column;
    align-items: flex-start;
  }
  .stepper-horizontal li .label {
    flex-flow: column nowrap;
    order: 2;
    margin-top: 0.2rem;
  }
  .stepper-horizontal li:not(:last-child):after {
    position: absolute;
    top: 3.75rem;
    left: 2.19rem;
    width: 2px;
    height: calc(100% - 40px);
    content: "";
  }
}
.stepper-horizontal > li:not(:last-of-type) {
  margin-bottom: 0 !important;
}

.stepper-vertical {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stepper-vertical li {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.stepper-vertical li {
  position: relative;
  display: flex;
  align-self: flex-start;
}

.stepper-vertical li .circle {
  order: 1;
}

.stepper-vertical li .label {
  flex-flow: column nowrap;
  order: 2;
  margin-top: 0.2rem;
}

.stepper-vertical li.completed .label {
  font-weight: 500;
}

.stepper-vertical li .step-content {
  display: block;
  padding: 0.94rem;
  margin-top: 0;
  margin-left: 3.13rem;
}

.stepper-vertical li .step-content p {
  font-size: 0.88rem;
}

.stepper-vertical li:not(:last-child):after {
  position: absolute;
  top: 3.44rem;
  left: 2.19rem;
  width: 2px;
  height: calc(100% - 40px);
  content: "";
  background-color: #40494e;
}

.blink {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}
.stepper-status {
  font: 11px;
  color: #fcfcfc;
  text-align: center;
}

.date-time-start-end-date {
  width: auto;
  max-width: 4.5rem;
  border: none !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 4px;
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #40494e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #292f32;
}

/* the bottom corner of the scrollbar, where both horizontal and vertical scrollbars meet */
::-webkit-scrollbar-corner {
  background: transparent;
}

.pf-toggle-off, .p-spinner-button, .btn-toggle-off, .btn-toggle-off-disabled, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm + label, input[type=checkbox].btn-toggle-primary-sm:disabled + label {
  color: #dcdee0;
  border-color: #abb4ba;
  background-color: transparent;
}
.pf-toggle-off:hover, .p-spinner-button:hover, .btn-toggle-off:hover, .btn-toggle-off-disabled:hover, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-hide-right-border + label:hover, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-left-radius-border + label:hover, input[type=checkbox].btn-toggle-primary-sm.sharp-corner.toggle-no-right-radius-border + label:hover, input[type=checkbox].btn-toggle-primary-sm + label:hover {
  background-color: black !important;
  color: #fcfcfc !important;
}

.pf-toggle-on, .p-spinner-button-no-border, .btn-toggle-on, .btn-toggle-on-disabled, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-hide-right-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-left-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked.sharp-corner.toggle-no-right-radius-border + label, input[type=checkbox].btn-toggle-primary-sm:checked + label, input[type=checkbox].btn-toggle-primary-sm:disabled:checked + label {
  color: #fcfcfc;
  border-color: #abb4ba;
  background-color: #003e84;
}
.pf-toggle-on:hover, .p-spinner-button-no-border:hover, .btn-toggle-on:hover, .btn-toggle-on-disabled:hover, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-hide-right-border + label:hover, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-left-radius-border + label:hover, input[type=checkbox].btn-toggle-primary-sm:checked.sharp-corner.toggle-no-right-radius-border + label:hover, input[type=checkbox].btn-toggle-primary-sm:checked + label:hover {
  color: #fcfcfc !important;
  border-color: #abb4ba !important;
  background-color: #003e84 !important;
}

.pf-svg-icon {
  font-size: 24px;
  background-color: #fcfcfc;
  height: 1em;
  width: 1em;
  display: block;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}

.p-spinner-button {
  border-radius: 50%;
  height: 23px;
  width: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-spinner-button-no-border {
  border-width: 0px !important;
}

.p-spinner-button-border {
  margin: 0;
}

.button-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: transparent;
}

.spinner-absolute {
  pointer-events: none;
  position: absolute;
  top: -2px;
  left: -2px;
  height: 23px;
  width: 23px;
  background-color: transparent;
}

.pf-spinner-button {
  pointer-events: none;
  width: 23px;
  height: 23px;
  fill: "transparent";
  stroke: 1;
  margin: 0;
}

.p-progress-spinner-svg {
  margin: 0;
}

.p-progress-spinner-circle {
  stroke: #169df8 !important;
  animation: none !important;
}

.rowSimpleExpand {
  background: #24282C;
  text-align: left;
  border-width: 0 0 1px 0;
  padding: 0.3em 0.857em;
  overflow: hidden;
  white-space: nowrap;
}

.tableRowContainerExpand {
  position: relative;
  background: #070808;
  padding: 15px;
  border: 1px solid #373e43;
  border-radius: 5px;
  margin-top: 1px;
  width: 100%;
}

.tableRowContainerExpand:before,
.tableRowContainerExpand:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 19px;
  border: 6px solid transparent;
  border-bottom-color: #373e43;
}

.tableRowContainerExpand:after {
  left: 20px;
  border: 5px solid transparent;
  border-bottom-color: #070808;
}

.datatable-row-disabled {
  opacity: 0.4;
  pointer-events: none;
}

rux-clock {
  height: auto;
}

rux-clock::part(container) {
  height: auto;
}

rux-clock::part(time),
rux-clock::part(date),
rux-clock::part(aos),
rux-clock::part(los) {
  box-shadow: #1c1f22 0 0 0 1px inset;
  color: #169df8;
}

rux-clock::part(time),
rux-clock::part(date),
rux-clock::part(aos),
rux-clock::part(los),
rux-clock::part(time-label),
rux-clock::part(date-label),
rux-clock::part(aos-label),
rux-clock::part(los-label) {
  background-color: #1c1f22;
  color: #ffffff;
}

rux-clock::part(time-label),
rux-clock::part(date-label),
rux-clock::part(aos-label),
rux-clock::part(los-label) {
  background-color: #171a1c;
}

.pf-clock {
  display: grid;
  overflow: auto;
  height: 100%;
  width: 100%;
}

.pf-clock-inner {
  display: flex;
  flex-direction: column;
}

.pf-clock-label {
  margin: 0.5em 0px;
  color: #ffffff;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  display: block;
}

.pf-clock.pf-clock-center {
  place-items: center;
}

.pf-clock.pf-clock-left {
  place-items: flex-start;
}

.pf-clock.pf-clock-right {
  place-items: flex-end;
}

.pf-clock.pf-clock-center {
  align-items: center;
}

.pf-clock.pf-clock-top {
  align-items: flex-start;
}

.pf-clock.pf-clock-bottom {
  align-items: flex-end;
}

.pf-clock-small-height {
  max-height: 30px;
}

.pf-clock-not-small-height {
  max-height: auto;
}

.percentage-bar-container-variation1 .percentage-bar {
  background: #00777a;
}

.percentage-bar-container-variation2 .percentage-bar {
  background: #da5309;
}

.percentage-bar-container-variation3 .percentage-bar {
  background: #a200c1;
}

.percentage-bar-container-variation4 .percentage-bar {
  background: #e93226;
}

.percentage-bar-container-variation5 .percentage-bar {
  background: #ffca24;
}

.percentage-bar-container-variation6 .percentage-bar {
  background: #6adc18;
}

.percentage-bar-container {
  width: 100%;
  border: 0 none;
  height: 100%;
  background: black;
  border-radius: 2px;
}

.percentage-bar {
  border-radius: 2px;
  height: 100%;
}

/* past */
/* future and current */
/* past */
/* future and current */
/* past */
/* future and current */
.btn-group {
  overflow: auto;
}

.btn-group button {
  padding: 0;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.pf-holds {
  margin-left: 14px;
}
.pf-holds > .btn-group-sm > input[type=checkbox].btn-toggle-primary-sm + label,
.pf-holds input[type=checkbox].btn-toggle-primary-sm + label,
.pf-holds input[type=checkbox].btn-toggle-primary-sm:checked + label {
  padding: 0.3rem 0.4rem !important;
}

.pf-trace-properties-marker-container {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.pf-trace-properties-marker-section-top {
  max-height: 20rem;
}

.pf-trace-properties-marker-section {
  flex: 1;
  flex-direction: column;
  position: relative;
}

.pf-trace-properties-marker-section-results-scrollable-display {
  margin-left: 25px;
}

.pf-trace-properties-container {
  flex: 1 1 100%;
  box-sizing: border-box;
  max-width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pf-trace-properties-container-markers {
  flex: 1;
  overflow: auto;
}

.pf-property-divider {
  margin-bottom: 5px !important;
  width: 250px !important;
}

.pf-side-panel-content-header {
  padding-top: 12px;
  padding-left: 25px;
  padding-bottom: 16px;
}

.pf-side-panel-edit-content {
  padding-top: 0px;
  padding-left: 28px;
}

.pf-trace-property-menu-option {
  width: 7rem !important;
}

.pf-trace-property-menu-options {
  width: 11rem !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.pf-trace-property-menu-options > p-dropdown > .pf-dropdown {
  min-width: 14em !important;
}

.pf-trace-property-option-label-for-dropdown {
  margin-bottom: 2px;
  min-width: 40px;
  max-width: 40px;
  text-align: right;
}

.pf-list-item-selected, .p-paginator .p-paginator-pages .p-paginator-page.p-highlight, .p-datatable .p-datatable-tbody > tr.p-highlight:not(.hasMultiSelect), .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight:not(.hasMultiSelect), .p-tree .p-highlight, .lifecycle .circle.active:not(.error):not(.warning):not(.pending):not(.completed), ul.stepper li.active:not(.error):not(.warning):not(.pending):not(.completed) .circle {
  background: #274059;
  color: #fcfcfc;
}
.pf-list-item-selected:hover:not([disabled]), .p-paginator .p-paginator-pages .p-paginator-page.p-highlight:hover:not([disabled]), .p-datatable .p-datatable-tbody > tr.p-highlight:hover:not([disabled]):not(.hasMultiSelect), .p-tree .p-highlight:hover:not([disabled]), .lifecycle .circle.active:hover:not([disabled]):not(.error):not(.warning):not(.pending):not(.completed), ul.stepper li.active:not(.error):not(.warning):not(.pending):not(.completed) .circle:hover:not([disabled]) {
  background: #375a7c;
  color: #fcfcfc;
}

.pf-list-item-hover:hover:not([disabled]), .p-datatable .p-sortable-column:hover:not([disabled]):not(.p-highlight), .p-tree .p-tree-container .p-treenode .p-treenode-content:hover:not([disabled]), ul.stepper li.clickable:not(.active) .circle:hover:not([disabled]),
ul.stepper li.none .circle:hover:not([disabled]) {
  background: #1F3347;
  color: #fcfcfc;
}

.pf-popup-container, .p-slidemenu .p-submenu-list, .p-slidemenu, .p-multiselect-panel, .p-contextmenu, .p-contextmenu .p-submenu-list, .p-menu, .p-tieredmenu, p-tieredmenusub > .p-submenu-list, .pf-dropdown-panel, .p-dropdown-items-wrapper {
  color: #fcfcfc;
  background-color: #171a1c;
}

.pf-popup-item-selected, .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link, .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-state-highlight, .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  background: #274059;
  color: #fcfcfc;
}

.pf-popup-item-hover-state, .pf-popup-item-hover.p-multiselect-item:hover:not([disabled]):not(.p-disabled), .p-slidemenu .p-multiselect-item.p-slidemenu-backward:hover:not([disabled]):not(.p-disabled), .p-slidemenu .p-multiselect-item.p-menuitem-link:hover:not([disabled]):not(.p-disabled), .p-multiselect-panel .p-multiselect-items .p-multiselect-item:hover:not([disabled]):not(.p-disabled), .p-contextmenu .p-multiselect-item.p-menuitem-link:hover:not([disabled]):not(.p-disabled), .p-menu .p-multiselect-item.p-menuitem-link:hover:not([disabled]):not(.p-disabled), .p-tieredmenu .p-multiselect-item.p-menuitem-link:hover:not([disabled]):not(.p-disabled), p-tieredmenusub > .p-submenu-list .p-multiselect-item.p-menuitem-link:hover:not([disabled]):not(.p-disabled), .p-multiselect-item.p-dropdown-item:hover:not([disabled]):not(.p-disabled), .pf-popup-item-hover:hover:not([disabled]):not(.p-state-highlight):not(.p-disabled):not(.p-highlight), .p-slidemenu .p-slidemenu-backward:hover:not([disabled]):not(.p-state-highlight):not(.p-disabled):not(.p-highlight), .p-slidemenu .p-menuitem-link:hover:not([disabled]):not(.p-state-highlight):not(.p-disabled):not(.p-highlight), .p-contextmenu .p-menuitem-link:hover:not([disabled]):not(.p-state-highlight):not(.p-disabled):not(.p-highlight), .p-menu .p-menuitem-link:hover:not([disabled]):not(.p-state-highlight):not(.p-disabled):not(.p-highlight), .p-tieredmenu .p-menuitem-link:hover:not([disabled]):not(.p-state-highlight):not(.p-disabled):not(.p-highlight), p-tieredmenusub > .p-submenu-list .p-menuitem-link:hover:not([disabled]):not(.p-state-highlight):not(.p-disabled):not(.p-highlight), .p-dropdown-item:hover:not([disabled]):not(.p-state-highlight):not(.p-disabled):not(.p-highlight) {
  background: #1F3347;
  color: #fcfcfc;
  text-decoration: none !important;
}

.pf-popup-item-hover, .p-slidemenu .p-slidemenu-backward, .p-slidemenu .p-menuitem .p-menuitem-link, .p-slidemenu .p-menuitem-link, .p-multiselect-panel .p-multiselect-items .p-multiselect-item, .p-contextmenu .p-menuitem-link, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link, .p-menu .p-menuitem-link, .p-tieredmenu .p-menuitem-link, p-tieredmenusub > .p-submenu-list .p-menuitem-link, .p-menu .p-menuitem.p-menuitem-active > .p-menuitem-link, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link, p-tieredmenusub > .p-submenu-list .p-menuitem.p-menuitem-active > .p-menuitem-link, .p-dropdown-item {
  color: #fcfcfc;
}
.pf-hover-cursor, .pf-clickable-text-element, .btn-link-text, .pf-header-close-icon, .link-arrow-slide-sm, .link-arrow-slide-sm i, .link-arrow-text-sm, .pf-arrow-slide-menu-icon, .p-datatable .p-sortable-column .p-sortable-column-icon, .p-datatable .p-sortable-column .p-sortable-column-badge, .p-column-filter-menu-button .pi-filter-icon, .p-column-filter-menu-button-active .pi-filter-icon, .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler, .p-tabview-nav-btn, .p-dropdown-clearable .p-dropdown-clear-icon {
  cursor: pointer;
}

.pf-disabled, i[disabled], .pf-chooser-label-supports-ellipsis[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}

.pf-disabled-with-hover {
  cursor: default;
  opacity: 0.4;
}

.pf-disabled-with-hover:active {
  pointer-events: none;
}

.pf-active-text-element {
  color: #57bbff !important;
}

.pf-hover-text-element, .pf-clickable-text-element:hover:not([disabled]), .btn-link-text:hover:not([disabled]), .pf-header-close-icon:hover:not([disabled]), .link-arrow-slide-sm:hover:not([disabled]), .link-arrow-slide-sm i:hover:not([disabled]), .link-arrow-text-sm:hover:not([disabled]), .pf-arrow-slide-menu-icon:hover:not([disabled]), .p-datatable .p-sortable-column .p-sortable-column-icon:hover:not([disabled]), .p-datatable .p-sortable-column .p-sortable-column-badge:hover:not([disabled]), .p-column-filter-menu-button .pi-filter-icon:hover:not([disabled]), .p-column-filter-menu-button-active .pi-filter-icon:hover:not([disabled]), .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:hover:not([disabled]), .p-tabview-nav-btn:hover:not([disabled]), .p-dropdown-clearable .p-dropdown-clear-icon:hover:not([disabled]), .pf-clickable-text-element:focus:not([disabled]), .btn-link-text:focus:not([disabled]), .pf-header-close-icon:focus:not([disabled]), .link-arrow-slide-sm:focus:not([disabled]), .link-arrow-slide-sm i:focus:not([disabled]), .link-arrow-text-sm:focus:not([disabled]), .pf-arrow-slide-menu-icon:focus:not([disabled]), .p-datatable .p-sortable-column .p-sortable-column-icon:focus:not([disabled]), .p-datatable .p-sortable-column .p-sortable-column-badge:focus:not([disabled]), .p-column-filter-menu-button .pi-filter-icon:focus:not([disabled]), .p-column-filter-menu-button-active .pi-filter-icon:focus:not([disabled]), .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus:not([disabled]), .p-tabview-nav-btn:focus:not([disabled]), .p-dropdown-clearable .p-dropdown-clear-icon:focus:not([disabled]) {
  color: #169df8 !important;
}

.pf-clickable-text-element, .btn-link-text, .pf-header-close-icon, .link-arrow-slide-sm, .link-arrow-slide-sm i, .link-arrow-text-sm, .pf-arrow-slide-menu-icon, .p-datatable .p-sortable-column .p-sortable-column-icon, .p-datatable .p-sortable-column .p-sortable-column-badge, .p-column-filter-menu-button .pi-filter-icon, .p-column-filter-menu-button-active .pi-filter-icon, .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler, .p-tabview-nav-btn, .p-dropdown-clearable .p-dropdown-clear-icon {
  color: #dcdee0;
}
.pf-clickable-text-element:disabled, .btn-link-text:disabled, .pf-header-close-icon:disabled, .link-arrow-slide-sm:disabled, .link-arrow-slide-sm i:disabled, .link-arrow-text-sm:disabled, .pf-arrow-slide-menu-icon:disabled, .p-datatable .p-sortable-column .p-sortable-column-icon:disabled, .p-datatable .p-sortable-column .p-sortable-column-badge:disabled, .p-column-filter-menu-button .pi-filter-icon:disabled, .p-column-filter-menu-button-active .pi-filter-icon:disabled, .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:disabled, .p-tabview-nav-btn:disabled, .p-dropdown-clearable .p-dropdown-clear-icon:disabled {
  color: #dcdee0;
}

.pf-top-nav {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #353C41;
  z-index: 4;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.pf-top-nav.pf-top-nav-fixed {
  position: fixed;
  top: 0;
}
.pf-top-nav .pf-gsb-button {
  padding: 5px;
  color: #dcdee0 !important;
}
.pf-top-nav .pf-gsb-button:hover {
  color: #169df8 !important;
}
.pf-top-nav rux-clock {
  margin-right: 14px;
}

.pf-gsb-icon {
  font-size: 16px;
  margin: 3px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}

.pf-gsb-settings-icon {
  margin-right: 18px;
  margin-left: 11px;
}

.pf-app-branding-app-icon {
  background-color: transparent;
  border-color: transparent;
  font-size: 15px !important;
  color: #dcdee0;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 3px;
  z-index: 1;
}
.pf-app-branding-app-icon:hover:not([disabled]) {
  color: #169df8 !important;
}

.pf-app-branding-logo {
  padding-left: 2px;
}

.pf-app-branding-menu-spacing div {
  top: 45px !important;
  left: 16px !important;
}

.pf-app-branding-application-title {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #fcfcfc;
  justify-content: center;
  margin-top: -1px;
}

.pf-app-branding-username {
  position: absolute;
  bottom: 4px;
}

.pf-breadcrumbs {
  display: block;
  float: left;
  margin-bottom: 5px;
}

.pf-crumb {
  display: inline-block;
  vertical-align: bottom;
  border: none;
  text-align: left;
}

.pf-crumb-sep {
  display: inline-block;
  color: #abb4ba;
}

:root {
  --white: #fcfcfc;
  --grey-000: #B6B9BA;
  --grey-100: #f4f5f5;
  --grey-200: #dcdee0;
  --grey-300: #cccfd1;
  --grey-400: #abb4ba;
  --grey-500: #60686c;
  --grey-600: #40494e;
  --grey-700: #373e43;
  --grey-750: #353C41;
  --grey-775: #24282C;
  --grey-800: #1c1f22;
  --grey-900: #171a1c;
  --grey-1000: #101214;
  --black: #070808;
  --blue-100: #169df8;
  --blue-200: #3082ce;
  --blue-300: #0051ac;
  --blue-400: #57bbff;
  --blue-500: #d6efff;
  --blue-600: #2c4253;
  --blue-700: #003e84;
  --blue-800: #1F3347;
  --blue-900: #274059;
  --blue-1000: #89caf5;
  --blue-000: #b0c4de;
  --indigo-500: #3626A7;
  --purple-400: #9999ff;
  --purple-500: #A26E9F;
  --pink-500: #F06292;
  --orange-500: #F39237;
  --yellow-500: #ffca24;
  --green-500: #6adc18;
  --green-700: #006600;
  --teal-500: #4A9A91;
  --cyan-300: #08f7ef;
  --cyan-500: #06AED5;
  --red-500: #e93226;
  --red-000: #797979;
  --color-palette-teal-100: #d0f4f4;
  --color-palette-teal-200: #a1e9eb;
  --color-palette-teal-300: #70dde0;
  --color-palette-teal-400: #3ed2d6;
  --color-palette-teal-500: #00c7cb;
  --color-palette-teal-600: #009fa3;
  --color-palette-teal-700: #00777a;
  --color-palette-teal-800: #035051;
  --color-palette-teal-900: #032828;
  --color-palette-hotorange-100: #f8ddd1;
  --color-palette-hotorange-200: #f0baa3;
  --color-palette-hotorange-300: #ea9875;
  --color-palette-hotorange-400: #e27545;
  --color-palette-hotorange-500: #da5309;
  --color-palette-hotorange-600: #af420a;
  --color-palette-hotorange-700: #833209;
  --color-palette-hotorange-800: #572108;
  --color-palette-hotorange-900: #2b1105;
  --color-palette-purple-100: #e4e2f7;
  --color-palette-purple-200: #c9c5ed;
  --color-palette-purple-300: #aea8e5;
  --color-palette-purple-400: #938bdb;
  --color-palette-purple-500: #786dd3;
  --color-palette-purple-600: #6058a8;
  --color-palette-purple-700: #48417f;
  --color-palette-purple-800: #302c54;
  --color-palette-purple-900: #18152b;
  --color-palette-pink-100: #edcef3;
  --color-palette-pink-200: #da9ce7;
  --color-palette-pink-300: #c76ada;
  --color-palette-pink-400: #b534ce;
  --color-palette-pink-500: #a200c1;
  --color-palette-pink-600: #81009a;
  --color-palette-pink-700: #610074;
  --color-palette-pink-800: #41004d;
  --color-palette-pink-900: #200227;
  --color-palette-orange-500: #ffb302;
  --color-palette-neutral-1000: #000000;
  --color-palette-neutral-000: #ffffff;
  --chart-background: #1c1f22;
  --chart-body-text-color: #949ea4;
  --chart-data-color-1: #00777a;
  --chart-data-color-2: #48417f;
  --chart-data-color-3: #610074;
  --chart-data-color-4: #833209;
  --chart-data-color-5: #00c7cb;
  --chart-data-color-6: #786dd3;
  --chart-data-color-7: #a200c1;
  --chart-data-color-8: #da5309;
  --chart-data-color-9: #70dde0;
  --chart-data-color-10: #aea8e5;
  --chart-data-color-11: #c76ada;
  --chart-data-color-12: #ea9875;
  --chart-guide-1: #FFFF00;
  --chart-guide-2: #ff5252;
  --chart-guide-3: #5A9BD4;
  --chart-guide-4: #5A9BD4;
  --chart-guide-5: #e266bd;
  --chart-guide-6: #d2aaf2;
  --chart-guide-7: #ffffff;
  --chart-marker-vert-line-color: #D77FB4;
  --chart-marker-color-1: #ff6767;
  --chart-marker-color-disabled-1: #4D4D4D;
  --chart-marker-color-2: #fdae18;
  --chart-marker-color-disabled-2: #C4C4C4;
  --chart-marker-color-3: #6bd1ff;
  --chart-marker-color-disabled-3: #2D2D2D;
  --chart-marker-color-4: #53fd53;
  --chart-marker-color-disabled-4: #222222;
  --chart-span-color: #5A9BD4;
  --chart-zoom-fill: rgba(119, 119, 119, 0.7);
  --plot-color-1: #FFFF00;
  --plot-color-2: #53f56c;
  --plot-color-3: #00c9ff;
  --plot-color-4: #b57afa;
  --plot-color-5: #fc83f2;
  --plot-color-6: #af420a;
  --plot-color-7: #008080;
  --plot-color-8: #7fbeeb;
  --plot-color-9: #83c944;
  --plot-color-10: #a40e4c;
  --plot-color-11: #ffc0cb;
  --card-background: #171a1c;
}

:root {
  --font-family-sans-serif: Roboto, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-bold: 600;
  --font-size-xs: 8px;
  --font-size-sm: 12px;
  --font-size-icon: 14px;
  --font-size-toggle-button: 12px;
  --letter-spacing: 0.03em;
  --btn-font-weight: 500;
  --btn-border-radius: 1rem;
  --btn-border-radius-lg: 1.2rem;
  --btn-border-radius-sm: 3px;
  --btn-border-radius-round: 0.8rem;
  --btn-padding-y: 0.3rem;
  --btn-padding-x: 1.2rem;
  --btn-padding-y-sm: 0.3rem;
  --btn-padding-x-sm: 1.2rem;
  --btn-active-box-shadow: none;
  --input-btn-focus-width: 1px;
  --input-focus-width: 1px;
  --input-border-radius: 0;
  --dropdown-border-radius: 0;
  --label-margin-bottom: 0px;
  --font-size-base: 0.75rem;
  --dropdown-font-size: 12px;
  --dropdown-border-width: 0;
  --progress-height: 13px;
  --progress-border-radius: 37px;
  --progress-box-shadow: none;
  --card-spacer-y: 1rem;
  --card-spacer-x: 1rem;
  --nav-tabs-border-width: 2px;
  --enable-shadows: true;
  --menu-width: 192px;
  --modal-xl: 1200px;
  --zindex-modal: 850;
  --color-text-secondary-font-size: 11px;
  --pf-header-font-weight: 600;
}

:root {
  --pf-color-background-base-default: #171a1c;
  --pf-color-background-base-header: #171a1c;
  --pf-color-background-base-hover: #1F3347;
  --pf-color-background-base-selected: #274059;
  --pf-color-background-surface-default: #1c1f22;
  --pf-color-background-surface-header: #1c1f22;
  --pf-color-background-surface-hover: #1F3347;
  --pf-color-background-surface-selected: #274059;
  --pf-color-background-interactive-default: #169df8;
  --pf-color-background-interactive-hover: #3082ce;
  --pf-color-text-secondary: #abb4ba;
  --pf-color-text-primary: #fcfcfc;
  --pf-color-text-placeholder: #abb4ba;
  --pf-color-text-inverse: #070808;
  --pf-color-text-interactive-default: #169df8;
  --pf-color-text-interactive-hover: #169df8;
  --pf-color-text-white: #ffffff;
  --pf-color-text-black: #000000;
  --pf-color-text-error: #e93226;
  --pf-color-text-selected: #fcfcfc;
  --pf-color-text-icon: #dcdee0;
  --pf-color-border-interactive-default: #169df8;
  --pf-color-border-interactive-hover: #fcfcfc;
  --pf-color-border-interactive-muted: #abb4ba;
  --pf-color-border-error: #e93226;
  --pf-color-status-critical: #e93226;
  --pf-color-status-serious: #F39237;
  --pf-color-status-caution: #ffca24;
  --pf-color-status-normal: #6adc18;
  --pf-color-status-standby: #06AED5;
  --pf-color-status-off: #006600;
  --pf-color-classification-topsecretsci: #ffca24;
  --pf-color-classification-topsecret: #F39237;
  --pf-color-classification-secret: #e93226;
  --pf-color-classification-confidential: #003e84;
  --pf-color-classification-cui: #3626A7;
  --pf-color-classification-unclassified: #006600;
  --pf-popup-menu-caret-color-fill: #abb4ba;
  --pf-card-color-border: #373e43;
  --pf-container-color-border: #abb4ba;
  --pf-status-symbol-color-fill-critical-on-dark: #e93226;
  --pf-status-symbol-color-fill-critical-on-light: #e93226;
  --pf-status-symbol-color-fill-serious-on-dark: #F39237;
  --pf-status-symbol-color-fill-serious-on-light: #F39237;
  --pf-status-symbol-color-fill-caution-on-dark: #ffca24;
  --pf-status-symbol-color-fill-caution-on-light: #ffca24;
  --pf-status-symbol-color-fill-normal-on-dark: #6adc18;
  --pf-status-symbol-color-fill-normal-on-light: #6adc18;
  --pf-status-symbol-color-fill-standby-on-dark: #06AED5;
  --pf-status-symbol-color-fill-standby-on-light: #06AED5;
  --pf-status-symbol-color-fill-off-on-dark: #60686c;
  --pf-status-symbol-color-fill-off-on-light: #60686c;
  --pf-status-symbol-color-border-critical: #e93226;
  --pf-status-symbol-color-border-serious: #F39237;
  --pf-status-symbol-color-border-caution: #ffca24;
  --pf-status-symbol-color-border-normal: #6adc18;
  --pf-status-symbol-color-border-standby: #06AED5;
  --pf-status-symbol-color-border-off: #60686c;
  --pf-gsb-icon-color-fill-default: #dcdee0;
  --pf-gsb-icon-color-fill-hover: #169df8;
  --pf-gsb-color-background: #353C41;
  --pf-gsb-color-text: #fcfcfc;
  --pf-menu-divider-color-fill: #636363;
  --pf-chart-color-1: #00777a;
  --pf-chart-color-2: #48417f;
  --pf-chart-color-3: #610074;
  --pf-chart-color-4: #833209;
  --pf-chart-color-5: #00c7cb;
  --pf-chart-color-6: #786dd3;
  --pf-chart-color-7: #a200c1;
  --pf-chart-color-8: #da5309;
  --pf-chart-color-9: #70dde0;
  --pf-chart-color-10: #aea8e5;
  --pf-chart-color-11: #c76ada;
  --pf-chart-color-12: #ea9875;
  --pf-chart-plotarea-bg-opacity: 0.6;
  --pf-plot-body-color: #949ea4;
  --pf-clock-background: #1c1f22;
  --pf-clock-text-color: #ffffff;
  --pf-clock-border-color: #1c1f22;
  --critical-fill: var(--pf-status-symbol-color-fill-critical-on-dark);
  --critical-border: var(--pf-status-symbol-color-fill-critical-on-dark);
  --normal-fill: var(--pf-status-symbol-color-fill-normal-on-dark);
  --normal-border: var(--pf-status-symbol-color-fill-normal-on-dark);
  --caution-fill: var(--pf-status-symbol-color-fill-caution-on-dark);
  --caution-border: var(--pf-status-symbol-color-fill-caution-on-dark);
  --standby-fill: var(--pf-status-symbol-color-fill-standby-on-dark);
  --standby-border: var(--pf-status-symbol-color-fill-standby-on-dark);
  --serious-fill: var(--pf-status-symbol-color-fill-serious-on-dark);
  --serious-border: var(--pf-status-symbol-color-fill-serious-on-dark);
  --status-symbol-color-fill-normal-on-dark: var(--pf-status-symbol-color-fill-normal-on-dark);
  --pf-timeline-track-background-color: #171a1c;
  --pf-timeline-track-future-background-color: #1c1f22;
  --pf-timeline-playhead-color: #ffb302;
  --pf-timeline-track-border-color: #070808;
  --pf-timeline-region-background-color: #2c4253;
  --pf-timeline-region-future-background-color: #003e84;
  --pf-timeline-region-text-color: #fcfcfc;
  --pf-timeline-region-background-hover: #1f2e3a;
  --pf-timeline-region-future-background-hover: #002c5e;
  --pf-timeline-region-selected-background-color: #169df8;
  --pf-timeline-region-selected-border-color: #169df8;
  --pf-timeline-region-selected-text-color: #070808;
  --pf-timeline-track-header-expandable-color: #cccfd1;
  --pf-timeline-region-bg-opacity: 0.6;
  --pf-widget-background-color: #1c1f22;
  --pf-header-text-color: #cccfd1;
  --pf-header-icon-color: #dcdee0;
  --pf-header-font-weight: 600;
  --pf-disabled-opacity: 0.4;
  --pf-primary: #169df8;
}

.pf-grouped-panel-custom-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pf-grouped-panel-custom-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pf-grouped-panel-custom-border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  padding-right: 10px;
}

.pf-grouped-panel-custom-border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  padding-left: 10px;
}

.pf-group-box-container-with-borders {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.pf-group-box-container-with-borders-template {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pf-group-box {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pf-group-contents {
  display: flex;
  flex-wrap: wrap;
}

.pf-group-row-contents {
  flex-direction: row;
  height: -webkit-fill-available;
}

.pf-group-col-contents {
  flex-direction: column;
}

.pf-group-col-contents-space-around {
  flex-direction: column;
  justify-content: space-around;
}

.pf-group-item-contents {
  min-width: 50px;
  min-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.pf-ui-header-bar, .pf-ui-header-bar-no-shadow {
  position: sticky;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 19px 0 19px;
  height: 60px;
  min-height: 60px;
  left: 0;
  top: 0;
  background: #24282C;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.pf-ui-header-bar-no-shadow {
  box-shadow: none;
}

.pf-ui-header-bar-content {
  height: 60px;
}

.pf-ui-header-bar-text {
  overflow: hidden;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 110%;
  font-weight: 500;
}

.pf-summary-header {
  border-radius: 0.25rem;
  background-color: #1c1f22;
  border: 1px solid #40494e;
  color: #fcfcfc;
  overflow: hidden;
  width: 150px;
  height: 40px;
}
.pf-summary-header:not(:last-child) {
  margin-right: 8px;
}
.pf-summary-header .label {
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80px;
}
.pf-summary-header .value {
  font-size: 20px;
  font-weight: 600;
}
.pf-summary-header.hideBackground {
  background-color: transparent;
  border: none;
}

.pf-summary-header-default-icon-size {
  font-size: 18px;
}

.pf-divider {
  border-top: solid #101214 1px;
  width: 100%;
  height: 1px;
}

.pf-left-align {
  text-align: left;
}

.horizontal-class .value-input {
  width: 50% !important;
}
.horizontal-class .step-size-dropdown {
  padding-left: 25px;
}
.horizontal-class .primeng-input-overrides {
  text-align: center;
}
.horizontal-class .disabled-input {
  border-bottom: 1px dashed #abb4ba !important;
  background: unset;
  opacity: 0.4;
  pointer-events: none;
}
.horizontal-class .readonly-input {
  border-bottom: 1px dashed #abb4ba !important;
  background: unset;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
}
.horizontal-class .horizontal-step-button {
  border-radius: 50% !important;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
.horizontal-class .float-label-color {
  color: #cccfd1;
}
.horizontal-class .float-label-color:focus-within {
  color: #169df8;
}
.horizontal-class .float-label-color:hover {
  color: #fcfcfc;
}
.horizontal-class .input-pad {
  padding-right: 28px !important;
  padding-left: 28px !important;
}
.horizontal-class .no-float {
  width: 50% !important;
  margin-top: -5px;
}

.horizontal-class:has(input:not(focus)) .adjust-padding {
  padding-left: 30px;
}

.horizontal-class:has(input:focus) .adjust-padding {
  padding-left: 0px;
}

.p-slidemenu {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  padding: 0px;
  border: 0px solid #abb4ba;
}
.p-slidemenu .p-slidemenu-wrapper {
  position: relative;
}
.p-slidemenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-slidemenu ul:not(.p-active-submenu) > .p-menuitem:not(.p-menuitem-active) {
  display: none;
}
.p-slidemenu .p-slidemenu-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.p-slidemenu .p-menuitem-link {
  padding: 8px 12px;
  font-weight: normal;
  border-radius: 0;
  transition: box-shadow 0.2s;
}
.p-slidemenu .p-menuitem-link .p-menuitem-icon {
  margin-right: 7px;
}
.p-slidemenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2em #c3e6fd;
}
.p-slidemenu .p-menuitem-link:not(.p-slidemenu-backward) {
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.p-slidemenu .p-menuitem-link .p-submenu-icon:not(svg), .p-slidemenu .p-menuitem-link .p-icon-wrapper {
  margin-left: auto;
}
.p-slidemenu .p-menuitem-text {
  line-height: unset;
}
.p-slidemenu .p-submenu-list {
  padding: 0;
  border: 0 none;
  position: absolute;
  min-width: 100%;
  z-index: 1;
  display: none;
}
.p-slidemenu .p-slidemenu-root-list {
  position: relative;
  top: 0;
}
.p-slidemenu .p-menuitem {
  position: relative;
  margin: 0;
}
.p-slidemenu .p-menuitem.p-menuitem-active {
  position: static;
}
.p-slidemenu .p-slidemenu-backward {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  display: none;
  margin: 0;
  padding: 0.571em 1em;
  background-color: #1c1f22;
  border: 0 none;
  border-top: 1px solid #636363;
}
.p-slidemenu .p-slidemenu-backward.display-block {
  display: block;
}
.p-slidemenu .p-slidemenu-backward span {
  position: absolute;
  top: 7px;
  vertical-align: middle;
}
.p-slidemenu .p-slidemenu-backward .p-slidemenu-backward-icon {
  vertical-align: middle;
}
.p-slidemenu .p-menuitem-separator {
  border: solid;
  border-color: #636363;
  border-width: 1px 0 0 0;
}
.p-slidemenu .p-menuitem-active > pf-slide-menu-sub > .p-submenu-list {
  display: block;
  left: 100%;
  top: 0;
}
.p-slidemenu .p-menuitem-active > .p-menuitem-content > .p-submenu > .p-submenu-list {
  display: block;
}
.p-slidemenu .p-active-submenu > .p-menuitem-active > .p-menuitem-content > .p-submenu > .p-submenu-list {
  display: none;
}
.p-slidemenu .p-active-submenu > .p-menuitem-active ~ .p-menuitem {
  display: block;
}

.p-slidemenu-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.border-normal {
  border: solid 1px rgb(122, 203, 220) !important;
}

.border-warning {
  border: solid 3px rgb(255, 252, 130) !important;
}

/*!
 * PF Global Style
 */
.text-red {
  color: var(--pf-color-text-error);
}

.input-label {
  padding-top: 3px;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container {
  pointer-events: all !important;
}

.monitor-groups-dropdown {
  width: 100%;
}

.monitor-group-selected li.p-autocomplete-token {
  border: 1px solid;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
}

.quick-analysis__color {
  background-color: #1c1f22;
}

.nav-panel-tree-content {
  height: 100%;
}

.nav-panel-tree-outer {
  margin-top: 5px;
  margin-left: 10px;
  height: 92%;
}

.tree-item-status {
  position: relative;
  padding-left: 8px;
}

.tree-device-item {
  position: relative;
  left: -7px;
}
.tree-device-item .pf-icons-carrier, .tree-device-item .pf-icons-transponder, .tree-device-item .pf-icons-satellite {
  margin-left: 0px !important;
}
.tree-device-item .pf-icons-beam {
  margin-left: 0px !important;
  margin-top: 1px !important;
}

.p-tree.nav-panel-tree .p-tree-wrapper {
  width: 100%;
}

.p-tree.nav-panel-tree {
  width: 100%;
}

.tree-item:hover {
  background: transparent !important;
}

.tree-item-icon {
  margin-left: 10px;
}
.tree-item-icon .fa-network-wired {
  margin-top: 9px !important;
}
.tree-item-icon .pf-icons-small-enterprise-network {
  margin-top: 1px !important;
}

.tree-node-icon-extra-padding {
  padding-right: 5px;
}

.p-treenode-label {
  width: 100%;
  align-self: center;
  margin-top: -2px;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 5px !important;
  color: inherit !important;
  align-self: center !important;
  margin-top: -2px !important;
}

.p-treenode-content {
  align-items: start !important;
}

.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  z-index: 2 !important;
  align-items: start !important;
  padding-top: 5px;
}

.p-treenode {
  display: inline !important;
}

.print-item {
  display: none;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  from {
    opacity: 0.5;
  }
  to {
    width: 0.1;
  }
}
.panelLogo {
  text-align: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.navpanel-content-separator {
  width: 100%;
  height: 1px;
}

.panel-contents {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.modal-content {
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
}

/* For some reason, this style just doesn't load, so the 4 places it's used
   have styles explicitly added */
.ui-fluid {
  width: 350px;
  float: right;
  line-height: 1.25;
}

.p-listbox .p-listbox-header {
  padding: 0.429em 0.857em;
  padding-top: 0.429em;
  padding-right: 2em;
  padding-bottom: 0.429em;
  padding-left: 0.857em;
  border-bottom: solid 1px;
  margin: 0;
}

.p-listbox {
  padding: 0;
  min-width: 12em;
  border: 1px solid;
  line-height: 1.25;
}

.p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 0.429em 0.857em;
  border: 0 none;
  border-radius: 0;
}

.analysis-selection-bar__color {
  background-color: #1c1f22;
}

.menu-text {
  font-size: 12px;
}

.users-list .p-button {
  height: 20px !important;
  padding-left: 8px !important;
  padding-top: 2px !important;
}

.text-value {
  padding-top: 3px;
}

.monitor-group-select-dialog .modal-body {
  overflow: visible;
}

.alias-container .p-autocomplete-multiple-container.p-inputtext {
  padding: 0 0.5em 0 0.25em;
}

.p-listbox-list-wrapper {
  overflow: auto;
  height: calc(100% - 82px);
}

.monitor-group-listbox .p-listbox-list-wrapper {
  overflow: auto;
  height: calc(100% - 82px);
}

.monitor-group-listbox .p-button {
  padding: 0rem 1.2rem !important;
}

.monitor-group-listbox .p-listbox-header {
  height: 40px;
}

.monitor-group-listbox .p-listbox-item {
  display: inherit !important;
}

.monitor-group-selected {
  width: 100% !important;
  height: 100%;
}

.monitor-group-selected ul {
  width: 100%;
  height: 100%;
  overflow: auto !important;
}

pf-modal .modal-dialog {
  margin-top: calc(30% - 200px);
}

.no-box-shadow {
  box-shadow: none !important;
}

.table-filter-input {
  width: calc(100% - 20px);
}

.p-tabview {
  height: 100%;
}

.p-tabview .p-tabview-panel {
  height: 100%;
}

.p-tabview-panels {
  height: calc(100% - 40px);
}

.col-no-padding {
  padding: 0 !important;
}

.entity-update-panel {
  width: 350px !important;
  float: right;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.full-height-container {
  height: 100%;
}

.satcom-db-table {
  height: 100%;
}

.p-datatable-even {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.satcom-db-table tr {
  cursor: pointer;
}

.satcom-db-table .p-datatable-tablewrapper {
  height: 100%;
}

.homepage-session-table .p-datatable {
  height: calc(100% - 34px);
}

.satcom-db-table .p-paginator-bottom {
  position: fixed;
  background-color: transparent;
  border: none;
  z-index: auto;
  bottom: 5px;
  width: calc(100% - 120px);
  text-align: center;
}

.satcom-db-table .p-datatable {
  border-collapse: collapse;
  width: 100%;
}

.satcom-db-table .p-datatable th, .satcom-db-table .p-datatable td {
  text-align: left;
  padding: 7px !important;
  border-color: transparent !important;
}

.satcom-db-table .p-datatable tr {
  border-color: transparent;
}

.table-search-header {
  background-color: rgba(0, 0, 0, 0.35) !important;
  background: transparent !important;
  z-index: 9;
}

.show-on-hover {
  opacity: 0;
  z-index: 100;
}

.show-on-hover:hover {
  opacity: 1;
}

.p-disabled {
  filter: alpha(opacity=35);
  opacity: 0.35;
}

.loading-overlay {
  /* A dark translucent div that covers the whole screen */
  z-index: 10;
}

.loading-spinner {
  width: 100%;
  height: 55%;
  float: right;
  position: absolute;
  font-size: 40px;
  bottom: 0;
}

.org-dropdown {
  float: right;
  width: 100%;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

p-listbox div.p-listbox-list-wrapper {
  height: calc(100% - 65px);
  overflow: auto;
}

.p-listbox-item {
  display: inline-block;
  width: 100%;
}

.p-listbox-item .user-item {
  display: inline-block;
  width: 100%;
}

.primary-item {
  background: #1c1f22 !important;
}

.small-loading-font {
  margin-top: 6px !important;
  font-size: 11px !important;
}

.position-relative, .modal-wizard-form-contents, .modal-wizard-non-form-contents {
  position: relative;
}

/*# sourceMappingURL=dark.css.map*/