/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/leaflet/dist/leaflet.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}

.leaflet-container {
	overflow: hidden;
	}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}

/* Prevents IE11 from highlighting tiles in blue */

.leaflet-tile::selection {
	background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}

.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}

.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}

.leaflet-tile-loaded {
	visibility: inherit;
	}

.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }

.leaflet-overlay-pane { z-index: 400; }

.leaflet-shadow-pane  { z-index: 500; }

.leaflet-marker-pane  { z-index: 600; }

.leaflet-tooltip-pane   { z-index: 650; }

.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }

.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}

/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}

.leaflet-top {
	top: 0;
	}

.leaflet-right {
	right: 0;
	}

.leaflet-bottom {
	bottom: 0;
	}

.leaflet-left {
	left: 0;
	}

.leaflet-control {
	float: left;
	clear: both;
	}

.leaflet-right .leaflet-control {
	float: right;
	}

.leaflet-top .leaflet-control {
	margin-top: 10px;
	}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}

.leaflet-left .leaflet-control {
	margin-left: 10px;
	}

.leaflet-right .leaflet-control {
	margin-right: 10px;
	}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-animated {
	transform-origin: 0 0;
	}

svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}

/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}

.leaflet-grab {
	cursor:         grab;
	}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}

.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}

.leaflet-container a {
	color: #0078A8;
	}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}

/* general typography */

.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}

/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}

.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}

.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}

/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}

.leaflet-control-layers-toggle {
	background-image: url('layers.png');
	width: 36px;
	height: 36px;
	}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.png');
	background-size: 26px 26px;
	}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}

.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}

.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */

.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url('marker-icon.png');
	}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}

.leaflet-control-attribution a {
	text-decoration: none;
	}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}

.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}

/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}

.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}

.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}

.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}

/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}

.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}

.leaflet-tooltip-top {
	margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}

.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}

.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}

.leaflet-tooltip-left {
	margin-left: -6px;
}

.leaflet-tooltip-right {
	margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}

.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}

.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/leaflet.markercluster/dist/MarkerCluster.css ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}
.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}
.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}
/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}
.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}
.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}
.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ng-select{position:relative}.ng-select.ng-select-opened.ng-select-clearable .ng-select-container.ng-has-value:hover .ng-clear-wrapper{opacity:0;pointer-events:none}.ng-select.ng-select-opened.ng-select-clearable .ng-select-container.ng-has-value:hover .ng-arrow-wrapper{opacity:1;pointer-events:auto}.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#40a9ff;box-shadow:0 0 0 2px rgba(24,144,255,0.2)}.ng-select.ng-select-opened>.ng-select-container .ng-arrow-wrapper{transform:rotate(180deg);opacity:1}[dir="rtl"] .ng-select.ng-select-opened>.ng-select-container .ng-arrow-wrapper{transform:rotate(-180deg)}.ng-select.ng-select-focused .ng-select-container{border-color:#40a9ff}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f5f5f5}.ng-select.ng-select-disabled>.ng-select-container:hover{border:1px solid #d9d9d9;cursor:not-allowed}.ng-select.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{color:rgba(0,0,0,0.25)}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select.ng-select-clearable .ng-select-container.ng-has-value:hover .ng-clear-wrapper{opacity:1}.ng-select.ng-select-clearable .ng-select-container.ng-has-value:hover .ng-arrow-wrapper{opacity:0;pointer-events:none}.ng-select .ng-select-container{color:rgba(0,0,0,0.65);background-color:#fff;border-radius:4px;border:1px solid #d9d9d9;min-height:30px;align-items:center;transition:all 0.3s;box-sizing:border-box;padding-right:11px;padding-left:11px}.ng-select .ng-select-container .ng-input{line-height:22px}.ng-select .ng-select-container .ng-input input{color:rgba(0,0,0,0.65)}.ng-select .ng-select-container .ng-value-container{align-items:center}.ng-select .ng-select-container .ng-value-container .ng-value{font-size:14px;color:rgba(0,0,0,0.65)}.ng-select .ng-select-container .ng-value-container .ng-placeholder{font-size:14px;color:rgba(153,153,153,0.65)}.ng-select.ng-select-single.ng-select-opened .ng-select-container .ng-value{opacity:0.4}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:2px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f5f5f5}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container{min-height:32px;padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container{padding-right:5px;padding-left:11px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{margin-left:0;margin-right:6px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-bottom:3px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-top:3px;margin-right:4px;font-size:0.9em;background-color:#fafafa;border:1px solid #e8e8e8;border-radius:2px;height:24px;line-height:22px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:4px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f5f5f5;color:rgba(0,0,0,0.25)}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:50%;height:20px;margin-top:-10px;margin-left:6px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{height:24px;margin-top:3px}.ng-select .ng-clear-wrapper{opacity:0;color:#a6a6a6;background:rgba(0,0,0,0.25);width:12px;height:12px;text-align:center;border-radius:12px;vertical-align:middle;transition:color .3s ease;position:absolute;right:13px}[dir="rtl"] .ng-select .ng-clear-wrapper{left:13px;right:auto}.ng-select .ng-clear-wrapper:hover{background:rgba(0,0,0,0.45)}.ng-select .ng-clear-wrapper .ng-clear{color:#fff;font-size:9px;position:absolute;left:3px;line-height:12px}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:16px;height:26px;transition:transform 0.3s}.ng-select .ng-arrow-wrapper .ng-arrow{border-style:solid;border-width:0.1rem 0.1rem 0 0;height:8px;width:8px;top:-2px;transform:rotate(135deg);color:rgba(0,0,0,0.25)}.ng-dropdown-panel{background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.15);border-radius:4px;margin-top:4px;margin-bottom:4px;left:0}.ng-dropdown-panel.ng-select-top{bottom:100%;border-bottom-color:#f3f3f3}.ng-dropdown-panel.ng-select-right{left:100%;top:0;border-bottom-color:#f3f3f3;margin-top:0;margin-left:4px}.ng-dropdown-panel.ng-select-bottom{top:100%;border-top-color:#f3f3f3}.ng-dropdown-panel.ng-select-left{left:calc(-100% - 4px);top:0;border-bottom-color:#f3f3f3;margin-top:0}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #d9d9d9;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #d9d9d9;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;user-select:none;padding:4px 12px;color:rgba(0,0,0,0.45);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default;color:rgba(0,0,0,0.45)}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#e6f7ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected{background-color:#fafafa;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#e6f7ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.65);padding:5px 12px;transition:background .3s ease}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected{background-color:#fafafa;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:rgba(0,0,0,0.65);background-color:#e6f7ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#e6f7ff;color:rgba(0,0,0,0.65)}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:rgba(0,0,0,0.25);cursor:not-allowed}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:20px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:20px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label{font-size:14px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}.dark-modal .modal-content {
  background-color: #292b2c;
  color: white;
}.dark-modal .modal-content .modal-header .close {
  color: white !important;
}.dark-modal .modal-content .modal-header .modal-title {
  color: white !important;
}.mat-form-field-label {
  /*change color of label*/
  color: grey !important;
}.mat-select-panel {
  background: #292b2c !important;
  color: grey !important;
}.mat-select-value {
  color: grey !important;
}.mat-option-text {
  color: grey !important;
}.mat-hint {
  color: grey !important;
}.progress {
  overflow: overlay !important;
}@font-face {
  font-family: Montserrat;
  src: url('Montserrat-Regular.ttf') format("truetype");
}@font-face {
  font-family: Lato;
  src: url('Lato-Regular.ttf') format("truetype");
}@font-face {
  font-family: Oswald;
  src: url('Oswald-Regular.ttf') format("truetype");
}@font-face {
  font-family: Poppins;
  src: url('Poppins-Regular.ttf') format("truetype");
}@font-face {
  font-family: Raleway;
  src: url('Raleway-Regular.ttf') format("truetype");
}/* Gilroy Regular font */@font-face {
  font-family: Gilroy;
  src: url('Gilroy-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
}/* Gilroy Medium font */@font-face {
  font-family: Gilroy;
  src: url('Gilroy-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
}
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/bootstrap/dist/css/bootstrap.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
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,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
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;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.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: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.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%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.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: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  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[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  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 {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -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;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -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;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.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: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.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 .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.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: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' 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: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.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 .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  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;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.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 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.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 > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn: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 > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.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: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  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: #fff;
  background-color: #0d6efd;
}
.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;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.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-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.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;
}
.navbar-text {
  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: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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 .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-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.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 .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%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(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  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;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.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: -0.5rem;
  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: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  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-group > .card {
  margin-bottom: 0.75rem;
}
@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;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  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;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.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.875rem;
}
.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.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.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: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.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: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .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: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 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-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  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 {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem 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;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.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%;
  -webkit-backface-visibility: hidden;
  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;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    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: #fff;
  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: #fff;
  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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  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 [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.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;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.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;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.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;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !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;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !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;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !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;
}
.justify-content-evenly {
  justify-content: space-evenly !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;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !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;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !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;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !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;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !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;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !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;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !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;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !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;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !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;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !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;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !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;
  }

  .d-print-none {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/perfect-scrollbar/css/perfect-scrollbar.css ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@fortawesome/fontawesome-free/css/all.min.css ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}
.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-feature-settings:normal;font-variant:normal;line-height:1;text-rendering:auto}
.fa-1x{font-size:1em}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-6x{font-size:6em}
.fa-7x{font-size:7em}
.fa-8x{font-size:8em}
.fa-9x{font-size:9em}
.fa-10x{font-size:10em}
.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}
.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}
.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}
.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}
.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}
.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}
.fa-fw{text-align:center;width:1.25em}
.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}
.fa-ul>li{position:relative}
.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}
.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}
.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}
.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}
.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}
.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}
.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}
.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}
.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}
.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}
.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}
.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal)}
.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}
.fa-spin-reverse{--fa-animation-direction:reverse}
.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}
@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}
@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}
@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}
@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}
@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}
@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}
@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}
@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.fa-rotate-90{transform:rotate(90deg)}
.fa-rotate-180{transform:rotate(180deg)}
.fa-rotate-270{transform:rotate(270deg)}
.fa-flip-horizontal{transform:scaleX(-1)}
.fa-flip-vertical{transform:scaleY(-1)}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}
.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none))}
.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}
.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}
.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em}
.fa-inverse{color:var(--fa-inverse,#fff)}
.fa-0:before{content:"\30"}
.fa-1:before{content:"\31"}
.fa-2:before{content:"\32"}
.fa-3:before{content:"\33"}
.fa-4:before{content:"\34"}
.fa-5:before{content:"\35"}
.fa-6:before{content:"\36"}
.fa-7:before{content:"\37"}
.fa-8:before{content:"\38"}
.fa-9:before{content:"\39"}
.fa-a:before{content:"\41"}
.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}
.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}
.fa-align-center:before{content:"\f037"}
.fa-align-justify:before{content:"\f039"}
.fa-align-left:before{content:"\f036"}
.fa-align-right:before{content:"\f038"}
.fa-anchor:before{content:"\f13d"}
.fa-angle-down:before{content:"\f107"}
.fa-angle-left:before{content:"\f104"}
.fa-angle-right:before{content:"\f105"}
.fa-angle-up:before{content:"\f106"}
.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}
.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}
.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}
.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}
.fa-ankh:before{content:"\f644"}
.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}
.fa-archway:before{content:"\f557"}
.fa-arrow-down:before{content:"\f063"}
.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}
.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}
.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}
.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}
.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}
.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}
.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}
.fa-arrow-left:before{content:"\f060"}
.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}
.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}
.fa-arrow-right:before{content:"\f061"}
.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}
.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}
.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}
.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}
.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}
.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}
.fa-arrow-trend-down:before{content:"\e097"}
.fa-arrow-trend-up:before{content:"\e098"}
.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}
.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}
.fa-arrow-up:before{content:"\f062"}
.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}
.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}
.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}
.fa-arrow-up-from-bracket:before{content:"\e09a"}
.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}
.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}
.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}
.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}
.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}
.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}
.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}
.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}
.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}
.fa-asterisk:before{content:"\2a"}
.fa-at:before{content:"\40"}
.fa-atom:before{content:"\f5d2"}
.fa-audio-description:before{content:"\f29e"}
.fa-austral-sign:before{content:"\e0a9"}
.fa-award:before{content:"\f559"}
.fa-b:before{content:"\42"}
.fa-baby:before{content:"\f77c"}
.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}
.fa-backward:before{content:"\f04a"}
.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}
.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}
.fa-bacon:before{content:"\f7e5"}
.fa-bacteria:before{content:"\e059"}
.fa-bacterium:before{content:"\e05a"}
.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}
.fa-bahai:before{content:"\f666"}
.fa-baht-sign:before{content:"\e0ac"}
.fa-ban:before,.fa-cancel:before{content:"\f05e"}
.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}
.fa-band-aid:before,.fa-bandage:before{content:"\f462"}
.fa-barcode:before{content:"\f02a"}
.fa-bars:before,.fa-navicon:before{content:"\f0c9"}
.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}
.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}
.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}
.fa-baseball-bat-ball:before{content:"\f432"}
.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}
.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}
.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}
.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}
.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}
.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}
.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}
.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}
.fa-bed:before{content:"\f236"}
.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}
.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}
.fa-bell:before{content:"\f0f3"}
.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}
.fa-bell-slash:before{content:"\f1f6"}
.fa-bezier-curve:before{content:"\f55b"}
.fa-bicycle:before{content:"\f206"}
.fa-binoculars:before{content:"\f1e5"}
.fa-biohazard:before{content:"\f780"}
.fa-bitcoin-sign:before{content:"\e0b4"}
.fa-blender:before{content:"\f517"}
.fa-blender-phone:before{content:"\f6b6"}
.fa-blog:before{content:"\f781"}
.fa-bold:before{content:"\f032"}
.fa-bolt:before,.fa-zap:before{content:"\f0e7"}
.fa-bolt-lightning:before{content:"\e0b7"}
.fa-bomb:before{content:"\f1e2"}
.fa-bone:before{content:"\f5d7"}
.fa-bong:before{content:"\f55c"}
.fa-book:before{content:"\f02d"}
.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}
.fa-bible:before,.fa-book-bible:before{content:"\f647"}
.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}
.fa-book-medical:before{content:"\f7e6"}
.fa-book-open:before{content:"\f518"}
.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}
.fa-book-quran:before,.fa-quran:before{content:"\f687"}
.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}
.fa-bookmark:before{content:"\f02e"}
.fa-border-all:before{content:"\f84c"}
.fa-border-none:before{content:"\f850"}
.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}
.fa-bowling-ball:before{content:"\f436"}
.fa-box:before{content:"\f466"}
.fa-archive:before,.fa-box-archive:before{content:"\f187"}
.fa-box-open:before{content:"\f49e"}
.fa-box-tissue:before{content:"\e05b"}
.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}
.fa-braille:before{content:"\f2a1"}
.fa-brain:before{content:"\f5dc"}
.fa-brazilian-real-sign:before{content:"\e46c"}
.fa-bread-slice:before{content:"\f7ec"}
.fa-briefcase:before{content:"\f0b1"}
.fa-briefcase-medical:before{content:"\f469"}
.fa-broom:before{content:"\f51a"}
.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}
.fa-brush:before{content:"\f55d"}
.fa-bug:before{content:"\f188"}
.fa-bug-slash:before{content:"\e490"}
.fa-building:before{content:"\f1ad"}
.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}
.fa-bullhorn:before{content:"\f0a1"}
.fa-bullseye:before{content:"\f140"}
.fa-burger:before,.fa-hamburger:before{content:"\f805"}
.fa-bus:before{content:"\f207"}
.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}
.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}
.fa-c:before{content:"\43"}
.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}
.fa-calculator:before{content:"\f1ec"}
.fa-calendar:before{content:"\f133"}
.fa-calendar-check:before{content:"\f274"}
.fa-calendar-day:before{content:"\f783"}
.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}
.fa-calendar-minus:before{content:"\f272"}
.fa-calendar-plus:before{content:"\f271"}
.fa-calendar-week:before{content:"\f784"}
.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}
.fa-camera-alt:before,.fa-camera:before{content:"\f030"}
.fa-camera-retro:before{content:"\f083"}
.fa-camera-rotate:before{content:"\e0d8"}
.fa-campground:before{content:"\f6bb"}
.fa-candy-cane:before{content:"\f786"}
.fa-cannabis:before{content:"\f55f"}
.fa-capsules:before{content:"\f46b"}
.fa-automobile:before,.fa-car:before{content:"\f1b9"}
.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}
.fa-car-crash:before{content:"\f5e1"}
.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}
.fa-car-side:before{content:"\f5e4"}
.fa-caravan:before{content:"\f8ff"}
.fa-caret-down:before{content:"\f0d7"}
.fa-caret-left:before{content:"\f0d9"}
.fa-caret-right:before{content:"\f0da"}
.fa-caret-up:before{content:"\f0d8"}
.fa-carrot:before{content:"\f787"}
.fa-cart-arrow-down:before{content:"\f218"}
.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}
.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}
.fa-cart-plus:before{content:"\f217"}
.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}
.fa-cash-register:before{content:"\f788"}
.fa-cat:before{content:"\f6be"}
.fa-cedi-sign:before{content:"\e0df"}
.fa-cent-sign:before{content:"\e3f5"}
.fa-certificate:before{content:"\f0a3"}
.fa-chair:before{content:"\f6c0"}
.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}
.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}
.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}
.fa-charging-station:before{content:"\f5e7"}
.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}
.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}
.fa-chart-column:before{content:"\e0e3"}
.fa-chart-gantt:before{content:"\e0e4"}
.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}
.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}
.fa-check:before{content:"\f00c"}
.fa-check-double:before{content:"\f560"}
.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}
.fa-cheese:before{content:"\f7ef"}
.fa-chess:before{content:"\f439"}
.fa-chess-bishop:before{content:"\f43a"}
.fa-chess-board:before{content:"\f43c"}
.fa-chess-king:before{content:"\f43f"}
.fa-chess-knight:before{content:"\f441"}
.fa-chess-pawn:before{content:"\f443"}
.fa-chess-queen:before{content:"\f445"}
.fa-chess-rook:before{content:"\f447"}
.fa-chevron-down:before{content:"\f078"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-chevron-up:before{content:"\f077"}
.fa-child:before{content:"\f1ae"}
.fa-church:before{content:"\f51d"}
.fa-circle:before{content:"\f111"}
.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}
.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}
.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}
.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}
.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}
.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}
.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}
.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}
.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}
.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}
.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}
.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}
.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}
.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}
.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}
.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}
.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}
.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}
.fa-circle-notch:before{content:"\f1ce"}
.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}
.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}
.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}
.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}
.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}
.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}
.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}
.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}
.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}
.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}
.fa-city:before{content:"\f64f"}
.fa-clapperboard:before{content:"\e131"}
.fa-clipboard:before{content:"\f328"}
.fa-clipboard-check:before{content:"\f46c"}
.fa-clipboard-list:before{content:"\f46d"}
.fa-clock-four:before,.fa-clock:before{content:"\f017"}
.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}
.fa-clone:before{content:"\f24d"}
.fa-closed-captioning:before{content:"\f20a"}
.fa-cloud:before{content:"\f0c2"}
.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}
.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}
.fa-cloud-meatball:before{content:"\f73b"}
.fa-cloud-moon:before{content:"\f6c3"}
.fa-cloud-moon-rain:before{content:"\f73c"}
.fa-cloud-rain:before{content:"\f73d"}
.fa-cloud-showers-heavy:before{content:"\f740"}
.fa-cloud-sun:before{content:"\f6c4"}
.fa-cloud-sun-rain:before{content:"\f743"}
.fa-clover:before{content:"\e139"}
.fa-code:before{content:"\f121"}
.fa-code-branch:before{content:"\f126"}
.fa-code-commit:before{content:"\f386"}
.fa-code-compare:before{content:"\e13a"}
.fa-code-fork:before{content:"\e13b"}
.fa-code-merge:before{content:"\f387"}
.fa-code-pull-request:before{content:"\e13c"}
.fa-coins:before{content:"\f51e"}
.fa-colon-sign:before{content:"\e140"}
.fa-comment:before{content:"\f075"}
.fa-comment-dollar:before{content:"\f651"}
.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}
.fa-comment-medical:before{content:"\f7f5"}
.fa-comment-slash:before{content:"\f4b3"}
.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}
.fa-comments:before{content:"\f086"}
.fa-comments-dollar:before{content:"\f653"}
.fa-compact-disc:before{content:"\f51f"}
.fa-compass:before{content:"\f14e"}
.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}
.fa-compress:before{content:"\f066"}
.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}
.fa-cookie:before{content:"\f563"}
.fa-cookie-bite:before{content:"\f564"}
.fa-copy:before{content:"\f0c5"}
.fa-copyright:before{content:"\f1f9"}
.fa-couch:before{content:"\f4b8"}
.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}
.fa-crop:before{content:"\f125"}
.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}
.fa-cross:before{content:"\f654"}
.fa-crosshairs:before{content:"\f05b"}
.fa-crow:before{content:"\f520"}
.fa-crown:before{content:"\f521"}
.fa-crutch:before{content:"\f7f7"}
.fa-cruzeiro-sign:before{content:"\e152"}
.fa-cube:before{content:"\f1b2"}
.fa-cubes:before{content:"\f1b3"}
.fa-d:before{content:"\44"}
.fa-database:before{content:"\f1c0"}
.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}
.fa-democrat:before{content:"\f747"}
.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}
.fa-dharmachakra:before{content:"\f655"}
.fa-diagram-next:before{content:"\e476"}
.fa-diagram-predecessor:before{content:"\e477"}
.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}
.fa-diagram-successor:before{content:"\e47a"}
.fa-diamond:before{content:"\f219"}
.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}
.fa-dice:before{content:"\f522"}
.fa-dice-d20:before{content:"\f6cf"}
.fa-dice-d6:before{content:"\f6d1"}
.fa-dice-five:before{content:"\f523"}
.fa-dice-four:before{content:"\f524"}
.fa-dice-one:before{content:"\f525"}
.fa-dice-six:before{content:"\f526"}
.fa-dice-three:before{content:"\f527"}
.fa-dice-two:before{content:"\f528"}
.fa-disease:before{content:"\f7fa"}
.fa-divide:before{content:"\f529"}
.fa-dna:before{content:"\f471"}
.fa-dog:before{content:"\f6d3"}
.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}
.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}
.fa-dong-sign:before{content:"\e169"}
.fa-door-closed:before{content:"\f52a"}
.fa-door-open:before{content:"\f52b"}
.fa-dove:before{content:"\f4ba"}
.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}
.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}
.fa-download:before{content:"\f019"}
.fa-dragon:before{content:"\f6d5"}
.fa-draw-polygon:before{content:"\f5ee"}
.fa-droplet:before,.fa-tint:before{content:"\f043"}
.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}
.fa-drum:before{content:"\f569"}
.fa-drum-steelpan:before{content:"\f56a"}
.fa-drumstick-bite:before{content:"\f6d7"}
.fa-dumbbell:before{content:"\f44b"}
.fa-dumpster:before{content:"\f793"}
.fa-dumpster-fire:before{content:"\f794"}
.fa-dungeon:before{content:"\f6d9"}
.fa-e:before{content:"\45"}
.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}
.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}
.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}
.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}
.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}
.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}
.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}
.fa-egg:before{content:"\f7fb"}
.fa-eject:before{content:"\f052"}
.fa-elevator:before{content:"\e16d"}
.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}
.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}
.fa-envelope:before{content:"\f0e0"}
.fa-envelope-open:before{content:"\f2b6"}
.fa-envelope-open-text:before{content:"\f658"}
.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}
.fa-equals:before{content:"\3d"}
.fa-eraser:before{content:"\f12d"}
.fa-ethernet:before{content:"\f796"}
.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}
.fa-exclamation:before{content:"\21"}
.fa-expand:before{content:"\f065"}
.fa-eye:before{content:"\f06e"}
.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}
.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}
.fa-eye-slash:before{content:"\f070"}
.fa-f:before{content:"\46"}
.fa-angry:before,.fa-face-angry:before{content:"\f556"}
.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}
.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}
.fa-face-frown:before,.fa-frown:before{content:"\f119"}
.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}
.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}
.fa-face-grin:before,.fa-grin:before{content:"\f580"}
.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}
.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}
.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}
.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}
.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}
.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}
.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}
.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}
.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}
.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}
.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}
.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}
.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}
.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}
.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}
.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}
.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}
.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}
.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}
.fa-face-meh:before,.fa-meh:before{content:"\f11a"}
.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}
.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}
.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}
.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}
.fa-face-smile:before,.fa-smile:before{content:"\f118"}
.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}
.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}
.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}
.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}
.fa-fan:before{content:"\f863"}
.fa-faucet:before{content:"\e005"}
.fa-fax:before{content:"\f1ac"}
.fa-feather:before{content:"\f52d"}
.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}
.fa-file:before{content:"\f15b"}
.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}
.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}
.fa-file-audio:before{content:"\f1c7"}
.fa-file-code:before{content:"\f1c9"}
.fa-file-contract:before{content:"\f56c"}
.fa-file-csv:before{content:"\f6dd"}
.fa-file-excel:before{content:"\f1c3"}
.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}
.fa-file-image:before{content:"\f1c5"}
.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}
.fa-file-invoice:before{content:"\f570"}
.fa-file-invoice-dollar:before{content:"\f571"}
.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}
.fa-file-medical:before{content:"\f477"}
.fa-file-pdf:before{content:"\f1c1"}
.fa-file-powerpoint:before{content:"\f1c4"}
.fa-file-prescription:before{content:"\f572"}
.fa-file-signature:before{content:"\f573"}
.fa-file-video:before{content:"\f1c8"}
.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}
.fa-file-word:before{content:"\f1c2"}
.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}
.fa-fill:before{content:"\f575"}
.fa-fill-drip:before{content:"\f576"}
.fa-film:before{content:"\f008"}
.fa-filter:before{content:"\f0b0"}
.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}
.fa-filter-circle-xmark:before{content:"\e17b"}
.fa-fingerprint:before{content:"\f577"}
.fa-fire:before{content:"\f06d"}
.fa-fire-extinguisher:before{content:"\f134"}
.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}
.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}
.fa-fish:before{content:"\f578"}
.fa-flag:before{content:"\f024"}
.fa-flag-checkered:before{content:"\f11e"}
.fa-flag-usa:before{content:"\f74d"}
.fa-flask:before{content:"\f0c3"}
.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}
.fa-florin-sign:before{content:"\e184"}
.fa-folder:before{content:"\f07b"}
.fa-folder-minus:before{content:"\f65d"}
.fa-folder-open:before{content:"\f07c"}
.fa-folder-plus:before{content:"\f65e"}
.fa-folder-tree:before{content:"\f802"}
.fa-font:before{content:"\f031"}
.fa-football-ball:before,.fa-football:before{content:"\f44e"}
.fa-forward:before{content:"\f04e"}
.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}
.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}
.fa-franc-sign:before{content:"\e18f"}
.fa-frog:before{content:"\f52e"}
.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}
.fa-g:before{content:"\47"}
.fa-gamepad:before{content:"\f11b"}
.fa-gas-pump:before{content:"\f52f"}
.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}
.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}
.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}
.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}
.fa-gavel:before,.fa-legal:before{content:"\f0e3"}
.fa-cog:before,.fa-gear:before{content:"\f013"}
.fa-cogs:before,.fa-gears:before{content:"\f085"}
.fa-gem:before{content:"\f3a5"}
.fa-genderless:before{content:"\f22d"}
.fa-ghost:before{content:"\f6e2"}
.fa-gift:before{content:"\f06b"}
.fa-gifts:before{content:"\f79c"}
.fa-glasses:before{content:"\f530"}
.fa-globe:before{content:"\f0ac"}
.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}
.fa-gopuram:before{content:"\f664"}
.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}
.fa-greater-than:before{content:"\3e"}
.fa-greater-than-equal:before{content:"\f532"}
.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}
.fa-grip-lines:before{content:"\f7a4"}
.fa-grip-lines-vertical:before{content:"\f7a5"}
.fa-grip-vertical:before{content:"\f58e"}
.fa-guarani-sign:before{content:"\e19a"}
.fa-guitar:before{content:"\f7a6"}
.fa-gun:before{content:"\e19b"}
.fa-h:before{content:"\48"}
.fa-hammer:before{content:"\f6e3"}
.fa-hamsa:before{content:"\f665"}
.fa-hand-paper:before,.fa-hand:before{content:"\f256"}
.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}
.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}
.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}
.fa-hand-holding:before{content:"\f4bd"}
.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}
.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}
.fa-hand-holding-heart:before{content:"\f4be"}
.fa-hand-holding-medical:before{content:"\e05c"}
.fa-hand-lizard:before{content:"\f258"}
.fa-hand-middle-finger:before{content:"\f806"}
.fa-hand-peace:before{content:"\f25b"}
.fa-hand-point-down:before{content:"\f0a7"}
.fa-hand-point-left:before{content:"\f0a5"}
.fa-hand-point-right:before{content:"\f0a4"}
.fa-hand-point-up:before{content:"\f0a6"}
.fa-hand-pointer:before{content:"\f25a"}
.fa-hand-scissors:before{content:"\f257"}
.fa-hand-sparkles:before{content:"\e05d"}
.fa-hand-spock:before{content:"\f259"}
.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}
.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}
.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}
.fa-hands-clapping:before{content:"\e1a8"}
.fa-hands-holding:before{content:"\f4c2"}
.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}
.fa-handshake:before{content:"\f2b5"}
.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}
.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}
.fa-handshake-slash:before{content:"\e060"}
.fa-hanukiah:before{content:"\f6e6"}
.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}
.fa-hashtag:before{content:"\23"}
.fa-hat-cowboy:before{content:"\f8c0"}
.fa-hat-cowboy-side:before{content:"\f8c1"}
.fa-hat-wizard:before{content:"\f6e8"}
.fa-head-side-cough:before{content:"\e061"}
.fa-head-side-cough-slash:before{content:"\e062"}
.fa-head-side-mask:before{content:"\e063"}
.fa-head-side-virus:before{content:"\e064"}
.fa-header:before,.fa-heading:before{content:"\f1dc"}
.fa-headphones:before{content:"\f025"}
.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}
.fa-headset:before{content:"\f590"}
.fa-heart:before{content:"\f004"}
.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}
.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}
.fa-helicopter:before{content:"\f533"}
.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}
.fa-highlighter:before{content:"\f591"}
.fa-hippo:before{content:"\f6ed"}
.fa-hockey-puck:before{content:"\f453"}
.fa-holly-berry:before{content:"\f7aa"}
.fa-horse:before{content:"\f6f0"}
.fa-horse-head:before{content:"\f7ab"}
.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}
.fa-hospital-user:before{content:"\f80d"}
.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}
.fa-hotdog:before{content:"\f80f"}
.fa-hotel:before{content:"\f594"}
.fa-hourglass-2:before,.fa-hourglass-half:before,.fa-hourglass:before{content:"\f254"}
.fa-hourglass-empty:before{content:"\f252"}
.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}
.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}
.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}
.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}
.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}
.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}
.fa-house-chimney-user:before{content:"\e065"}
.fa-house-chimney-window:before{content:"\e00d"}
.fa-house-crack:before{content:"\e3b1"}
.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}
.fa-house-medical:before{content:"\e3b2"}
.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}
.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}
.fa-i:before{content:"\49"}
.fa-i-cursor:before{content:"\f246"}
.fa-ice-cream:before{content:"\f810"}
.fa-icicles:before{content:"\f7ad"}
.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}
.fa-id-badge:before{content:"\f2c1"}
.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}
.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}
.fa-igloo:before{content:"\f7ae"}
.fa-image:before{content:"\f03e"}
.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}
.fa-images:before{content:"\f302"}
.fa-inbox:before{content:"\f01c"}
.fa-indent:before{content:"\f03c"}
.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}
.fa-industry:before{content:"\f275"}
.fa-infinity:before{content:"\f534"}
.fa-info:before{content:"\f129"}
.fa-italic:before{content:"\f033"}
.fa-j:before{content:"\4a"}
.fa-jedi:before{content:"\f669"}
.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}
.fa-joint:before{content:"\f595"}
.fa-k:before{content:"\4b"}
.fa-kaaba:before{content:"\f66b"}
.fa-key:before{content:"\f084"}
.fa-keyboard:before{content:"\f11c"}
.fa-khanda:before{content:"\f66d"}
.fa-kip-sign:before{content:"\e1c4"}
.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}
.fa-kiwi-bird:before{content:"\f535"}
.fa-l:before{content:"\4c"}
.fa-landmark:before{content:"\f66f"}
.fa-language:before{content:"\f1ab"}
.fa-laptop:before{content:"\f109"}
.fa-laptop-code:before{content:"\f5fc"}
.fa-laptop-medical:before{content:"\f812"}
.fa-lari-sign:before{content:"\e1c8"}
.fa-layer-group:before{content:"\f5fd"}
.fa-leaf:before{content:"\f06c"}
.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}
.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}
.fa-lemon:before{content:"\f094"}
.fa-less-than:before{content:"\3c"}
.fa-less-than-equal:before{content:"\f537"}
.fa-life-ring:before{content:"\f1cd"}
.fa-lightbulb:before{content:"\f0eb"}
.fa-chain:before,.fa-link:before{content:"\f0c1"}
.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}
.fa-lira-sign:before{content:"\f195"}
.fa-list-squares:before,.fa-list:before{content:"\f03a"}
.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}
.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}
.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}
.fa-litecoin-sign:before{content:"\e1d3"}
.fa-location-arrow:before{content:"\f124"}
.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}
.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}
.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}
.fa-lock:before{content:"\f023"}
.fa-lock-open:before{content:"\f3c1"}
.fa-lungs:before{content:"\f604"}
.fa-lungs-virus:before{content:"\e067"}
.fa-m:before{content:"\4d"}
.fa-magnet:before{content:"\f076"}
.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}
.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}
.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}
.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}
.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}
.fa-manat-sign:before{content:"\e1d5"}
.fa-map:before{content:"\f279"}
.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}
.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}
.fa-map-pin:before{content:"\f276"}
.fa-marker:before{content:"\f5a1"}
.fa-mars:before{content:"\f222"}
.fa-mars-and-venus:before{content:"\f224"}
.fa-mars-double:before{content:"\f227"}
.fa-mars-stroke:before{content:"\f229"}
.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}
.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}
.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}
.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}
.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}
.fa-mask:before{content:"\f6fa"}
.fa-mask-face:before{content:"\e1d7"}
.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}
.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}
.fa-medal:before{content:"\f5a2"}
.fa-memory:before{content:"\f538"}
.fa-menorah:before{content:"\f676"}
.fa-mercury:before{content:"\f223"}
.fa-comment-alt:before,.fa-message:before{content:"\f27a"}
.fa-meteor:before{content:"\f753"}
.fa-microchip:before{content:"\f2db"}
.fa-microphone:before{content:"\f130"}
.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}
.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}
.fa-microphone-slash:before{content:"\f131"}
.fa-microscope:before{content:"\f610"}
.fa-mill-sign:before{content:"\e1ed"}
.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}
.fa-minus:before,.fa-subtract:before{content:"\f068"}
.fa-mitten:before{content:"\f7b5"}
.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}
.fa-mobile-button:before{content:"\f10b"}
.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}
.fa-money-bill:before{content:"\f0d6"}
.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}
.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}
.fa-money-bill-wave:before{content:"\f53a"}
.fa-money-check:before{content:"\f53c"}
.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}
.fa-monument:before{content:"\f5a6"}
.fa-moon:before{content:"\f186"}
.fa-mortar-pestle:before{content:"\f5a7"}
.fa-mosque:before{content:"\f678"}
.fa-motorcycle:before{content:"\f21c"}
.fa-mountain:before{content:"\f6fc"}
.fa-mug-hot:before{content:"\f7b6"}
.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}
.fa-music:before{content:"\f001"}
.fa-n:before{content:"\4e"}
.fa-naira-sign:before{content:"\e1f6"}
.fa-network-wired:before{content:"\f6ff"}
.fa-neuter:before{content:"\f22c"}
.fa-newspaper:before{content:"\f1ea"}
.fa-not-equal:before{content:"\f53e"}
.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}
.fa-notes-medical:before{content:"\f481"}
.fa-o:before{content:"\4f"}
.fa-object-group:before{content:"\f247"}
.fa-object-ungroup:before{content:"\f248"}
.fa-oil-can:before{content:"\f613"}
.fa-om:before{content:"\f679"}
.fa-otter:before{content:"\f700"}
.fa-dedent:before,.fa-outdent:before{content:"\f03b"}
.fa-p:before{content:"\50"}
.fa-pager:before{content:"\f815"}
.fa-paint-roller:before{content:"\f5aa"}
.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}
.fa-palette:before{content:"\f53f"}
.fa-pallet:before{content:"\f482"}
.fa-panorama:before{content:"\e209"}
.fa-paper-plane:before{content:"\f1d8"}
.fa-paperclip:before{content:"\f0c6"}
.fa-parachute-box:before{content:"\f4cd"}
.fa-paragraph:before{content:"\f1dd"}
.fa-passport:before{content:"\f5ab"}
.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}
.fa-pause:before{content:"\f04c"}
.fa-paw:before{content:"\f1b0"}
.fa-peace:before{content:"\f67c"}
.fa-pen:before{content:"\f304"}
.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}
.fa-pen-fancy:before{content:"\f5ac"}
.fa-pen-nib:before{content:"\f5ad"}
.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}
.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}
.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}
.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}
.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}
.fa-pepper-hot:before{content:"\f816"}
.fa-percent:before,.fa-percentage:before{content:"\25"}
.fa-male:before,.fa-person:before{content:"\f183"}
.fa-biking:before,.fa-person-biking:before{content:"\f84a"}
.fa-person-booth:before{content:"\f756"}
.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}
.fa-female:before,.fa-person-dress:before{content:"\f182"}
.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}
.fa-person-praying:before,.fa-pray:before{content:"\f683"}
.fa-person-running:before,.fa-running:before{content:"\f70c"}
.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}
.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}
.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}
.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}
.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}
.fa-person-walking:before,.fa-walking:before{content:"\f554"}
.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}
.fa-peseta-sign:before{content:"\e221"}
.fa-peso-sign:before{content:"\e222"}
.fa-phone:before{content:"\f095"}
.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}
.fa-phone-slash:before{content:"\f3dd"}
.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}
.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}
.fa-piggy-bank:before{content:"\f4d3"}
.fa-pills:before{content:"\f484"}
.fa-pizza-slice:before{content:"\f818"}
.fa-place-of-worship:before{content:"\f67f"}
.fa-plane:before{content:"\f072"}
.fa-plane-arrival:before{content:"\f5af"}
.fa-plane-departure:before{content:"\f5b0"}
.fa-plane-slash:before{content:"\e069"}
.fa-play:before{content:"\f04b"}
.fa-plug:before{content:"\f1e6"}
.fa-add:before,.fa-plus:before{content:"\2b"}
.fa-plus-minus:before{content:"\e43c"}
.fa-podcast:before{content:"\f2ce"}
.fa-poo:before{content:"\f2fe"}
.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}
.fa-poop:before{content:"\f619"}
.fa-power-off:before{content:"\f011"}
.fa-prescription:before{content:"\f5b1"}
.fa-prescription-bottle:before{content:"\f485"}
.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}
.fa-print:before{content:"\f02f"}
.fa-pump-medical:before{content:"\e06a"}
.fa-pump-soap:before{content:"\e06b"}
.fa-puzzle-piece:before{content:"\f12e"}
.fa-q:before{content:"\51"}
.fa-qrcode:before{content:"\f029"}
.fa-question:before{content:"\3f"}
.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}
.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}
.fa-r:before{content:"\52"}
.fa-radiation:before{content:"\f7b9"}
.fa-rainbow:before{content:"\f75b"}
.fa-receipt:before{content:"\f543"}
.fa-record-vinyl:before{content:"\f8d9"}
.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}
.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}
.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}
.fa-recycle:before{content:"\f1b8"}
.fa-registered:before{content:"\f25d"}
.fa-repeat:before{content:"\f363"}
.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}
.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}
.fa-republican:before{content:"\f75e"}
.fa-restroom:before{content:"\f7bd"}
.fa-retweet:before{content:"\f079"}
.fa-ribbon:before{content:"\f4d6"}
.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}
.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}
.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}
.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}
.fa-ring:before{content:"\f70b"}
.fa-road:before{content:"\f018"}
.fa-robot:before{content:"\f544"}
.fa-rocket:before{content:"\f135"}
.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}
.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}
.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}
.fa-route:before{content:"\f4d7"}
.fa-feed:before,.fa-rss:before{content:"\f09e"}
.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}
.fa-ruler:before{content:"\f545"}
.fa-ruler-combined:before{content:"\f546"}
.fa-ruler-horizontal:before{content:"\f547"}
.fa-ruler-vertical:before{content:"\f548"}
.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}
.fa-rupiah-sign:before{content:"\e23d"}
.fa-s:before{content:"\53"}
.fa-sailboat:before{content:"\e445"}
.fa-satellite:before{content:"\f7bf"}
.fa-satellite-dish:before{content:"\f7c0"}
.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}
.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}
.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}
.fa-school:before{content:"\f549"}
.fa-cut:before,.fa-scissors:before{content:"\f0c4"}
.fa-screwdriver:before{content:"\f54a"}
.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}
.fa-scroll:before{content:"\f70e"}
.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}
.fa-sd-card:before{content:"\f7c2"}
.fa-section:before{content:"\e447"}
.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}
.fa-server:before{content:"\f233"}
.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}
.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}
.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}
.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}
.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}
.fa-shield:before{content:"\f132"}
.fa-shield-alt:before,.fa-shield-blank:before{content:"\f3ed"}
.fa-shield-virus:before{content:"\e06c"}
.fa-ship:before{content:"\f21a"}
.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}
.fa-shoe-prints:before{content:"\f54b"}
.fa-shop:before,.fa-store-alt:before{content:"\f54f"}
.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}
.fa-shower:before{content:"\f2cc"}
.fa-shrimp:before{content:"\e448"}
.fa-random:before,.fa-shuffle:before{content:"\f074"}
.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}
.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}
.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}
.fa-signature:before{content:"\f5b7"}
.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}
.fa-sim-card:before{content:"\f7c4"}
.fa-sink:before{content:"\e06d"}
.fa-sitemap:before{content:"\f0e8"}
.fa-skull:before{content:"\f54c"}
.fa-skull-crossbones:before{content:"\f714"}
.fa-slash:before{content:"\f715"}
.fa-sleigh:before{content:"\f7cc"}
.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}
.fa-smog:before{content:"\f75f"}
.fa-smoking:before{content:"\f48d"}
.fa-snowflake:before{content:"\f2dc"}
.fa-snowman:before{content:"\f7d0"}
.fa-snowplow:before{content:"\f7d2"}
.fa-soap:before{content:"\e06e"}
.fa-socks:before{content:"\f696"}
.fa-solar-panel:before{content:"\f5ba"}
.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}
.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}
.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}
.fa-spa:before{content:"\f5bb"}
.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}
.fa-spell-check:before{content:"\f891"}
.fa-spider:before{content:"\f717"}
.fa-spinner:before{content:"\f110"}
.fa-splotch:before{content:"\f5bc"}
.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}
.fa-spray-can:before{content:"\f5bd"}
.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}
.fa-square:before{content:"\f0c8"}
.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}
.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}
.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}
.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}
.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}
.fa-check-square:before,.fa-square-check:before{content:"\f14a"}
.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}
.fa-square-full:before{content:"\f45c"}
.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}
.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}
.fa-parking:before,.fa-square-parking:before{content:"\f540"}
.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}
.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}
.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}
.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}
.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}
.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}
.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}
.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}
.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}
.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}
.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}
.fa-stairs:before{content:"\e289"}
.fa-stamp:before{content:"\f5bf"}
.fa-star:before{content:"\f005"}
.fa-star-and-crescent:before{content:"\f699"}
.fa-star-half:before{content:"\f089"}
.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}
.fa-star-of-david:before{content:"\f69a"}
.fa-star-of-life:before{content:"\f621"}
.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}
.fa-stethoscope:before{content:"\f0f1"}
.fa-stop:before{content:"\f04d"}
.fa-stopwatch:before{content:"\f2f2"}
.fa-stopwatch-20:before{content:"\e06f"}
.fa-store:before{content:"\f54e"}
.fa-store-slash:before{content:"\e071"}
.fa-street-view:before{content:"\f21d"}
.fa-strikethrough:before{content:"\f0cc"}
.fa-stroopwafel:before{content:"\f551"}
.fa-subscript:before{content:"\f12c"}
.fa-suitcase:before{content:"\f0f2"}
.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}
.fa-suitcase-rolling:before{content:"\f5c1"}
.fa-sun:before{content:"\f185"}
.fa-superscript:before{content:"\f12b"}
.fa-swatchbook:before{content:"\f5c3"}
.fa-synagogue:before{content:"\f69b"}
.fa-syringe:before{content:"\f48e"}
.fa-t:before{content:"\54"}
.fa-table:before{content:"\f0ce"}
.fa-table-cells:before,.fa-th:before{content:"\f00a"}
.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}
.fa-columns:before,.fa-table-columns:before{content:"\f0db"}
.fa-table-list:before,.fa-th-list:before{content:"\f00b"}
.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}
.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}
.fa-tablet-button:before{content:"\f10a"}
.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}
.fa-tablets:before{content:"\f490"}
.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}
.fa-tag:before{content:"\f02b"}
.fa-tags:before{content:"\f02c"}
.fa-tape:before{content:"\f4db"}
.fa-cab:before,.fa-taxi:before{content:"\f1ba"}
.fa-teeth:before{content:"\f62e"}
.fa-teeth-open:before{content:"\f62f"}
.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}
.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}
.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}
.fa-temperature-high:before{content:"\f769"}
.fa-temperature-low:before{content:"\f76b"}
.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}
.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}
.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}
.fa-terminal:before{content:"\f120"}
.fa-text-height:before{content:"\f034"}
.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}
.fa-text-width:before{content:"\f035"}
.fa-thermometer:before{content:"\f491"}
.fa-thumbs-down:before{content:"\f165"}
.fa-thumbs-up:before{content:"\f164"}
.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}
.fa-ticket:before{content:"\f145"}
.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}
.fa-timeline:before{content:"\e29c"}
.fa-toggle-off:before{content:"\f204"}
.fa-toggle-on:before{content:"\f205"}
.fa-toilet:before{content:"\f7d8"}
.fa-toilet-paper:before{content:"\f71e"}
.fa-toilet-paper-slash:before{content:"\e072"}
.fa-toolbox:before{content:"\f552"}
.fa-tooth:before{content:"\f5c9"}
.fa-torii-gate:before{content:"\f6a1"}
.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}
.fa-tractor:before{content:"\f722"}
.fa-trademark:before{content:"\f25c"}
.fa-traffic-light:before{content:"\f637"}
.fa-trailer:before{content:"\e041"}
.fa-train:before{content:"\f238"}
.fa-subway:before,.fa-train-subway:before{content:"\f239"}
.fa-train-tram:before,.fa-tram:before{content:"\f7da"}
.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}
.fa-trash:before{content:"\f1f8"}
.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}
.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}
.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}
.fa-tree:before{content:"\f1bb"}
.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}
.fa-trophy:before{content:"\f091"}
.fa-truck:before{content:"\f0d1"}
.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}
.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}
.fa-truck-monster:before{content:"\f63b"}
.fa-truck-moving:before{content:"\f4df"}
.fa-truck-pickup:before{content:"\f63c"}
.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}
.fa-teletype:before,.fa-tty:before{content:"\f1e4"}
.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}
.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}
.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}
.fa-u:before{content:"\55"}
.fa-umbrella:before{content:"\f0e9"}
.fa-umbrella-beach:before{content:"\f5ca"}
.fa-underline:before{content:"\f0cd"}
.fa-universal-access:before{content:"\f29a"}
.fa-unlock:before{content:"\f09c"}
.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}
.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}
.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}
.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}
.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}
.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}
.fa-upload:before{content:"\f093"}
.fa-user:before{content:"\f007"}
.fa-user-astronaut:before{content:"\f4fb"}
.fa-user-check:before{content:"\f4fc"}
.fa-user-clock:before{content:"\f4fd"}
.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}
.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}
.fa-user-graduate:before{content:"\f501"}
.fa-user-friends:before,.fa-user-group:before{content:"\f500"}
.fa-user-injured:before{content:"\f728"}
.fa-user-alt:before,.fa-user-large:before{content:"\f406"}
.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}
.fa-user-lock:before{content:"\f502"}
.fa-user-minus:before{content:"\f503"}
.fa-user-ninja:before{content:"\f504"}
.fa-user-nurse:before{content:"\f82f"}
.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}
.fa-user-plus:before{content:"\f234"}
.fa-user-secret:before{content:"\f21b"}
.fa-user-shield:before{content:"\f505"}
.fa-user-slash:before{content:"\f506"}
.fa-user-tag:before{content:"\f507"}
.fa-user-tie:before{content:"\f508"}
.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}
.fa-users:before{content:"\f0c0"}
.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}
.fa-users-slash:before{content:"\e073"}
.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}
.fa-v:before{content:"\56"}
.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}
.fa-vault:before{content:"\e2c5"}
.fa-vector-square:before{content:"\f5cb"}
.fa-venus:before{content:"\f221"}
.fa-venus-double:before{content:"\f226"}
.fa-venus-mars:before{content:"\f228"}
.fa-vest:before{content:"\e085"}
.fa-vest-patches:before{content:"\e086"}
.fa-vial:before{content:"\f492"}
.fa-vials:before{content:"\f493"}
.fa-video-camera:before,.fa-video:before{content:"\f03d"}
.fa-video-slash:before{content:"\f4e2"}
.fa-vihara:before{content:"\f6a7"}
.fa-virus:before{content:"\e074"}
.fa-virus-covid:before{content:"\e4a8"}
.fa-virus-covid-slash:before{content:"\e4a9"}
.fa-virus-slash:before{content:"\e075"}
.fa-viruses:before{content:"\e076"}
.fa-voicemail:before{content:"\f897"}
.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}
.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}
.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}
.fa-volume-off:before{content:"\f026"}
.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}
.fa-vr-cardboard:before{content:"\f729"}
.fa-w:before{content:"\57"}
.fa-wallet:before{content:"\f555"}
.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}
.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}
.fa-wand-sparkles:before{content:"\f72b"}
.fa-warehouse:before{content:"\f494"}
.fa-water:before{content:"\f773"}
.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}
.fa-wave-square:before{content:"\f83e"}
.fa-weight-hanging:before{content:"\f5cd"}
.fa-weight-scale:before,.fa-weight:before{content:"\f496"}
.fa-wheelchair:before{content:"\f193"}
.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}
.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}
.fa-wind:before{content:"\f72e"}
.fa-window-maximize:before{content:"\f2d0"}
.fa-window-minimize:before{content:"\f2d1"}
.fa-window-restore:before{content:"\f2d2"}
.fa-wine-bottle:before{content:"\f72f"}
.fa-wine-glass:before{content:"\f4e3"}
.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}
.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}
.fa-wrench:before{content:"\f0ad"}
.fa-x:before{content:"\58"}
.fa-x-ray:before{content:"\f497"}
.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}
.fa-y:before{content:"\59"}
.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}
.fa-yin-yang:before{content:"\f6ad"}
.fa-z:before{content:"\5a"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
:host,:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}
@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url('fa-brands-400.woff2') format("woff2"),url('fa-brands-400.ttf') format("truetype")}
.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}
.fa-42-group:before,.fa-innosoft:before{content:"\e080"}
.fa-500px:before{content:"\f26e"}
.fa-accessible-icon:before{content:"\f368"}
.fa-accusoft:before{content:"\f369"}
.fa-adn:before{content:"\f170"}
.fa-adversal:before{content:"\f36a"}
.fa-affiliatetheme:before{content:"\f36b"}
.fa-airbnb:before{content:"\f834"}
.fa-algolia:before{content:"\f36c"}
.fa-alipay:before{content:"\f642"}
.fa-amazon:before{content:"\f270"}
.fa-amazon-pay:before{content:"\f42c"}
.fa-amilia:before{content:"\f36d"}
.fa-android:before{content:"\f17b"}
.fa-angellist:before{content:"\f209"}
.fa-angrycreative:before{content:"\f36e"}
.fa-angular:before{content:"\f420"}
.fa-app-store:before{content:"\f36f"}
.fa-app-store-ios:before{content:"\f370"}
.fa-apper:before{content:"\f371"}
.fa-apple:before{content:"\f179"}
.fa-apple-pay:before{content:"\f415"}
.fa-artstation:before{content:"\f77a"}
.fa-asymmetrik:before{content:"\f372"}
.fa-atlassian:before{content:"\f77b"}
.fa-audible:before{content:"\f373"}
.fa-autoprefixer:before{content:"\f41c"}
.fa-avianex:before{content:"\f374"}
.fa-aviato:before{content:"\f421"}
.fa-aws:before{content:"\f375"}
.fa-bandcamp:before{content:"\f2d5"}
.fa-battle-net:before{content:"\f835"}
.fa-behance:before{content:"\f1b4"}
.fa-behance-square:before{content:"\f1b5"}
.fa-bilibili:before{content:"\e3d9"}
.fa-bimobject:before{content:"\f378"}
.fa-bitbucket:before{content:"\f171"}
.fa-bitcoin:before{content:"\f379"}
.fa-bity:before{content:"\f37a"}
.fa-black-tie:before{content:"\f27e"}
.fa-blackberry:before{content:"\f37b"}
.fa-blogger:before{content:"\f37c"}
.fa-blogger-b:before{content:"\f37d"}
.fa-bluetooth:before{content:"\f293"}
.fa-bluetooth-b:before{content:"\f294"}
.fa-bootstrap:before{content:"\f836"}
.fa-bots:before{content:"\e340"}
.fa-btc:before{content:"\f15a"}
.fa-buffer:before{content:"\f837"}
.fa-buromobelexperte:before{content:"\f37f"}
.fa-buy-n-large:before{content:"\f8a6"}
.fa-buysellads:before{content:"\f20d"}
.fa-canadian-maple-leaf:before{content:"\f785"}
.fa-cc-amazon-pay:before{content:"\f42d"}
.fa-cc-amex:before{content:"\f1f3"}
.fa-cc-apple-pay:before{content:"\f416"}
.fa-cc-diners-club:before{content:"\f24c"}
.fa-cc-discover:before{content:"\f1f2"}
.fa-cc-jcb:before{content:"\f24b"}
.fa-cc-mastercard:before{content:"\f1f1"}
.fa-cc-paypal:before{content:"\f1f4"}
.fa-cc-stripe:before{content:"\f1f5"}
.fa-cc-visa:before{content:"\f1f0"}
.fa-centercode:before{content:"\f380"}
.fa-centos:before{content:"\f789"}
.fa-chrome:before{content:"\f268"}
.fa-chromecast:before{content:"\f838"}
.fa-cloudflare:before{content:"\e07d"}
.fa-cloudscale:before{content:"\f383"}
.fa-cloudsmith:before{content:"\f384"}
.fa-cloudversify:before{content:"\f385"}
.fa-cmplid:before{content:"\e360"}
.fa-codepen:before{content:"\f1cb"}
.fa-codiepie:before{content:"\f284"}
.fa-confluence:before{content:"\f78d"}
.fa-connectdevelop:before{content:"\f20e"}
.fa-contao:before{content:"\f26d"}
.fa-cotton-bureau:before{content:"\f89e"}
.fa-cpanel:before{content:"\f388"}
.fa-creative-commons:before{content:"\f25e"}
.fa-creative-commons-by:before{content:"\f4e7"}
.fa-creative-commons-nc:before{content:"\f4e8"}
.fa-creative-commons-nc-eu:before{content:"\f4e9"}
.fa-creative-commons-nc-jp:before{content:"\f4ea"}
.fa-creative-commons-nd:before{content:"\f4eb"}
.fa-creative-commons-pd:before{content:"\f4ec"}
.fa-creative-commons-pd-alt:before{content:"\f4ed"}
.fa-creative-commons-remix:before{content:"\f4ee"}
.fa-creative-commons-sa:before{content:"\f4ef"}
.fa-creative-commons-sampling:before{content:"\f4f0"}
.fa-creative-commons-sampling-plus:before{content:"\f4f1"}
.fa-creative-commons-share:before{content:"\f4f2"}
.fa-creative-commons-zero:before{content:"\f4f3"}
.fa-critical-role:before{content:"\f6c9"}
.fa-css3:before{content:"\f13c"}
.fa-css3-alt:before{content:"\f38b"}
.fa-cuttlefish:before{content:"\f38c"}
.fa-d-and-d:before{content:"\f38d"}
.fa-d-and-d-beyond:before{content:"\f6ca"}
.fa-dailymotion:before{content:"\e052"}
.fa-dashcube:before{content:"\f210"}
.fa-deezer:before{content:"\e077"}
.fa-delicious:before{content:"\f1a5"}
.fa-deploydog:before{content:"\f38e"}
.fa-deskpro:before{content:"\f38f"}
.fa-dev:before{content:"\f6cc"}
.fa-deviantart:before{content:"\f1bd"}
.fa-dhl:before{content:"\f790"}
.fa-diaspora:before{content:"\f791"}
.fa-digg:before{content:"\f1a6"}
.fa-digital-ocean:before{content:"\f391"}
.fa-discord:before{content:"\f392"}
.fa-discourse:before{content:"\f393"}
.fa-dochub:before{content:"\f394"}
.fa-docker:before{content:"\f395"}
.fa-draft2digital:before{content:"\f396"}
.fa-dribbble:before{content:"\f17d"}
.fa-dribbble-square:before{content:"\f397"}
.fa-dropbox:before{content:"\f16b"}
.fa-drupal:before{content:"\f1a9"}
.fa-dyalog:before{content:"\f399"}
.fa-earlybirds:before{content:"\f39a"}
.fa-ebay:before{content:"\f4f4"}
.fa-edge:before{content:"\f282"}
.fa-edge-legacy:before{content:"\e078"}
.fa-elementor:before{content:"\f430"}
.fa-ello:before{content:"\f5f1"}
.fa-ember:before{content:"\f423"}
.fa-empire:before{content:"\f1d1"}
.fa-envira:before{content:"\f299"}
.fa-erlang:before{content:"\f39d"}
.fa-ethereum:before{content:"\f42e"}
.fa-etsy:before{content:"\f2d7"}
.fa-evernote:before{content:"\f839"}
.fa-expeditedssl:before{content:"\f23e"}
.fa-facebook:before{content:"\f09a"}
.fa-facebook-f:before{content:"\f39e"}
.fa-facebook-messenger:before{content:"\f39f"}
.fa-facebook-square:before{content:"\f082"}
.fa-fantasy-flight-games:before{content:"\f6dc"}
.fa-fedex:before{content:"\f797"}
.fa-fedora:before{content:"\f798"}
.fa-figma:before{content:"\f799"}
.fa-firefox:before{content:"\f269"}
.fa-firefox-browser:before{content:"\e007"}
.fa-first-order:before{content:"\f2b0"}
.fa-first-order-alt:before{content:"\f50a"}
.fa-firstdraft:before{content:"\f3a1"}
.fa-flickr:before{content:"\f16e"}
.fa-flipboard:before{content:"\f44d"}
.fa-fly:before{content:"\f417"}
.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}
.fa-fonticons:before{content:"\f280"}
.fa-fonticons-fi:before{content:"\f3a2"}
.fa-fort-awesome:before{content:"\f286"}
.fa-fort-awesome-alt:before{content:"\f3a3"}
.fa-forumbee:before{content:"\f211"}
.fa-foursquare:before{content:"\f180"}
.fa-free-code-camp:before{content:"\f2c5"}
.fa-freebsd:before{content:"\f3a4"}
.fa-fulcrum:before{content:"\f50b"}
.fa-galactic-republic:before{content:"\f50c"}
.fa-galactic-senate:before{content:"\f50d"}
.fa-get-pocket:before{content:"\f265"}
.fa-gg:before{content:"\f260"}
.fa-gg-circle:before{content:"\f261"}
.fa-git:before{content:"\f1d3"}
.fa-git-alt:before{content:"\f841"}
.fa-git-square:before{content:"\f1d2"}
.fa-github:before{content:"\f09b"}
.fa-github-alt:before{content:"\f113"}
.fa-github-square:before{content:"\f092"}
.fa-gitkraken:before{content:"\f3a6"}
.fa-gitlab:before{content:"\f296"}
.fa-gitter:before{content:"\f426"}
.fa-glide:before{content:"\f2a5"}
.fa-glide-g:before{content:"\f2a6"}
.fa-gofore:before{content:"\f3a7"}
.fa-golang:before{content:"\e40f"}
.fa-goodreads:before{content:"\f3a8"}
.fa-goodreads-g:before{content:"\f3a9"}
.fa-google:before{content:"\f1a0"}
.fa-google-drive:before{content:"\f3aa"}
.fa-google-pay:before{content:"\e079"}
.fa-google-play:before{content:"\f3ab"}
.fa-google-plus:before{content:"\f2b3"}
.fa-google-plus-g:before{content:"\f0d5"}
.fa-google-plus-square:before{content:"\f0d4"}
.fa-google-wallet:before{content:"\f1ee"}
.fa-gratipay:before{content:"\f184"}
.fa-grav:before{content:"\f2d6"}
.fa-gripfire:before{content:"\f3ac"}
.fa-grunt:before{content:"\f3ad"}
.fa-guilded:before{content:"\e07e"}
.fa-gulp:before{content:"\f3ae"}
.fa-hacker-news:before{content:"\f1d4"}
.fa-hacker-news-square:before{content:"\f3af"}
.fa-hackerrank:before{content:"\f5f7"}
.fa-hashnode:before{content:"\e499"}
.fa-hips:before{content:"\f452"}
.fa-hire-a-helper:before{content:"\f3b0"}
.fa-hive:before{content:"\e07f"}
.fa-hooli:before{content:"\f427"}
.fa-hornbill:before{content:"\f592"}
.fa-hotjar:before{content:"\f3b1"}
.fa-houzz:before{content:"\f27c"}
.fa-html5:before{content:"\f13b"}
.fa-hubspot:before{content:"\f3b2"}
.fa-ideal:before{content:"\e013"}
.fa-imdb:before{content:"\f2d8"}
.fa-instagram:before{content:"\f16d"}
.fa-instagram-square:before{content:"\e055"}
.fa-instalod:before{content:"\e081"}
.fa-intercom:before{content:"\f7af"}
.fa-internet-explorer:before{content:"\f26b"}
.fa-invision:before{content:"\f7b0"}
.fa-ioxhost:before{content:"\f208"}
.fa-itch-io:before{content:"\f83a"}
.fa-itunes:before{content:"\f3b4"}
.fa-itunes-note:before{content:"\f3b5"}
.fa-java:before{content:"\f4e4"}
.fa-jedi-order:before{content:"\f50e"}
.fa-jenkins:before{content:"\f3b6"}
.fa-jira:before{content:"\f7b1"}
.fa-joget:before{content:"\f3b7"}
.fa-joomla:before{content:"\f1aa"}
.fa-js:before{content:"\f3b8"}
.fa-js-square:before{content:"\f3b9"}
.fa-jsfiddle:before{content:"\f1cc"}
.fa-kaggle:before{content:"\f5fa"}
.fa-keybase:before{content:"\f4f5"}
.fa-keycdn:before{content:"\f3ba"}
.fa-kickstarter:before{content:"\f3bb"}
.fa-kickstarter-k:before{content:"\f3bc"}
.fa-korvue:before{content:"\f42f"}
.fa-laravel:before{content:"\f3bd"}
.fa-lastfm:before{content:"\f202"}
.fa-lastfm-square:before{content:"\f203"}
.fa-leanpub:before{content:"\f212"}
.fa-less:before{content:"\f41d"}
.fa-line:before{content:"\f3c0"}
.fa-linkedin:before{content:"\f08c"}
.fa-linkedin-in:before{content:"\f0e1"}
.fa-linode:before{content:"\f2b8"}
.fa-linux:before{content:"\f17c"}
.fa-lyft:before{content:"\f3c3"}
.fa-magento:before{content:"\f3c4"}
.fa-mailchimp:before{content:"\f59e"}
.fa-mandalorian:before{content:"\f50f"}
.fa-markdown:before{content:"\f60f"}
.fa-mastodon:before{content:"\f4f6"}
.fa-maxcdn:before{content:"\f136"}
.fa-mdb:before{content:"\f8ca"}
.fa-medapps:before{content:"\f3c6"}
.fa-medium-m:before,.fa-medium:before{content:"\f23a"}
.fa-medrt:before{content:"\f3c8"}
.fa-meetup:before{content:"\f2e0"}
.fa-megaport:before{content:"\f5a3"}
.fa-mendeley:before{content:"\f7b3"}
.fa-microblog:before{content:"\e01a"}
.fa-microsoft:before{content:"\f3ca"}
.fa-mix:before{content:"\f3cb"}
.fa-mixcloud:before{content:"\f289"}
.fa-mixer:before{content:"\e056"}
.fa-mizuni:before{content:"\f3cc"}
.fa-modx:before{content:"\f285"}
.fa-monero:before{content:"\f3d0"}
.fa-napster:before{content:"\f3d2"}
.fa-neos:before{content:"\f612"}
.fa-nimblr:before{content:"\f5a8"}
.fa-node:before{content:"\f419"}
.fa-node-js:before{content:"\f3d3"}
.fa-npm:before{content:"\f3d4"}
.fa-ns8:before{content:"\f3d5"}
.fa-nutritionix:before{content:"\f3d6"}
.fa-octopus-deploy:before{content:"\e082"}
.fa-odnoklassniki:before{content:"\f263"}
.fa-odnoklassniki-square:before{content:"\f264"}
.fa-old-republic:before{content:"\f510"}
.fa-opencart:before{content:"\f23d"}
.fa-openid:before{content:"\f19b"}
.fa-opera:before{content:"\f26a"}
.fa-optin-monster:before{content:"\f23c"}
.fa-orcid:before{content:"\f8d2"}
.fa-osi:before{content:"\f41a"}
.fa-padlet:before{content:"\e4a0"}
.fa-page4:before{content:"\f3d7"}
.fa-pagelines:before{content:"\f18c"}
.fa-palfed:before{content:"\f3d8"}
.fa-patreon:before{content:"\f3d9"}
.fa-paypal:before{content:"\f1ed"}
.fa-perbyte:before{content:"\e083"}
.fa-periscope:before{content:"\f3da"}
.fa-phabricator:before{content:"\f3db"}
.fa-phoenix-framework:before{content:"\f3dc"}
.fa-phoenix-squadron:before{content:"\f511"}
.fa-php:before{content:"\f457"}
.fa-pied-piper:before{content:"\f2ae"}
.fa-pied-piper-alt:before{content:"\f1a8"}
.fa-pied-piper-hat:before{content:"\f4e5"}
.fa-pied-piper-pp:before{content:"\f1a7"}
.fa-pied-piper-square:before{content:"\e01e"}
.fa-pinterest:before{content:"\f0d2"}
.fa-pinterest-p:before{content:"\f231"}
.fa-pinterest-square:before{content:"\f0d3"}
.fa-pix:before{content:"\e43a"}
.fa-playstation:before{content:"\f3df"}
.fa-product-hunt:before{content:"\f288"}
.fa-pushed:before{content:"\f3e1"}
.fa-python:before{content:"\f3e2"}
.fa-qq:before{content:"\f1d6"}
.fa-quinscape:before{content:"\f459"}
.fa-quora:before{content:"\f2c4"}
.fa-r-project:before{content:"\f4f7"}
.fa-raspberry-pi:before{content:"\f7bb"}
.fa-ravelry:before{content:"\f2d9"}
.fa-react:before{content:"\f41b"}
.fa-reacteurope:before{content:"\f75d"}
.fa-readme:before{content:"\f4d5"}
.fa-rebel:before{content:"\f1d0"}
.fa-red-river:before{content:"\f3e3"}
.fa-reddit:before{content:"\f1a1"}
.fa-reddit-alien:before{content:"\f281"}
.fa-reddit-square:before{content:"\f1a2"}
.fa-redhat:before{content:"\f7bc"}
.fa-renren:before{content:"\f18b"}
.fa-replyd:before{content:"\f3e6"}
.fa-researchgate:before{content:"\f4f8"}
.fa-resolving:before{content:"\f3e7"}
.fa-rev:before{content:"\f5b2"}
.fa-rocketchat:before{content:"\f3e8"}
.fa-rockrms:before{content:"\f3e9"}
.fa-rust:before{content:"\e07a"}
.fa-safari:before{content:"\f267"}
.fa-salesforce:before{content:"\f83b"}
.fa-sass:before{content:"\f41e"}
.fa-schlix:before{content:"\f3ea"}
.fa-scribd:before{content:"\f28a"}
.fa-searchengin:before{content:"\f3eb"}
.fa-sellcast:before{content:"\f2da"}
.fa-sellsy:before{content:"\f213"}
.fa-servicestack:before{content:"\f3ec"}
.fa-shirtsinbulk:before{content:"\f214"}
.fa-shopify:before{content:"\e057"}
.fa-shopware:before{content:"\f5b5"}
.fa-simplybuilt:before{content:"\f215"}
.fa-sistrix:before{content:"\f3ee"}
.fa-sith:before{content:"\f512"}
.fa-sitrox:before{content:"\e44a"}
.fa-sketch:before{content:"\f7c6"}
.fa-skyatlas:before{content:"\f216"}
.fa-skype:before{content:"\f17e"}
.fa-slack-hash:before,.fa-slack:before{content:"\f198"}
.fa-slideshare:before{content:"\f1e7"}
.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}
.fa-snapchat-square:before{content:"\f2ad"}
.fa-soundcloud:before{content:"\f1be"}
.fa-sourcetree:before{content:"\f7d3"}
.fa-speakap:before{content:"\f3f3"}
.fa-speaker-deck:before{content:"\f83c"}
.fa-spotify:before{content:"\f1bc"}
.fa-square-font-awesome:before{content:"\f425"}
.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}
.fa-squarespace:before{content:"\f5be"}
.fa-stack-exchange:before{content:"\f18d"}
.fa-stack-overflow:before{content:"\f16c"}
.fa-stackpath:before{content:"\f842"}
.fa-staylinked:before{content:"\f3f5"}
.fa-steam:before{content:"\f1b6"}
.fa-steam-square:before{content:"\f1b7"}
.fa-steam-symbol:before{content:"\f3f6"}
.fa-sticker-mule:before{content:"\f3f7"}
.fa-strava:before{content:"\f428"}
.fa-stripe:before{content:"\f429"}
.fa-stripe-s:before{content:"\f42a"}
.fa-studiovinari:before{content:"\f3f8"}
.fa-stumbleupon:before{content:"\f1a4"}
.fa-stumbleupon-circle:before{content:"\f1a3"}
.fa-superpowers:before{content:"\f2dd"}
.fa-supple:before{content:"\f3f9"}
.fa-suse:before{content:"\f7d6"}
.fa-swift:before{content:"\f8e1"}
.fa-symfony:before{content:"\f83d"}
.fa-teamspeak:before{content:"\f4f9"}
.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}
.fa-tencent-weibo:before{content:"\f1d5"}
.fa-the-red-yeti:before{content:"\f69d"}
.fa-themeco:before{content:"\f5c6"}
.fa-themeisle:before{content:"\f2b2"}
.fa-think-peaks:before{content:"\f731"}
.fa-tiktok:before{content:"\e07b"}
.fa-trade-federation:before{content:"\f513"}
.fa-trello:before{content:"\f181"}
.fa-tumblr:before{content:"\f173"}
.fa-tumblr-square:before{content:"\f174"}
.fa-twitch:before{content:"\f1e8"}
.fa-twitter:before{content:"\f099"}
.fa-twitter-square:before{content:"\f081"}
.fa-typo3:before{content:"\f42b"}
.fa-uber:before{content:"\f402"}
.fa-ubuntu:before{content:"\f7df"}
.fa-uikit:before{content:"\f403"}
.fa-umbraco:before{content:"\f8e8"}
.fa-uncharted:before{content:"\e084"}
.fa-uniregistry:before{content:"\f404"}
.fa-unity:before{content:"\e049"}
.fa-unsplash:before{content:"\e07c"}
.fa-untappd:before{content:"\f405"}
.fa-ups:before{content:"\f7e0"}
.fa-usb:before{content:"\f287"}
.fa-usps:before{content:"\f7e1"}
.fa-ussunnah:before{content:"\f407"}
.fa-vaadin:before{content:"\f408"}
.fa-viacoin:before{content:"\f237"}
.fa-viadeo:before{content:"\f2a9"}
.fa-viadeo-square:before{content:"\f2aa"}
.fa-viber:before{content:"\f409"}
.fa-vimeo:before{content:"\f40a"}
.fa-vimeo-square:before{content:"\f194"}
.fa-vimeo-v:before{content:"\f27d"}
.fa-vine:before{content:"\f1ca"}
.fa-vk:before{content:"\f189"}
.fa-vnv:before{content:"\f40b"}
.fa-vuejs:before{content:"\f41f"}
.fa-watchman-monitoring:before{content:"\e087"}
.fa-waze:before{content:"\f83f"}
.fa-weebly:before{content:"\f5cc"}
.fa-weibo:before{content:"\f18a"}
.fa-weixin:before{content:"\f1d7"}
.fa-whatsapp:before{content:"\f232"}
.fa-whatsapp-square:before{content:"\f40c"}
.fa-whmcs:before{content:"\f40d"}
.fa-wikipedia-w:before{content:"\f266"}
.fa-windows:before{content:"\f17a"}
.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}
.fa-wix:before{content:"\f5cf"}
.fa-wizards-of-the-coast:before{content:"\f730"}
.fa-wodu:before{content:"\e088"}
.fa-wolf-pack-battalion:before{content:"\f514"}
.fa-wordpress:before{content:"\f19a"}
.fa-wordpress-simple:before{content:"\f411"}
.fa-wpbeginner:before{content:"\f297"}
.fa-wpexplorer:before{content:"\f2de"}
.fa-wpforms:before{content:"\f298"}
.fa-wpressr:before{content:"\f3e4"}
.fa-xbox:before{content:"\f412"}
.fa-xing:before{content:"\f168"}
.fa-xing-square:before{content:"\f169"}
.fa-y-combinator:before{content:"\f23b"}
.fa-yahoo:before{content:"\f19e"}
.fa-yammer:before{content:"\f840"}
.fa-yandex:before{content:"\f413"}
.fa-yandex-international:before{content:"\f414"}
.fa-yarn:before{content:"\f7e3"}
.fa-yelp:before{content:"\f1e9"}
.fa-yoast:before{content:"\f2b1"}
.fa-youtube:before{content:"\f167"}
.fa-youtube-square:before{content:"\f431"}
.fa-zhihu:before{content:"\f63f"}
:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url('fa-regular-400.woff2') format("woff2"),url('fa-regular-400.ttf') format("truetype")}
.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400}
:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url('fa-solid-900.woff2') format("woff2"),url('fa-solid-900.ttf') format("truetype")}
.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}
@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url('fa-brands-400.woff2') format("woff2"),url('fa-brands-400.ttf') format("truetype")}
@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url('fa-solid-900.woff2') format("woff2"),url('fa-solid-900.ttf') format("truetype")}
@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url('fa-regular-400.woff2') format("woff2"),url('fa-regular-400.ttf') format("truetype")}
@font-face{font-family:"FontAwesome";font-display:block;src:url('fa-solid-900.woff2') format("woff2"),url('fa-solid-900.ttf') format("truetype")}
@font-face{font-family:"FontAwesome";font-display:block;src:url('fa-brands-400.woff2') format("woff2"),url('fa-brands-400.ttf') format("truetype")}
@font-face{font-family:"FontAwesome";font-display:block;src:url('fa-regular-400.woff2') format("woff2"),url('fa-regular-400.ttf') format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}
@font-face{font-family:"FontAwesome";font-display:block;src:url('fa-v4compatibility.woff2') format("woff2"),url('fa-v4compatibility.ttf') format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f250,u+f252,u+f27a}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/plugins/line-awesome/css/line-awesome.css ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */

@font-face {
  font-family: "LineAwesome";
  src: url('line-awesome.eot?v=1.1.');
  src: url('line-awesome.eot??v=1.1.#iefix') format("embedded-opentype"),
       url('line-awesome.woff2?v=1.1.') format("woff2"),
       url('line-awesome.woff?v=1.1.') format("woff"),
       url('line-awesome.ttf?v=1.1.') format("truetype"),
       url('line-awesome.svg?v=1.1.#fa') format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "LineAwesome";
    src: url('line-awesome.svg?v=1.1.#fa') format("svg");
  }
}

/* Thanks to http://fontawesome.io @fontawesome and @davegandy */

.la {
    display: inline-block;
    font: normal normal normal 16px/1 "LineAwesome";
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

/* makes the font 33% larger relative to the icon container */

.la-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.la-2x {
    font-size: 2em;
}

.la-3x {
    font-size: 3em;
}

.la-4x {
    font-size: 4em;
}

.la-5x {
    font-size: 5em;
}

.la-fw {
    width: 1.28571429em;
    text-align: center;
}

.la-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.la-ul > li {
    position: relative;
}

.la-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.la-li.la-lg {
    left: -1.85714286em;
}

.la-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.li.pull-left {
    margin-right: .3em;
}

.li.pull-right {
    margin-left: .3em;
}

.la-spin {
    animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.la-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg);
}

.la-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg);
}

.la-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg);
}

.la-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    transform: scale(-1, 1);
}

.la-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    transform: scale(1, -1);
}

:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical {
    filter: none;
}

.la-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.la-stack-1x,
.la-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.la-stack-1x {
    line-height: inherit;
}

.la-stack-2x {
    font-size: 2em;
}

.la-inverse {
    color: #ffffff;
}

/* Thanks to http://fontawesome.io @fontawesome and @davegandy */

.la-500px:before { content: "\f100"; }

.la-adjust:before { content: "\f101"; }

.la-adn:before { content: "\f102"; }

.la-align-center:before { content: "\f103"; }

.la-align-justify:before { content: "\f104"; }

.la-align-left:before { content: "\f105"; }

.la-align-right:before { content: "\f106"; }

.la-amazon:before { content: "\f107"; }

.la-ambulance:before { content: "\f108"; }

.la-anchor:before { content: "\f109"; }

.la-android:before { content: "\f10a"; }

.la-angellist:before { content: "\f10b"; }

.la-angle-double-down:before { content: "\f10c"; }

.la-angle-double-left:before { content: "\f10d"; }

.la-angle-double-right:before { content: "\f10e"; }

.la-angle-double-up:before { content: "\f10f"; }

.la-angle-down:before { content: "\f110"; }

.la-angle-left:before { content: "\f111"; }

.la-angle-right:before { content: "\f112"; }

.la-angle-up:before { content: "\f113"; }

.la-apple:before { content: "\f114"; }

.la-archive:before { content: "\f115"; }

.la-area-chart:before { content: "\f116"; }

.la-arrow-circle-down:before { content: "\f117"; }

.la-arrow-circle-left:before { content: "\f118"; }

.la-arrow-circle-o-down:before { content: "\f119"; }

.la-arrow-circle-o-left:before { content: "\f11a"; }

.la-arrow-circle-o-right:before { content: "\f11b"; }

.la-arrow-circle-o-up:before { content: "\f11c"; }

.la-arrow-circle-right:before { content: "\f11d"; }

.la-arrow-circle-up:before { content: "\f11e"; }

.la-arrow-down:before { content: "\f11f"; }

.la-arrow-left:before { content: "\f120"; }

.la-arrow-right:before { content: "\f121"; }

.la-arrow-up:before { content: "\f122"; }

.la-arrows:before { content: "\f123"; }

.la-arrows-alt:before { content: "\f124"; }

.la-arrows-h:before { content: "\f125"; }

.la-arrows-v:before { content: "\f126"; }

.la-asterisk:before { content: "\f127"; }

.la-at:before { content: "\f128"; }

.la-automobile:before { content: "\f129"; }

.la-backward:before { content: "\f12a"; }

.la-balance-scale:before { content: "\f12b"; }

.la-ban:before { content: "\f12c"; }

.la-bank:before { content: "\f12d"; }

.la-bar-chart:before { content: "\f12e"; }

.la-bar-chart-o:before { content: "\f12f"; }

.la-barcode:before { content: "\f130"; }

.la-bars:before { content: "\f131"; }

.la-battery-0:before { content: "\f132"; }

.la-battery-1:before { content: "\f133"; }

.la-battery-2:before { content: "\f134"; }

.la-battery-3:before { content: "\f135"; }

.la-battery-4:before { content: "\f136"; }

.la-battery-empty:before { content: "\f137"; }

.la-battery-full:before { content: "\f138"; }

.la-battery-half:before { content: "\f139"; }

.la-battery-quarter:before { content: "\f13a"; }

.la-battery-three-quarters:before { content: "\f13b"; }

.la-bed:before { content: "\f13c"; }

.la-beer:before { content: "\f13d"; }

.la-behance:before { content: "\f13e"; }

.la-behance-square:before { content: "\f13f"; }

.la-bell:before { content: "\f140"; }

.la-bell-o:before { content: "\f141"; }

.la-bell-slash:before { content: "\f142"; }

.la-bell-slash-o:before { content: "\f143"; }

.la-bicycle:before { content: "\f144"; }

.la-binoculars:before { content: "\f145"; }

.la-birthday-cake:before { content: "\f146"; }

.la-bitbucket:before { content: "\f147"; }

.la-bitbucket-square:before { content: "\f148"; }

.la-bitcoin:before { content: "\f149"; }

.la-black-tie:before { content: "\f14a"; }

.la-bold:before { content: "\f14b"; }

.la-bolt:before { content: "\f14c"; }

.la-bomb:before { content: "\f14d"; }

.la-book:before { content: "\f14e"; }

.la-bookmark:before { content: "\f14f"; }

.la-bookmark-o:before { content: "\f150"; }

.la-briefcase:before { content: "\f151"; }

.la-btc:before { content: "\f152"; }

.la-bug:before { content: "\f153"; }

.la-building:before { content: "\f154"; }

.la-building-o:before { content: "\f155"; }

.la-bullhorn:before { content: "\f156"; }

.la-bullseye:before { content: "\f157"; }

.la-bus:before { content: "\f158"; }

.la-buysellads:before { content: "\f159"; }

.la-cab:before { content: "\f15a"; }

.la-calculator:before { content: "\f15b"; }

.la-calendar:before { content: "\f15c"; }

.la-calendar-check-o:before { content: "\f15d"; }

.la-calendar-minus-o:before { content: "\f15e"; }

.la-calendar-o:before { content: "\f15f"; }

.la-calendar-plus-o:before { content: "\f160"; }

.la-calendar-times-o:before { content: "\f161"; }

.la-camera:before { content: "\f162"; }

.la-camera-retro:before { content: "\f163"; }

.la-car:before { content: "\f164"; }

.la-caret-down:before { content: "\f165"; }

.la-caret-left:before { content: "\f166"; }

.la-caret-right:before { content: "\f167"; }

.la-caret-square-o-down:before, .la-toggle-down:before { content: "\f168"; }

.la-caret-square-o-left:before, .la-toggle-left:before { content: "\f169"; }

.la-caret-square-o-right:before, .la-toggle-right:before { content: "\f16a"; }

.la-caret-square-o-up:before, .la-toggle-up:before { content: "\f16b"; }

.la-caret-up:before { content: "\f16c"; }

.la-cart-arrow-down:before { content: "\f16d"; }

.la-cart-plus:before { content: "\f16e"; }

.la-cc:before { content: "\f16f"; }

.la-cc-amex:before { content: "\f170"; }

.la-cc-diners-club:before { content: "\f171"; }

.la-cc-discover:before { content: "\f172"; }

.la-cc-jcb:before { content: "\f173"; }

.la-cc-mastercard:before { content: "\f174"; }

.la-cc-paypal:before { content: "\f175"; }

.la-cc-stripe:before { content: "\f176"; }

.la-cc-visa:before { content: "\f177"; }

.la-certificate:before { content: "\f178"; }

.la-chain:before { content: "\f179"; }

.la-chain-broken:before { content: "\f17a"; }

.la-check:before { content: "\f17b"; }

.la-check-circle:before { content: "\f17c"; }

.la-check-circle-o:before { content: "\f17d"; }

.la-check-square:before { content: "\f17e"; }

.la-check-square-o:before { content: "\f17f"; }

.la-chevron-circle-down:before { content: "\f180"; }

.la-chevron-circle-left:before { content: "\f181"; }

.la-chevron-circle-right:before { content: "\f182"; }

.la-chevron-circle-up:before { content: "\f183"; }

.la-chevron-down:before { content: "\f184"; }

.la-chevron-left:before { content: "\f185"; }

.la-chevron-right:before { content: "\f186"; }

.la-chevron-up:before { content: "\f187"; }

.la-child:before { content: "\f188"; }

.la-chrome:before { content: "\f189"; }

.la-circle:before { content: "\f18a"; }

.la-circle-o:before { content: "\f18b"; }

.la-circle-o-notch:before { content: "\f18c"; }

.la-circle-thin:before { content: "\f18d"; }

.la-clipboard:before { content: "\f18e"; }

.la-clock-o:before { content: "\f18f"; }

.la-clone:before { content: "\f190"; }

.la-close:before { content: "\f191"; }

.la-cloud:before { content: "\f192"; }

.la-cloud-download:before { content: "\f193"; }

.la-cloud-upload:before { content: "\f194"; }

.la-cny:before { content: "\f195"; }

.la-code:before { content: "\f196"; }

.la-code-fork:before { content: "\f197"; }

.la-codepen:before { content: "\f198"; }

.la-coffee:before { content: "\f199"; }

.la-cog:before { content: "\f19a"; }

.la-cogs:before { content: "\f19b"; }

.la-columns:before { content: "\f19c"; }

.la-comment:before { content: "\f19d"; }

.la-comment-o:before { content: "\f19e"; }

.la-commenting:before { content: "\f19f"; }

.la-commenting-o:before { content: "\f1a0"; }

.la-comments:before { content: "\f1a1"; }

.la-comments-o:before { content: "\f1a2"; }

.la-compass:before { content: "\f1a3"; }

.la-compress:before { content: "\f1a4"; }

.la-connectdevelop:before { content: "\f1a5"; }

.la-contao:before { content: "\f1a6"; }

.la-copy:before { content: "\f1a7"; }

.la-copyright:before { content: "\f1a8"; }

.la-creative-commons:before { content: "\f1a9"; }

.la-credit-card:before { content: "\f1aa"; }

.la-crop:before { content: "\f1ab"; }

.la-crosshairs:before { content: "\f1ac"; }

.la-css3:before { content: "\f1ad"; }

.la-cube:before { content: "\f1ae"; }

.la-cubes:before { content: "\f1af"; }

.la-cut:before { content: "\f1b0"; }

.la-cutlery:before { content: "\f1b1"; }

.la-dashboard:before { content: "\f1b2"; }

.la-dashcube:before { content: "\f1b3"; }

.la-database:before { content: "\f1b4"; }

.la-dedent:before { content: "\f1b5"; }

.la-delicious:before { content: "\f1b6"; }

.la-desktop:before { content: "\f1b7"; }

.la-deviantart:before { content: "\f1b8"; }

.la-diamond:before { content: "\f1b9"; }

.la-digg:before { content: "\f1ba"; }

.la-dollar:before { content: "\f1bb"; }

.la-dot-circle-o:before { content: "\f1bc"; }

.la-download:before { content: "\f1bd"; }

.la-dribbble:before { content: "\f1be"; }

.la-dropbox:before { content: "\f1bf"; }

.la-drupal:before { content: "\f1c0"; }

.la-edit:before { content: "\f1c1"; }

.la-eject:before { content: "\f1c2"; }

.la-ellipsis-h:before { content: "\f1c3"; }

.la-ellipsis-v:before { content: "\f1c4"; }

.la-empire:before, .la-ge:before { content: "\f1c5"; }

.la-envelope:before { content: "\f1c6"; }

.la-envelope-o:before { content: "\f1c7"; }

.la-envelope-square:before { content: "\f1c8"; }

.la-eraser:before { content: "\f1c9"; }

.la-eur:before { content: "\f1ca"; }

.la-euro:before { content: "\f1cb"; }

.la-exchange:before { content: "\f1cc"; }

.la-exclamation:before { content: "\f1cd"; }

.la-exclamation-circle:before { content: "\f1ce"; }

.la-exclamation-triangle:before { content: "\f1cf"; }

.la-expand:before { content: "\f1d0"; }

.la-expeditedssl:before { content: "\f1d1"; }

.la-external-link:before { content: "\f1d2"; }

.la-external-link-square:before { content: "\f1d3"; }

.la-eye:before { content: "\f1d4"; }

.la-eye-slash:before { content: "\f1d5"; }

.la-eyedropper:before { content: "\f1d6"; }

.la-facebook:before, .la-facebook-f:before { content: "\f1d7"; }

.la-facebook-official:before { content: "\f1d8"; }

.la-facebook-square:before { content: "\f1d9"; }

.la-fast-backward:before { content: "\f1da"; }

.la-fast-forward:before { content: "\f1db"; }

.la-fax:before { content: "\f1dc"; }

.la-female:before { content: "\f1dd"; }

.la-fighter-jet:before { content: "\f1de"; }

.la-file:before { content: "\f1df"; }

.la-file-archive-o:before { content: "\f1e0"; }

.la-file-audio-o:before { content: "\f1e1"; }

.la-file-code-o:before { content: "\f1e2"; }

.la-file-excel-o:before { content: "\f1e3"; }

.la-file-image-o:before { content: "\f1e4"; }

.la-file-movie-o:before { content: "\f1e5"; }

.la-file-o:before { content: "\f1e6"; }

.la-file-pdf-o:before { content: "\f1e7"; }

.la-file-photo-o:before { content: "\f1e8"; }

.la-file-picture-o:before { content: "\f1e9"; }

.la-file-powerpoint-o:before { content: "\f1ea"; }

.la-file-sound-o:before { content: "\f1eb"; }

.la-file-text:before { content: "\f1ec"; }

.la-file-text-o:before { content: "\f1ed"; }

.la-file-video-o:before { content: "\f1ee"; }

.la-file-word-o:before { content: "\f1ef"; }

.la-file-zip-o:before { content: "\f1f0"; }

.la-files-o:before { content: "\f1f1"; }

.la-film:before { content: "\f1f2"; }

.la-filter:before { content: "\f1f3"; }

.la-fire:before { content: "\f1f4"; }

.la-fire-extinguisher:before { content: "\f1f5"; }

.la-firefox:before { content: "\f1f6"; }

.la-flag:before { content: "\f1f7"; }

.la-flag-checkered:before { content: "\f1f8"; }

.la-flag-o:before { content: "\f1f9"; }

.la-flash:before { content: "\f1fa"; }

.la-flask:before { content: "\f1fb"; }

.la-flickr:before { content: "\f1fc"; }

.la-floppy-o:before { content: "\f1fd"; }

.la-folder:before { content: "\f1fe"; }

.la-folder-o:before { content: "\f1ff"; }

.la-folder-open:before { content: "\f200"; }

.la-folder-open-o:before { content: "\f201"; }

.la-font:before { content: "\f202"; }

.la-fonticons:before { content: "\f203"; }

.la-forumbee:before { content: "\f204"; }

.la-forward:before { content: "\f205"; }

.la-foursquare:before { content: "\f206"; }

.la-frown-o:before { content: "\f207"; }

.la-futbol-o:before, .la-soccer-ball-o:before { content: "\f208"; }

.la-gamepad:before { content: "\f209"; }

.la-gavel:before { content: "\f20a"; }

.la-gbp:before { content: "\f20b"; }

.la-gear:before { content: "\f20c"; }

.la-gears:before { content: "\f20d"; }

.la-genderless:before { content: "\f20e"; }

.la-get-pocket:before { content: "\f20f"; }

.la-gg:before { content: "\f210"; }

.la-gg-circle:before { content: "\f211"; }

.la-gift:before { content: "\f212"; }

.la-git:before { content: "\f213"; }

.la-git-square:before { content: "\f214"; }

.la-github:before { content: "\f215"; }

.la-github-alt:before { content: "\f216"; }

.la-github-square:before { content: "\f217"; }

.la-glass:before { content: "\f218"; }

.la-globe:before { content: "\f219"; }

.la-google:before { content: "\f21a"; }

.la-google-plus:before { content: "\f21b"; }

.la-google-plus-square:before { content: "\f21c"; }

.la-google-wallet:before { content: "\f21d"; }

.la-graduation-cap:before { content: "\f21e"; }

.la-gratipay:before, .la-gittip:before { content: "\f21f"; }

.la-group:before { content: "\f220"; }

.la-h-square:before { content: "\f221"; }

.la-hacker-news:before { content: "\f222"; }

.la-hand-grab-o:before { content: "\f223"; }

.la-hand-lizard-o:before { content: "\f224"; }

.la-hand-o-down:before { content: "\f225"; }

.la-hand-o-left:before { content: "\f226"; }

.la-hand-o-right:before { content: "\f227"; }

.la-hand-o-up:before { content: "\f228"; }

.la-hand-paper-o:before { content: "\f229"; }

.la-hand-peace-o:before { content: "\f22a"; }

.la-hand-pointer-o:before { content: "\f22b"; }

.la-hand-rock-o:before { content: "\f22c"; }

.la-hand-scissors-o:before { content: "\f22d"; }

.la-hand-spock-o:before { content: "\f22e"; }

.la-hand-stop-o:before { content: "\f22f"; }

.la-hdd-o:before { content: "\f230"; }

.la-header:before { content: "\f231"; }

.la-headphones:before { content: "\f232"; }

.la-heart:before { content: "\f233"; }

.la-heart-o:before { content: "\f234"; }

.la-heartbeat:before { content: "\f235"; }

.la-history:before { content: "\f236"; }

.la-home:before { content: "\f237"; }

.la-hospital-o:before { content: "\f238"; }

.la-hotel:before { content: "\f239"; }

.la-hourglass:before { content: "\f23a"; }

.la-hourglass-1:before { content: "\f23b"; }

.la-hourglass-2:before { content: "\f23c"; }

.la-hourglass-3:before { content: "\f23d"; }

.la-hourglass-end:before { content: "\f23e"; }

.la-hourglass-half:before { content: "\f23f"; }

.la-hourglass-o:before { content: "\f240"; }

.la-hourglass-start:before { content: "\f241"; }

.la-houzz:before { content: "\f242"; }

.la-html5:before { content: "\f243"; }

.la-i-cursor:before { content: "\f244"; }

.la-ils:before { content: "\f245"; }

.la-image:before { content: "\f246"; }

.la-inbox:before { content: "\f247"; }

.la-indent:before { content: "\f248"; }

.la-industry:before { content: "\f249"; }

.la-info:before { content: "\f24a"; }

.la-info-circle:before { content: "\f24b"; }

.la-inr:before { content: "\f24c"; }

.la-instagram:before { content: "\f24d"; }

.la-institution:before { content: "\f24e"; }

.la-internet-explorer:before { content: "\f24f"; }

.la-ioxhost:before { content: "\f250"; }

.la-italic:before { content: "\f251"; }

.la-joomla:before { content: "\f252"; }

.la-jpy:before { content: "\f253"; }

.la-jsfiddle:before { content: "\f254"; }

.la-key:before { content: "\f255"; }

.la-keyboard-o:before { content: "\f256"; }

.la-krw:before { content: "\f257"; }

.la-language:before { content: "\f258"; }

.la-laptop:before { content: "\f259"; }

.la-lastfm:before { content: "\f25a"; }

.la-lastfm-square:before { content: "\f25b"; }

.la-leaf:before { content: "\f25c"; }

.la-leanpub:before { content: "\f25d"; }

.la-legal:before { content: "\f25e"; }

.la-lemon-o:before { content: "\f25f"; }

.la-level-down:before { content: "\f260"; }

.la-level-up:before { content: "\f261"; }

.la-life-bouy:before { content: "\f262"; }

.la-life-buoy:before { content: "\f263"; }

.la-life-ring:before, .la-support:before { content: "\f264"; }

.la-life-saver:before { content: "\f265"; }

.la-lightbulb-o:before { content: "\f266"; }

.la-line-chart:before { content: "\f267"; }

.la-link:before { content: "\f268"; }

.la-linkedin:before { content: "\f269"; }

.la-linkedin-square:before { content: "\f26a"; }

.la-linux:before { content: "\f26b"; }

.la-list:before { content: "\f26c"; }

.la-list-alt:before { content: "\f26d"; }

.la-list-ol:before { content: "\f26e"; }

.la-list-ul:before { content: "\f26f"; }

.la-location-arrow:before { content: "\f270"; }

.la-lock:before { content: "\f271"; }

.la-long-arrow-down:before { content: "\f272"; }

.la-long-arrow-left:before { content: "\f273"; }

.la-long-arrow-right:before { content: "\f274"; }

.la-long-arrow-up:before { content: "\f275"; }

.la-magic:before { content: "\f276"; }

.la-magnet:before { content: "\f277"; }

.la-mail-forward:before { content: "\f278"; }

.la-mail-reply:before { content: "\f279"; }

.la-mail-reply-all:before { content: "\f27a"; }

.la-male:before { content: "\f27b"; }

.la-map:before { content: "\f27c"; }

.la-map-marker:before { content: "\f27d"; }

.la-map-o:before { content: "\f27e"; }

.la-map-pin:before { content: "\f27f"; }

.la-map-signs:before { content: "\f280"; }

.la-mars:before { content: "\f281"; }

.la-mars-double:before { content: "\f282"; }

.la-mars-stroke:before { content: "\f283"; }

.la-mars-stroke-h:before { content: "\f284"; }

.la-mars-stroke-v:before { content: "\f285"; }

.la-maxcdn:before { content: "\f286"; }

.la-meanpath:before { content: "\f287"; }

.la-medium:before { content: "\f288"; }

.la-medkit:before { content: "\f289"; }

.la-meh-o:before { content: "\f28a"; }

.la-mercury:before { content: "\f28b"; }

.la-microphone:before { content: "\f28c"; }

.la-microphone-slash:before { content: "\f28d"; }

.la-minus:before { content: "\f28e"; }

.la-minus-circle:before { content: "\f28f"; }

.la-minus-square:before { content: "\f290"; }

.la-minus-square-o:before { content: "\f291"; }

.la-mobile:before { content: "\f292"; }

.la-mobile-phone:before { content: "\f293"; }

.la-money:before { content: "\f294"; }

.la-moon-o:before { content: "\f295"; }

.la-mortar-board:before { content: "\f296"; }

.la-motorcycle:before { content: "\f297"; }

.la-mouse-pointer:before { content: "\f298"; }

.la-music:before { content: "\f299"; }

.la-navicon:before { content: "\f29a"; }

.la-neuter:before { content: "\f29b"; }

.la-newspaper-o:before { content: "\f29c"; }

.la-object-group:before { content: "\f29d"; }

.la-object-ungroup:before { content: "\f29e"; }

.la-odnoklassniki:before { content: "\f29f"; }

.la-odnoklassniki-square:before { content: "\f2a0"; }

.la-opencart:before { content: "\f2a1"; }

.la-openid:before { content: "\f2a2"; }

.la-opera:before { content: "\f2a3"; }

.la-optin-monster:before { content: "\f2a4"; }

.la-outdent:before { content: "\f2a5"; }

.la-pagelines:before { content: "\f2a6"; }

.la-paint-brush:before { content: "\f2a7"; }

.la-paper-plane:before, .la-send:before { content: "\f2a8"; }

.la-paper-plane-o:before, .la-send-o:before { content: "\f2a9"; }

.la-paperclip:before { content: "\f2aa"; }

.la-paragraph:before { content: "\f2ab"; }

.la-paste:before { content: "\f2ac"; }

.la-pause:before { content: "\f2ad"; }

.la-paw:before { content: "\f2ae"; }

.la-paypal:before { content: "\f2af"; }

.la-pencil:before { content: "\f2b0"; }

.la-pencil-square:before { content: "\f2b1"; }

.la-pencil-square-o:before { content: "\f2b2"; }

.la-phone:before { content: "\f2b3"; }

.la-phone-square:before { content: "\f2b4"; }

.la-photo:before { content: "\f2b5"; }

.la-picture-o:before { content: "\f2b6"; }

.la-pie-chart:before { content: "\f2b7"; }

.la-pied-piper:before { content: "\f2b8"; }

.la-pied-piper-alt:before { content: "\f2b9"; }

.la-pinterest:before { content: "\f2ba"; }

.la-pinterest-p:before { content: "\f2bb"; }

.la-pinterest-square:before { content: "\f2bc"; }

.la-plane:before { content: "\f2bd"; }

.la-play:before { content: "\f2be"; }

.la-play-circle:before { content: "\f2bf"; }

.la-play-circle-o:before { content: "\f2c0"; }

.la-plug:before { content: "\f2c1"; }

.la-plus:before { content: "\f2c2"; }

.la-plus-circle:before { content: "\f2c3"; }

.la-plus-square:before { content: "\f2c4"; }

.la-plus-square-o:before { content: "\f2c5"; }

.la-power-off:before { content: "\f2c6"; }

.la-print:before { content: "\f2c7"; }

.la-puzzle-piece:before { content: "\f2c8"; }

.la-qq:before { content: "\f2c9"; }

.la-qrcode:before { content: "\f2ca"; }

.la-question:before { content: "\f2cb"; }

.la-question-circle:before { content: "\f2cc"; }

.la-quote-left:before { content: "\f2cd"; }

.la-quote-right:before { content: "\f2ce"; }

.la-ra:before { content: "\f2cf"; }

.la-random:before { content: "\f2d0"; }

.la-rebel:before { content: "\f2d1"; }

.la-recycle:before { content: "\f2d2"; }

.la-reddit:before { content: "\f2d3"; }

.la-reddit-square:before { content: "\f2d4"; }

.la-refresh:before { content: "\f2d5"; }

.la-registered:before { content: "\f2d6"; }

.la-renren:before { content: "\f2d7"; }

.la-reorder:before { content: "\f2d8"; }

.la-repeat:before { content: "\f2d9"; }

.la-reply:before { content: "\f2da"; }

.la-reply-all:before { content: "\f2db"; }

.la-retweet:before { content: "\f2dc"; }

.la-rmb:before { content: "\f2dd"; }

.la-road:before { content: "\f2de"; }

.la-rocket:before { content: "\f2df"; }

.la-rotate-left:before { content: "\f2e0"; }

.la-rotate-right:before { content: "\f2e1"; }

.la-rouble:before { content: "\f2e2"; }

.la-rss:before, .la-feed:before { content: "\f2e3"; }

.la-rss-square:before { content: "\f2e4"; }

.la-rub:before { content: "\f2e5"; }

.la-ruble:before { content: "\f2e6"; }

.la-rupee:before { content: "\f2e7"; }

.la-safari:before { content: "\f2e8"; }

.la-save:before { content: "\f2e9"; }

.la-scissors:before { content: "\f2ea"; }

.la-search:before { content: "\f2eb"; }

.la-search-minus:before { content: "\f2ec"; }

.la-search-plus:before { content: "\f2ed"; }

.la-sellsy:before { content: "\f2ee"; }

.la-server:before { content: "\f2ef"; }

.la-share:before { content: "\f2f0"; }

.la-share-alt:before { content: "\f2f1"; }

.la-share-alt-square:before { content: "\f2f2"; }

.la-share-square:before { content: "\f2f3"; }

.la-share-square-o:before { content: "\f2f4"; }

.la-shekel:before { content: "\f2f5"; }

.la-sheqel:before { content: "\f2f6"; }

.la-shield:before { content: "\f2f7"; }

.la-ship:before { content: "\f2f8"; }

.la-shirtsinbulk:before { content: "\f2f9"; }

.la-shopping-cart:before { content: "\f2fa"; }

.la-sign-in:before { content: "\f2fb"; }

.la-sign-out:before { content: "\f2fc"; }

.la-signal:before { content: "\f2fd"; }

.la-simplybuilt:before { content: "\f2fe"; }

.la-sitemap:before { content: "\f2ff"; }

.la-skyatlas:before { content: "\f300"; }

.la-skype:before { content: "\f301"; }

.la-slack:before { content: "\f302"; }

.la-sliders:before { content: "\f303"; }

.la-slideshare:before { content: "\f304"; }

.la-smile-o:before { content: "\f305"; }

.la-sort:before, .la-unsorted:before { content: "\f306"; }

.la-sort-alpha-asc:before { content: "\f307"; }

.la-sort-alpha-desc:before { content: "\f308"; }

.la-sort-amount-asc:before { content: "\f309"; }

.la-sort-amount-desc:before { content: "\f30a"; }

.la-sort-asc:before, .la-sort-up:before { content: "\f30b"; }

.la-sort-desc:before, .la-sort-down:before { content: "\f30c"; }

.la-sort-numeric-asc:before { content: "\f30d"; }

.la-sort-numeric-desc:before { content: "\f30e"; }

.la-soundcloud:before { content: "\f30f"; }

.la-space-shuttle:before { content: "\f310"; }

.la-spinner:before { content: "\f311"; }

.la-spoon:before { content: "\f312"; }

.la-spotify:before { content: "\f313"; }

.la-square:before { content: "\f314"; }

.la-square-o:before { content: "\f315"; }

.la-stack-exchange:before { content: "\f316"; }

.la-stack-overflow:before { content: "\f317"; }

.la-star:before { content: "\f318"; }

.la-star-half:before { content: "\f319"; }

.la-star-half-o:before, .la-star-half-full:before, .la-star-half-empty:before { content: "\f31a"; }

.la-star-o:before { content: "\f31b"; }

.la-steam:before { content: "\f31c"; }

.la-steam-square:before { content: "\f31d"; }

.la-step-backward:before { content: "\f31e"; }

.la-step-forward:before { content: "\f31f"; }

.la-stethoscope:before { content: "\f320"; }

.la-sticky-note:before { content: "\f321"; }

.la-sticky-note-o:before { content: "\f322"; }

.la-stop:before { content: "\f323"; }

.la-street-view:before { content: "\f324"; }

.la-strikethrough:before { content: "\f325"; }

.la-stumbleupon:before { content: "\f326"; }

.la-stumbleupon-circle:before { content: "\f327"; }

.la-subscript:before { content: "\f328"; }

.la-subway:before { content: "\f329"; }

.la-suitcase:before { content: "\f32a"; }

.la-sun-o:before { content: "\f32b"; }

.la-superscript:before { content: "\f32c"; }

.la-table:before { content: "\f32d"; }

.la-tablet:before { content: "\f32e"; }

.la-tachometer:before { content: "\f32f"; }

.la-tag:before { content: "\f330"; }

.la-tags:before { content: "\f331"; }

.la-tasks:before { content: "\f332"; }

.la-taxi:before { content: "\f333"; }

.la-television:before, .la-tv:before { content: "\f334"; }

.la-tencent-weibo:before { content: "\f335"; }

.la-terminal:before { content: "\f336"; }

.la-text-height:before { content: "\f337"; }

.la-text-width:before { content: "\f338"; }

.la-th:before { content: "\f339"; }

.la-th-large:before { content: "\f33a"; }

.la-th-list:before { content: "\f33b"; }

.la-thumb-tack:before { content: "\f33c"; }

.la-thumbs-down:before { content: "\f33d"; }

.la-thumbs-o-down:before { content: "\f33e"; }

.la-thumbs-o-up:before { content: "\f33f"; }

.la-thumbs-up:before { content: "\f340"; }

.la-ticket:before { content: "\f341"; }

.la-times:before, .la-remove:before { content: "\f342"; }

.la-times-circle:before { content: "\f343"; }

.la-times-circle-o:before { content: "\f344"; }

.la-tint:before { content: "\f345"; }

.la-toggle-off:before { content: "\f346"; }

.la-toggle-on:before { content: "\f347"; }

.la-trademark:before { content: "\f348"; }

.la-train:before { content: "\f349"; }

.la-transgender:before, .la-intersex:before { content: "\f34a"; }

.la-transgender-alt:before { content: "\f34b"; }

.la-trash:before { content: "\f34c"; }

.la-trash-o:before { content: "\f34d"; }

.la-tree:before { content: "\f34e"; }

.la-trello:before { content: "\f34f"; }

.la-tripadvisor:before { content: "\f350"; }

.la-trophy:before { content: "\f351"; }

.la-truck:before { content: "\f352"; }

.la-try:before { content: "\f353"; }

.la-tty:before { content: "\f354"; }

.la-tumblr:before { content: "\f355"; }

.la-tumblr-square:before { content: "\f356"; }

.la-turkish-lira:before { content: "\f357"; }

.la-twitch:before { content: "\f358"; }

.la-twitter:before { content: "\f359"; }

.la-twitter-square:before { content: "\f35a"; }

.la-umbrella:before { content: "\f35b"; }

.la-underline:before { content: "\f35c"; }

.la-undo:before { content: "\f35d"; }

.la-university:before { content: "\f35e"; }

.la-unlink:before { content: "\f35f"; }

.la-unlock:before { content: "\f360"; }

.la-unlock-alt:before { content: "\f361"; }

.la-upload:before { content: "\f362"; }

.la-usd:before { content: "\f363"; }

.la-user:before { content: "\f364"; }

.la-user-md:before { content: "\f365"; }

.la-user-plus:before { content: "\f366"; }

.la-user-secret:before { content: "\f367"; }

.la-user-times:before { content: "\f368"; }

.la-users:before { content: "\f369"; }

.la-venus:before { content: "\f36a"; }

.la-venus-double:before { content: "\f36b"; }

.la-venus-mars:before { content: "\f36c"; }

.la-viacoin:before { content: "\f36d"; }

.la-video-camera:before { content: "\f36e"; }

.la-vimeo:before { content: "\f36f"; }

.la-vimeo-square:before { content: "\f370"; }

.la-vine:before { content: "\f371"; }

.la-vk:before { content: "\f372"; }

.la-volume-down:before { content: "\f373"; }

.la-volume-off:before { content: "\f374"; }

.la-volume-up:before { content: "\f375"; }

.la-warning:before { content: "\f376"; }

.la-wechat:before { content: "\f377"; }

.la-weibo:before { content: "\f378"; }

.la-weixin:before { content: "\f379"; }

.la-whatsapp:before { content: "\f37a"; }

.la-wheelchair:before { content: "\f37b"; }

.la-wifi:before { content: "\f37c"; }

.la-wikipedia-w:before { content: "\f37d"; }

.la-windows:before { content: "\f37e"; }

.la-won:before { content: "\f37f"; }

.la-wordpress:before { content: "\f380"; }

.la-wrench:before { content: "\f381"; }

.la-xing:before { content: "\f382"; }

.la-xing-square:before { content: "\f383"; }

.la-y-combinator:before { content: "\f384"; }

.la-y-combinator-square:before { content: "\f385"; }

.la-yahoo:before { content: "\f386"; }

.la-yc:before { content: "\f387"; }

.la-yc-square:before { content: "\f388"; }

.la-yelp:before { content: "\f389"; }

.la-yen:before { content: "\f38a"; }

.la-youtube:before { content: "\f38b"; }

.la-youtube-play:before { content: "\f38c"; }

.la-youtube-square:before { content: "\f38d"; }
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/plugins/flaticon/flaticon.css ***!
  \**********************************************************************************************************************************************************************************************************************************/
  /*
    Flaticon icon font: Flaticon
    Creation date: 20/03/2017 20:02
    */

@font-face {
  font-family: "Flaticon";
  src: url('Flaticon.eot');
  src: url('Flaticon.eot?#iefix') format("embedded-opentype"),
       url('Flaticon.woff') format("woff"),
       url('Flaticon.ttf') format("truetype"),
       url('Flaticon.svg#Flaticon') format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url('Flaticon.svg#Flaticon') format("svg");
  }
}

[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before {
    font-family: Flaticon;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.flaticon-email-black-circular-button:before { content: "\f100"; }

.flaticon-map:before { content: "\f101"; }

.flaticon-alert-off:before { content: "\f102"; }

.flaticon-alert:before { content: "\f103"; }

.flaticon-computer:before { content: "\f104"; }

.flaticon-responsive:before { content: "\f105"; }

.flaticon-presentation:before { content: "\f106"; }

.flaticon-arrows:before { content: "\f107"; }

.flaticon-rocket:before { content: "\f108"; }

.flaticon-reply:before { content: "\f109"; }

.flaticon-gift:before { content: "\f10a"; }

.flaticon-confetti:before { content: "\f10b"; }

.flaticon-piggy-bank:before { content: "\f10c"; }

.flaticon-support:before { content: "\f10d"; }

.flaticon-delete:before { content: "\f10e"; }

.flaticon-eye:before { content: "\f10f"; }

.flaticon-multimedia:before { content: "\f110"; }

.flaticon-whatsapp:before { content: "\f111"; }

.flaticon-multimedia-2:before { content: "\f112"; }

.flaticon-email:before { content: "\f113"; }

.flaticon-presentation-1:before { content: "\f114"; }

.flaticon-trophy:before { content: "\f115"; }

.flaticon-psd:before { content: "\f116"; }

.flaticon-layer:before { content: "\f117"; }

.flaticon-doc:before { content: "\f118"; }

.flaticon-file:before { content: "\f119"; }

.flaticon-network:before { content: "\f11a"; }

.flaticon-bus-stop:before { content: "\f11b"; }

.flaticon-globe:before { content: "\f11c"; }

.flaticon-upload:before { content: "\f11d"; }

.flaticon-squares:before { content: "\f11e"; }

.flaticon-technology:before { content: "\f11f"; }

.flaticon-up-arrow:before { content: "\f120"; }

.flaticon-browser:before { content: "\f121"; }

.flaticon-speech-bubble:before { content: "\f122"; }

.flaticon-coins:before { content: "\f123"; }

.flaticon-open-box:before { content: "\f124"; }

.flaticon-speech-bubble-1:before { content: "\f125"; }

.flaticon-attachment:before { content: "\f126"; }

.flaticon-photo-camera:before { content: "\f127"; }

.flaticon-skype-logo:before { content: "\f128"; }

.flaticon-linkedin-logo:before { content: "\f129"; }

.flaticon-twitter-logo:before { content: "\f12a"; }

.flaticon-facebook-letter-logo:before { content: "\f12b"; }

.flaticon-calendar-with-a-clock-time-tools:before { content: "\f12c"; }

.flaticon-youtube:before { content: "\f12d"; }

.flaticon-add-circular-button:before { content: "\f12e"; }

.flaticon-more-v2:before { content: "\f12f"; }

.flaticon-search:before { content: "\f130"; }

.flaticon-search-magnifier-interface-symbol:before { content: "\f131"; }

.flaticon-questions-circular-button:before { content: "\f132"; }

.flaticon-refresh:before { content: "\f133"; }

.flaticon-logout:before { content: "\f134"; }

.flaticon-event-calendar-symbol:before { content: "\f135"; }

.flaticon-laptop:before { content: "\f136"; }

.flaticon-tool:before { content: "\f137"; }

.flaticon-graphic:before { content: "\f138"; }

.flaticon-symbol:before { content: "\f139"; }

.flaticon-graphic-1:before { content: "\f13a"; }

.flaticon-clock:before { content: "\f13b"; }

.flaticon-squares-1:before { content: "\f13c"; }

.flaticon-black:before { content: "\f13d"; }

.flaticon-book:before { content: "\f13e"; }

.flaticon-cogwheel:before { content: "\f13f"; }

.flaticon-exclamation:before { content: "\f140"; }

.flaticon-add-label-button:before { content: "\f141"; }

.flaticon-delete-1:before { content: "\f142"; }

.flaticon-interface:before { content: "\f143"; }

.flaticon-more:before { content: "\f144"; }

.flaticon-warning-sign:before { content: "\f145"; }

.flaticon-calendar:before { content: "\f146"; }

.flaticon-instagram-logo:before { content: "\f147"; }

.flaticon-linkedin:before { content: "\f148"; }

.flaticon-facebook-logo-button:before { content: "\f149"; }

.flaticon-twitter-logo-button:before { content: "\f14a"; }

.flaticon-cancel:before { content: "\f14b"; }

.flaticon-exclamation-square:before { content: "\f14c"; }

.flaticon-buildings:before { content: "\f14d"; }

.flaticon-danger:before { content: "\f14e"; }

.flaticon-technology-1:before { content: "\f14f"; }

.flaticon-letter-g:before { content: "\f150"; }

.flaticon-interface-1:before { content: "\f151"; }

.flaticon-circle:before { content: "\f152"; }

.flaticon-pin:before { content: "\f153"; }

.flaticon-close:before { content: "\f154"; }

.flaticon-clock-1:before { content: "\f155"; }

.flaticon-apps:before { content: "\f156"; }

.flaticon-user:before { content: "\f157"; }

.flaticon-menu-button:before { content: "\f158"; }

.flaticon-settings:before { content: "\f159"; }

.flaticon-home:before { content: "\f15a"; }

.flaticon-clock-2:before { content: "\f15b"; }

.flaticon-lifebuoy:before { content: "\f15c"; }

.flaticon-cogwheel-1:before { content: "\f15d"; }

.flaticon-paper-plane:before { content: "\f15e"; }

.flaticon-statistics:before { content: "\f15f"; }

.flaticon-diagram:before { content: "\f160"; }

.flaticon-line-graph:before { content: "\f161"; }

.flaticon-customer:before { content: "\f162"; }

.flaticon-visible:before { content: "\f163"; }

.flaticon-shopping-basket:before { content: "\f164"; }

.flaticon-price-tag:before { content: "\f165"; }

.flaticon-businesswoman:before { content: "\f166"; }

.flaticon-medal:before { content: "\f167"; }

.flaticon-like:before { content: "\f168"; }

.flaticon-edit:before { content: "\f169"; }

.flaticon-avatar:before { content: "\f16a"; }

.flaticon-download:before { content: "\f16b"; }

.flaticon-home-1:before { content: "\f16c"; }

.flaticon-mail:before { content: "\f16d"; }

.flaticon-mail-1:before { content: "\f16e"; }

.flaticon-warning:before { content: "\f16f"; }

.flaticon-cart:before { content: "\f170"; }

.flaticon-bag:before { content: "\f171"; }

.flaticon-pie-chart:before { content: "\f172"; }

.flaticon-graph:before { content: "\f173"; }

.flaticon-interface-2:before { content: "\f174"; }

.flaticon-chat:before { content: "\f175"; }

.flaticon-envelope:before { content: "\f176"; }

.flaticon-chat-1:before { content: "\f177"; }

.flaticon-interface-3:before { content: "\f178"; }

.flaticon-background:before { content: "\f179"; }

.flaticon-file-1:before { content: "\f17a"; }

.flaticon-interface-4:before { content: "\f17b"; }

.flaticon-multimedia-3:before { content: "\f17c"; }

.flaticon-list:before { content: "\f17d"; }

.flaticon-time:before { content: "\f17e"; }

.flaticon-profile:before { content: "\f17f"; }

.flaticon-imac:before { content: "\f180"; }

.flaticon-medical:before { content: "\f181"; }

.flaticon-music:before { content: "\f182"; }

.flaticon-plus:before { content: "\f183"; }

.flaticon-exclamation-1:before { content: "\f184"; }

.flaticon-info:before { content: "\f185"; }

.flaticon-menu-1:before { content: "\f186"; }

.flaticon-menu-2:before { content: "\f187"; }

.flaticon-share:before { content: "\f188"; }

.flaticon-interface-5:before { content: "\f189"; }

.flaticon-signs:before { content: "\f18a"; }

.flaticon-tabs:before { content: "\f18b"; }

.flaticon-multimedia-4:before { content: "\f18c"; }

.flaticon-upload-1:before { content: "\f18d"; }

.flaticon-web:before { content: "\f18e"; }

.flaticon-placeholder:before { content: "\f18f"; }

.flaticon-placeholder-1:before { content: "\f190"; }

.flaticon-layers:before { content: "\f191"; }

.flaticon-interface-6:before { content: "\f192"; }

.flaticon-interface-7:before { content: "\f193"; }

.flaticon-interface-8:before { content: "\f194"; }

.flaticon-tool-1:before { content: "\f195"; }

.flaticon-settings-1:before { content: "\f196"; }

.flaticon-alarm:before { content: "\f197"; }

.flaticon-search-1:before { content: "\f198"; }

.flaticon-time-1:before { content: "\f199"; }

.flaticon-stopwatch:before { content: "\f19a"; }

.flaticon-folder:before { content: "\f19b"; }

.flaticon-folder-1:before { content: "\f19c"; }

.flaticon-folder-2:before { content: "\f19d"; }

.flaticon-folder-3:before { content: "\f19e"; }

.flaticon-file-2:before { content: "\f19f"; }

.flaticon-list-1:before { content: "\f1a0"; }

.flaticon-list-2:before { content: "\f1a1"; }

.flaticon-calendar-1:before { content: "\f1a2"; }

.flaticon-time-2:before { content: "\f1a3"; }

.flaticon-interface-9:before { content: "\f1a4"; }

.flaticon-app:before { content: "\f1a5"; }

.flaticon-suitcase:before { content: "\f1a6"; }

.flaticon-grid-menu-v2:before { content: "\f1a7"; }

.flaticon-more-v6:before { content: "\f1a8"; }

.flaticon-more-v5:before { content: "\f1a9"; }

.flaticon-add:before { content: "\f1aa"; }

.flaticon-multimedia-5:before { content: "\f1ab"; }

.flaticon-more-v4:before { content: "\f1ac"; }

.flaticon-placeholder-2:before { content: "\f1ad"; }

.flaticon-map-location:before { content: "\f1ae"; }

.flaticon-users:before { content: "\f1af"; }

.flaticon-profile-1:before { content: "\f1b0"; }

.flaticon-lock:before { content: "\f1b1"; }

.flaticon-sound:before { content: "\f1b2"; }

.flaticon-star:before { content: "\f1b3"; }

.flaticon-placeholder-3:before { content: "\f1b4"; }

.flaticon-bell:before { content: "\f1b5"; }

.flaticon-paper-plane-1:before { content: "\f1b6"; }

.flaticon-users-1:before { content: "\f1b7"; }

.flaticon-more-1:before { content: "\f1b8"; }

.flaticon-up-arrow-1:before { content: "\f1b9"; }

.flaticon-grid-menu:before { content: "\f1ba"; }

.flaticon-alarm-1:before { content: "\f1bb"; }

.flaticon-earth-globe:before { content: "\f1bc"; }

.flaticon-alert-1:before { content: "\f1bd"; }

.flaticon-internet:before { content: "\f1be"; }

.flaticon-user-ok:before { content: "\f1bf"; }

.flaticon-user-add:before { content: "\f1c0"; }

.flaticon-user-settings:before { content: "\f1c1"; }

.flaticon-truck:before { content: "\f1c2"; }

.flaticon-analytics:before { content: "\f1c3"; }

.flaticon-notes:before { content: "\f1c4"; }

.flaticon-tea-cup:before { content: "\f1c5"; }

.flaticon-exclamation-2:before { content: "\f1c6"; }

.flaticon-technology-2:before { content: "\f1c7"; }

.flaticon-location:before { content: "\f1c8"; }

.flaticon-edit-1:before { content: "\f1c9"; }

.flaticon-home-2:before { content: "\f1ca"; }

.flaticon-dashboard:before { content: "\f1cb"; }

.flaticon-information:before { content: "\f1cc"; }

.flaticon-light:before { content: "\f1cd"; }

.flaticon-car:before { content: "\f1ce"; }

.flaticon-business:before { content: "\f1cf"; }

.flaticon-squares-2:before { content: "\f1d0"; }

.flaticon-signs-1:before { content: "\f1d1"; }

.flaticon-mark:before { content: "\f1d2"; }

.flaticon-squares-3:before { content: "\f1d3"; }

.flaticon-comment:before { content: "\f1d4"; }

.flaticon-shapes:before { content: "\f1d5"; }

.flaticon-clipboard:before { content: "\f1d6"; }

.flaticon-squares-4:before { content: "\f1d7"; }

.flaticon-delete-2:before { content: "\f1d8"; }

.flaticon-bell-1:before { content: "\f1d9"; }

.flaticon-list-3:before { content: "\f1da"; }

.flaticon-infinity:before { content: "\f1db"; }

.flaticon-chat-2:before { content: "\f1dc"; }

.flaticon-calendar-2:before { content: "\f1dd"; }

.flaticon-signs-2:before { content: "\f1de"; }

.flaticon-time-3:before { content: "\f1df"; }

.flaticon-calendar-3:before { content: "\f1e0"; }

.flaticon-interface-10:before { content: "\f1e1"; }

.flaticon-interface-11:before { content: "\f1e2"; }

.flaticon-folder-4:before { content: "\f1e3"; }

.flaticon-alert-2:before { content: "\f1e4"; }

.flaticon-cogwheel-2:before { content: "\f1e5"; }

.flaticon-graphic-2:before { content: "\f1e6"; }

.flaticon-rotate:before { content: "\f1e7"; }

.flaticon-feed:before { content: "\f1e8"; }

.flaticon-safe-shield-protection:before { content: "\f1e9"; }

.flaticon-security:before { content: "\f1ea"; }

.flaticon-download-1:before { content: "\f1eb"; }

.flaticon-pie-chart-1:before { content: "\f1ec"; }

.flaticon-notepad:before { content: "\f1ed"; }
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/plugins/flaticon2/flaticon.css ***!
  \***********************************************************************************************************************************************************************************************************************************/
  /*
    Flaticon icon font: Flaticon
    Creation date: 20/03/2017 20:02
    */

@font-face {
  font-family: "Flaticon2";
  src: url('Flaticon2.eot');
  src: url('Flaticon2.eot?#iefix') format("embedded-opentype"),
       url('Flaticon2.woff') format("woff"),
       url('Flaticon2.ttf') format("truetype"),
       url('Flaticon2.svg#Flaticon2') format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon2";
    src: url('Flaticon2.svg#Flaticon2') format("svg");
  }
}

[class^="flaticon2-"]:before,
[class*=" flaticon2-"]:before {
    font-family: Flaticon2;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.flaticon2-notification:before { content: "\f100"; }

.flaticon2-settings:before { content: "\f101"; }

.flaticon2-search:before { content: "\f102"; }

.flaticon2-delete:before { content: "\f103"; }

.flaticon2-psd:before { content: "\f104"; }

.flaticon2-list:before { content: "\f105"; }

.flaticon2-box:before { content: "\f106"; }

.flaticon2-download:before { content: "\f107"; }

.flaticon2-shield:before { content: "\f108"; }

.flaticon2-paperplane:before { content: "\f109"; }

.flaticon2-avatar:before { content: "\f10a"; }

.flaticon2-bell:before { content: "\f10b"; }

.flaticon2-fax:before { content: "\f10c"; }

.flaticon2-chart2:before { content: "\f10d"; }

.flaticon2-supermarket:before { content: "\f10e"; }

.flaticon2-phone:before { content: "\f10f"; }

.flaticon2-envelope:before { content: "\f110"; }

.flaticon2-pin:before { content: "\f111"; }

.flaticon2-chat:before { content: "\f112"; }

.flaticon2-chart:before { content: "\f113"; }

.flaticon2-infographic:before { content: "\f114"; }

.flaticon2-grids:before { content: "\f115"; }

.flaticon2-menu:before { content: "\f116"; }

.flaticon2-plus:before { content: "\f117"; }

.flaticon2-list-1:before { content: "\f118"; }

.flaticon2-talk:before { content: "\f119"; }

.flaticon2-file:before { content: "\f11a"; }

.flaticon2-user:before { content: "\f11b"; }

.flaticon2-line-chart:before { content: "\f11c"; }

.flaticon2-percentage:before { content: "\f11d"; }

.flaticon2-menu-1:before { content: "\f11e"; }

.flaticon2-paper-plane:before { content: "\f11f"; }

.flaticon2-menu-2:before { content: "\f120"; }

.flaticon2-shopping-cart:before { content: "\f121"; }

.flaticon2-pie-chart:before { content: "\f122"; }

.flaticon2-box-1:before { content: "\f123"; }

.flaticon2-map:before { content: "\f124"; }

.flaticon2-favourite:before { content: "\f125"; }

.flaticon2-checking:before { content: "\f126"; }

.flaticon2-safe:before { content: "\f127"; }

.flaticon2-heart-rate-monitor:before { content: "\f128"; }

.flaticon2-layers:before { content: "\f129"; }

.flaticon2-delivery-package:before { content: "\f12a"; }

.flaticon2-sms:before { content: "\f12b"; }

.flaticon2-image-file:before { content: "\f12c"; }

.flaticon2-plus-1:before { content: "\f12d"; }

.flaticon2-send:before { content: "\f12e"; }

.flaticon2-graphic-design:before { content: "\f12f"; }

.flaticon2-cup:before { content: "\f130"; }

.flaticon2-website:before { content: "\f131"; }

.flaticon2-gift:before { content: "\f132"; }

.flaticon2-chronometer:before { content: "\f133"; }

.flaticon2-browser:before { content: "\f134"; }

.flaticon2-digital-marketing:before { content: "\f135"; }

.flaticon2-calendar:before { content: "\f136"; }

.flaticon2-calendar-1:before { content: "\f137"; }

.flaticon2-rocket:before { content: "\f138"; }

.flaticon2-analytics:before { content: "\f139"; }

.flaticon2-pie-chart-1:before { content: "\f13a"; }

.flaticon2-pie-chart-2:before { content: "\f13b"; }

.flaticon2-analytics-1:before { content: "\f13c"; }

.flaticon2-google-drive-file:before { content: "\f13d"; }

.flaticon2-pie-chart-3:before { content: "\f13e"; }

.flaticon2-poll-symbol:before { content: "\f13f"; }

.flaticon2-gear:before { content: "\f140"; }

.flaticon2-magnifier-tool:before { content: "\f141"; }

.flaticon2-add:before { content: "\f142"; }

.flaticon2-cube:before { content: "\f143"; }

.flaticon2-gift-1:before { content: "\f144"; }

.flaticon2-list-2:before { content: "\f145"; }

.flaticon2-shopping-cart-1:before { content: "\f146"; }

.flaticon2-calendar-2:before { content: "\f147"; }

.flaticon2-laptop:before { content: "\f148"; }

.flaticon2-cube-1:before { content: "\f149"; }

.flaticon2-layers-1:before { content: "\f14a"; }

.flaticon2-chat-1:before { content: "\f14b"; }

.flaticon2-copy:before { content: "\f14c"; }

.flaticon2-paper:before { content: "\f14d"; }

.flaticon2-hospital:before { content: "\f14e"; }

.flaticon2-calendar-3:before { content: "\f14f"; }

.flaticon2-speaker:before { content: "\f150"; }

.flaticon2-pie-chart-4:before { content: "\f151"; }

.flaticon2-schedule:before { content: "\f152"; }

.flaticon2-expand:before { content: "\f153"; }

.flaticon2-menu-3:before { content: "\f154"; }

.flaticon2-download-1:before { content: "\f155"; }

.flaticon2-help:before { content: "\f156"; }

.flaticon2-list-3:before { content: "\f157"; }

.flaticon2-notepad:before { content: "\f158"; }

.flaticon2-graph:before { content: "\f159"; }

.flaticon2-browser-1:before { content: "\f15a"; }

.flaticon2-photograph:before { content: "\f15b"; }

.flaticon2-browser-2:before { content: "\f15c"; }

.flaticon2-hourglass:before { content: "\f15d"; }

.flaticon2-mail:before { content: "\f15e"; }

.flaticon2-cardiogram:before { content: "\f15f"; }

.flaticon2-document:before { content: "\f160"; }

.flaticon2-contract:before { content: "\f161"; }

.flaticon2-graph-1:before { content: "\f162"; }

.flaticon2-graphic:before { content: "\f163"; }

.flaticon2-position:before { content: "\f164"; }

.flaticon2-soft-icons:before { content: "\f165"; }

.flaticon2-circle-vol-2:before { content: "\f166"; }

.flaticon2-rocket-1:before { content: "\f167"; }

.flaticon2-lorry:before { content: "\f168"; }

.flaticon2-cd:before { content: "\f169"; }

.flaticon2-file-1:before { content: "\f16a"; }

.flaticon2-reload:before { content: "\f16b"; }

.flaticon2-placeholder:before { content: "\f16c"; }

.flaticon2-refresh:before { content: "\f16d"; }

.flaticon2-medical-records:before { content: "\f16e"; }

.flaticon2-rectangular:before { content: "\f16f"; }

.flaticon2-medical-records-1:before { content: "\f170"; }

.flaticon2-indent-dots:before { content: "\f171"; }

.flaticon2-search-1:before { content: "\f172"; }

.flaticon2-edit:before { content: "\f173"; }

.flaticon2-new-email:before { content: "\f174"; }

.flaticon2-calendar-4:before { content: "\f175"; }

.flaticon2-console:before { content: "\f176"; }

.flaticon2-open-text-book:before { content: "\f177"; }

.flaticon2-download-2:before { content: "\f178"; }

.flaticon2-zig-zag-line-sign:before { content: "\f179"; }

.flaticon2-tools-and-utensils:before { content: "\f17a"; }

.flaticon2-crisp-icons:before { content: "\f17b"; }

.flaticon2-trash:before { content: "\f17c"; }

.flaticon2-lock:before { content: "\f17d"; }

.flaticon2-bell-1:before { content: "\f17e"; }

.flaticon2-setup:before { content: "\f17f"; }

.flaticon2-menu-4:before { content: "\f180"; }

.flaticon2-architecture-and-city:before { content: "\f181"; }

.flaticon2-shelter:before { content: "\f182"; }

.flaticon2-add-1:before { content: "\f183"; }

.flaticon2-checkmark:before { content: "\f184"; }

.flaticon2-circular-arrow:before { content: "\f185"; }

.flaticon2-user-outline-symbol:before { content: "\f186"; }

.flaticon2-rhombus:before { content: "\f187"; }

.flaticon2-crisp-icons-1:before { content: "\f188"; }

.flaticon2-soft-icons-1:before { content: "\f189"; }

.flaticon2-hexagonal:before { content: "\f18a"; }

.flaticon2-time:before { content: "\f18b"; }

.flaticon2-contrast:before { content: "\f18c"; }

.flaticon2-telegram-logo:before { content: "\f18d"; }

.flaticon2-hangouts-logo:before { content: "\f18e"; }

.flaticon2-analytics-2:before { content: "\f18f"; }

.flaticon2-wifi:before { content: "\f190"; }

.flaticon2-protected:before { content: "\f191"; }

.flaticon2-drop:before { content: "\f192"; }

.flaticon2-mail-1:before { content: "\f193"; }

.flaticon2-delivery-truck:before { content: "\f194"; }

.flaticon2-writing:before { content: "\f195"; }

.flaticon2-calendar-5:before { content: "\f196"; }

.flaticon2-protection:before { content: "\f197"; }

.flaticon2-calendar-6:before { content: "\f198"; }

.flaticon2-calendar-7:before { content: "\f199"; }

.flaticon2-calendar-8:before { content: "\f19a"; }

.flaticon2-bell-2:before { content: "\f19b"; }

.flaticon2-hourglass-1:before { content: "\f19c"; }

.flaticon2-next:before { content: "\f19d"; }

.flaticon2-chat-2:before { content: "\f19e"; }

.flaticon2-correct:before { content: "\f19f"; }

.flaticon2-photo-camera:before { content: "\f1a0"; }

.flaticon2-fast-next:before { content: "\f1a1"; }

.flaticon2-fast-back:before { content: "\f1a2"; }

.flaticon2-down:before { content: "\f1a3"; }

.flaticon2-back:before { content: "\f1a4"; }

.flaticon2-up:before { content: "\f1a5"; }

.flaticon2-arrow-down:before { content: "\f1a6"; }

.flaticon2-arrow-up:before { content: "\f1a7"; }

.flaticon2-accept:before { content: "\f1a8"; }

.flaticon2-sort:before { content: "\f1a9"; }

.flaticon2-arrow:before { content: "\f1aa"; }

.flaticon2-back-1:before { content: "\f1ab"; }

.flaticon2-add-square:before { content: "\f1ac"; }

.flaticon2-quotation-mark:before { content: "\f1ad"; }

.flaticon2-clip-symbol:before { content: "\f1ae"; }

.flaticon2-check-mark:before { content: "\f1af"; }

.flaticon2-folder:before { content: "\f1b0"; }

.flaticon2-cancel-music:before { content: "\f1b1"; }

.flaticon2-cross:before { content: "\f1b2"; }

.flaticon2-pen:before { content: "\f1b3"; }

.flaticon2-email:before { content: "\f1b4"; }

.flaticon2-graph-2:before { content: "\f1b5"; }

.flaticon2-open-box:before { content: "\f1b6"; }

.flaticon2-files-and-folders:before { content: "\f1b7"; }

.flaticon2-ui:before { content: "\f1b8"; }

.flaticon2-sheet:before { content: "\f1b9"; }

.flaticon2-dashboard:before { content: "\f1ba"; }

.flaticon2-user-1:before { content: "\f1bb"; }

.flaticon2-group:before { content: "\f1bc"; }

.flaticon2-black-back-closed-envelope-shape:before { content: "\f1bd"; }

.flaticon2-left-arrow:before { content: "\f1be"; }

.flaticon2-sort-alphabetically:before { content: "\f1bf"; }

.flaticon2-sort-down:before { content: "\f1c0"; }

.flaticon2-rubbish-bin:before { content: "\f1c1"; }

.flaticon2-rubbish-bin-delete-button:before { content: "\f1c2"; }

.flaticon2-calendar-9:before { content: "\f1c3"; }

.flaticon2-tag:before { content: "\f1c4"; }

.flaticon2-refresh-button:before { content: "\f1c5"; }

.flaticon2-refresh-arrow:before { content: "\f1c6"; }

.flaticon2-reload-1:before { content: "\f1c7"; }

.flaticon2-refresh-1:before { content: "\f1c8"; }

.flaticon2-left-arrow-1:before { content: "\f1c9"; }

.flaticon2-reply:before { content: "\f1ca"; }

.flaticon2-reply-1:before { content: "\f1cb"; }

.flaticon2-printer:before { content: "\f1cc"; }

.flaticon2-print:before { content: "\f1cd"; }

.flaticon2-shrink:before { content: "\f1ce"; }

.flaticon2-resize:before { content: "\f1cf"; }

.flaticon2-arrow-1:before { content: "\f1d0"; }

.flaticon2-size:before { content: "\f1d1"; }

.flaticon2-arrow-2:before { content: "\f1d2"; }

.flaticon2-cancel:before { content: "\f1d3"; }

.flaticon2-exclamation:before { content: "\f1d4"; }

.flaticon2-line:before { content: "\f1d5"; }

.flaticon2-warning:before { content: "\f1d6"; }

.flaticon2-information:before { content: "\f1d7"; }

.flaticon2-layers-2:before { content: "\f1d8"; }

.flaticon2-file-2:before { content: "\f1d9"; }

.flaticon2-bell-3:before { content: "\f1da"; }

.flaticon2-bell-4:before { content: "\f1db"; }

.flaticon2-bell-5:before { content: "\f1dc"; }

.flaticon2-bell-alarm-symbol:before { content: "\f1dd"; }

.flaticon2-world:before { content: "\f1de"; }

.flaticon2-graphic-1:before { content: "\f1df"; }

.flaticon2-send-1:before { content: "\f1e0"; }

.flaticon2-location:before { content: "\f1e1"; }

.flaticon2-pin-1:before { content: "\f1e2"; }

.flaticon2-start-up:before { content: "\f1e3"; }

.flaticon2-right-arrow:before { content: "\f1e4"; }

/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/plugins/bootstrap-select/css/bootstrap-select.css ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*# sourceMappingURL=bootstrap-select.css.map */
/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/plugins/select2/select2.css ***!
  \********************************************************************************************************************************************************************************************************************************/
/*
Version: 3.5.3 Timestamp: Wed Aug 19 21:55:46 EDT 2015
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */ /* webkit */ /* firefox */
  box-sizing: border-box; /* css3 */
}
.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}
.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}
.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}
.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}
.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('select2.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}
.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding: 4px 4px 0 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}
.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;

    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('select2.png') no-repeat -37px -22px;
    background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}
.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}
.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}
.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
              user-select: none;
}
.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }
.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}
.select2-results li em {
    background: #feffde;
    font-style: normal;
}
.select2-results .select2-highlighted em {
    background: transparent;
}
.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
    display: none;
}
.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}
.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
    min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    box-shadow: none;
    background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
    color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}
.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}
.select2-container-multi .select2-search-choice-close {
    left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}
.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}
.select2-display-none {
    display: none;
}
.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/plugins/dropify/css/dropify.min.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * =============================================================
 * dropify v0.2.1 - Override your input files with style.
 * https://github.com/JeremyFagis/dropify
 *
 * (c) 2016 - Jeremy FAGIS <jeremy@fagis.fr> (http://fagis.fr)
 * =============================================================
 */
@font-face{font-family:dropify;src:url('dropify.eot');src:url('dropify.eot#iefix') format("embedded-opentype"),url('dropify.woff') format("woff"),url('dropify.ttf') format("truetype"),url('dropify.svg#dropify') format("svg");font-weight:400;font-style:normal}
.dropify-font:before,.dropify-wrapper .dropify-message span.file-icon:before,.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon:before,[class*=" dropify-font-"]:before,[class^=dropify-font-]:before{font-family:dropify;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-left:.2em;margin-right:.2em;text-align:center;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1em}
.dropify-wrapper,.dropify-wrapper .dropify-clear{font-family:Roboto,"Helvetica Neue",Helvetica,Arial}
.dropify-wrapper.has-error .dropify-message .dropify-error,.dropify-wrapper.has-preview .dropify-clear{display:block}
.dropify-font-upload:before,.dropify-wrapper .dropify-message span.file-icon:before{content:'\e800'}
.dropify-font-file:before{content:'\e801'}
.dropify-wrapper{display:block;position:relative;cursor:pointer;overflow:hidden;width:100%;max-width:100%;height:200px;padding:5px 10px;font-size:14px;line-height:22px;color:#777;background-color:#FFF;background-image:none;text-align:center;border:2px solid #E5E5E5;transition:border-color .15s linear}
.dropify-wrapper:hover{background-size:30px 30px;background-image:linear-gradient(-45deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);animation:stripes 2s linear infinite}
.dropify-wrapper.has-error{border-color:#F34141}
.dropify-wrapper.has-error:hover .dropify-errors-container{visibility:visible;opacity:1;transition-delay:0s}
.dropify-wrapper.disabled input{cursor:not-allowed}
.dropify-wrapper.disabled:hover{background-image:none;animation:none}
.dropify-wrapper.disabled .dropify-message{opacity:.5;text-decoration:line-through}
.dropify-wrapper.disabled .dropify-infos-message{display:none}
.dropify-wrapper input{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;opacity:0;cursor:pointer;z-index:5}
.dropify-wrapper .dropify-message{position:relative;top:50%;transform:translateY(-50%)}
.dropify-wrapper .dropify-message span.file-icon{font-size:50px;color:#CCC}
.dropify-wrapper .dropify-message p{margin:5px 0 0}
.dropify-wrapper .dropify-message p.dropify-error{color:#F34141;font-weight:700;display:none}
.dropify-wrapper .dropify-clear{display:none;position:absolute;opacity:0;z-index:7;top:10px;right:10px;background:0 0;border:2px solid #FFF;text-transform:uppercase;font-size:11px;padding:4px 8px;font-weight:700;color:#FFF;transition:all .15s linear}
.dropify-wrapper .dropify-clear:hover{background:rgba(255,255,255,.2)}
.dropify-wrapper .dropify-preview{display:none;position:absolute;z-index:1;background-color:#FFF;padding:5px;width:100%;height:100%;top:0;right:0;bottom:0;left:0;overflow:hidden;text-align:center}
.dropify-wrapper .dropify-preview .dropify-render img{top:50%;transform:translate(0,-50%);position:relative;max-width:100%;max-height:100%;background-color:#FFF;transition:border-color .15s linear}
.dropify-wrapper .dropify-preview .dropify-render i{font-size:70px;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;color:#777}
.dropify-wrapper .dropify-preview .dropify-render .dropify-extension{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:10px;text-transform:uppercase;font-weight:900;letter-spacing:-.03em;font-size:13px;width:42px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dropify-wrapper .dropify-preview .dropify-infos{position:absolute;left:0;top:0;right:0;bottom:0;z-index:3;background:rgba(0,0,0,.7);opacity:0;transition:opacity .15s linear}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner{position:absolute;top:50%;transform:translate(0,-40%);-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%;padding:0 20px;transition:all .2s ease}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p{padding:0;margin:0;position:relative;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#FFF;text-align:center;line-height:25px;font-weight:700}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon{margin-right:2px}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message{margin-top:15px;padding-top:15px;font-size:12px;position:relative;opacity:.5}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before{content:'';position:absolute;top:0;left:50%;transform:translate(-50%,0);background:#FFF;width:30px;height:2px}
.dropify-wrapper:hover .dropify-clear,.dropify-wrapper:hover .dropify-preview .dropify-infos{opacity:1}
.dropify-wrapper:hover .dropify-preview .dropify-infos .dropify-infos-inner{margin-top:-5px}
.dropify-wrapper.touch-fallback{height:auto!important}
.dropify-wrapper.touch-fallback:hover{background-image:none;animation:none}
.dropify-wrapper.touch-fallback .dropify-preview{position:relative;padding:0}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render{display:block;position:relative}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before,.dropify-wrapper.touch-fallback.has-preview .dropify-message{display:none}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file{position:relative;transform:translate(0,0);top:0;left:0}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file::before{margin-top:30px;margin-bottom:30px}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render img{position:relative;transform:translate(0,0)}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos{position:relative;opacity:1;background:0 0}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner{position:relative;top:0;transform:translate(0,0);padding:5px 90px 5px 0}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p{padding:0;margin:0;position:relative;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#777;text-align:left;line-height:25px}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename{font-weight:700}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message{margin-top:0;padding-top:0;font-size:11px;position:relative;opacity:1}
.dropify-wrapper.touch-fallback .dropify-message{transform:translate(0,0);padding:40px 0}
.dropify-wrapper.touch-fallback .dropify-clear{top:auto;bottom:23px;opacity:1;border-color:rgba(119,119,119,.7);color:#777}
.dropify-wrapper.touch-fallback:hover .dropify-preview .dropify-infos .dropify-infos-inner{margin-top:0}
.dropify-wrapper .dropify-loader{position:absolute;top:15px;right:15px;display:none;z-index:9}
.dropify-wrapper .dropify-loader::after{display:block;position:relative;width:20px;height:20px;animation:rotate .6s linear infinite;border-radius:100%;border-top:1px solid #CCC;border-bottom:1px solid #777;border-left:1px solid #CCC;border-right:1px solid #777;content:''}
.dropify-wrapper .dropify-errors-container{position:absolute;left:0;top:0;right:0;bottom:0;z-index:3;background:rgba(243,65,65,.8);text-align:left;visibility:hidden;opacity:0;transition:visibility 0s linear .15s,opacity .15s linear}
.dropify-wrapper .dropify-errors-container ul{padding:10px 20px;margin:0;position:absolute;left:0;top:50%;transform:translateY(-50%)}
.dropify-wrapper .dropify-errors-container ul li{margin-left:20px;color:#FFF;font-weight:700}
.dropify-wrapper .dropify-errors-container.visible{visibility:visible;opacity:1;transition-delay:0s}
.dropify-wrapper~.dropify-errors-container ul{padding:0;margin:15px 0}
.dropify-wrapper~.dropify-errors-container ul li{margin-left:20px;color:#F34141;font-weight:700}
@keyframes stripes{from{background-position:0 0}to{background-position:60px 30px}}
@keyframes rotate{0%{transform:rotateZ(-360deg)}100%{transform:rotateZ(0)}}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/plugins/sweetalert/sweetalert.css ***!
  \**************************************************************************************************************************************************************************************************************************************/
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }

@media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }

.sweet-alert fieldset {
    border: none;
    position: relative; }

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }

.sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }

.sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }

.sweet-alert .sa-error-container p {
      display: inline-block; }

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    transform: scale(0.5);
    transform-origin: 50% 50%;
    transition: all 0.1s; }

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }

.sweet-alert .sa-input-error::before {
      transform: rotate(-45deg); }

.sweet-alert .sa-input-error::after {
      transform: rotate(45deg); }

.sweet-alert .sa-input-error.show {
      opacity: 1;
      transform: scale(1); }

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    transition: all 0.3s; }

.sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }

.sweet-alert input:focus::-moz-placeholder {
        -moz-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }

.sweet-alert input:focus:-ms-input-placeholder {
        -ms-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }

.sweet-alert input:focus::-webkit-input-placeholder {
        -webkit-transition: opacity 0.3s 0.03s ease;
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }

.sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }

.sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }

.sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }

.sweet-alert.show-input input {
    display: block; }

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }

.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }

.sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }

.sweet-alert button:hover {
      background-color: #7ecff4; }

.sweet-alert button:active {
      background-color: #5dc2f1; }

.sweet-alert button.cancel {
      background-color: #C1C1C1; }

.sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }

.sweet-alert button.cancel:active {
        background-color: #a8a8a8; }

.sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }

.sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }

.sweet-alert button.confirm[disabled] {
      color: transparent; }

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }

.sweet-alert button::-moz-focus-inner {
      border: 0; }

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }

.sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }

.sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }

.sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          transform: rotate(45deg);
          left: 17px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          transform: rotate(-45deg);
          right: 16px; }

.sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s; }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  animation: animateErrorIcon 0.5s; }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  animation: animateXMark 0.5s; }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate; }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */

/* The icons are not animated. */

/* This file is automatically merged into sweet-alert.min.js through Gulp */

/* Error icon */

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */

.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */

@keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    transform: translateY(0); }
  80% {
    opacity: 1;
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    transform: translateY(145%); } }

/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/plugins/charts-c3/plugin.css ***!
  \*********************************************************************************************************************************************************************************************************************************/
/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.c3 path,
.c3 line {
  fill: none;
  stroke: rgba(0, 40, 100, 0.12);
}
.c3 text {
  -webkit-user-select: none;
  user-select: none;
  font-size: px2rem(12px);
}
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges;
}
.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #f0f0f0;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
  stroke: #e6e6e6;
  stroke-dasharray: 2 4;
}
/*-- Text on Chart --*/
.c3-text {
  font-size: 12px;
}
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em;
}
/*-- Line --*/
.c3-line {
  stroke-width: 2px;
}
/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 2px;
  stroke: white;
}
.c3-selected-circle {
  fill: white;
  stroke-width: 1.5px;
}
/*-- Bar --*/
.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: 0.75;
}
/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: 0.3 !important;
}
/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: .1;
}
/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: .1;
}
/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item text {
  fill: #545454;
  font-size: 14px;
}
.c3-legend-item-hidden {
  opacity: 0.15;
}
.c3-legend-background {
  fill: transparent;
  stroke: lightgray;
  stroke-width: 0;
}
/*-- Title --*/
.c3-title {
  font: 14px sans-serif;
}
/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10;
}
.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  background: #212529;
  white-space: nowrap;
}
.c3-tooltip th {
  padding: 6px 6px;
  text-align: left;
}
.c3-tooltip td {
  padding: 4px 6px;
  font-weight: 400;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: baseline;
}
.c3-tooltip td.value {
  text-align: right;
}
/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.1;
}
.c3-target-filled .c3-area {
  opacity: 1 !important;
}
/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}
.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/
}
.c3-chart-arc.c3-target g path {
  opacity: 1;
}
.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1;
}
.c3-axis {
  fill: #9aa0ac;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/assets/sass/style.angular.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #5867dd;
  --bs-secondary: #e1e1ef;
  --bs-success: #0abb87;
  --bs-info: #5578eb;
  --bs-warning: #ffb822;
  --bs-danger: #fd397a;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-primary-rgb: 88, 103, 221;
  --bs-secondary-rgb: 225, 225, 239;
  --bs-success-rgb: 10, 187, 135;
  --bs-info-rgb: 85, 120, 235;
  --bs-warning-rgb: 255, 184, 34;
  --bs-danger-rgb: 253, 57, 122;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 52, 58, 64;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Poppins, Helvetica, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #5867dd;
  text-decoration: underline;
}
a:hover {
  color: #4652b1;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #74788d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
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,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
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;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.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: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  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: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1399px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1320px;
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.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%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1399px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: #f7f8fa;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: #5867dd;
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: #fafbfc;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #ebedf2;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #dee1f8;
  --bs-table-striped-bg: #d3d6ec;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c8cbdf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cdd0e5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c8cbdf;
}
.table-secondary {
  --bs-table-bg: #f9f9fc;
  --bs-table-striped-bg: #ededef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e0e0e3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e6e6e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e0e0e3;
}
.table-success {
  --bs-table-bg: #cef1e7;
  --bs-table-striped-bg: #c4e5db;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9d9d0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfdfd6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b9d9d0;
}
.table-info {
  --bs-table-bg: #dde4fb;
  --bs-table-striped-bg: #d2d9ee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c7cde2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ccd3e8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c7cde2;
}
.table-warning {
  --bs-table-bg: #fff1d3;
  --bs-table-striped-bg: #f2e5c8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d9be;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecdfc3;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6d9be;
}
.table-danger {
  --bs-table-bg: #ffd7e4;
  --bs-table-striped-bg: #f2ccd9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6c2cd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecc7d3;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6c2cd;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #343a40;
  --bs-table-striped-bg: #3e444a;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #484e53;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #43494e;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #484e53;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1398.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.65rem + 1px);
  padding-bottom: calc(0.65rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(1.15rem + 1px);
  padding-bottom: calc(1.15rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #74788d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e5ec;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  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[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #9aabff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(88, 103, 221, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #74788d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f7f8fa;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.65rem 1rem;
  margin: -0.65rem -1rem;
  margin-inline-end: 1rem;
  color: #212529;
  background-color: #f7f8fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.65rem 1rem;
  margin: -0.65rem -1rem;
  margin-inline-end: 1rem;
  color: #212529;
  background-color: #f7f8fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #ebecee;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #ebecee;
}
.form-control::-webkit-file-upload-button {
  padding: 0.65rem 1rem;
  margin: -0.65rem -1rem;
  margin-inline-end: 1rem;
  color: #212529;
  background-color: #f7f8fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #ebecee;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.65rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #595d6e;
  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 {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-sm::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg {
  min-height: calc(1.5em + 2.3rem + 2px);
  padding: 1.15rem 1.65rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 1.15rem 1.65rem;
  margin: -1.15rem -1.65rem;
  margin-inline-end: 1.65rem;
}
.form-control-lg::file-selector-button {
  padding: 1.15rem 1.65rem;
  margin: -1.15rem -1.65rem;
  margin-inline-end: 1.65rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 1.15rem 1.65rem;
  margin: -1.15rem -1.65rem;
  margin-inline-end: 1.65rem;
}
textarea.form-control {
  min-height: calc(1.5em + 1.3rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 1rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 2.3rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.65rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 4px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 4px;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.65rem 3rem 0.65rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid #e2e5ec;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #9aabff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(88, 103, 221, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-select-lg {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  padding-left: 1.65rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #9aabff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(88, 103, 221, 0.25);
}
.form-check-input:checked {
  background-color: #5867dd;
  border-color: #5867dd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #5867dd;
  border-color: #5867dd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239aabff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(88, 103, 221, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(88, 103, 221, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5867dd;
  border: 0;
  border-radius: 1rem;
  -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;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #cdd1f5;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #5867dd;
  border: 0;
  border-radius: 1rem;
  -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;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #cdd1f5;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 1rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #74788d;
  text-align: center;
  white-space: nowrap;
  background-color: #f7f8fa;
  border: 1px solid #e2e5ec;
  border-radius: 4px;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 1.15rem 1.65rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 4rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #0abb87;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  color: #000;
  background-color: #0abb87;
  border-radius: 3px;
}
.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: #0abb87;
  padding-right: calc(1.5em + 1.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230abb87' 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.325rem) center;
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #0abb87;
  box-shadow: 0 0 0 0.25rem rgba(10, 187, 135, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.3rem);
  background-position: top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #0abb87;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230abb87' 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-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #0abb87;
  box-shadow: 0 0 0 0.25rem rgba(10, 187, 135, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #0abb87;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #0abb87;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 187, 135, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #0abb87;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #fd397a;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  color: #000;
  background-color: #fd397a;
  border-radius: 3px;
}
.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: #fd397a;
  padding-right: calc(1.5em + 1.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23fd397a'%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='%23fd397a' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.325rem) center;
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #fd397a;
  box-shadow: 0 0 0 0.25rem rgba(253, 57, 122, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.3rem);
  background-position: top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #fd397a;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23fd397a'%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='%23fd397a' stroke='none'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #fd397a;
  box-shadow: 0 0 0 0.25rem rgba(253, 57, 122, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #fd397a;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #fd397a;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 57, 122, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #fd397a;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(88, 103, 221, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #4b58bc;
  border-color: #4652b1;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #4b58bc;
  border-color: #4652b1;
  box-shadow: 0 0 0 0.25rem rgba(113, 126, 226, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4652b1;
  border-color: #424da6;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(113, 126, 226, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.btn-secondary {
  color: #000;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}
.btn-secondary:hover {
  color: #000;
  background-color: #e6e6f1;
  border-color: #e4e4f1;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000;
  background-color: #e6e6f1;
  border-color: #e4e4f1;
  box-shadow: 0 0 0 0.25rem rgba(191, 191, 203, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #e7e7f2;
  border-color: #e4e4f1;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(191, 191, 203, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}
.btn-success {
  color: #000;
  background-color: #0abb87;
  border-color: #0abb87;
}
.btn-success:hover {
  color: #000;
  background-color: #2fc599;
  border-color: #23c293;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #2fc599;
  border-color: #23c293;
  box-shadow: 0 0 0 0.25rem rgba(9, 159, 115, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #3bc99f;
  border-color: #23c293;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(9, 159, 115, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #0abb87;
  border-color: #0abb87;
}
.btn-info {
  color: #000;
  background-color: #5578eb;
  border-color: #5578eb;
}
.btn-info:hover {
  color: #000;
  background-color: #6f8cee;
  border-color: #6686ed;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #6f8cee;
  border-color: #6686ed;
  box-shadow: 0 0 0 0.25rem rgba(72, 102, 200, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #7793ef;
  border-color: #6686ed;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 102, 200, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #5578eb;
  border-color: #5578eb;
}
.btn-warning {
  color: #000;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffc343;
  border-color: #ffbf38;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffc343;
  border-color: #ffbf38;
  box-shadow: 0 0 0 0.25rem rgba(217, 156, 29, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffc64e;
  border-color: #ffbf38;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 156, 29, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-danger {
  color: #000;
  background-color: #fd397a;
  border-color: #fd397a;
}
.btn-danger:hover {
  color: #000;
  background-color: #fd578e;
  border-color: #fd4d87;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000;
  background-color: #fd578e;
  border-color: #fd4d87;
  box-shadow: 0 0 0 0.25rem rgba(215, 48, 104, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #fd6195;
  border-color: #fd4d87;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(215, 48, 104, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000;
  background-color: #fd397a;
  border-color: #fd397a;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2c3136;
  border-color: #2a2e33;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #2c3136;
  border-color: #2a2e33;
  box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2a2e33;
  border-color: #272c30;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-primary {
  color: #5867dd;
  border-color: #5867dd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(88, 103, 221, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(88, 103, 221, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #5867dd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #e1e1ef;
  border-color: #e1e1ef;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 225, 239, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 225, 239, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #e1e1ef;
  background-color: transparent;
}
.btn-outline-success {
  color: #0abb87;
  border-color: #0abb87;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #0abb87;
  border-color: #0abb87;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 187, 135, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #0abb87;
  border-color: #0abb87;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 187, 135, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #0abb87;
  background-color: transparent;
}
.btn-outline-info {
  color: #5578eb;
  border-color: #5578eb;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #5578eb;
  border-color: #5578eb;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(85, 120, 235, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #5578eb;
  border-color: #5578eb;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(85, 120, 235, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #5578eb;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffb822;
  border-color: #ffb822;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 184, 34, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 184, 34, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffb822;
  background-color: transparent;
}
.btn-outline-danger {
  color: #fd397a;
  border-color: #fd397a;
}
.btn-outline-danger:hover {
  color: #000;
  background-color: #fd397a;
  border-color: #fd397a;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 57, 122, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #000;
  background-color: #fd397a;
  border-color: #fd397a;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 57, 122, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #fd397a;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #5867dd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #4652b1;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 1.15rem 1.65rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 95;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1399px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  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;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #74788d;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #595d6e;
  background-color: #f7f8fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #5d78ff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #a2a5b9;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #74788d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #74788d;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #ffffff;
  background-color: #5d78ff;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.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 > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.2375rem;
  padding-left: 1.2375rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn: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 > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #5867dd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #4652b1;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.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: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  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: #fff;
  background-color: #5867dd;
}
.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;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.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-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.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;
}
.navbar-text {
  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: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1399px) {
  .navbar-expand-xl {
    flex-wrap: 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 .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-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.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 .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%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(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ebedf2;
  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;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #f7f8fa;
  border-bottom: 1px solid #ebedf2;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: #f7f8fa;
  border-top: 1px solid #ebedf2;
}
.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: -0.5rem;
  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: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  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-group > .card {
  margin-bottom: 10px;
}
@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;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #4f5dc7;
  background-color: #eef0fc;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234f5dc7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #9aabff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(88, 103, 221, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #5d78ff;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ebedf2;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #4652b1;
  background-color: #ebedf2;
  border-color: #ebedf2;
}
.page-link:focus {
  z-index: 3;
  color: #4652b1;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(88, 103, 221, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #ebedf2;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  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;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.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.875rem;
}
.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.5em 0.75em;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #353e85;
  background-color: #dee1f8;
  border-color: #cdd1f5;
}
.alert-primary .alert-link {
  color: #2a326a;
}
.alert-secondary {
  color: #5a5a60;
  background-color: #f9f9fc;
  border-color: #f6f6fa;
}
.alert-secondary .alert-link {
  color: #48484d;
}
.alert-success {
  color: #067051;
  background-color: #cef1e7;
  border-color: #b6ebdb;
}
.alert-success .alert-link {
  color: #055a41;
}
.alert-info {
  color: #33488d;
  background-color: #dde4fb;
  border-color: #ccd7f9;
}
.alert-info .alert-link {
  color: #293a71;
}
.alert-warning {
  color: #664a0e;
  background-color: #fff1d3;
  border-color: #ffeabd;
}
.alert-warning .alert-link {
  color: #523b0b;
}
.alert-danger {
  color: #982249;
  background-color: #ffd7e4;
  border-color: #fec4d7;
}
.alert-danger .alert-link {
  color: #7a1b3a;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #1f2326;
  background-color: #d6d8d9;
  border-color: #c2c4c6;
}
.alert-dark .alert-link {
  color: #191c1e;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: kt-get-color();
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5867dd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.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: #ebedf2;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ebedf2;
}
.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: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.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: 1024px) {
  .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: 1399px) {
  .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: #353e85;
  background-color: #dee1f8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #353e85;
  background-color: #c8cbdf;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #353e85;
  border-color: #353e85;
}
.list-group-item-secondary {
  color: #5a5a60;
  background-color: #f9f9fc;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #5a5a60;
  background-color: #e0e0e3;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #5a5a60;
  border-color: #5a5a60;
}
.list-group-item-success {
  color: #067051;
  background-color: #cef1e7;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #067051;
  background-color: #b9d9d0;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #067051;
  border-color: #067051;
}
.list-group-item-info {
  color: #33488d;
  background-color: #dde4fb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #33488d;
  background-color: #c7cde2;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #33488d;
  border-color: #33488d;
}
.list-group-item-warning {
  color: #664a0e;
  background-color: #fff1d3;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664a0e;
  background-color: #e6d9be;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664a0e;
  border-color: #664a0e;
}
.list-group-item-danger {
  color: #982249;
  background-color: #ffd7e4;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #982249;
  background-color: #e6c2cd;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #982249;
  border-color: #982249;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #1f2326;
  background-color: #d6d8d9;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1f2326;
  background-color: #c1c2c3;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f2326;
  border-color: #1f2326;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(88, 103, 221, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 2rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #595d6e;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #ebedf2;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  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 {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ebedf2;
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  border-bottom: 1px solid #ebedf2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.625rem 0.625rem;
  margin: -0.625rem -0.625rem -0.625rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #ebedf2;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1399px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1023.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1398.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: Poppins, Helvetica, sans-serif;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #ffffff;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #ffffff;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #ffffff;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #ffffff;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.75rem 1rem;
  color: #595d6e;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: Poppins, Helvetica, sans-serif;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: white;
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: white;
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: white;
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #ffffff;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: white;
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #595d6e;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #74788d;
}
.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%;
  -webkit-backface-visibility: hidden;
          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;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    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: #fff;
  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: #fff;
  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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  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 [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.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;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.25rem;
}
.offcanvas-header .btn-close {
  padding: 0.625rem 0.625rem;
  margin-top: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: -0.625rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1.25rem 1.25rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid #ebedf2;
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid #ebedf2;
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid #ebedf2;
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid #ebedf2;
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #5867dd;
}
.link-primary:hover, .link-primary:focus {
  color: #4652b1;
}
.link-secondary {
  color: #e1e1ef;
}
.link-secondary:hover, .link-secondary:focus {
  color: #e7e7f2;
}
.link-success {
  color: #0abb87;
}
.link-success:hover, .link-success:focus {
  color: #3bc99f;
}
.link-info {
  color: #5578eb;
}
.link-info:hover, .link-info:focus {
  color: #7793ef;
}
.link-warning {
  color: #ffb822;
}
.link-warning:hover, .link-warning:focus {
  color: #ffc64e;
}
.link-danger {
  color: #fd397a;
}
.link-danger:hover, .link-danger:focus {
  color: #fd6195;
}
.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}
.link-dark {
  color: #343a40;
}
.link-dark:hover, .link-dark:focus {
  color: #2a2e33;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.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;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1399px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.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;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #5867dd !important;
}
.border-secondary {
  border-color: #e1e1ef !important;
}
.border-success {
  border-color: #0abb87 !important;
}
.border-info {
  border-color: #5578eb !important;
}
.border-warning {
  border-color: #ffb822 !important;
}
.border-danger {
  border-color: #fd397a !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !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;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !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;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !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;
}
.justify-content-evenly {
  justify-content: space-evenly !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;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #74788d !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !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;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !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;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !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;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !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;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !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;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !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;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !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;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1399px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !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;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

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

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !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;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !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;
  }

  .d-print-none {
    display: none !important;
  }
}
.accordion .card {
  overflow: visible !important;
  margin: 0;
}
.accordion .card .card-header {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.accordion .card .card-header .card-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 1rem 1rem;
  color: #5d78ff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.accordion .card .card-header .card-title > i {
  margin-right: 1rem;
  font-size: 1.4rem;
  color: #5d78ff;
}
.accordion .card .card-header .card-title.collapsed {
  color: #595d6e;
}
.accordion .card .card-header .card-title.collapsed > i {
  color: #74788d;
}
.accordion .card .card-header .card-title:after {
  right: 1rem;
}
.accordion .card .card-body {
  padding: 1.25rem;
  font-size: 1rem;
}
.accordion--no-bg .card {
  background-color: transparent;
}
.accordion.accordion-light .card {
  border: 0;
  border-top: 1px solid #eeeef4;
  margin: 0;
}
.accordion.accordion-light .card .card-header {
  cursor: pointer;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
}
.accordion.accordion-light .card .card-header .card-title {
  margin: 0;
  font-size: 1.1rem;
  padding: 1rem 1rem 1rem 0;
  font-weight: 500;
  color: #5d78ff;
}
.accordion.accordion-light .card .card-header .card-title.collapsed {
  color: #74788d;
}
.accordion.accordion-light .card .card-header .card-title.collapsed:after {
  color: #74788d;
}
.accordion.accordion-light .card .card-header .card-title:after {
  right: 0;
}
.accordion.accordion-light .card .card-body {
  padding: 0;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
.accordion.accordion-light .card:first-child {
  border-top: 0;
}
.accordion.accordion-light .card:first-child .card-header {
  margin: 0;
}
.accordion.accordion-light .card:last-child {
  margin-bottom: 1.25rem;
}
.accordion.accordion-light .card:last-child .card-body {
  padding: 0;
  margin: 0;
}
.accordion.accordion-outline--padded {
  padding: 1.7rem;
}
.accordion.accordion-outline .card {
  margin-bottom: 1.25rem;
  border: 0;
}
.accordion.accordion-outline .card .card-header {
  padding: 0;
  background-color: transparent;
}
.accordion.accordion-outline .card .card-header .card-title {
  font-size: 1.1rem;
  padding: 1.25rem;
  border-color: #c3cdff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 0;
  padding-bottom: calc(1.5rem + 2px);
  border-left-width: 2px;
  border-style: solid;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.accordion.accordion-outline .card .card-header .card-title:after {
  position: absolute;
  right: 1.25rem;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f28e";
  font-size: 1.7rem;
  font-weight: bold;
  color: #5d78ff;
}
.accordion.accordion-outline .card .card-header .card-title.collapsed {
  color: #464457;
  border-color: #efeff0;
  border-bottom-width: 2px;
  padding-bottom: 1.5rem;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.accordion.accordion-outline .card .card-header .card-title.collapsed:after {
  content: "\f2c2";
  color: #efeff0;
}
.accordion.accordion-outline .card .card-body-wrapper > .card-body {
  padding: 0 2.7rem 1.7rem 1.7rem;
  font-size: 1.1rem;
  font-weight: 400;
  border-color: #c3cdff;
  border-top-width: 0;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  color: #8d8c9b;
}
.accordion.accordion-outline .card .card-body-wrapper > .card-body > p:last-child {
  margin-bottom: 0;
}
.accordion.accordion-outline .card:last-child {
  margin-bottom: 0;
}
.accordion.accordion-solid .card {
  margin-bottom: 1.5rem;
  border: 0;
}
.accordion.accordion-solid .card:last-child {
  margin-bottom: 0;
}
.accordion.accordion-solid .card .card-header {
  padding: 0;
  background-color: transparent;
}
.accordion.accordion-solid .card .card-header .card-title {
  font-size: 1.1rem;
  padding: 1.25rem;
  background-color: #ebedf2;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion.accordion-solid .card .card-header .card-title.collapsed {
  border-radius: 4px;
}
.accordion.accordion-solid .card .card-body {
  border: 1px solid #ebedf2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.accordion.accordion-toggle-arrow .card .card-header .card-title {
  color: #5d78ff;
  position: relative;
}
.accordion.accordion-toggle-arrow .card .card-header .card-title:after {
  position: absolute;
  font-size: 1rem;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f110";
  color: #5d78ff;
}
.accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed {
  color: #74788d;
}
.accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed:after {
  color: #74788d;
  content: "\f112";
}
.accordion.accordion-toggle-plus .card .card-header .card-title {
  color: #5d78ff;
  position: relative;
}
.accordion.accordion-toggle-plus .card .card-header .card-title:after {
  position: absolute;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f28e";
  font-size: 1.2rem;
  color: #5d78ff;
}
.accordion.accordion-toggle-plus .card .card-header .card-title.collapsed {
  color: #74788d;
}
.accordion.accordion-toggle-plus .card .card-header .card-title.collapsed:after {
  color: #74788d;
  content: "\f2c2";
}
.accordion.accordion-svg-icon .card {
  border-top: 0;
}
.accordion.accordion-svg-icon .card .card-header .card-title {
  color: #48465b;
  position: relative;
  font-size: 1.2rem;
}
.accordion.accordion-svg-icon .card .card-header .card-title .kt-svg-icon {
  margin-right: 1.2rem;
  transform: rotate(90deg);
  flex: 0 0 2rem;
  transition: all 0.3s;
}
.accordion.accordion-svg-icon .card .card-header .card-title.collapsed {
  color: #48465b;
}
.accordion.accordion-svg-icon .card .card-header .card-title.collapsed .kt-svg-icon {
  transform: rotate(0);
}
.accordion.accordion-svg-icon .card .card-body {
  padding-left: 3.2rem;
}
.accordion.accordion-svg-icon .card:last-child .card-body {
  padding-left: 3.2rem;
}
.accordion.accordion-toggle-svg .card .card-header .card-title {
  color: #48465b;
  font-size: 1.2rem;
  background-color: #ffffff;
}
.accordion.accordion-toggle-svg .card .card-header .card-title .kt-svg-icon {
  margin: auto 0 auto auto;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.accordion.accordion-toggle-svg .card .card-header .card-title.collapsed {
  color: #48465b;
}
.accordion.accordion-toggle-svg .card .card-header .card-title.collapsed .kt-svg-icon {
  transform: rotate(0);
}
.accordion.accordion-panel .card {
  border-radius: 4px !important;
}
.accordion.accordion-panel .card .card-header .card-title {
  font-size: 1.1rem;
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 4px !important;
}
.accordion.accordion-panel .card .card-body {
  padding-top: 0;
  border: 0;
  border-radius: 4px !important;
}
.alert {
  display: flex;
  align-items: stretch;
  padding: 1rem 2rem;
  margin: 0 0 20px 0;
  border-radius: 4px;
}
.alert .alert-icon {
  display: flex;
  align-items: center;
  padding: 0 1.25rem 0 0;
}
.alert .alert-icon i {
  font-size: 2.4rem;
}
.alert .alert-icon.alert-icon-top {
  align-items: flex-start;
  align-content: stretch;
}
.alert .alert-text {
  align-self: center;
  flex-grow: 1;
}
.alert .alert-close {
  padding: 0 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.alert .alert-close .close {
  text-shadow: none !important;
}
.alert .alert-close i {
  opacity: 0.8;
  transition: all 0.3s ease;
  cursor: pointer;
}
.alert .alert-close i:hover {
  transition: all 0.3s ease;
  opacity: 1;
}
.alert.alert-elevate {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
}
.alert.alert-brand {
  background: #5d78ff;
  border: 1px solid #5d78ff;
  color: #ffffff;
}
.alert.alert-brand .alert-icon i {
  color: #ffffff;
}
.alert.alert-brand .alert-text {
  color: #ffffff;
}
.alert.alert-brand .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-brand .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-brand {
  border: 1px solid #5d78ff;
  color: #5d78ff;
}
.alert.alert-outline-brand .alert-icon i {
  color: #5d78ff;
}
.alert.alert-outline-brand .alert-text {
  color: #5d78ff;
}
.alert.alert-outline-brand .alert-close i {
  color: #5d78ff;
}
.alert.alert-solid-brand {
  background: rgba(93, 120, 255, 0.1);
  border-color: transparent;
  color: #5d78ff;
}
.alert.alert-solid-brand .alert-icon i {
  color: #5d78ff;
}
.alert.alert-solid-brand .alert-text {
  color: #5d78ff;
}
.alert.alert-solid-brand .alert-close i {
  color: #5d78ff;
}
.alert.alert-light {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #282a3c;
}
.alert.alert-light .alert-icon i {
  color: #282a3c;
}
.alert.alert-light .alert-text {
  color: #282a3c;
}
.alert.alert-light .alert-text hr {
  border-top-color: #282a3c;
  opacity: 0.4;
}
.alert.alert-light .alert-close i {
  color: #282a3c;
}
.alert.alert-outline-light {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.alert.alert-outline-light .alert-icon i {
  color: #ffffff;
}
.alert.alert-outline-light .alert-text {
  color: #ffffff;
}
.alert.alert-outline-light .alert-close i {
  color: #ffffff;
}
.alert.alert-solid-light {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: #ffffff;
}
.alert.alert-solid-light .alert-icon i {
  color: #ffffff;
}
.alert.alert-solid-light .alert-text {
  color: #ffffff;
}
.alert.alert-solid-light .alert-close i {
  color: #ffffff;
}
.alert.alert-dark {
  background: #282a3c;
  border: 1px solid #282a3c;
  color: #ffffff;
}
.alert.alert-dark .alert-icon i {
  color: #ffffff;
}
.alert.alert-dark .alert-text {
  color: #ffffff;
}
.alert.alert-dark .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-dark .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-dark {
  border: 1px solid #282a3c;
  color: #282a3c;
}
.alert.alert-outline-dark .alert-icon i {
  color: #282a3c;
}
.alert.alert-outline-dark .alert-text {
  color: #282a3c;
}
.alert.alert-outline-dark .alert-close i {
  color: #282a3c;
}
.alert.alert-solid-dark {
  background: rgba(40, 42, 60, 0.1);
  border-color: transparent;
  color: #282a3c;
}
.alert.alert-solid-dark .alert-icon i {
  color: #282a3c;
}
.alert.alert-solid-dark .alert-text {
  color: #282a3c;
}
.alert.alert-solid-dark .alert-close i {
  color: #282a3c;
}
.alert.alert-primary {
  background: #5867dd;
  border: 1px solid #5867dd;
  color: #ffffff;
}
.alert.alert-primary .alert-icon i {
  color: #ffffff;
}
.alert.alert-primary .alert-text {
  color: #ffffff;
}
.alert.alert-primary .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-primary .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-primary {
  border: 1px solid #5867dd;
  color: #5867dd;
}
.alert.alert-outline-primary .alert-icon i {
  color: #5867dd;
}
.alert.alert-outline-primary .alert-text {
  color: #5867dd;
}
.alert.alert-outline-primary .alert-close i {
  color: #5867dd;
}
.alert.alert-solid-primary {
  background: rgba(88, 103, 221, 0.1);
  border-color: transparent;
  color: #5867dd;
}
.alert.alert-solid-primary .alert-icon i {
  color: #5867dd;
}
.alert.alert-solid-primary .alert-text {
  color: #5867dd;
}
.alert.alert-solid-primary .alert-close i {
  color: #5867dd;
}
.alert.alert-success {
  background: #0abb87;
  border: 1px solid #0abb87;
  color: #ffffff;
}
.alert.alert-success .alert-icon i {
  color: #ffffff;
}
.alert.alert-success .alert-text {
  color: #ffffff;
}
.alert.alert-success .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-success .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-success {
  border: 1px solid #0abb87;
  color: #0abb87;
}
.alert.alert-outline-success .alert-icon i {
  color: #0abb87;
}
.alert.alert-outline-success .alert-text {
  color: #0abb87;
}
.alert.alert-outline-success .alert-close i {
  color: #0abb87;
}
.alert.alert-solid-success {
  background: rgba(10, 187, 135, 0.1);
  border-color: transparent;
  color: #0abb87;
}
.alert.alert-solid-success .alert-icon i {
  color: #0abb87;
}
.alert.alert-solid-success .alert-text {
  color: #0abb87;
}
.alert.alert-solid-success .alert-close i {
  color: #0abb87;
}
.alert.alert-info {
  background: #5578eb;
  border: 1px solid #5578eb;
  color: #ffffff;
}
.alert.alert-info .alert-icon i {
  color: #ffffff;
}
.alert.alert-info .alert-text {
  color: #ffffff;
}
.alert.alert-info .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-info .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-info {
  border: 1px solid #5578eb;
  color: #5578eb;
}
.alert.alert-outline-info .alert-icon i {
  color: #5578eb;
}
.alert.alert-outline-info .alert-text {
  color: #5578eb;
}
.alert.alert-outline-info .alert-close i {
  color: #5578eb;
}
.alert.alert-solid-info {
  background: rgba(85, 120, 235, 0.1);
  border-color: transparent;
  color: #5578eb;
}
.alert.alert-solid-info .alert-icon i {
  color: #5578eb;
}
.alert.alert-solid-info .alert-text {
  color: #5578eb;
}
.alert.alert-solid-info .alert-close i {
  color: #5578eb;
}
.alert.alert-warning {
  background: #ffb822;
  border: 1px solid #ffb822;
  color: #111111;
}
.alert.alert-warning .alert-icon i {
  color: #111111;
}
.alert.alert-warning .alert-text {
  color: #111111;
}
.alert.alert-warning .alert-text hr {
  border-top-color: #111111;
  opacity: 0.4;
}
.alert.alert-warning .alert-close i {
  color: #111111;
}
.alert.alert-outline-warning {
  border: 1px solid #ffb822;
  color: #ffb822;
}
.alert.alert-outline-warning .alert-icon i {
  color: #ffb822;
}
.alert.alert-outline-warning .alert-text {
  color: #ffb822;
}
.alert.alert-outline-warning .alert-close i {
  color: #ffb822;
}
.alert.alert-solid-warning {
  background: rgba(255, 184, 34, 0.1);
  border-color: transparent;
  color: #ffb822;
}
.alert.alert-solid-warning .alert-icon i {
  color: #ffb822;
}
.alert.alert-solid-warning .alert-text {
  color: #ffb822;
}
.alert.alert-solid-warning .alert-close i {
  color: #ffb822;
}
.alert.alert-danger {
  background: #fd397a;
  border: 1px solid #fd397a;
  color: #ffffff;
}
.alert.alert-danger .alert-icon i {
  color: #ffffff;
}
.alert.alert-danger .alert-text {
  color: #ffffff;
}
.alert.alert-danger .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-danger .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-danger {
  border: 1px solid #fd397a;
  color: #fd397a;
}
.alert.alert-outline-danger .alert-icon i {
  color: #fd397a;
}
.alert.alert-outline-danger .alert-text {
  color: #fd397a;
}
.alert.alert-outline-danger .alert-close i {
  color: #fd397a;
}
.alert.alert-solid-danger {
  background: rgba(253, 57, 122, 0.1);
  border-color: transparent;
  color: #fd397a;
}
.alert.alert-solid-danger .alert-icon i {
  color: #fd397a;
}
.alert.alert-solid-danger .alert-text {
  color: #fd397a;
}
.alert.alert-solid-danger .alert-close i {
  color: #fd397a;
}
.alert.alert-secondary .alert-icon i {
  color: #74788d;
}
.alert.alert-secondary .alert-text {
  color: #595d6e;
}
.alert.alert--marginless {
  margin: 0;
}
.alert.alert-bold .alert-text {
  font-weight: 500;
}
.badge {
  font-weight: 400;
}
.btn {
  background: transparent;
  outline: none !important;
  vertical-align: middle;
}
.btn:focus:not(.btn-elevate) {
  box-shadow: none !important;
}
label.btn,
input.btn,
button.btn {
  cursor: pointer;
}
.btn.btn-clean {
  border-color: transparent;
  background: transparent;
  color: #93a2dd;
}
.btn.btn-clean i {
  color: #93a2dd;
}
.show > .btn.btn-clean, .btn.btn-clean.active, .btn.btn-clean:active, .btn.btn-clean:hover {
  color: #5d78ff;
  background: #f0f3ff;
}
.show > .btn.btn-clean i, .btn.btn-clean.active i, .btn.btn-clean:active i, .btn.btn-clean:hover i {
  color: #5d78ff;
}
.btn.btn-default {
  border: 0;
  background: transparent;
  color: #74788d;
  border: 1px solid #e8ecfa;
}
.btn.btn-default i {
  color: #93a2dd;
}
.show > .btn.btn-default, .btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:hover {
  color: #ffffff;
  background: #5d78ff;
  border-color: #5d78ff;
}
.show > .btn.btn-default i, .btn.btn-default.active i, .btn.btn-default:active i, .btn.btn-default:hover i {
  color: #ffffff;
}
.btn-secondary {
  background-color: transparent;
  border: 1px solid #e2e5ec;
  color: #595d6e;
}
.show > .btn-secondary.dropdown-toggle, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active, .btn-secondary:hover {
  color: #595d6e;
  border-color: #e2e5ec;
  background-color: #f4f5f8;
}
.btn-brand {
  color: #000;
  background-color: #5d78ff;
  border-color: #5d78ff;
  color: #ffffff;
}
.btn-brand:hover {
  color: #000;
  background-color: #758cff;
  border-color: #6d86ff;
}
.btn-check:focus + .btn-brand, .btn-brand:focus {
  color: #000;
  background-color: #758cff;
  border-color: #6d86ff;
  box-shadow: 0 0 0 0.25rem rgba(79, 102, 217, 0.5);
}
.btn-check:checked + .btn-brand, .btn-check:active + .btn-brand, .btn-brand:active, .btn-brand.active, .show > .btn-brand.dropdown-toggle {
  color: #000;
  background-color: #7d93ff;
  border-color: #6d86ff;
}
.btn-check:checked + .btn-brand:focus, .btn-check:active + .btn-brand:focus, .btn-brand:active:focus, .btn-brand.active:focus, .show > .btn-brand.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(79, 102, 217, 0.5);
}
.btn-brand:disabled, .btn-brand.disabled {
  color: #000;
  background-color: #5d78ff;
  border-color: #5d78ff;
}
.btn-brand + .btn.dropdown-toggle {
  position: relative;
}
.btn-brand + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-brand + .btn.dropdown-toggle:hover:before, .btn-brand + .btn.dropdown-toggle:focus:before, .btn-brand + .btn.dropdown-toggle.active:before {
  display: none;
}
.btn-light {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #282a3c;
}
.btn-light:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.show > .btn-light.dropdown-toggle, .btn-light:focus, .btn-light.active, .btn-light:active, .btn-light:hover {
  background-color: #f7f8fa;
  border-color: #f7f8fa;
}
.btn-light + .btn.dropdown-toggle {
  position: relative;
}
.btn-light + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #282a3c;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-light + .btn.dropdown-toggle:hover:before, .btn-light + .btn.dropdown-toggle:focus:before, .btn-light + .btn.dropdown-toggle.active:before {
  display: none;
}
.btn-dark {
  color: #fff;
  background-color: #282a3c;
  border-color: #282a3c;
  color: #ffffff;
}
.btn-dark:hover {
  color: #fff;
  background-color: #222433;
  border-color: #202230;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #222433;
  border-color: #202230;
  box-shadow: 0 0 0 0.25rem rgba(72, 74, 89, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #202230;
  border-color: #1e202d;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 74, 89, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #282a3c;
  border-color: #282a3c;
}
.btn-dark + .btn.dropdown-toggle {
  position: relative;
}
.btn-dark + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-dark + .btn.dropdown-toggle:hover:before, .btn-dark + .btn.dropdown-toggle:focus:before, .btn-dark + .btn.dropdown-toggle.active:before {
  display: none;
}
.btn-primary {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #4b58bc;
  border-color: #4652b1;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #4b58bc;
  border-color: #4652b1;
  box-shadow: 0 0 0 0.25rem rgba(113, 126, 226, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4652b1;
  border-color: #424da6;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(113, 126, 226, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.btn-primary + .btn.dropdown-toggle {
  position: relative;
}
.btn-primary + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-primary + .btn.dropdown-toggle:hover:before, .btn-primary + .btn.dropdown-toggle:focus:before, .btn-primary + .btn.dropdown-toggle.active:before {
  display: none;
}
.btn-success {
  color: #000;
  background-color: #0abb87;
  border-color: #0abb87;
  color: #ffffff;
}
.btn-success:hover {
  color: #000;
  background-color: #2fc599;
  border-color: #23c293;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #2fc599;
  border-color: #23c293;
  box-shadow: 0 0 0 0.25rem rgba(9, 159, 115, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #3bc99f;
  border-color: #23c293;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(9, 159, 115, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #0abb87;
  border-color: #0abb87;
}
.btn-success + .btn.dropdown-toggle {
  position: relative;
}
.btn-success + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-success + .btn.dropdown-toggle:hover:before, .btn-success + .btn.dropdown-toggle:focus:before, .btn-success + .btn.dropdown-toggle.active:before {
  display: none;
}
.btn-info {
  color: #000;
  background-color: #5578eb;
  border-color: #5578eb;
  color: #ffffff;
}
.btn-info:hover {
  color: #000;
  background-color: #6f8cee;
  border-color: #6686ed;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #6f8cee;
  border-color: #6686ed;
  box-shadow: 0 0 0 0.25rem rgba(72, 102, 200, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #7793ef;
  border-color: #6686ed;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 102, 200, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #5578eb;
  border-color: #5578eb;
}
.btn-info + .btn.dropdown-toggle {
  position: relative;
}
.btn-info + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-info + .btn.dropdown-toggle:hover:before, .btn-info + .btn.dropdown-toggle:focus:before, .btn-info + .btn.dropdown-toggle.active:before {
  display: none;
}
.btn-warning {
  color: #000;
  background-color: #ffb822;
  border-color: #ffb822;
  color: #111111;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffc343;
  border-color: #ffbf38;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffc343;
  border-color: #ffbf38;
  box-shadow: 0 0 0 0.25rem rgba(217, 156, 29, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffc64e;
  border-color: #ffbf38;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 156, 29, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-warning + .btn.dropdown-toggle {
  position: relative;
}
.btn-warning + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #111111;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-warning + .btn.dropdown-toggle:hover:before, .btn-warning + .btn.dropdown-toggle:focus:before, .btn-warning + .btn.dropdown-toggle.active:before {
  display: none;
}
.btn-danger {
  color: #000;
  background-color: #fd397a;
  border-color: #fd397a;
  color: #ffffff;
}
.btn-danger:hover {
  color: #000;
  background-color: #fd578e;
  border-color: #fd4d87;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000;
  background-color: #fd578e;
  border-color: #fd4d87;
  box-shadow: 0 0 0 0.25rem rgba(215, 48, 104, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #fd6195;
  border-color: #fd4d87;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(215, 48, 104, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000;
  background-color: #fd397a;
  border-color: #fd397a;
}
.btn-danger + .btn.dropdown-toggle {
  position: relative;
}
.btn-danger + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-danger + .btn.dropdown-toggle:hover:before, .btn-danger + .btn.dropdown-toggle:focus:before, .btn-danger + .btn.dropdown-toggle.active:before {
  display: none;
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #324c81;
  border-color: #2f477a;
}
.btn-check:focus + .btn-facebook, .btn-facebook:focus {
  color: #fff;
  background-color: #324c81;
  border-color: #2f477a;
  box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5);
}
.btn-check:checked + .btn-facebook, .btn-check:active + .btn-facebook, .btn-facebook:active, .btn-facebook.active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2f477a;
  border-color: #2c4372;
}
.btn-check:checked + .btn-facebook:focus, .btn-check:active + .btn-facebook:focus, .btn-facebook:active:focus, .btn-facebook.active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5);
}
.btn-facebook:disabled, .btn-facebook.disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook + .btn.dropdown-toggle {
  position: relative;
}
.btn-facebook + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-facebook + .btn.dropdown-toggle:hover:before, .btn-facebook + .btn.dropdown-toggle:focus:before, .btn-facebook + .btn.dropdown-toggle.active:before {
  display: none;
}
.btn-google {
  color: #000;
  background-color: #dc4e41;
  border-color: #dc4e41;
  color: #ffffff;
}
.btn-google:hover {
  color: #000;
  background-color: #e1695e;
  border-color: #e06054;
}
.btn-check:focus + .btn-google, .btn-google:focus {
  color: #000;
  background-color: #e1695e;
  border-color: #e06054;
  box-shadow: 0 0 0 0.25rem rgba(187, 66, 55, 0.5);
}
.btn-check:checked + .btn-google, .btn-check:active + .btn-google, .btn-google:active, .btn-google.active, .show > .btn-google.dropdown-toggle {
  color: #000;
  background-color: #e37167;
  border-color: #e06054;
}
.btn-check:checked + .btn-google:focus, .btn-check:active + .btn-google:focus, .btn-google:active:focus, .btn-google.active:focus, .show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(187, 66, 55, 0.5);
}
.btn-google:disabled, .btn-google.disabled {
  color: #000;
  background-color: #dc4e41;
  border-color: #dc4e41;
}
.btn-google + .btn.dropdown-toggle {
  position: relative;
}
.btn-google + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-google + .btn.dropdown-toggle:hover:before, .btn-google + .btn.dropdown-toggle:focus:before, .btn-google + .btn.dropdown-toggle.active:before {
  display: none;
}
.btn-twitter {
  color: #000;
  background-color: #4AB3F4;
  border-color: #4AB3F4;
  color: #ffffff;
}
.btn-twitter:hover {
  color: #000;
  background-color: #65bef6;
  border-color: #5cbbf5;
}
.btn-check:focus + .btn-twitter, .btn-twitter:focus {
  color: #000;
  background-color: #65bef6;
  border-color: #5cbbf5;
  box-shadow: 0 0 0 0.25rem rgba(63, 152, 207, 0.5);
}
.btn-check:checked + .btn-twitter, .btn-check:active + .btn-twitter, .btn-twitter:active, .btn-twitter.active, .show > .btn-twitter.dropdown-toggle {
  color: #000;
  background-color: #6ec2f6;
  border-color: #5cbbf5;
}
.btn-check:checked + .btn-twitter:focus, .btn-check:active + .btn-twitter:focus, .btn-twitter:active:focus, .btn-twitter.active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(63, 152, 207, 0.5);
}
.btn-twitter:disabled, .btn-twitter.disabled {
  color: #000;
  background-color: #4AB3F4;
  border-color: #4AB3F4;
}
.btn-twitter + .btn.dropdown-toggle {
  position: relative;
}
.btn-twitter + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-twitter + .btn.dropdown-toggle:hover:before, .btn-twitter + .btn.dropdown-toggle:focus:before, .btn-twitter + .btn.dropdown-toggle.active:before {
  display: none;
}
.btn-instagram {
  color: #000;
  background-color: #517fa4;
  border-color: #517fa4;
  color: #ffffff;
}
.btn-instagram:hover {
  color: #000;
  background-color: #6b92b2;
  border-color: #628cad;
}
.btn-check:focus + .btn-instagram, .btn-instagram:focus {
  color: #000;
  background-color: #6b92b2;
  border-color: #628cad;
  box-shadow: 0 0 0 0.25rem rgba(69, 108, 139, 0.5);
}
.btn-check:checked + .btn-instagram, .btn-check:active + .btn-instagram, .btn-instagram:active, .btn-instagram.active, .show > .btn-instagram.dropdown-toggle {
  color: #000;
  background-color: #7499b6;
  border-color: #628cad;
}
.btn-check:checked + .btn-instagram:focus, .btn-check:active + .btn-instagram:focus, .btn-instagram:active:focus, .btn-instagram.active:focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(69, 108, 139, 0.5);
}
.btn-instagram:disabled, .btn-instagram.disabled {
  color: #000;
  background-color: #517fa4;
  border-color: #517fa4;
}
.btn-instagram + .btn.dropdown-toggle {
  position: relative;
}
.btn-instagram + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-instagram + .btn.dropdown-toggle:hover:before, .btn-instagram + .btn.dropdown-toggle:focus:before, .btn-instagram + .btn.dropdown-toggle.active:before {
  display: none;
}
.btn-youtube {
  color: #fff;
  background-color: #b31217;
  border-color: #b31217;
  color: #ffffff;
}
.btn-youtube:hover {
  color: #fff;
  background-color: #980f14;
  border-color: #8f0e12;
}
.btn-check:focus + .btn-youtube, .btn-youtube:focus {
  color: #fff;
  background-color: #980f14;
  border-color: #8f0e12;
  box-shadow: 0 0 0 0.25rem rgba(190, 54, 58, 0.5);
}
.btn-check:checked + .btn-youtube, .btn-check:active + .btn-youtube, .btn-youtube:active, .btn-youtube.active, .show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #8f0e12;
  border-color: #860e11;
}
.btn-check:checked + .btn-youtube:focus, .btn-check:active + .btn-youtube:focus, .btn-youtube:active:focus, .btn-youtube.active:focus, .show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 54, 58, 0.5);
}
.btn-youtube:disabled, .btn-youtube.disabled {
  color: #fff;
  background-color: #b31217;
  border-color: #b31217;
}
.btn-youtube + .btn.dropdown-toggle {
  position: relative;
}
.btn-youtube + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-youtube + .btn.dropdown-toggle:hover:before, .btn-youtube + .btn.dropdown-toggle:focus:before, .btn-youtube + .btn.dropdown-toggle.active:before {
  display: none;
}
.btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
  color: #ffffff;
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #00659a;
  border-color: #005f91;
}
.btn-check:focus + .btn-linkedin, .btn-linkedin:focus {
  color: #fff;
  background-color: #00659a;
  border-color: #005f91;
  box-shadow: 0 0 0 0.25rem rgba(38, 139, 192, 0.5);
}
.btn-check:checked + .btn-linkedin, .btn-check:active + .btn-linkedin, .btn-linkedin:active, .btn-linkedin.active, .show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005f91;
  border-color: #005988;
}
.btn-check:checked + .btn-linkedin:focus, .btn-check:active + .btn-linkedin:focus, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 139, 192, 0.5);
}
.btn-linkedin:disabled, .btn-linkedin.disabled {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}
.btn-linkedin + .btn.dropdown-toggle {
  position: relative;
}
.btn-linkedin + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-linkedin + .btn.dropdown-toggle:hover:before, .btn-linkedin + .btn.dropdown-toggle:focus:before, .btn-linkedin + .btn.dropdown-toggle.active:before {
  display: none;
}
.btn-skype {
  color: #000;
  background-color: #00aff0;
  border-color: #00aff0;
  color: #ffffff;
}
.btn-skype:hover {
  color: #000;
  background-color: #26bbf2;
  border-color: #1ab7f2;
}
.btn-check:focus + .btn-skype, .btn-skype:focus {
  color: #000;
  background-color: #26bbf2;
  border-color: #1ab7f2;
  box-shadow: 0 0 0 0.25rem rgba(0, 149, 204, 0.5);
}
.btn-check:checked + .btn-skype, .btn-check:active + .btn-skype, .btn-skype:active, .btn-skype.active, .show > .btn-skype.dropdown-toggle {
  color: #000;
  background-color: #33bff3;
  border-color: #1ab7f2;
}
.btn-check:checked + .btn-skype:focus, .btn-check:active + .btn-skype:focus, .btn-skype:active:focus, .btn-skype.active:focus, .show > .btn-skype.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 149, 204, 0.5);
}
.btn-skype:disabled, .btn-skype.disabled {
  color: #000;
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn-skype + .btn.dropdown-toggle {
  position: relative;
}
.btn-skype + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-skype + .btn.dropdown-toggle:hover:before, .btn-skype + .btn.dropdown-toggle:focus:before, .btn-skype + .btn.dropdown-toggle.active:before {
  display: none;
}
.btn-outline-brand {
  color: #5d78ff;
  border-color: #5d78ff;
}
.btn-outline-brand:hover {
  color: #ffffff;
  background-color: #5d78ff;
  border-color: #5d78ff;
}
.btn-check:focus + .btn-outline-brand, .btn-outline-brand:focus {
  box-shadow: 0 0 0 0.25rem rgba(93, 120, 255, 0.5);
}
.btn-check:checked + .btn-outline-brand, .btn-check:active + .btn-outline-brand, .btn-outline-brand:active, .btn-outline-brand.active, .btn-outline-brand.dropdown-toggle.show {
  color: #000;
  background-color: #5d78ff;
  border-color: #5d78ff;
}
.btn-check:checked + .btn-outline-brand:focus, .btn-check:active + .btn-outline-brand:focus, .btn-outline-brand:active:focus, .btn-outline-brand.active:focus, .btn-outline-brand.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(93, 120, 255, 0.5);
}
.btn-outline-brand:disabled, .btn-outline-brand.disabled {
  color: #5d78ff;
  background-color: transparent;
}
.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:hover {
  color: #282a3c;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-dark {
  color: #282a3c;
  border-color: #282a3c;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #282a3c;
  border-color: #282a3c;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(40, 42, 60, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #282a3c;
  border-color: #282a3c;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(40, 42, 60, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #282a3c;
  background-color: transparent;
}
.btn-outline-primary {
  color: #5867dd;
  border-color: #5867dd;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(88, 103, 221, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(88, 103, 221, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #5867dd;
  background-color: transparent;
}
.btn-outline-success {
  color: #0abb87;
  border-color: #0abb87;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #0abb87;
  border-color: #0abb87;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 187, 135, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #0abb87;
  border-color: #0abb87;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 187, 135, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #0abb87;
  background-color: transparent;
}
.btn-outline-info {
  color: #5578eb;
  border-color: #5578eb;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #5578eb;
  border-color: #5578eb;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(85, 120, 235, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #5578eb;
  border-color: #5578eb;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(85, 120, 235, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #5578eb;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffb822;
  border-color: #ffb822;
}
.btn-outline-warning:hover {
  color: #111111;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 184, 34, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 184, 34, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffb822;
  background-color: transparent;
}
.btn-outline-danger {
  color: #fd397a;
  border-color: #fd397a;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #fd397a;
  border-color: #fd397a;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 57, 122, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #000;
  background-color: #fd397a;
  border-color: #fd397a;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 57, 122, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #fd397a;
  background-color: transparent;
}
.show > .btn-hover-brand, .btn-hover-brand.active, .btn-hover-brand:active, .btn-hover-brand:hover {
  color: #ffffff;
  background-color: #5d78ff;
  border-color: #5d78ff;
}
.btn-outline-hover-brand.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-brand, .btn-outline-hover-brand.active, .btn-outline-hover-brand:active, .btn-outline-hover-brand:hover {
  color: #5d78ff;
  border-color: #5d78ff;
  background-color: transparent;
}
.show > .btn-hover-light, .btn-hover-light.active, .btn-hover-light:active, .btn-hover-light:hover {
  color: #282a3c;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-hover-light.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-light, .btn-outline-hover-light.active, .btn-outline-hover-light:active, .btn-outline-hover-light:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.show > .btn-hover-dark, .btn-hover-dark.active, .btn-hover-dark:active, .btn-hover-dark:hover {
  color: #ffffff;
  background-color: #282a3c;
  border-color: #282a3c;
}
.btn-outline-hover-dark.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-dark, .btn-outline-hover-dark.active, .btn-outline-hover-dark:active, .btn-outline-hover-dark:hover {
  color: #282a3c;
  border-color: #282a3c;
  background-color: transparent;
}
.show > .btn-hover-primary, .btn-hover-primary.active, .btn-hover-primary:active, .btn-hover-primary:hover {
  color: #ffffff;
  background-color: #5867dd;
  border-color: #5867dd;
}
.btn-outline-hover-primary.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-primary, .btn-outline-hover-primary.active, .btn-outline-hover-primary:active, .btn-outline-hover-primary:hover {
  color: #5867dd;
  border-color: #5867dd;
  background-color: transparent;
}
.show > .btn-hover-success, .btn-hover-success.active, .btn-hover-success:active, .btn-hover-success:hover {
  color: #ffffff;
  background-color: #0abb87;
  border-color: #0abb87;
}
.btn-outline-hover-success.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-success, .btn-outline-hover-success.active, .btn-outline-hover-success:active, .btn-outline-hover-success:hover {
  color: #0abb87;
  border-color: #0abb87;
  background-color: transparent;
}
.show > .btn-hover-info, .btn-hover-info.active, .btn-hover-info:active, .btn-hover-info:hover {
  color: #ffffff;
  background-color: #5578eb;
  border-color: #5578eb;
}
.btn-outline-hover-info.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-info, .btn-outline-hover-info.active, .btn-outline-hover-info:active, .btn-outline-hover-info:hover {
  color: #5578eb;
  border-color: #5578eb;
  background-color: transparent;
}
.show > .btn-hover-warning, .btn-hover-warning.active, .btn-hover-warning:active, .btn-hover-warning:hover {
  color: #111111;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-outline-hover-warning.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-warning, .btn-outline-hover-warning.active, .btn-outline-hover-warning:active, .btn-outline-hover-warning:hover {
  color: #ffb822;
  border-color: #ffb822;
  background-color: transparent;
}
.show > .btn-hover-danger, .btn-hover-danger.active, .btn-hover-danger:active, .btn-hover-danger:hover {
  color: #ffffff;
  background-color: #fd397a;
  border-color: #fd397a;
}
.btn-outline-hover-danger.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-danger, .btn-outline-hover-danger.active, .btn-outline-hover-danger:active, .btn-outline-hover-danger:hover {
  color: #fd397a;
  border-color: #fd397a;
  background-color: transparent;
}
.btn-font-brand {
  color: #5d78ff;
}
.show > .btn-font-hover-brand, .btn-font-hover-brand.active, .btn-font-hover-brand:active, .btn-font-hover-brand:hover {
  color: #5d78ff;
}
.btn-font-light {
  color: #ffffff;
}
.show > .btn-font-hover-light, .btn-font-hover-light.active, .btn-font-hover-light:active, .btn-font-hover-light:hover {
  color: #ffffff;
}
.btn-font-dark {
  color: #282a3c;
}
.show > .btn-font-hover-dark, .btn-font-hover-dark.active, .btn-font-hover-dark:active, .btn-font-hover-dark:hover {
  color: #282a3c;
}
.btn-font-primary {
  color: #5867dd;
}
.show > .btn-font-hover-primary, .btn-font-hover-primary.active, .btn-font-hover-primary:active, .btn-font-hover-primary:hover {
  color: #5867dd;
}
.btn-font-success {
  color: #0abb87;
}
.show > .btn-font-hover-success, .btn-font-hover-success.active, .btn-font-hover-success:active, .btn-font-hover-success:hover {
  color: #0abb87;
}
.btn-font-info {
  color: #5578eb;
}
.show > .btn-font-hover-info, .btn-font-hover-info.active, .btn-font-hover-info:active, .btn-font-hover-info:hover {
  color: #5578eb;
}
.btn-font-warning {
  color: #ffb822;
}
.show > .btn-font-hover-warning, .btn-font-hover-warning.active, .btn-font-hover-warning:active, .btn-font-hover-warning:hover {
  color: #ffb822;
}
.btn-font-danger {
  color: #fd397a;
}
.show > .btn-font-hover-danger, .btn-font-hover-danger.active, .btn-font-hover-danger:active, .btn-font-hover-danger:hover {
  color: #fd397a;
}
.btn.btn-outline-secondary {
  color: #494988;
}
.show > .btn.btn-outline-secondary, .btn.btn-outline-secondary.active, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary:hover {
  background-color: #e1e1ef;
}
.btn.btn-elevate {
  transition: all 0.3s ease 0s;
}
.btn.btn-elevate.btn-elevate-air:hover {
  transform: translate(0, -4px);
}
.btn.btn-brand.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(93, 120, 255, 0.15);
}
.show > .btn.btn-brand.btn-elevate, .btn.btn-brand.btn-elevate:focus, .btn.btn-brand.btn-elevate.active, .btn.btn-brand.btn-elevate:active, .btn.btn-brand.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(93, 120, 255, 0.25) !important;
}
.show > .btn.btn-brand.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-brand.btn-elevate, .btn.btn-brand.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate:focus, .btn.btn-brand.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate.active, .btn.btn-brand.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate:active, .btn.btn-brand.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(93, 120, 255, 0.25) !important;
}
.show > .btn.btn-brand.btn-elevate-hover, .btn.btn-brand.btn-elevate-hover.active, .btn.btn-brand.btn-elevate-hover:focus, .btn.btn-brand.btn-elevate-hover:active, .btn.btn-brand.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(93, 120, 255, 0.25) !important;
}
.show > .btn.btn-brand.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-brand.btn-elevate-hover, .btn.btn-brand.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover.active, .btn.btn-brand.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover:focus, .btn.btn-brand.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover:active, .btn.btn-brand.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(93, 120, 255, 0.25) !important;
}
.btn.btn-light.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(153, 153, 153, 0.15);
}
.show > .btn.btn-light.btn-elevate, .btn.btn-light.btn-elevate:focus, .btn.btn-light.btn-elevate.active, .btn.btn-light.btn-elevate:active, .btn.btn-light.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(153, 153, 153, 0.25) !important;
  background-color: transparent;
  border-color: transparent;
}
.show > .btn.btn-light.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-light.btn-elevate, .btn.btn-light.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate:focus, .btn.btn-light.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate.active, .btn.btn-light.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate:active, .btn.btn-light.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(153, 153, 153, 0.25) !important;
}
.show > .btn.btn-light.btn-elevate-hover, .btn.btn-light.btn-elevate-hover.active, .btn.btn-light.btn-elevate-hover:focus, .btn.btn-light.btn-elevate-hover:active, .btn.btn-light.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(153, 153, 153, 0.25) !important;
  background-color: transparent;
  border-color: transparent;
}
.show > .btn.btn-light.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-light.btn-elevate-hover, .btn.btn-light.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover.active, .btn.btn-light.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover:focus, .btn.btn-light.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover:active, .btn.btn-light.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(153, 153, 153, 0.25) !important;
}
.btn.btn-dark.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(40, 42, 60, 0.15);
}
.show > .btn.btn-dark.btn-elevate, .btn.btn-dark.btn-elevate:focus, .btn.btn-dark.btn-elevate.active, .btn.btn-dark.btn-elevate:active, .btn.btn-dark.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(40, 42, 60, 0.25) !important;
}
.show > .btn.btn-dark.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-dark.btn-elevate, .btn.btn-dark.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate:focus, .btn.btn-dark.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate.active, .btn.btn-dark.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate:active, .btn.btn-dark.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(40, 42, 60, 0.25) !important;
}
.show > .btn.btn-dark.btn-elevate-hover, .btn.btn-dark.btn-elevate-hover.active, .btn.btn-dark.btn-elevate-hover:focus, .btn.btn-dark.btn-elevate-hover:active, .btn.btn-dark.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(40, 42, 60, 0.25) !important;
}
.show > .btn.btn-dark.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-dark.btn-elevate-hover, .btn.btn-dark.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover.active, .btn.btn-dark.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover:focus, .btn.btn-dark.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover:active, .btn.btn-dark.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(40, 42, 60, 0.25) !important;
}
.btn.btn-primary.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(88, 103, 221, 0.15);
}
.show > .btn.btn-primary.btn-elevate, .btn.btn-primary.btn-elevate:focus, .btn.btn-primary.btn-elevate.active, .btn.btn-primary.btn-elevate:active, .btn.btn-primary.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(88, 103, 221, 0.25) !important;
}
.show > .btn.btn-primary.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-primary.btn-elevate, .btn.btn-primary.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate:focus, .btn.btn-primary.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate.active, .btn.btn-primary.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate:active, .btn.btn-primary.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(88, 103, 221, 0.25) !important;
}
.show > .btn.btn-primary.btn-elevate-hover, .btn.btn-primary.btn-elevate-hover.active, .btn.btn-primary.btn-elevate-hover:focus, .btn.btn-primary.btn-elevate-hover:active, .btn.btn-primary.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(88, 103, 221, 0.25) !important;
}
.show > .btn.btn-primary.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-primary.btn-elevate-hover, .btn.btn-primary.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover.active, .btn.btn-primary.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover:focus, .btn.btn-primary.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover:active, .btn.btn-primary.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(88, 103, 221, 0.25) !important;
}
.btn.btn-success.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(10, 187, 135, 0.15);
}
.show > .btn.btn-success.btn-elevate, .btn.btn-success.btn-elevate:focus, .btn.btn-success.btn-elevate.active, .btn.btn-success.btn-elevate:active, .btn.btn-success.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(10, 187, 135, 0.25) !important;
}
.show > .btn.btn-success.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-success.btn-elevate, .btn.btn-success.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate:focus, .btn.btn-success.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate.active, .btn.btn-success.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate:active, .btn.btn-success.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(10, 187, 135, 0.25) !important;
}
.show > .btn.btn-success.btn-elevate-hover, .btn.btn-success.btn-elevate-hover.active, .btn.btn-success.btn-elevate-hover:focus, .btn.btn-success.btn-elevate-hover:active, .btn.btn-success.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(10, 187, 135, 0.25) !important;
}
.show > .btn.btn-success.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-success.btn-elevate-hover, .btn.btn-success.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover.active, .btn.btn-success.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover:focus, .btn.btn-success.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover:active, .btn.btn-success.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(10, 187, 135, 0.25) !important;
}
.btn.btn-info.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(85, 120, 235, 0.15);
}
.show > .btn.btn-info.btn-elevate, .btn.btn-info.btn-elevate:focus, .btn.btn-info.btn-elevate.active, .btn.btn-info.btn-elevate:active, .btn.btn-info.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(85, 120, 235, 0.25) !important;
}
.show > .btn.btn-info.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-info.btn-elevate, .btn.btn-info.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate:focus, .btn.btn-info.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate.active, .btn.btn-info.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate:active, .btn.btn-info.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(85, 120, 235, 0.25) !important;
}
.show > .btn.btn-info.btn-elevate-hover, .btn.btn-info.btn-elevate-hover.active, .btn.btn-info.btn-elevate-hover:focus, .btn.btn-info.btn-elevate-hover:active, .btn.btn-info.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(85, 120, 235, 0.25) !important;
}
.show > .btn.btn-info.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-info.btn-elevate-hover, .btn.btn-info.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover.active, .btn.btn-info.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover:focus, .btn.btn-info.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover:active, .btn.btn-info.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(85, 120, 235, 0.25) !important;
}
.btn.btn-warning.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(255, 184, 34, 0.15);
}
.show > .btn.btn-warning.btn-elevate, .btn.btn-warning.btn-elevate:focus, .btn.btn-warning.btn-elevate.active, .btn.btn-warning.btn-elevate:active, .btn.btn-warning.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(255, 184, 34, 0.25) !important;
}
.show > .btn.btn-warning.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-warning.btn-elevate, .btn.btn-warning.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate:focus, .btn.btn-warning.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate.active, .btn.btn-warning.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate:active, .btn.btn-warning.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(255, 184, 34, 0.25) !important;
}
.show > .btn.btn-warning.btn-elevate-hover, .btn.btn-warning.btn-elevate-hover.active, .btn.btn-warning.btn-elevate-hover:focus, .btn.btn-warning.btn-elevate-hover:active, .btn.btn-warning.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(255, 184, 34, 0.25) !important;
}
.show > .btn.btn-warning.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-warning.btn-elevate-hover, .btn.btn-warning.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover.active, .btn.btn-warning.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover:focus, .btn.btn-warning.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover:active, .btn.btn-warning.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(255, 184, 34, 0.25) !important;
}
.btn.btn-danger.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(253, 57, 122, 0.15);
}
.show > .btn.btn-danger.btn-elevate, .btn.btn-danger.btn-elevate:focus, .btn.btn-danger.btn-elevate.active, .btn.btn-danger.btn-elevate:active, .btn.btn-danger.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(253, 57, 122, 0.25) !important;
}
.show > .btn.btn-danger.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-danger.btn-elevate, .btn.btn-danger.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate:focus, .btn.btn-danger.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate.active, .btn.btn-danger.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate:active, .btn.btn-danger.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(253, 57, 122, 0.25) !important;
}
.show > .btn.btn-danger.btn-elevate-hover, .btn.btn-danger.btn-elevate-hover.active, .btn.btn-danger.btn-elevate-hover:focus, .btn.btn-danger.btn-elevate-hover:active, .btn.btn-danger.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(253, 57, 122, 0.25) !important;
}
.show > .btn.btn-danger.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-danger.btn-elevate-hover, .btn.btn-danger.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover.active, .btn.btn-danger.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover:focus, .btn.btn-danger.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover:active, .btn.btn-danger.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(253, 57, 122, 0.25) !important;
}
.btn.btn-square {
  border-radius: 0;
}
.btn.btn-pill {
  border-radius: 2rem;
}
.btn.btn-upper {
  text-transform: uppercase;
}
.btn.btn-bold {
  font-weight: 600;
}
.btn.btn-bolder {
  font-weight: 600;
}
.btn.btn-boldest {
  font-weight: 700;
}
.btn.btn-thin {
  font-weight: 400;
}
.btn.btn-lower {
  text-transform: lowercase;
}
.btn.btn-wide {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.btn.btn-wider {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.btn.btn-widest {
  padding-left: 3rem;
  padding-right: 3rem;
}
.btn.btn-tall {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.btn.btn-taller {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}
.btn.btn-tallest {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}
.btn.btn-font-sm {
  font-size: 0.85rem;
}
.btn.btn-font-md {
  font-size: 1rem;
}
.btn.btn-font-lg {
  font-size: 1.1rem;
}
.btn {
  align-items: center;
}
.btn [class^=la-],
.btn [class*=" la-"] {
  font-size: 1.5rem;
}
.btn [class^=fa-],
.btn [class*=" fa-"] {
  font-size: 1.2rem;
}
.btn [class^=flaticon-],
.btn [class*=" flaticon-"],
.btn [class^=flaticon2-],
.btn [class*=" flaticon2-"] {
  font-size: 1.2rem;
  float: left;
}
.btn i {
  padding-right: 0.5rem;
  vertical-align: middle;
}
.btn.btn-sm [class^=la-], .btn-group-sm > .btn [class^=la-],
.btn.btn-sm [class*=" la-"],
.btn-group-sm > .btn [class*=" la-"] {
  font-size: 1.3rem;
}
.btn.btn-sm [class^=fa-], .btn-group-sm > .btn [class^=fa-],
.btn.btn-sm [class*=" fa-"],
.btn-group-sm > .btn [class*=" fa-"] {
  font-size: 1rem;
}
.btn.btn-sm [class^=flaticon-], .btn-group-sm > .btn [class^=flaticon-],
.btn.btn-sm [class*=" flaticon-"],
.btn-group-sm > .btn [class*=" flaticon-"],
.btn.btn-sm [class^=flaticon2-],
.btn-group-sm > .btn [class^=flaticon2-],
.btn.btn-sm [class*=" flaticon2-"],
.btn-group-sm > .btn [class*=" flaticon2-"] {
  font-size: 1rem;
  float: left;
}
.btn.btn-sm i, .btn-group-sm > .btn i {
  padding-right: 0.35rem;
}
.btn.btn-lg [class^=la-], .btn-group-lg > .btn [class^=la-],
.btn.btn-lg [class*=" la-"],
.btn-group-lg > .btn [class*=" la-"] {
  font-size: 1.7rem;
}
.btn.btn-lg [class^=fa-], .btn-group-lg > .btn [class^=fa-],
.btn.btn-lg [class*=" fa-"],
.btn-group-lg > .btn [class*=" fa-"] {
  font-size: 1.4rem;
}
.btn.btn-lg [class^=flaticon-], .btn-group-lg > .btn [class^=flaticon-],
.btn.btn-lg [class*=" flaticon-"],
.btn-group-lg > .btn [class*=" flaticon-"],
.btn.btn-lg [class^=flaticon2-],
.btn-group-lg > .btn [class^=flaticon2-],
.btn.btn-lg [class*=" flaticon2-"],
.btn-group-lg > .btn [class*=" flaticon2-"] {
  font-size: 1.3rem;
  float: left;
}
.btn.btn-lg i, .btn-group-lg > .btn i {
  padding-right: 0.75rem;
}
.btn.btn-label {
  background-color: #f0f3ff;
  color: #5d78ff;
  cursor: text !important;
}
.btn.btn-link,
a.btn.btn-label,
button.btn.btn-label,
input.btn.btn-label {
  cursor: pointer !important;
}
.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link.active,
a.btn.btn-label:focus,
a.btn.btn-label:hover,
a.btn.btn-label.active,
button.btn.btn-label:focus,
button.btn.btn-label:hover,
button.btn.btn-label.active,
input.btn.btn-label:focus,
input.btn.btn-label:hover,
input.btn.btn-label.active {
  background-color: #5d78ff;
  color: #ffffff;
}
.btn.btn-label-brand {
  background-color: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
  cursor: text !important;
}
.btn.btn-label-brand-o2 {
  background-color: rgba(93, 120, 255, 0.2);
  color: #5d78ff;
  cursor: text !important;
}
label.btn.btn-label-brand,
a.btn.btn-label-brand,
button.btn.btn-label-brand,
input.btn.btn-label-brand {
  cursor: pointer !important;
}
label.btn.btn-label-brand:focus, label.btn.btn-label-brand:hover, label.btn.btn-label-brand.active,
a.btn.btn-label-brand:focus,
a.btn.btn-label-brand:hover,
a.btn.btn-label-brand.active,
button.btn.btn-label-brand:focus,
button.btn.btn-label-brand:hover,
button.btn.btn-label-brand.active,
input.btn.btn-label-brand:focus,
input.btn.btn-label-brand:hover,
input.btn.btn-label-brand.active {
  background-color: #5d78ff;
  color: #ffffff;
}
.btn.btn-label-light {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: text !important;
}
.btn.btn-label-light-o2 {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: text !important;
}
label.btn.btn-label-light,
a.btn.btn-label-light,
button.btn.btn-label-light,
input.btn.btn-label-light {
  cursor: pointer !important;
}
label.btn.btn-label-light:focus, label.btn.btn-label-light:hover, label.btn.btn-label-light.active,
a.btn.btn-label-light:focus,
a.btn.btn-label-light:hover,
a.btn.btn-label-light.active,
button.btn.btn-label-light:focus,
button.btn.btn-label-light:hover,
button.btn.btn-label-light.active,
input.btn.btn-label-light:focus,
input.btn.btn-label-light:hover,
input.btn.btn-label-light.active {
  background-color: #ffffff;
  color: #282a3c;
}
.btn.btn-label-dark {
  background-color: rgba(40, 42, 60, 0.1);
  color: #282a3c;
  cursor: text !important;
}
.btn.btn-label-dark-o2 {
  background-color: rgba(40, 42, 60, 0.2);
  color: #282a3c;
  cursor: text !important;
}
label.btn.btn-label-dark,
a.btn.btn-label-dark,
button.btn.btn-label-dark,
input.btn.btn-label-dark {
  cursor: pointer !important;
}
label.btn.btn-label-dark:focus, label.btn.btn-label-dark:hover, label.btn.btn-label-dark.active,
a.btn.btn-label-dark:focus,
a.btn.btn-label-dark:hover,
a.btn.btn-label-dark.active,
button.btn.btn-label-dark:focus,
button.btn.btn-label-dark:hover,
button.btn.btn-label-dark.active,
input.btn.btn-label-dark:focus,
input.btn.btn-label-dark:hover,
input.btn.btn-label-dark.active {
  background-color: #282a3c;
  color: #ffffff;
}
.btn.btn-label-primary {
  background-color: rgba(88, 103, 221, 0.1);
  color: #5867dd;
  cursor: text !important;
}
.btn.btn-label-primary-o2 {
  background-color: rgba(88, 103, 221, 0.2);
  color: #5867dd;
  cursor: text !important;
}
label.btn.btn-label-primary,
a.btn.btn-label-primary,
button.btn.btn-label-primary,
input.btn.btn-label-primary {
  cursor: pointer !important;
}
label.btn.btn-label-primary:focus, label.btn.btn-label-primary:hover, label.btn.btn-label-primary.active,
a.btn.btn-label-primary:focus,
a.btn.btn-label-primary:hover,
a.btn.btn-label-primary.active,
button.btn.btn-label-primary:focus,
button.btn.btn-label-primary:hover,
button.btn.btn-label-primary.active,
input.btn.btn-label-primary:focus,
input.btn.btn-label-primary:hover,
input.btn.btn-label-primary.active {
  background-color: #5867dd;
  color: #ffffff;
}
.btn.btn-label-success {
  background-color: rgba(10, 187, 135, 0.1);
  color: #0abb87;
  cursor: text !important;
}
.btn.btn-label-success-o2 {
  background-color: rgba(10, 187, 135, 0.2);
  color: #0abb87;
  cursor: text !important;
}
label.btn.btn-label-success,
a.btn.btn-label-success,
button.btn.btn-label-success,
input.btn.btn-label-success {
  cursor: pointer !important;
}
label.btn.btn-label-success:focus, label.btn.btn-label-success:hover, label.btn.btn-label-success.active,
a.btn.btn-label-success:focus,
a.btn.btn-label-success:hover,
a.btn.btn-label-success.active,
button.btn.btn-label-success:focus,
button.btn.btn-label-success:hover,
button.btn.btn-label-success.active,
input.btn.btn-label-success:focus,
input.btn.btn-label-success:hover,
input.btn.btn-label-success.active {
  background-color: #0abb87;
  color: #ffffff;
}
.btn.btn-label-info {
  background-color: rgba(85, 120, 235, 0.1);
  color: #5578eb;
  cursor: text !important;
}
.btn.btn-label-info-o2 {
  background-color: rgba(85, 120, 235, 0.2);
  color: #5578eb;
  cursor: text !important;
}
label.btn.btn-label-info,
a.btn.btn-label-info,
button.btn.btn-label-info,
input.btn.btn-label-info {
  cursor: pointer !important;
}
label.btn.btn-label-info:focus, label.btn.btn-label-info:hover, label.btn.btn-label-info.active,
a.btn.btn-label-info:focus,
a.btn.btn-label-info:hover,
a.btn.btn-label-info.active,
button.btn.btn-label-info:focus,
button.btn.btn-label-info:hover,
button.btn.btn-label-info.active,
input.btn.btn-label-info:focus,
input.btn.btn-label-info:hover,
input.btn.btn-label-info.active {
  background-color: #5578eb;
  color: #ffffff;
}
.btn.btn-label-warning {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
  cursor: text !important;
}
.btn.btn-label-warning-o2 {
  background-color: rgba(255, 184, 34, 0.2);
  color: #ffb822;
  cursor: text !important;
}
label.btn.btn-label-warning,
a.btn.btn-label-warning,
button.btn.btn-label-warning,
input.btn.btn-label-warning {
  cursor: pointer !important;
}
label.btn.btn-label-warning:focus, label.btn.btn-label-warning:hover, label.btn.btn-label-warning.active,
a.btn.btn-label-warning:focus,
a.btn.btn-label-warning:hover,
a.btn.btn-label-warning.active,
button.btn.btn-label-warning:focus,
button.btn.btn-label-warning:hover,
button.btn.btn-label-warning.active,
input.btn.btn-label-warning:focus,
input.btn.btn-label-warning:hover,
input.btn.btn-label-warning.active {
  background-color: #ffb822;
  color: #111111;
}
.btn.btn-label-danger {
  background-color: rgba(253, 57, 122, 0.1);
  color: #fd397a;
  cursor: text !important;
}
.btn.btn-label-danger-o2 {
  background-color: rgba(253, 57, 122, 0.2);
  color: #fd397a;
  cursor: text !important;
}
label.btn.btn-label-danger,
a.btn.btn-label-danger,
button.btn.btn-label-danger,
input.btn.btn-label-danger {
  cursor: pointer !important;
}
label.btn.btn-label-danger:focus, label.btn.btn-label-danger:hover, label.btn.btn-label-danger.active,
a.btn.btn-label-danger:focus,
a.btn.btn-label-danger:hover,
a.btn.btn-label-danger.active,
button.btn.btn-label-danger:focus,
button.btn.btn-label-danger:hover,
button.btn.btn-label-danger.active,
input.btn.btn-label-danger:focus,
input.btn.btn-label-danger:hover,
input.btn.btn-label-danger.active {
  background-color: #fd397a;
  color: #ffffff;
}
.btn.btn-label-facebook {
  background-color: rgba(59, 89, 152, 0.1);
  color: #3b5998;
  cursor: text !important;
}
.btn.btn-label-facebook-o2 {
  background-color: rgba(59, 89, 152, 0.2);
  color: #3b5998;
  cursor: text !important;
}
label.btn.btn-label-facebook,
a.btn.btn-label-facebook,
button.btn.btn-label-facebook,
input.btn.btn-label-facebook {
  cursor: pointer !important;
}
label.btn.btn-label-facebook:focus, label.btn.btn-label-facebook:hover, label.btn.btn-label-facebook.active,
a.btn.btn-label-facebook:focus,
a.btn.btn-label-facebook:hover,
a.btn.btn-label-facebook.active,
button.btn.btn-label-facebook:focus,
button.btn.btn-label-facebook:hover,
button.btn.btn-label-facebook.active,
input.btn.btn-label-facebook:focus,
input.btn.btn-label-facebook:hover,
input.btn.btn-label-facebook.active {
  background-color: #3b5998;
  color: #ffffff;
}
.btn.btn-label-google {
  background-color: rgba(220, 78, 65, 0.1);
  color: #dc4e41;
  cursor: text !important;
}
.btn.btn-label-google-o2 {
  background-color: rgba(220, 78, 65, 0.2);
  color: #dc4e41;
  cursor: text !important;
}
label.btn.btn-label-google,
a.btn.btn-label-google,
button.btn.btn-label-google,
input.btn.btn-label-google {
  cursor: pointer !important;
}
label.btn.btn-label-google:focus, label.btn.btn-label-google:hover, label.btn.btn-label-google.active,
a.btn.btn-label-google:focus,
a.btn.btn-label-google:hover,
a.btn.btn-label-google.active,
button.btn.btn-label-google:focus,
button.btn.btn-label-google:hover,
button.btn.btn-label-google.active,
input.btn.btn-label-google:focus,
input.btn.btn-label-google:hover,
input.btn.btn-label-google.active {
  background-color: #dc4e41;
  color: #ffffff;
}
.btn.btn-label-twitter {
  background-color: rgba(74, 179, 244, 0.1);
  color: #4AB3F4;
  cursor: text !important;
}
.btn.btn-label-twitter-o2 {
  background-color: rgba(74, 179, 244, 0.2);
  color: #4AB3F4;
  cursor: text !important;
}
label.btn.btn-label-twitter,
a.btn.btn-label-twitter,
button.btn.btn-label-twitter,
input.btn.btn-label-twitter {
  cursor: pointer !important;
}
label.btn.btn-label-twitter:focus, label.btn.btn-label-twitter:hover, label.btn.btn-label-twitter.active,
a.btn.btn-label-twitter:focus,
a.btn.btn-label-twitter:hover,
a.btn.btn-label-twitter.active,
button.btn.btn-label-twitter:focus,
button.btn.btn-label-twitter:hover,
button.btn.btn-label-twitter.active,
input.btn.btn-label-twitter:focus,
input.btn.btn-label-twitter:hover,
input.btn.btn-label-twitter.active {
  background-color: #4AB3F4;
  color: #ffffff;
}
.btn.btn-label-instagram {
  background-color: rgba(81, 127, 164, 0.1);
  color: #517fa4;
  cursor: text !important;
}
.btn.btn-label-instagram-o2 {
  background-color: rgba(81, 127, 164, 0.2);
  color: #517fa4;
  cursor: text !important;
}
label.btn.btn-label-instagram,
a.btn.btn-label-instagram,
button.btn.btn-label-instagram,
input.btn.btn-label-instagram {
  cursor: pointer !important;
}
label.btn.btn-label-instagram:focus, label.btn.btn-label-instagram:hover, label.btn.btn-label-instagram.active,
a.btn.btn-label-instagram:focus,
a.btn.btn-label-instagram:hover,
a.btn.btn-label-instagram.active,
button.btn.btn-label-instagram:focus,
button.btn.btn-label-instagram:hover,
button.btn.btn-label-instagram.active,
input.btn.btn-label-instagram:focus,
input.btn.btn-label-instagram:hover,
input.btn.btn-label-instagram.active {
  background-color: #517fa4;
  color: #ffffff;
}
.btn.btn-label-youtube {
  background-color: rgba(179, 18, 23, 0.1);
  color: #b31217;
  cursor: text !important;
}
.btn.btn-label-youtube-o2 {
  background-color: rgba(179, 18, 23, 0.2);
  color: #b31217;
  cursor: text !important;
}
label.btn.btn-label-youtube,
a.btn.btn-label-youtube,
button.btn.btn-label-youtube,
input.btn.btn-label-youtube {
  cursor: pointer !important;
}
label.btn.btn-label-youtube:focus, label.btn.btn-label-youtube:hover, label.btn.btn-label-youtube.active,
a.btn.btn-label-youtube:focus,
a.btn.btn-label-youtube:hover,
a.btn.btn-label-youtube.active,
button.btn.btn-label-youtube:focus,
button.btn.btn-label-youtube:hover,
button.btn.btn-label-youtube.active,
input.btn.btn-label-youtube:focus,
input.btn.btn-label-youtube:hover,
input.btn.btn-label-youtube.active {
  background-color: #b31217;
  color: #ffffff;
}
.btn.btn-label-linkedin {
  background-color: rgba(0, 119, 181, 0.1);
  color: #0077b5;
  cursor: text !important;
}
.btn.btn-label-linkedin-o2 {
  background-color: rgba(0, 119, 181, 0.2);
  color: #0077b5;
  cursor: text !important;
}
label.btn.btn-label-linkedin,
a.btn.btn-label-linkedin,
button.btn.btn-label-linkedin,
input.btn.btn-label-linkedin {
  cursor: pointer !important;
}
label.btn.btn-label-linkedin:focus, label.btn.btn-label-linkedin:hover, label.btn.btn-label-linkedin.active,
a.btn.btn-label-linkedin:focus,
a.btn.btn-label-linkedin:hover,
a.btn.btn-label-linkedin.active,
button.btn.btn-label-linkedin:focus,
button.btn.btn-label-linkedin:hover,
button.btn.btn-label-linkedin.active,
input.btn.btn-label-linkedin:focus,
input.btn.btn-label-linkedin:hover,
input.btn.btn-label-linkedin.active {
  background-color: #0077b5;
  color: #ffffff;
}
.btn.btn-label-skype {
  background-color: rgba(0, 175, 240, 0.1);
  color: #00aff0;
  cursor: text !important;
}
.btn.btn-label-skype-o2 {
  background-color: rgba(0, 175, 240, 0.2);
  color: #00aff0;
  cursor: text !important;
}
label.btn.btn-label-skype,
a.btn.btn-label-skype,
button.btn.btn-label-skype,
input.btn.btn-label-skype {
  cursor: pointer !important;
}
label.btn.btn-label-skype:focus, label.btn.btn-label-skype:hover, label.btn.btn-label-skype.active,
a.btn.btn-label-skype:focus,
a.btn.btn-label-skype:hover,
a.btn.btn-label-skype.active,
button.btn.btn-label-skype:focus,
button.btn.btn-label-skype:hover,
button.btn.btn-label-skype.active,
input.btn.btn-label-skype:focus,
input.btn.btn-label-skype:hover,
input.btn.btn-label-skype.active {
  background-color: #00aff0;
  color: #ffffff;
}
.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.btn.btn-icon.btn-circle {
  border-radius: 50%;
}
.btn.btn-icon i {
  padding: 0;
  margin: 0;
}
.btn.btn-icon [class^=socicon-],
.btn.btn-icon [class*=" socicon-"] {
  line-height: 1;
}
.btn.btn-icon {
  height: 3rem;
  width: 3rem;
}
.btn.btn-icon.btn-sm, .btn-group-sm > .btn.btn-icon {
  height: 2.5rem;
  width: 2.5rem;
}
.btn.btn-icon.btn-lg, .btn-group-lg > .btn.btn-icon {
  height: 4rem;
  width: 4rem;
}
.btn.btn-icon.btn-icon-sm [class^=la-],
.btn.btn-icon.btn-icon-sm [class*=" la-"] {
  font-size: 1.25rem;
}
.btn.btn-icon.btn-icon-sm [class^=fa-],
.btn.btn-icon.btn-icon-sm [class*=" fa-"] {
  font-size: 1.15rem;
}
.btn.btn-icon.btn-icon-sm [class^=flaticon-],
.btn.btn-icon.btn-icon-sm [class*=" flaticon-"],
.btn.btn-icon.btn-icon-sm [class^=flaticon2-],
.btn.btn-icon.btn-icon-sm [class*=" flaticon2-"] {
  font-size: 1.15rem;
  float: left;
}
.btn.btn-icon.btn-icon-md [class^=la-],
.btn.btn-icon.btn-icon-md [class*=" la-"] {
  font-size: 1.3rem;
}
.btn.btn-icon.btn-icon-md [class^=fa-],
.btn.btn-icon.btn-icon-md [class*=" fa-"] {
  font-size: 1.2rem;
}
.btn.btn-icon.btn-icon-md [class^=flaticon-],
.btn.btn-icon.btn-icon-md [class*=" flaticon-"],
.btn.btn-icon.btn-icon-md [class^=flaticon2-],
.btn.btn-icon.btn-icon-md [class*=" flaticon2-"] {
  font-size: 1.2rem;
  float: left;
}
.btn.btn-icon.btn-icon-lg [class^=la-],
.btn.btn-icon.btn-icon-lg [class*=" la-"] {
  font-size: 1.4rem;
}
.btn.btn-icon.btn-icon-lg [class^=fa-],
.btn.btn-icon.btn-icon-lg [class*=" fa-"] {
  font-size: 1.4rem;
}
.btn.btn-icon.btn-icon-lg [class^=flaticon-],
.btn.btn-icon.btn-icon-lg [class*=" flaticon-"],
.btn.btn-icon.btn-icon-lg [class^=flaticon2-],
.btn.btn-icon.btn-icon-lg [class*=" flaticon2-"] {
  font-size: 1.4rem;
  float: left;
}
.btn.btn-icon.btn-brand i {
  color: #ffffff;
}
.btn.btn-icon.btn-brand:focus i, .btn.btn-icon.btn-brand:hover i, .btn.btn-icon.btn-brand.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-light i {
  color: #282a3c;
}
.btn.btn-icon.btn-light:focus i, .btn.btn-icon.btn-light:hover i, .btn.btn-icon.btn-light.active i {
  color: #282a3c;
}
.btn.btn-icon.btn-dark i {
  color: #ffffff;
}
.btn.btn-icon.btn-dark:focus i, .btn.btn-icon.btn-dark:hover i, .btn.btn-icon.btn-dark.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-primary i {
  color: #ffffff;
}
.btn.btn-icon.btn-primary:focus i, .btn.btn-icon.btn-primary:hover i, .btn.btn-icon.btn-primary.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-success i {
  color: #ffffff;
}
.btn.btn-icon.btn-success:focus i, .btn.btn-icon.btn-success:hover i, .btn.btn-icon.btn-success.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-info i {
  color: #ffffff;
}
.btn.btn-icon.btn-info:focus i, .btn.btn-icon.btn-info:hover i, .btn.btn-icon.btn-info.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-warning i {
  color: #111111;
}
.btn.btn-icon.btn-warning:focus i, .btn.btn-icon.btn-warning:hover i, .btn.btn-icon.btn-warning.active i {
  color: #111111;
}
.btn.btn-icon.btn-danger i {
  color: #ffffff;
}
.btn.btn-icon.btn-danger:focus i, .btn.btn-icon.btn-danger:hover i, .btn.btn-icon.btn-danger.active i {
  color: #ffffff;
}
.btn-icon-h {
  height: 3rem;
}
.btn-icon-h.btn-sm, .btn-group-sm > .btn-icon-h.btn {
  height: 2.25rem;
}
.btn-icon-h.btn-lg, .btn-group-lg > .btn-icon-h.btn {
  height: 4rem;
}
.input-group-append .btn.btn-icon,
.input-group-prepend .btn.btn-icon {
  height: auto;
}
.btn.kt-spinner:not(.kt-spinner--center) {
  padding-left: 3rem;
}
.btn.kt-spinner:not(.kt-spinner--center):before {
  left: 1rem;
}
.btn.kt-spinner.kt-spinner--right {
  padding-left: 1rem;
  padding-right: 3rem;
}
.btn.kt-spinner.kt-spinner--right:before {
  left: auto;
  right: 1rem;
}
.btn.kt-spinner.kt-spinner--sm:not(.kt-spinner--center) {
  padding-left: 2.5rem;
}
.btn.kt-spinner.kt-spinner--sm:not(.kt-spinner--center):before {
  left: 1rem;
}
.btn.kt-spinner.kt-spinner--sm.kt-spinner--right {
  padding-left: 1rem;
  padding-right: 2.5rem;
}
.btn.kt-spinner.kt-spinner--sm.kt-spinner--right:before {
  left: auto;
  right: 1rem;
}
.btn.kt-spinner.kt-spinner--lg:not(.kt-spinner--center) {
  padding-left: 3.5rem;
}
.btn.kt-spinner.kt-spinner--lg:not(.kt-spinner--center):before {
  left: 1rem;
}
.btn.kt-spinner.kt-spinner--lg.kt-spinner--right {
  padding-left: 1rem;
  padding-right: 3.5rem;
}
.btn.kt-spinner.kt-spinner--lg.kt-spinner--right:before {
  left: auto;
  right: 1rem;
}
.btn.btn-glow {
  box-shadow: 0px 2px 14px 2px rgba(255, 255, 255, 0.1);
}
.show > .btn.btn-glow, .btn.btn-glow.active, .btn.btn-glow:active, .btn.btn-glow:hover {
  box-shadow: 0px 2px 14px 2px rgba(255, 255, 255, 0.3);
}
.btn-group.btn-pill {
  border-radius: 2rem;
  overflow: hidden;
}
.btn-group.btn-pill .btn-brand {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-light {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-dark {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-primary {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-success {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-info {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-warning {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-danger {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-elevated {
  box-shadow: 0px 0px 11px 0px rgba(56, 36, 99, 0.08);
}
@media (max-width: 768px) {
  .btn-group.btn-pill {
    border-radius: 0;
  }
  .btn-group.btn-pill .nav {
    justify-content: center;
  }
  .btn-group.btn-pill .btn {
    margin-bottom: 0.5rem;
    border-radius: 2rem;
  }
}
code {
  background-color: #f7f8fa;
  padding: 0.15rem 0.25rem;
  border-radius: 4px;
}
.dropdown-menu {
  border: 0 !important;
  margin: 0;
  border-radius: 0;
  min-width: 14rem;
  padding: 0;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  padding: 1rem 0;
  border-radius: 4px;
  left: 0 /*rtl:ignore*/;
  /*rtl:raw:
  right: auto;
  */
}
.dropdown-menu.dropdown-menu-fit {
  padding: 0;
}
.dropdown-menu.dropdown-menu-fit-bottom {
  padding-bottom: 0;
}
.dropdown-menu.dropdown-menu-fit-top {
  padding-top: 0;
}
.dropdown-menu.dropdown-menu-fit:not(.dropdown-menu-top-unround) > div:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dropdown-menu.dropdown-menu-fit:not(.dropdown-menu-top-unround) form {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dropdown-menu.dropdown-menu-top-unround {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-menu:before, .dropdown-menu:after {
  display: none !important;
}
.dropdown-menu > li > a,
.dropdown-menu > .dropdown-item {
  outline: none !important;
  display: flex;
  flex-grow: 1;
  padding: 0.7rem 1.2rem;
}
.dropdown-menu > li > a [class^=la-],
.dropdown-menu > li > a [class*=" la-"],
.dropdown-menu > .dropdown-item [class^=la-],
.dropdown-menu > .dropdown-item [class*=" la-"] {
  font-size: 1.4rem;
}
.dropdown-menu > li > a [class^=fa-],
.dropdown-menu > li > a [class*=" fa-"],
.dropdown-menu > .dropdown-item [class^=fa-],
.dropdown-menu > .dropdown-item [class*=" fa-"] {
  font-size: 1.4rem;
}
.dropdown-menu > li > a [class^=flaticon-],
.dropdown-menu > li > a [class*=" flaticon-"],
.dropdown-menu > li > a [class^=flaticon2-],
.dropdown-menu > li > a [class*=" flaticon2-"],
.dropdown-menu > .dropdown-item [class^=flaticon-],
.dropdown-menu > .dropdown-item [class*=" flaticon-"],
.dropdown-menu > .dropdown-item [class^=flaticon2-],
.dropdown-menu > .dropdown-item [class*=" flaticon2-"] {
  font-size: 1.3rem;
  float: left;
}
.dropdown-menu > li > a > i,
.dropdown-menu > .dropdown-item > i {
  margin-right: 0.75rem;
  color: #74788d;
}
.dropdown-menu > li > a > i:before,
.dropdown-menu > .dropdown-item > i:before {
  line-height: 0;
  vertical-align: middle;
}
.dropdown-menu .dropdown-divider {
  border-top: 1px solid #ebedf2;
}
.dropdown-menu .dropdown-menu:not(.daterangepicker) {
  /*rtl:raw:
  left: auto !important;
  */
}
.dropdown-menu.dropdown-menu-xs {
  width: 160px;
}
.dropdown-menu.dropdown-menu-sm {
  width: 240px;
}
.dropdown-menu.dropdown-menu-md {
  width: 260px;
}
.dropdown-menu.dropdown-menu-lg {
  width: 320px;
}
.dropdown-menu.dropdown-menu-xl {
  width: 380px;
}
.dropdown-menu.dropdown-menu-anim {
  animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-up 0.3s ease-out 1;
}
.dropup .dropdown-menu.dropdown-menu-anim,
.dropdown-menu .dropdown-menu-anim-down.dropdown-menu-anim {
  animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-down 0.3s ease-out 1;
}
@media (max-width: 768px) {
  .dropdown-menu.dropdown-menu-xl, .dropdown-menu.dropdown-menu-lg, .dropdown-menu.dropdown-menu-md {
    width: 300px;
  }
}
.nav-link.dropdown-toggle:after,
.btn.dropdown-toggle:after {
  text-align: center;
  display: inline;
  border: 0;
  font-size: 0.6rem;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  margin-left: 0.5rem /*rtl:ignore*/;
  opacity: 0.7;
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f1a3";
}
.nav-link.dropdown-toggle.dropdown-toggle-split:after,
.btn.dropdown-toggle.dropdown-toggle-split:after {
  right: 1px;
}
.dropdown.dropdown-inline {
  display: inline-block;
}
.dropup .nav-link.dropdown-toggle:after,
.dropup .btn.dropdown-toggle:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f1a5";
}
.btn-group.dropright .nav-link.dropdown-toggle:before,
.btn-group.dropright .btn.dropdown-toggle:before {
  display: none;
}
.btn-group.dropright .nav-link.dropdown-toggle:after,
.btn-group.dropright .btn.dropdown-toggle:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f19d";
}
.btn-group.dropleft .nav-link.dropdown-toggle:before,
.btn-group.dropleft .btn.dropdown-toggle:before {
  display: none;
}
.btn-group.dropleft .nav-link.dropdown-toggle:after,
.btn-group.dropleft .btn.dropdown-toggle:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f1a4";
}
@keyframes dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dropdown-menu-move-down {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes dropdown-menu-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
.form-group {
  margin-bottom: 2rem;
}
.form-group.form-group-marginless, .form-group.form-group-last {
  margin-bottom: 0px;
}
.form-group label {
  font-size: 1rem;
  font-weight: 400;
}
.form-group .invalid-feedback,
.form-group .valid-feedback {
  font-weight: 400;
}
.form-group .form-text {
  font-size: 0.9rem;
}
.form-group.form-group-md {
  margin-bottom: 1rem;
}
.form-group.form-group-sm {
  margin-bottom: 0.5rem;
}
.form-group.form-group-xs {
  margin-bottom: 0.25rem;
}
.form-group.form-group-last {
  margin-bottom: 0rem;
}
.form-control:focus, .form-control:active {
  box-shadow: none !important;
}
.form-control[readonly] {
  background-color: #ffffff;
}
.form-control.form-control-pill {
  border-radius: 50px;
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-file {
  width: 100%;
}
.custom-file-input:focus ~ .custom-file-label {
  box-shadow: none !important;
}
.custom-file-label {
  text-align: left;
}
.custom-file-label:after {
  float: left;
}
.input-group [class^=la-],
.input-group [class*=" la-"] {
  font-size: 1.4rem;
}
.input-group [class^=fa-],
.input-group [class*=" fa-"] {
  font-size: 1.2rem;
}
.input-group [class^=flaticon-],
.input-group [class*=" flaticon-"],
.input-group [class^=flaticon2-],
.input-group [class*=" flaticon2-"] {
  font-size: 1.2rem;
  float: left;
}
.input-group i {
  color: #74788d;
  line-height: 0;
}
.input-group .form-control.is-valid + .input-group-append,
.input-group .form-control.is-invalid + .input-group-append {
  margin-left: 0;
}
.input-group .input-group-prepend + .form-control.is-valid,
.input-group .input-group-prepend + .form-control.is-invalid {
  margin-left: 1px;
}
.validated .valid-feedback,
.validated .invalid-feedback {
  display: block;
}
.row.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row.row-no-padding > div {
  padding-left: 0;
  padding-right: 0;
}
.row.row-full-height {
  height: 100%;
}
.row .col-stretch {
  display: flex;
  align-items: stretch;
}
.row[class*=row-col-separator-] > div {
  border-bottom: 1px solid #ebedf2;
}
.row[class*=row-col-separator-] > div:last-child {
  border-bottom: 0;
}
@media (min-width: 1px) {
  .row.row-col-separator-xs > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-xs > div:last-child {
    border-right: 0;
  }
}
@media (min-width: 577px) {
  .row.row-col-separator-sm > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-sm > div:last-child {
    border-right: 0;
  }
}
@media (min-width: 769px) {
  .row.row-col-separator-md > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-md > div:last-child {
    border-right: 0;
  }
}
@media (min-width: 1025px) {
  .row.row-col-separator-lg > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-lg > div:last-child {
    border-right: 0;
  }
}
@media (min-width: 1400px) {
  .row.row-col-separator-xl > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-xl > div:last-child {
    border-right: 0;
  }
}
.modal .modal-content {
  border-radius: 4px;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: 500;
  font-size: 1.3rem;
  color: #48465b;
}
.modal .modal-content .modal-header .modal-title small, .modal .modal-content .modal-header .modal-title .small {
  font-weight: 400;
  font-size: 0.9rem;
  color: #74788d;
}
.modal .modal-content .modal-header .close {
  outline: none !important;
  color: #74788d;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  transition: all 0.3s;
}
.modal .modal-content .modal-header .close:before {
  content: "\f191";
}
.modal .modal-content .modal-header .close:hover {
  transition: all 0.3s;
}
.modal .modal-content .modal-header .close:before {
  font-size: 1.3rem;
}
.modal .modal-content .modal-header .close span {
  display: none;
}
.modal .modal-content .modal-header .close:hover {
  color: #5d78ff;
}
.modal.modal-sticky-bottom-right {
  padding: 0 !important;
  max-width: 500px;
  height: auto;
  position: fixed;
  left: auto;
  top: auto;
  bottom: 25px;
  right: 25px;
  margin: 0;
  box-shadow: 0px 0px 60px -15px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.modal.modal-sticky-bottom-right.modal-sticky-lg {
  max-width: 600px;
}
@media (max-width: 1024px) {
  .modal.modal-sticky-bottom-right {
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 768px) {
  .modal.modal-sticky-bottom-right {
    max-width: 90%;
  }
}
.modal.modal-sticky-bottom-right .modal-dialog {
  position: static;
  max-width: 500px;
  width: auto;
  margin: 0;
  border-radius: 4px;
}
.modal.modal-sticky-bottom-right .modal-dialog .modal-content {
  border: 0;
  border-radius: 4px;
}
.modal.modal-sticky-bottom-right.modal-sticky-lg .modal-dialog {
  max-width: 600px;
}
.modal-open {
  overflow: auto !important;
  padding: 0 !important;
}
.modal-body.modal-body-fit {
  padding: 0;
}
.modal-body.modal-body-x-fit {
  padding-left: 0;
  padding-right: 0;
}
.modal-body.modal-body-y-fit {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1400px) {
  .modal-dialog.modal-xl {
    max-width: 1299px;
  }
}
.pagination.pagination--grid {
  flex: 1;
  display: flex;
  justify-content: center;
  margin: 0;
}
.pagination.pagination--grid .page-item .page-link {
  background-color: transparent;
  border: 0;
  font-weight: 400;
  color: #928eaa;
  border-radius: 5px;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 0.1rem;
  transition: all 0.3s;
}
.pagination.pagination--grid .page-item.active .page-link, .pagination.pagination--grid .page-item:hover .page-link, .pagination.pagination--grid .page-item:focus .page-link {
  background-color: #5d78ff;
  color: #ffffff;
}
.popover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.popover .popover-header {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #ebedf2;
}
.progress {
  background-color: #ebedf2;
}
.progress .progress-bar {
  transition: all 0.5s ease;
}
.progress.progress-sm {
  height: 6px;
}
.progress.progress-sm .progress-bar {
  border-radius: 3px;
}
.progress.progress-lg {
  height: 20px;
}
.progress.progress-lg .progress-bar {
  border-radius: 4px;
}
.table th.table-center, .table td.table-center {
  text-align: center;
}
.table thead th, .table thead td {
  font-weight: 500;
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.table tr.table-active td, .table tr.table-active th {
  color: #ffffff;
}
.table.table-head-noborder thead th, .table.table-head-noborder thead td {
  border-top: 0;
}
.table.table-head-solid thead th, .table.table-head-solid thead td {
  background-color: #f7f8fa;
}
.table.table-light tr {
  border-radius: 5px;
  color: #9392a0;
}
.table.table-light tr:nth-child(even) {
  background-color: #f7f8fa;
}
.table.table-light tr td.table-row-title {
  color: #48465b;
}
.table.table-light thead tr {
  background-color: rgba(93, 120, 255, 0.15);
  color: #5d78ff;
}
.table.table-light--brand thead tr {
  color: #5d78ff;
  background-color: rgba(93, 120, 255, 0.15);
}
.table.table-light--light thead tr {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.table.table-light--dark thead tr {
  color: #282a3c;
  background-color: rgba(40, 42, 60, 0.15);
}
.table.table-light--primary thead tr {
  color: #5867dd;
  background-color: rgba(88, 103, 221, 0.15);
}
.table.table-light--success thead tr {
  color: #0abb87;
  background-color: rgba(10, 187, 135, 0.15);
}
.table.table-light--info thead tr {
  color: #5578eb;
  background-color: rgba(85, 120, 235, 0.15);
}
.table.table-light--warning thead tr {
  color: #ffb822;
  background-color: rgba(255, 184, 34, 0.15);
}
.table.table-light--danger thead tr {
  color: #fd397a;
  background-color: rgba(253, 57, 122, 0.15);
}
.table:not(.table-bordered) thead th, .table:not(.table-bordered) thead td {
  border-top: 0;
}
.nav-pills,
.nav-tabs {
  margin: 0 0 25px 0;
}
.nav-pills .nav-item .nav-link,
.nav-tabs .nav-item .nav-link {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.3s;
  font-size: 1rem;
  font-weight: 400;
}
.nav-pills .nav-item .nav-link [class^=la-],
.nav-pills .nav-item .nav-link [class*=" la-"],
.nav-tabs .nav-item .nav-link [class^=la-],
.nav-tabs .nav-item .nav-link [class*=" la-"] {
  font-size: 1.3rem;
}
.nav-pills .nav-item .nav-link [class^=fa-],
.nav-pills .nav-item .nav-link [class*=" fa-"],
.nav-tabs .nav-item .nav-link [class^=fa-],
.nav-tabs .nav-item .nav-link [class*=" fa-"] {
  font-size: 1.2rem;
}
.nav-pills .nav-item .nav-link [class^=flaticon-],
.nav-pills .nav-item .nav-link [class*=" flaticon-"],
.nav-pills .nav-item .nav-link [class^=flaticon2-],
.nav-pills .nav-item .nav-link [class*=" flaticon2-"],
.nav-tabs .nav-item .nav-link [class^=flaticon-],
.nav-tabs .nav-item .nav-link [class*=" flaticon-"],
.nav-tabs .nav-item .nav-link [class^=flaticon2-],
.nav-tabs .nav-item .nav-link [class*=" flaticon2-"] {
  font-size: 1.4rem;
}
.nav-pills .nav-item .nav-link i,
.nav-tabs .nav-item .nav-link i {
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-right: 0.5rem;
}
.nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:active,
.nav-tabs .nav-item .nav-link:hover {
  transition: all 0.3s;
}
.nav-tabs .nav-item .nav-link {
  color: #5d78ff;
}
.nav-tabs .nav-item .nav-link i {
  color: #5d78ff;
}
.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:active, .nav-tabs .nav-item .nav-link:hover {
  color: #5d78ff;
}
.nav-tabs .nav-item .nav-link.active i, .nav-tabs .nav-item .nav-link:active i, .nav-tabs .nav-item .nav-link:hover i {
  color: #5d78ff;
}
.nav-tabs .nav-item .nav-link.disabled {
  color: #74788d;
}
.nav-tabs .nav-item .nav-link.disabled i {
  color: #74788d;
}
.nav-tabs .nav-item.show > .nav-link {
  color: #5d78ff;
}
.nav-tabs .nav-item.show > .nav-link i {
  color: #5d78ff;
}
.nav-pills .nav-item {
  margin-right: 0.5rem;
}
.nav-pills .nav-item:last-child {
  margin-right: 0;
}
.nav-pills .nav-item .nav-link {
  color: #595d6e;
}
.nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link.active:hover {
  background-color: #5d78ff;
  color: #ffffff;
}
.nav-pills .nav-item.show > .nav-link {
  background-color: #5d78ff;
  color: #ffffff;
}
.nav-pills.nav-pills-sm .nav-item .nav-link {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}
.nav-pills.nav-pills-bold .nav-item .nav-link {
  font-weight: 500;
}
.nav-pills.nav-pills-label .nav-item .nav-link:active, .nav-pills.nav-pills-label .nav-item .nav-link.active, .nav-pills.nav-pills-label .nav-item .nav-link.active:hover {
  background-color: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
}
.nav-pills.nav-pills-label .nav-item.show > .nav-link {
  background-color: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
}
.nav-fit {
  margin: 0 !important;
}
.nav-pills.nav-tabs-btn {
  display: flex;
  justify-content: center;
}
.nav-pills.nav-tabs-btn:before, .nav-pills.nav-tabs-btn:after {
  content: " ";
  display: table;
}
.nav-pills.nav-tabs-btn:after {
  clear: both;
}
.nav-pills.nav-tabs-btn .nav-item {
  max-width: 100%;
  min-width: 75px;
  margin: 0.5rem;
  box-shadow: rgba(69, 65, 78, 0.06) 0px 1px 15px 1px;
  border-radius: 0.5rem;
  text-align: center;
}
.nav-pills.nav-tabs-btn .nav-item .nav-link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0.85rem 0.75rem;
}
.nav-pills.nav-tabs-btn .nav-item .nav-link .nav-link-icon {
  display: block;
  padding-bottom: 0.5rem;
}
.nav-pills.nav-tabs-btn .nav-item .nav-link .nav-link-icon i {
  margin: 0;
  font-size: 1.3rem;
}
.nav-pills.nav-tabs-btn .nav-item .nav-link .nav-link-title {
  display: block;
  font-weight: 500;
}
.nav-pills.nav-tabs-btn .nav-link {
  border: 0;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 400;
}
.nav-pills.nav-tabs-btn .nav-link [class^=la-],
.nav-pills.nav-tabs-btn .nav-link [class*=" la-"] {
  font-size: 1.3rem;
}
.nav-pills.nav-tabs-btn .nav-link [class^=fa-],
.nav-pills.nav-tabs-btn .nav-link [class*=" fa-"] {
  font-size: 1.2rem;
}
.nav-pills.nav-tabs-btn .nav-link [class^=flaticon-],
.nav-pills.nav-tabs-btn .nav-link [class*=" flaticon-"],
.nav-pills.nav-tabs-btn .nav-link [class^=flaticon2-],
.nav-pills.nav-tabs-btn .nav-link [class*=" flaticon2-"] {
  font-size: 1.4rem;
}
.nav-pills.nav-tabs-btn .nav-link i {
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-right: 0.5rem;
}
.nav-pills.nav-tabs-btn.nav-tabs-btn-2x a.nav-link {
  border-bottom-width: 2px !important;
}
.nav-pills.nav-tabs-btn.nav-tabs-btn-left {
  float: left;
}
.nav-pills.nav-tabs-btn.nav-tabs-btn-right {
  float: right;
}
.kt-portlet--tabs .nav-pills.nav-tabs-btn {
  margin: 0 0 -1px 0;
}
.kt-portlet--tabs .nav-pills.nav-tabs-btn.nav-tabs-btn-2x {
  margin: 0 0 -2px 0;
}
.kt-portlet--tabs .nav-pills.nav-tabs-btn .nav-item {
  display: flex;
  align-items: stretch;
}
.kt-portlet--tabs .nav-pills.nav-tabs-btn .nav-item .nav-link {
  display: flex;
  align-items: center;
}
.nav-pills.nav-tabs-btn.nav-tabs-bold .nav-item .nav-link {
  font-weight: 500;
}
.nav-pills.nav-tabs-btn a.nav-link.active .nav-link-icon i {
  color: #fff;
}
.nav-pills.nav-tabs-btn a.nav-link.active .nav-link-title {
  color: #fff;
}
.nav-pills.nav-tabs-btn a.nav-link .nav-link-icon i {
  color: #a2a5b9;
}
.nav-pills.nav-tabs-btn a.nav-link .nav-link-title {
  color: #74788d;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-brand a.nav-link.active {
  background-color: #5d78ff;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-brand a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-brand a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-light a.nav-link.active {
  background-color: #ffffff;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-light a.nav-link.active .nav-link-icon i {
  color: #282a3c !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-light a.nav-link.active .nav-link-title {
  color: #282a3c !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-dark a.nav-link.active {
  background-color: #282a3c;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-dark a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-dark a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-primary a.nav-link.active {
  background-color: #5867dd;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-primary a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-primary a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-success a.nav-link.active {
  background-color: #0abb87;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-success a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-success a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-info a.nav-link.active {
  background-color: #5578eb;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-info a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-info a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-warning a.nav-link.active {
  background-color: #ffb822;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-warning a.nav-link.active .nav-link-icon i {
  color: #111111 !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-warning a.nav-link.active .nav-link-title {
  color: #111111 !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-danger a.nav-link.active {
  background-color: #fd397a;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-danger a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-danger a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .nav-pills.nav-tabs-btn .nav .nav-item {
    max-width: 100%;
    width: 6.5rem;
    margin: 0.6rem;
  }
  .nav-pills.nav-tabs-btn .nav .nav-item .nav-link .nav-link-icon i {
    font-size: 1.2rem;
  }
  .nav-pills.nav-tabs-btn .nav .nav-item .nav-link .nav-link-title {
    font-size: 1rem;
  }
}
.nav-tabs.nav-tabs-line {
  margin: 0 0 25px 0;
}
.nav-tabs.nav-tabs-line:before, .nav-tabs.nav-tabs-line:after {
  content: " ";
  display: table;
}
.nav-tabs.nav-tabs-line:after {
  clear: both;
}
.nav-tabs.nav-tabs-line .nav-item {
  margin-right: 20px;
  margin-bottom: -1px;
}
@media (max-width: 1399px) {
  .nav-tabs.nav-tabs-line .nav-item {
    margin-right: 15px;
  }
}
.nav-tabs.nav-tabs-line .nav-item:last-child {
  margin-right: 0;
}
.nav-tabs.nav-tabs-line .nav-link {
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 400;
}
.nav-tabs.nav-tabs-line .nav-link [class^=la-],
.nav-tabs.nav-tabs-line .nav-link [class*=" la-"] {
  font-size: 1.3rem;
}
.nav-tabs.nav-tabs-line .nav-link [class^=fa-],
.nav-tabs.nav-tabs-line .nav-link [class*=" fa-"] {
  font-size: 1.2rem;
}
.nav-tabs.nav-tabs-line .nav-link [class^=flaticon-],
.nav-tabs.nav-tabs-line .nav-link [class*=" flaticon-"],
.nav-tabs.nav-tabs-line .nav-link [class^=flaticon2-],
.nav-tabs.nav-tabs-line .nav-link [class*=" flaticon2-"] {
  font-size: 1.2rem;
}
.nav-tabs.nav-tabs-line .nav-link i {
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-right: 0.5rem;
}
.nav-tabs.nav-tabs-line .nav-link svg {
  margin-right: 0.5rem;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-left {
  float: left;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-right {
  float: right;
}
.kt-portlet--tabs .nav-tabs.nav-tabs-line {
  margin: 0 0 -1px 0.5rem;
  border-color: transparent !important;
}
.kt-portlet--tabs .nav-tabs.nav-tabs-line.nav-tabs-line-2x {
  margin: 0 0 -2px 0;
}
.kt-portlet--tabs .nav-tabs.nav-tabs-line .nav-item {
  display: flex;
  align-items: stretch;
}
.kt-portlet--tabs .nav-tabs.nav-tabs-line .nav-item .nav-link {
  display: flex;
  align-items: center;
}
.nav-tabs.nav-tabs-line.nav-tabs-bold .nav-item .nav-link {
  font-weight: 500;
}
.nav-tabs.nav-tabs-line.nav-tabs-bolder .nav-item .nav-link {
  font-weight: 600;
}
.nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item {
  margin-right: 30px;
}
@media (max-width: 1399px) {
  .nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item {
    margin-right: 15px;
  }
}
.nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item:last-child {
  margin-right: 0;
}
.nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item .nav-link {
  padding: 12px 0;
  font-size: 1rem;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-2x {
  border-bottom-width: 2px !important;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-2x .nav-item {
  margin-bottom: -2px;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-2x a.nav-link {
  border-bottom-width: 2px !important;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-3x {
  border-bottom-width: 3px !important;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-item {
  margin-bottom: -3px;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-3x a.nav-link {
  border-bottom-width: 3px !important;
}
.nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item {
  margin-right: 40px;
}
.nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item {
    margin-right: 20px;
  }
  .nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item:last-child {
    margin-right: 0;
  }
}
.nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item {
  margin-right: 50px;
}
.nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item {
    margin-right: 20px;
  }
  .nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item:last-child {
    margin-right: 0;
  }
}
.nav-tabs.nav-tabs-line {
  border-bottom: 1px solid #ebedf2;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link,
.nav-tabs.nav-tabs-line a.nav-link {
  background-color: transparent;
  color: #595d6e;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link i,
.nav-tabs.nav-tabs-line a.nav-link i {
  color: #a2a5b9;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:disabled,
.nav-tabs.nav-tabs-line a.nav-link:disabled {
  opacity: 0.7;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link g [fill],
.nav-tabs.nav-tabs-line a.nav-link g [fill] {
  transition: fill 0.3s ease;
  fill: #74788d;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link:hover g [fill] {
  transition: fill 0.3s ease;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line a.nav-link:hover,
.nav-tabs.nav-tabs-line a.nav-link.active {
  background-color: transparent;
  color: #595d6e;
  border-bottom: 1px solid #5d78ff;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line a.nav-link:hover > i,
.nav-tabs.nav-tabs-line a.nav-link.active > i {
  color: #5d78ff;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover g [fill], .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active g [fill],
.nav-tabs.nav-tabs-line a.nav-link:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link.active g [fill] {
  transition: fill 0.3s ease;
  fill: #5d78ff;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover:hover g [fill], .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link:hover:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link.active:hover g [fill] {
  transition: fill 0.3s ease;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover {
  border-bottom: 1px solid #5d78ff;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active {
  color: #5d78ff;
  border-bottom: 1px solid #5d78ff;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active > i {
  color: #778dff;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav-tabs-line-3x {
  border-bottom-color: rgba(93, 120, 255, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link:hover {
  border-bottom: 1px solid #ffffff;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link.active {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link.active > i {
  color: white;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav-tabs-line-3x {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link:hover {
  border-bottom: 1px solid #282a3c;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link.active {
  color: #282a3c;
  border-bottom: 1px solid #282a3c;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link.active > i {
  color: #32354b;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav-tabs-line-3x {
  border-bottom-color: rgba(40, 42, 60, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover {
  border-bottom: 1px solid #5867dd;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link.active {
  color: #5867dd;
  border-bottom: 1px solid #5867dd;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link.active > i {
  color: #6d7ae1;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav-tabs-line-3x {
  border-bottom-color: rgba(88, 103, 221, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover {
  border-bottom: 1px solid #0abb87;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link.active {
  color: #0abb87;
  border-bottom: 1px solid #0abb87;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link.active > i {
  color: #0bd398;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav-tabs-line-3x {
  border-bottom-color: rgba(10, 187, 135, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link:hover {
  border-bottom: 1px solid #5578eb;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link.active {
  color: #5578eb;
  border-bottom: 1px solid #5578eb;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link.active > i {
  color: #6c8aee;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav-tabs-line-3x {
  border-bottom-color: rgba(85, 120, 235, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link:hover {
  border-bottom: 1px solid #ffb822;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link.active {
  color: #ffb822;
  border-bottom: 1px solid #ffb822;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link.active > i {
  color: #ffc03c;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav-tabs-line-3x {
  border-bottom-color: rgba(255, 184, 34, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link:hover {
  border-bottom: 1px solid #fd397a;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link.active {
  color: #fd397a;
  border-bottom: 1px solid #fd397a;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link.active > i {
  color: #fd528b;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav-tabs-line-3x {
  border-bottom-color: rgba(253, 57, 122, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-clear {
  border-bottom-color: transparent !important;
}
.toast.toast-custom {
  display: none;
  position: absolute;
  z-index: 195;
  top: 2rem;
  right: 2rem;
  width: 350px;
  border: 0;
}
.toast.toast-custom.toast-left {
  left: 2rem;
  right: auto;
}
.toast.toast-custom.toast-bottom {
  top: auto;
  bottom: 2rem;
}
.toast.toast-custom.toast-top {
  bottom: auto;
  top: 2rem;
}
.toast.toast-custom.toast-center-v {
  top: 45%;
  bottom: auto;
}
.toast.toast-custom.toast-center-h {
  right: auto;
  left: 50%;
  margin-left: -175px;
}
.toast.toast-custom .toast-header {
  padding: 0.5rem 1rem;
}
.toast.toast-custom .toast-body {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.toast.toast-custom.show {
  display: block;
}
.toast.toast-custom.toast-fill {
  background-color: #fff;
}
.toast .toast-title {
  font-size: 0.9rem;
  font-weight: 500;
  color: #595d6e;
  margin-right: auto !important;
}
.toast .toast-time {
  margin-left: 0.5rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #595d6e;
}
.toast .toast-icon {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  color: #74788d;
}
.toast .toast-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
  outline: none !important;
  margin: 0;
  padding: 0;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toast .toast-close i {
  font-size: 1.1rem;
  color: #74788d;
}
.toast .toast-close i:before {
  line-height: 0;
  vertical-align: middle;
}
.toast .toast-close:hover i {
  color: #5d78ff;
}
.tooltip .tooltip-inner {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  /*rtl:raw:
     left: auto;
     right: 0;
     */
}
.tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before {
  /*rtl:raw:
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #fff;
  */
}
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow {
  /*rtl:raw:
  right: auto;
  left: 0;
  */
}
.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before {
  /*rtl:raw:
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #fff;
  */
}
.tooltip.tooltop-auto-width .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.tooltip.tooltip-dark .tooltip-inner {
  color: #fff;
  background: #2c2e3e;
}
.tooltip.tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=top] .arrow::before {
  border-top-color: #2c2e3e;
}
.tooltip.tooltip-dark.bs-tooltip-right .arrow::before {
  border-right-color: #2c2e3e/*rtl:ignore*/;
}
.tooltip.tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=bottom] .arrow::before {
  border-bottom-color: #2c2e3e;
}
.tooltip.tooltip-dark.bs-tooltip-left .arrow::before {
  border-left-color: #2c2e3e/*rtl:ignore*/;
}
.tooltip.tooltip-brand .tooltip-inner {
  color: #ffffff;
  background: #5d78ff;
}
.tooltip.tooltip-brand.bs-tooltip-top .arrow::before, .tooltip.tooltip-brand.bs-tooltip-auto[data-popper-placement^=top] .arrow::before {
  border-top-color: #5d78ff;
}
.tooltip.tooltip-brand.bs-tooltip-right .arrow::before {
  border-right-color: #5d78ff/*rtl:ignore*/;
}
.tooltip.tooltip-brand.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-brand.bs-tooltip-auto[data-popper-placement^=bottom] .arrow::before {
  border-bottom-color: #5d78ff;
}
.tooltip.tooltip-brand.bs-tooltip-left .arrow::before {
  border-left-color: #5d78ff/*rtl:ignore*/;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1, .mat-typography .h1 {
  font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2, .mat-typography .h2 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3, .mat-typography .h3 {
  font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4, .mat-typography .h4 {
  font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5, .mat-typography .h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6, .mat-typography .h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar .h1,
.mat-toolbar h2,
.mat-toolbar .h2,
.mat-toolbar h3,
.mat-toolbar .h3,
.mat-toolbar h4,
.mat-toolbar .h4,
.mat-toolbar h5,
.mat-toolbar .h5,
.mat-toolbar h6,
.mat-toolbar .h6 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #5d78ff;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #5867dd;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #fd397a;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #5d78ff;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #5867dd;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #fd397a;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-badge-content {
  color: white;
  background: #5d78ff;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #5867dd;
  color: white;
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #fd397a;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #5d78ff;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #5867dd;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #fd397a;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #5d78ff;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #5867dd;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #fd397a;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: black;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: #d8dce6;
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: white;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #5d78ff;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #5867dd;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #fd397a;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #d8dce6;
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #d8dce6;
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #d8dce6;
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #d8dce6;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #5d78ff;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #5867dd;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #fd397a;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #5d78ff;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #5867dd;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #fd397a;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #5d78ff;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #fd397a;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #5867dd;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-table {
  background: white;
}
.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: #d8dce6;
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header-divider::after {
  background: #d8dce6;
}
.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-in-preview {
  color: #d8dce6;
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-in-range::before {
  background: rgba(93, 120, 255, 0.2);
}
.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(93, 120, 255, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(93, 120, 255, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-calendar-body-selected {
  background-color: #5d78ff;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(93, 120, 255, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(93, 120, 255, 0.3);
}
@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(93, 120, 255, 0.3);
  }
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(88, 103, 221, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(88, 103, 221, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(88, 103, 221, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #5867dd;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(88, 103, 221, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(88, 103, 221, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(88, 103, 221, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(253, 57, 122, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(253, 57, 122, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(253, 57, 122, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #fd397a;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(253, 57, 122, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(253, 57, 122, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(253, 57, 122, 0.3);
  }
}
.mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-datepicker-toggle-active {
  color: #5d78ff;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #5867dd;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #fd397a;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: #d8dce6;
}
.mat-divider-vertical {
  border-right-color: #d8dce6;
}
.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-action-row {
  border-top-color: #d8dce6;
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #5d78ff;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #5867dd;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #fd397a;
}
.mat-focused .mat-form-field-required-marker {
  color: #5867dd;
}
.mat-form-field-ripple {
  background-color: rgba(216, 220, 230, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #5d78ff;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #5867dd;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #fd397a;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #5d78ff;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #5867dd;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #fd397a;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #fd397a;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #fd397a;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #fd397a;
}
.mat-error {
  color: #fd397a;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(216, 220, 230, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(216, 220, 230, 0.42) 0%, rgba(216, 220, 230, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(216, 220, 230, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(216, 220, 230, 0.42) 0%, rgba(216, 220, 230, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(216, 220, 230, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(216, 220, 230, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(216, 220, 230, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #5d78ff;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #5867dd;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #fd397a;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #fd397a;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(216, 220, 230, 0.06);
}
.mat-icon.mat-primary {
  color: #5d78ff;
}
.mat-icon.mat-accent {
  color: #5867dd;
}
.mat-icon.mat-warn {
  color: #fd397a;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #5d78ff;
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #5867dd;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #fd397a;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #fd397a;
}
.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}
.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #d3dafb;
}
.mat-progress-bar-buffer {
  background-color: #d3dafb;
}
.mat-progress-bar-fill::after {
  background-color: #5d78ff;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #d2d5f3;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #d2d5f3;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #5867dd;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #fbcada;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #fbcada;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #fd397a;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #5d78ff;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #5867dd;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #fd397a;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #5d78ff;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #5d78ff;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #5867dd;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #5867dd;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #fd397a;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #fd397a;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #5d78ff;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #5867dd;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #fd397a;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #fd397a;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side {
  border-right: solid 1px #d8dce6;
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px #d8dce6;
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px #d8dce6;
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px #d8dce6;
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #5867dd;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(88, 103, 221, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #5867dd;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #5d78ff;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(93, 120, 255, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #5d78ff;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #fd397a;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(253, 57, 122, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #fd397a;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-primary .mat-slider-track-fill,
.mat-slider.mat-primary .mat-slider-thumb,
.mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #5d78ff;
}
.mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(93, 120, 255, 0.2);
}
.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #5867dd;
}
.mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(88, 103, 221, 0.2);
}
.mat-slider.mat-warn .mat-slider-track-fill,
.mat-slider.mat-warn .mat-slider-thumb,
.mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #fd397a;
}
.mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(253, 57, 122, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider.mat-slider-disabled .mat-slider-track-background,
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
.mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #5d78ff;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #5867dd;
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #fd397a;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #fd397a;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #fd397a;
}
.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}
.mat-stepper-vertical-line::before {
  border-left-color: #d8dce6;
}
.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: #d8dce6;
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid #d8dce6;
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid #d8dce6;
  border-bottom: none;
}
.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] > .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(134, 154, 255, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #5d78ff;
}
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(122, 134, 228, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #5867dd;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(253, 97, 149, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #fd397a;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(134, 154, 255, 0.3);
}
.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #5d78ff;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(122, 134, 228, 0.3);
}
.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #5867dd;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(253, 97, 149, 0.3);
}
.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #fd397a;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #5d78ff;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #5867dd;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #fd397a;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tree {
  background: white;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-simple-snackbar-action {
  color: #5867dd;
}
.mat-column-select {
  overflow: initial;
}
.mat-column-checkbox {
  flex: 0 0 70px;
}
.mat-column-vinCode {
  flex: 1 0 60px;
}
.example-radio-group {
  display: inline-flex;
  flex-direction: column;
}
.example-radio-button {
  margin: 5px;
}
.demo-tab-group {
  border: 1px solid #e8e8e8;
}
.demo-tab-content {
  padding: 16px;
}
.example-panel-Suspended .mat-select-content {
  background: rgba(255, 0, 0, 0.5);
}
.example-panel-Active .mat-select-content {
  background: rgba(0, 255, 0, 0.5);
}
.material-icons {
  font-size: 18px !important;
}
.mat-form-field-fluid {
  display: block !important;
}
.mat-tab-body-content {
  overflow: visible !important;
  padding-top: 20px !important;
}
.mat-tab-label-icon {
  margin-right: 5px;
}
.mat-form-field-infix     input:-webkit-autofill,
.mat-form-field-infix     input:-webkit-autofill:hover,
.mat-form-field-infix     input:-webkit-autofill:focus,
.mat-form-field-infix     input:-webkit-autofill:active {
  -webkit-text-fill-color: #000 !important;
}
.example-ripple-container {
  cursor: pointer;
  text-align: center;
  width: 300px;
  height: 300px;
  line-height: 300px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}
/** Styles to make the demo look better. */
.example-ripple-checkbox {
  margin: 6px 12px 6px 0;
}
.example-ripple-form-field {
  margin: 0 12px 0 0;
}
.kt-mat-alert {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 20px;
  border-radius: 3px;
  margin: 0 0 20px 0;
}
.kt-mat-alert .kt-mat-alert__icon {
  display: flex;
  align-items: center;
  padding: 0 15px 0 0;
}
.kt-mat-alert .kt-mat-alert__icon i {
  font-size: 2.4rem;
  color: #fff;
}
.kt-mat-alert .kt-mat-alert__text {
  display: flex;
  align-items: center;
  flex-grow: 1;
  color: #fff;
}
.kt-mat-alert .kt-mat-alert__close {
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  ustify-content: flex-end;
}
.kt-mat-alert .kt-mat-alert__close .material-icons {
  opacity: 0.8;
  transition: all 0.3s ease;
  color: #fff;
}
.kt-mat-alert .kt-mat-alert__close .material-icons:hover {
  transition: all 0.3s ease;
  opacity: 1;
}
.kt-mat-alert.kt-mat-alert--warn {
  background: #fd397a;
}
.kt-mat-alert.kt-mat-alert--primary {
  background: #5d78ff;
}
.kt-mat-alert.kt-mat-alert--accent {
  background: #5867dd;
}
.kt-mat-alert.kt-mat-alert--marginless {
  margin: 0;
}
.mat-fab,
.mat-mini-fab,
.mat-button,
.mat-raised-button,
.mat-stroked-button,
.mat-icon-button {
  outline: none !important;
}
mat-radio-button {
  padding-right: 16px;
}
mat-radio-button .mat-radio-label {
  margin-bottom: 4px;
}
.kt-mat-dialog-container__wrapper .mat-dialog-container {
  padding: 0;
  overflow-x: hidden;
}
.kt-mat-dialog-container__wrapper .mat-dialog-container .kt-portlet {
  margin-bottom: 0;
}
.kt-mat-dialog-container__wrapper .mat-dialog-container .kt-portlet .kt-portlet__body {
  overflow: auto;
  max-height: 60vh;
}
.kt-mat-dialog-container__wrapper .mat-dialog-container {
  padding: 0;
  overflow-x: hidden;
}
.kt-mat-dialog-container__wrapper .mat-dialog-container .kt-portlet {
  margin-bottom: 0;
}
.kt-mat-dialog-container__wrapper .mat-dialog-container .alert {
  border-radius: 0 !important;
  width: 1032px;
}
.mat-dialog-actions {
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .kt-mat-dialog-container__wrapper {
    max-width: 90%;
  }
  .kt-mat-dialog-container__wrapper .mat-dialog-container .kt-portlet .kt-portlet__body {
    overflow: auto;
    max-height: 60vh;
  }
}
.kt-modal2__container {
  padding-top: 24px;
  padding-bottom: 24px;
}
.kt-modal3__container {
  padding-top: 24px;
  padding-bottom: 24px;
}
.kt-portlet.kt-portlet--ngviewer .kt-portlet__body {
  padding: 0;
}
.kt-portlet.kt-portlet--ngviewer .kt-portlet__body .kt-portlet__code {
  display: none;
}
.kt-portlet.kt-portlet--ngviewer .kt-portlet__body .kt-portlet__code.kt-portlet__code--show {
  display: block;
}
.kt-portlet.kt-portlet--ngviewer .kt-portlet__body .kt-portlet__preview {
  padding: 25px 25px;
}
.kt-portlet.kt-portlet--ngviewer .kt-portlet__code-copy {
  position: absolute;
  right: 0;
  top: 10px;
}
.kt-portlet.kt-portlet--ngviewer .kt-portlet__code-copy i {
  font-size: 2rem;
}
.kt-portlet.kt-portlet--ngviewer .kt-portlet__code-copy:hover i {
  text-decoration: none;
}
.kt-portlet .kt-portlet__progress-bar__wrapper {
  height: 5px;
}
.kt-portlet .kt-portlet__progress-bar {
  height: 5px;
}
.kt-portlet .kt-portlet__head-tools button {
  margin-left: 5px;
}
.kt-form--alert {
  margin-top: 30px;
}
.kt-portlet-mx-0 {
  margin: -1.1rem -2.2rem 0;
  overflow-x: hidden;
}
.kt-portlet .kt-portlet__body .kt-portlet__body-progress {
  display: none;
}
.kt-portlet .kt-form.kt-form--fit > .kt-portlet__body {
  padding-left: 0;
  padding-right: 0;
}
.kt-portlet.kt-portlet--body-progress .kt-portlet__body {
  position: relative;
  animation: m-animate-fade-out 0.3s;
}
.kt-portlet.kt-portlet--body-progress .kt-portlet__body .kt-portlet__body-progress {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.kt-portlet__head__custom .kt-portlet__head-label {
  display: flex;
  align-items: center;
}
.kt-portlet__head__custom .kt-portlet__head-title {
  margin-bottom: 0;
}
[ngbdropdowntoggle]::after {
  display: none !important;
}
.kt-portlet__code-copy {
  position: absolute;
  right: 0;
  top: 10px;
}
.kt-portlet__code-copy i {
  font-size: 2rem;
}
.kt-pl-13 {
  padding-left: 13px !important;
}
.mat-table__bottom--padding {
  padding-right: 8px;
}
.mat-table__empty {
  position: relative;
}
.mat-table__empty .mat-table__message--loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-caption {
  display: flex;
  align-items: center;
  align-content: flex-start;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-caption .kt-portlet__head-title {
  display: flex;
  align-items: center;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-caption .kt-portlet__head-title .kt-portlet__head-text {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: Roboto;
  margin: 0;
  padding: 0;
}
.kt-form .kt-form__heading .kt-form__heading-title {
  font-weight: 500;
  font-size: 1.3rem;
  color: #575962;
}
.kt-portlet .kt-portlet__foot {
  padding: 0 !important;
}
.kt-form .kt-form__group {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
button.close {
  height: 100%;
  background-color: inherit;
  border: none;
}
.mat-button-mt-4 .mat-icon {
  margin-top: 4px;
}
.display-none {
  display: none !important;
}
.mat-table__wrapper {
  width: 100%;
  overflow-x: auto;
}
.mat-table__wrapper mat-cell,
.mat-table__wrapper mat-header-cell {
  min-height: 100%;
}
.mat-table__wrapper .mat-table {
  min-width: 1000px;
}
.mat-table__wrapper .mat-table .mat-cell,
.mat-table__wrapper .mat-table .mat-footer-cell,
.mat-table__wrapper .mat-table .mat-header-cell {
  padding-right: 10px;
}
.mat-table__wrapper .mat-table .mat-cell:last-child,
.mat-table__wrapper .mat-table .mat-footer-cell:last-child,
.mat-table__wrapper .mat-table .mat-header-cell:last-child {
  padding-right: 0;
}
.mat-table__wrapper .mat-table .mat-row {
  transition: padding 0.3s ease;
}
.mat-table__wrapper .mat-table .mat-row-editing {
  transition: padding 0.3s ease;
  padding: 12px 0 !important;
}
.mat-table__wrapper .mat-table .mat-row-editing .mat-form-field-fluid {
  width: 99% !important;
}
.mat-table__wrapper .mat-column-actions .mat-column-actions-wrapper {
  display: flex;
  align-items: center;
}
.mat-table__wrapper .mat-column-actions .mat-spinner {
  margin-left: 12px;
  margin-right: 8px;
}
.mat-table__wrapper .mat-table__message {
  padding: 30px !important;
  text-align: center;
  font-weight: 500;
}
.mat-table__wrapper .mat-column-checkbox {
  padding-left: 20px;
}
.mat-table__wrapper .mat-column-checkbox .mat-checkbox .mat-checkbox-layout {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mat-table__wrapper .ps__rail-y {
  z-index: 100;
}
.mat-table__wrapper .mat-table {
  min-width: 1000px;
  width: 100%;
}
.mat-table__wrapper--dashboard .mat-table {
  min-width: 600px !important;
}
.mat-table__wrapper .mat-table .email-cell {
  word-wrap: normal;
  width: 180px;
  flex: auto;
}
.mat-table__wrapper--sub .mat-table {
  min-width: 400px;
}
.mat-table__wrapper--sub .mat-table .mat-cell:last-child {
  flex: 0 0 100px;
}
.mat-table__wrapper--sub .mat-table .mat-header-cell:last-child {
  flex: 0 0 100px;
}
.mat-table-sticky {
  z-index: 0 !important;
}
.mat-table__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mat-column-checkbox {
  flex: 0 0 68px;
}
.mat-column-id {
  flex: 0 0 68px;
}
.mat-column-main {
  flex: 0 0 568px;
}
.mat-column-actions {
  flex: 0 0 160px;
}
.mat-table__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mat-column-vinCode {
  flex: 0 0 170px;
}
.mat-table__wrapper .mat-table .mat-row-editing.mat-row-inactive {
  height: 0;
  min-height: 0;
  padding: 0 !important;
  border-bottom: 0 !important;
}
.kt-mat-snackbar {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 3px;
}
.kt-mat-snackbar .kt-mat-snackbar__message {
  display: flex;
  align-items: center;
}
.kt-mat-snackbar .kt-mat-snackbar__btn {
  padding: 0 0 0 15px;
  display: flex;
  align-items: center;
}
.kt-mat-snackbar .kt-mat-snackbar__close {
  padding: 0 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.kt-mat-snackbar .kt-mat-snackbar__close .material-icons {
  opacity: 0.8;
  transition: all 0.3s ease;
  color: #fff;
}
.kt-mat-snackbar .kt-mat-snackbar__close .material-icons:hover {
  transition: all 0.3s ease;
  opacity: 1;
}
.mat-checkbox > label {
  margin-bottom: 0;
}
.mat-pseudo-checkbox {
  width: 18px !important;
  height: 18px !important;
}
.mat-pseudo-checkbox-checked::after {
  top: 4.4px !important;
  left: 2px !important;
}
.kt-error-403 {
  flex: 1 !important;
}
.kt-error-403__wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.kt-error-403__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 50%;
  font: 500 350px "Poppins";
  color: #8a0dff;
}
.kt-error-403__top p {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font: 500 350px/236px "Poppins";
  color: #8a0dff;
}
.kt-error-403__bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 50%;
  background-color: #8a0dff;
  padding-top: 84px;
}
.kt-error-403__bottom h1, .kt-error-403__bottom .h1 {
  margin: 0 0 70px;
  font: 500 80px "Roboto";
  color: white;
}
.kt-error-403__bottom p {
  margin: 0;
  font: 500 30px "Roboto";
  color: white;
}
@media screen and (max-width: 992px) {
  .kt-error-403__top p {
    font-size: 300px;
    line-height: 204px;
  }
}
@media screen and (max-width: 676px) {
  .kt-error-403__top p {
    font-size: 200px;
    line-height: 136px;
  }

  .kt-error-403__bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kt-error-403__bottom h1, .kt-error-403__bottom .h1 {
    margin-bottom: 50px;
    font-size: 60px;
    text-align: center;
  }

  .kt-error-403__bottom p {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 380px) {
  .kt-error-403__top p {
    font-size: 140px;
    line-height: 94px;
  }
}
.kt-timeline-3 .kt-timeline-3__inner .kt-timeline-3__item {
  min-height: 30px;
  border-left: 3px solid #586bd8;
  padding-left: 15px;
}
.kt-timeline-3 .kt-timeline-3__inner .kt-timeline-3__item::before {
  display: none;
}
.kt-timeline-3 .kt-timeline-3__inner .kt-timeline-3__item .kt-timeline-3__item-time {
  padding-top: 0;
  position: static;
}
.kt-timeline-3 .kt-timeline-3__inner .kt-timeline-3__item-child {
  margin-left: 27px;
}
.kt-timeline-3 .kt-timeline-3__inner .kt-timeline-3__item-child .mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(54, 163, 247, 0.26);
}
.kt-list-timeline .kt-list-timeline__items {
  position: relative;
  padding: 0;
  margin: 0;
}
.kt-list-timeline .kt-list-timeline__items:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 3px;
  background-color: #ebedf2;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 6px 0;
  margin: 5px 0;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:first-child {
  padding-top: 0;
  margin-top: 0;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  width: 20px;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge:before {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  border-radius: 100%;
  background-color: #ebedf2;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge--success:before {
  background-color: #34bfa3;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge--metal:before {
  background-color: #c4c5d6;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge--danger:before {
  background-color: #f4516c;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:first-child:before {
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  background-color: #fff !important;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:last-child:before {
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 3px;
  background-color: #fff !important;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  padding: 0 5px 0 0;
  font-size: 1rem;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__text .kt-badge {
  font-size: 0.8rem;
  line-height: 20px;
  min-height: 20px;
  min-width: 20px;
  width: auto;
  height: auto;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  padding: 0 7px;
  border-radius: 0.75rem;
}
.kt-list-timeline--user-role .kt-list-timeline__items:before {
  background-color: transparent;
}
.kt-badge {
  background: #eaeaea;
  color: #444;
  font-size: 0.8rem;
  line-height: 20px;
  min-height: 20px;
  min-width: 20px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  padding: 0 3px;
  border-radius: 0.75rem;
}
.kt-badge--wide {
  letter-spacing: 0.6px;
  padding: 1px 10px;
  border-radius: 0.75rem;
}
.kt-badge--success {
  background-color: #34bfa3;
  color: #fff;
}
.kt-badge--metal {
  background-color: #c4c5d6;
  color: #fff;
}
.kt-badge--danger {
  background-color: #f4516c;
  color: #fff;
}
.kt-list-timeline__badge--primary:before {
  background-color: #5867dd !important;
  color: #fff;
}
.kt-form.kt-form--group-seperator-dashed .kt-form__group {
  border-bottom: 1px dashed #ebedf2;
}
.kt-timeline-3 .kt-timeline-3__items .kt-timeline-3__item {
  display: table;
  position: relative;
  margin-bottom: 1.75rem;
}
.kt-timeline-3 .kt-timeline-3__items--rolePermissions .kt-timeline-3__item {
  display: block !important;
  border-left: 0;
  margin-bottom: 0 !important;
}
.kt-timeline-3 .kt-timeline-3__items--rolePermissions .kt-timeline-3__item-child {
  border-left: 0;
}
.kt-timeline-3 .kt-timeline-3__items--rolePermissions .kt-timeline-3__item .kt-timeline-3__item-time {
  position: static !important;
}
.kt-bg-grey {
  background-color: #f7f8fa;
}
.kt-border-bottom-grey {
  border-bottom: 1px solid #eceff5;
}
.kt-py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ml-auto {
  margin-left: auto;
}
.example-full-width {
  width: 100%;
}
.form-group .kt-timeline-3::before {
  background-color: transparent;
}
.kt-form .kt-form__filtration,
.kt-form .kt-form__group-action {
  margin: 0 0 30px;
}
.kt-form .kt-form__actions.kt-form__actions--sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.kt-form .kt-form__actions {
  padding: 30px;
}
.kt-form .kt-form__actions.kt-form__actions--solid {
  padding: 30px;
  background-color: #f7f8fa;
  border-color: #f7f8fa;
}
.kt-margin-top-20 {
  margin-top: 20px;
}
.kt-margin-bottom-20 {
  margin-bottom: 20px;
}
.kt-padding-0 {
  padding: 0;
}
.kt-form.kt-form--group-seperator .kt-form__group,
.kt-form.kt-form--group-seperator-dashed .kt-form__group {
  padding-top: 25px;
  padding-bottom: 25px;
}
.kt-scroll.kt-scroll--pull {
  padding-right: 12px;
  margin-right: -12px;
}
.kt-scroll.kt-scroll--pull .ps__rail-y {
  right: -2px;
}
.ps > .ps__rail-y {
  width: 4px;
}
.ps > .ps__rail-y:hover, .ps > .ps__rail-y:focus {
  width: 4px;
}
.ps > .ps__rail-y > .ps__thumb-y {
  width: 4px;
  border-radius: 4px;
}
.ps > .ps__rail-y > .ps__thumb-y:hover, .ps > .ps__rail-y > .ps__thumb-y:focus {
  width: 4px;
}
.ps > .ps__rail-x {
  height: 4px;
}
.ps > .ps__rail-x:hover, .ps > .ps__rail-x:focus {
  height: 4px;
}
.ps > .ps__rail-x > .ps__thumb-x {
  top: 0;
  height: 4px;
  border-radius: 4px;
}
.ps > .ps__rail-x > .ps__thumb-x:hover, .ps > .ps__rail-x > .ps__thumb-x:focus {
  top: 0;
  height: 4px;
}
.ps > .ps__rail-x {
  background: transparent;
}
.ps > .ps__rail-x:hover, .ps > .ps__rail-x:focus {
  opacity: 1;
  background: transparent;
}
.ps > .ps__rail-x:hover > .ps__thumb-x, .ps > .ps__rail-x:focus > .ps__thumb-x {
  opacity: 1;
}
.ps > .ps__rail-x > .ps__thumb-x {
  background: #d8dce6;
  opacity: 1;
}
.ps > .ps__rail-x > .ps__thumb-x:hover, .ps > .ps__rail-x > .ps__thumb-x:focus {
  opacity: 1;
  background: #d8dce6;
}
.ps > .ps__rail-y {
  background: transparent;
}
.ps > .ps__rail-y:hover, .ps > .ps__rail-y:focus {
  background: transparent;
  opacity: 1;
}
.ps > .ps__rail-y:hover > .ps__thumb-y, .ps > .ps__rail-y:focus > .ps__thumb-y {
  opacity: 1;
}
.ps > .ps__rail-y > .ps__thumb-y {
  background: #d8dce6;
  opacity: 1;
}
.ps > .ps__rail-y > .ps__thumb-y:hover, .ps > .ps__rail-y > .ps__thumb-y:focus {
  opacity: 1;
  background: #d8dce6;
}
.dropzone {
  min-height: auto;
}
.dropzone.dropzone-default {
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border: 2px dashed #ebedf2;
  border-radius: 4px;
}
.dropzone.dropzone-default .dropzone-msg-title {
  color: #595d6e;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 500;
  font-size: 1.2rem;
}
.dropzone.dropzone-default .dropzone-msg-desc {
  color: #74788d;
  font-weight: 400;
  font-size: 1rem;
}
.dropzone.dropzone-default .dz-preview .dz-image {
  border-radius: 4px;
}
.dropzone.dropzone-default.dropzone-brand {
  border-color: #5d78ff;
}
.dropzone.dropzone-default.dropzone-light {
  border-color: #ffffff;
}
.dropzone.dropzone-default.dropzone-dark {
  border-color: #282a3c;
}
.dropzone.dropzone-default.dropzone-primary {
  border-color: #5867dd;
}
.dropzone.dropzone-default.dropzone-success {
  border-color: #0abb87;
}
.dropzone.dropzone-default.dropzone-info {
  border-color: #5578eb;
}
.dropzone.dropzone-default.dropzone-warning {
  border-color: #ffb822;
}
.dropzone.dropzone-default.dropzone-danger {
  border-color: #fd397a;
}
.dropzone.dropzone-multi {
  border: 0;
  padding: 0;
}
.dropzone.dropzone-multi .dz-message {
  display: none;
}
.dropzone.dropzone-multi .dropzone-panel .dropzone-upload,
.dropzone.dropzone-multi .dropzone-panel .dropzone-remove-all {
  display: none;
}
.dropzone.dropzone-multi .dropzone-item {
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  background-color: #f4f6fa;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-file {
  flex-grow: 1;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename {
  font-size: 0.9rem;
  font-weight: 500;
  color: #595d6e;
  text-overflow: ellipsis;
  margin-right: 0.5rem;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename b {
  font-size: 0.9rem;
  font-weight: 500;
  color: #a2a5b9;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-error {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #fd397a;
  text-overflow: ellipsis;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-progress {
  width: 15%;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-progress .progress {
  height: 5px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .dropzone.dropzone-multi .dropzone-item .dropzone-progress .progress {
    transition: none;
  }
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar {
  margin-left: 1rem;
  display: flex;
  flex-wrap: nowrap;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete {
  height: 25px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete i {
  font-size: 0.8rem;
  color: #a2a5b9;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start:hover i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel:hover i,
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete:hover i {
  color: #5d78ff;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start {
    transition: none;
  }
}
.fa-lg {
  font-size: 1.33333em !important;
}
.fa-xs {
  font-size: 0.75em !important;
}
.fa-sm {
  font-size: 0.875em !important;
}
.fa-1x {
  font-size: 1em !important;
}
.fa-2x {
  font-size: 2em !important;
}
.fa-3x {
  font-size: 3em !important;
}
.fa-4x {
  font-size: 4em !important;
}
.fa-5x {
  font-size: 5em !important;
}
.fa-6x {
  font-size: 6em !important;
}
.fa-7x {
  font-size: 7em !important;
}
.fa-8x {
  font-size: 8em !important;
}
.fa-9x {
  font-size: 9em !important;
}
.fa-10x {
  font-size: 10em !important;
}
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: initial !important;
}
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.kt-sweetalert2--nopadding),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.kt-sweetalert2--nopadding) {
  padding-right: 0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: visible;
  }
}
.swal2-popup {
  padding: 2rem;
  border-radius: 4px;
}
.swal2-popup .swal2-icon {
  margin: 2rem 0 0rem 0;
}
.swal2-popup .swal2-title {
  font-weight: 500;
  font-size: 1.3rem;
  margin: 2rem 0 0 0;
}
.swal2-popup .swal2-content {
  font-weight: normal;
  font-size: 1.1rem;
  margin-top: 1.5rem;
}
.swal2-popup .btn {
  margin: 15px 5px 0;
}
.swal2-popup .swal2-styled:focus {
  box-shadow: none;
}
.swal2-popup .swal2-actions {
  margin: 1.5rem auto 1rem auto;
}
.swal2-container {
  overflow-y: hidden !important;
}
body.swal2-height-auto {
  height: 100% !important;
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.2);
}
.swal2-popup .swal2-title {
  color: #48465b;
}
.swal2-popup .swal2-content {
  color: #74788d;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ebedf2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ql-toolbar.ql-snow button.ql-active .ql-stroke, .ql-toolbar.ql-snow button:focus .ql-stroke, .ql-toolbar.ql-snow button:hover .ql-stroke {
  stroke: #5d78ff;
}
.ql-toolbar.ql-snow .ql-picker-label.ql-active, .ql-toolbar.ql-snow .ql-picker-label:hover {
  color: #5d78ff;
}
.ql-toolbar.ql-snow .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-picker-item.ql-active, .ql-toolbar.ql-snow .ql-picker-item:hover {
  color: #5d78ff;
}
.ql-container.ql-snow {
  border: 1px solid #ebedf2;
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ql-snow .ql-picker.ql-expanded {
  outline: none !important;
  border-color: transparent !important;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: transparent !important;
  color: #5d78ff;
  outline: none !important;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label.ql-active, .ql-snow .ql-picker.ql-expanded .ql-picker-label:hover {
  color: #5d78ff;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border: 0;
  padding: 0.5rem 1rem;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 4px;
}
.ql-snow .ql-tooltip {
  border: 0;
  padding: 0.5rem 1rem;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 4px;
}
.ql-snow .ql-tooltip input[type=text] {
  border: 0;
  background: none;
  outline: none !important;
  box-shadow: none;
  border: 1px solid #ebedf2;
  color: #595d6e;
  outline: none !important;
  border-radius: 4px;
}
.ql-snow .ql-tooltip input[type=text]:active, .ql-snow .ql-tooltip input[type=text]:focus {
  border-color: #9aabff !important;
}
.ql-snow .ql-tooltip .ql-preview {
  color: #74788d;
}
.ql-snow .ql-tooltip .ql-action {
  transition: color 0.3s ease;
  color: #74788d;
}
.ql-snow .ql-tooltip .ql-action:hover {
  transition: color 0.3s ease;
  color: #5d78ff;
}
.modal .ql-snow .ql-tooltip.ql-editing {
  left: 20px !important;
}
.ql-snow .ql-editor {
  color: #74788d;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #333;
  color: #f8f8f2;
  overflow: visible;
  border-radius: 4px;
}
.tagify {
  border-radius: 4px;
  border-color: #e2e5ec;
}
.tagify:hover {
  border-color: #e2e5ec;
}
.tagify.tagify--focus {
  border: 1px solid #9aabff;
}
.tagify .tagify__input {
  color: #595d6e;
}
.tagify .tagify__input:before {
  margin-top: 2px;
}
.tagify .tagify__tag {
  background-color: #ebedf2;
  display: inline-flex;
  align-items: center;
  padding: 0 0.5rem;
  border-radius: 4px;
}
.tagify .tagify__tag div {
  order: 1;
  padding-right: 0.25rem;
}
.tagify .tagify__tag div .tagify__tag-text {
  color: #74788d;
  font-weight: 400;
}
.tagify .tagify__tag div:before {
  box-shadow: none !important;
  animation: none;
  transition: none;
}
.tagify .tagify__tag .tagify__tag__removeBtn {
  line-height: 1;
  order: 2;
  transform: none;
  position: static;
  border-radius: 0;
  margin-top: -2px;
}
.tagify .tagify__tag .tagify__tag__removeBtn:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f1b2";
  font-size: 0.6rem;
  color: #a2a5b9;
}
.tagify .tagify__tag .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #5d78ff;
}
.tagify .tagify__tag .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.4;
}
.tagify .tagify__tag.tagify__tag--brand {
  background-color: rgba(93, 120, 255, 0.1);
}
.tagify .tagify__tag.tagify__tag--brand div .tagify__tag-text {
  color: #5d78ff;
}
.tagify .tagify__tag.tagify__tag--brand .tagify__tag__removeBtn:after {
  color: #5d78ff;
}
.tagify .tagify__tag.tagify__tag--brand .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--brand .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--light {
  background-color: rgba(255, 255, 255, 0.1);
}
.tagify .tagify__tag.tagify__tag--light div .tagify__tag-text {
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--light .tagify__tag__removeBtn:after {
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--light .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #282a3c;
}
.tagify .tagify__tag.tagify__tag--light .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--dark {
  background-color: rgba(40, 42, 60, 0.1);
}
.tagify .tagify__tag.tagify__tag--dark div .tagify__tag-text {
  color: #282a3c;
}
.tagify .tagify__tag.tagify__tag--dark .tagify__tag__removeBtn:after {
  color: #282a3c;
}
.tagify .tagify__tag.tagify__tag--dark .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--dark .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--primary {
  background-color: rgba(88, 103, 221, 0.1);
}
.tagify .tagify__tag.tagify__tag--primary div .tagify__tag-text {
  color: #5867dd;
}
.tagify .tagify__tag.tagify__tag--primary .tagify__tag__removeBtn:after {
  color: #5867dd;
}
.tagify .tagify__tag.tagify__tag--primary .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--primary .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--success {
  background-color: rgba(10, 187, 135, 0.1);
}
.tagify .tagify__tag.tagify__tag--success div .tagify__tag-text {
  color: #0abb87;
}
.tagify .tagify__tag.tagify__tag--success .tagify__tag__removeBtn:after {
  color: #0abb87;
}
.tagify .tagify__tag.tagify__tag--success .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--success .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--info {
  background-color: rgba(85, 120, 235, 0.1);
}
.tagify .tagify__tag.tagify__tag--info div .tagify__tag-text {
  color: #5578eb;
}
.tagify .tagify__tag.tagify__tag--info .tagify__tag__removeBtn:after {
  color: #5578eb;
}
.tagify .tagify__tag.tagify__tag--info .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--info .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--warning {
  background-color: rgba(255, 184, 34, 0.1);
}
.tagify .tagify__tag.tagify__tag--warning div .tagify__tag-text {
  color: #ffb822;
}
.tagify .tagify__tag.tagify__tag--warning .tagify__tag__removeBtn:after {
  color: #ffb822;
}
.tagify .tagify__tag.tagify__tag--warning .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #111111;
}
.tagify .tagify__tag.tagify__tag--warning .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify .tagify__tag.tagify__tag--danger {
  background-color: rgba(253, 57, 122, 0.1);
}
.tagify .tagify__tag.tagify__tag--danger div .tagify__tag-text {
  color: #fd397a;
}
.tagify .tagify__tag.tagify__tag--danger .tagify__tag__removeBtn:after {
  color: #fd397a;
}
.tagify .tagify__tag.tagify__tag--danger .tagify__tag__removeBtn:hover {
  background: transparent;
  color: #ffffff;
}
.tagify .tagify__tag.tagify__tag--danger .tagify__tag__removeBtn:hover + div > span {
  opacity: 0.3;
}
.tagify--outside {
  border: 0 !important;
  padding: 0 !important;
  margin: 5px 0 10px 0 !important;
}
.tagify--outside tag:first-child {
  margin-left: 0;
}
.tagify__input.form-control {
  margin: 0;
}
.tagify__input.form-control:before {
  top: 6px;
}
.tagify__input--outside {
  display: block;
  max-width: 600px;
  border: 1px solid #DDD;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.tagify__dropdown {
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  background: #fff;
  border: 0 !important;
  padding: 0.75rem 0;
  z-index: 95;
  border-radius: 4px;
}
.modal-open .tagify__dropdown {
  z-index: 1051;
}
.tagify__dropdown .tagify__dropdown__item {
  color: #74788d;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  margin: 0;
  box-shadow: none;
}
.tagify__dropdown .tagify__dropdown__item.tagify__dropdown__item--active {
  background: #f7f8fa;
  color: #5d78ff;
}
.tox-target {
  display: none;
}
.tox-tinymce {
  border-radius: 4px !important;
  height: 500px !important;
}
.ck-target {
  display: none;
}
.ck-toolbar {
  border-radius: 4px !important;
}
.ck-content {
  min-height: 200px;
  border-radius: 4px !important;
}
.ck-content.ck-focused {
  border-color: #5d78ff !important;
  box-shadow: none !important;
}
.ck-editor .ck-toolbar {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ck-editor .ck-content {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.ck-body .ck-balloon-panel .ck-content {
  min-height: 200px;
  border-color: transparent !important;
}
.ck-body .ck-balloon-panel .ck-content.ck-focused {
  border-color: #5d78ff !important;
}
.ck-body .ck-balloon-panel.ck-toolbar-container, .ck-body .ck-balloon-panel .ck-toolbar {
  border-radius: 4px !important;
}
.kanban-container {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.kanban-container .kanban-board {
  width: calc(20% - 1.25rem) !important;
  border-radius: 4px;
  margin-bottom: 1.25rem;
  margin-right: 1.25rem !important;
  background-color: #f7f8fa;
}
.kanban-container .kanban-board .kanban-title-board {
  font-weight: 600;
  font-size: 1.2rem;
}
.kanban-container .kanban-board .brand {
  background-color: #5d78ff;
  color: #ffffff;
}
.kanban-container .kanban-board .brand-light {
  background-color: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
}
.kanban-container .kanban-board .light {
  background-color: #ffffff;
  color: #282a3c;
}
.kanban-container .kanban-board .light-light {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.kanban-container .kanban-board .dark {
  background-color: #282a3c;
  color: #ffffff;
}
.kanban-container .kanban-board .dark-light {
  background-color: rgba(40, 42, 60, 0.1);
  color: #282a3c;
}
.kanban-container .kanban-board .primary {
  background-color: #5867dd;
  color: #ffffff;
}
.kanban-container .kanban-board .primary-light {
  background-color: rgba(88, 103, 221, 0.1);
  color: #5867dd;
}
.kanban-container .kanban-board .success {
  background-color: #0abb87;
  color: #ffffff;
}
.kanban-container .kanban-board .success-light {
  background-color: rgba(10, 187, 135, 0.1);
  color: #0abb87;
}
.kanban-container .kanban-board .info {
  background-color: #5578eb;
  color: #ffffff;
}
.kanban-container .kanban-board .info-light {
  background-color: rgba(85, 120, 235, 0.1);
  color: #5578eb;
}
.kanban-container .kanban-board .warning {
  background-color: #ffb822;
  color: #111111;
}
.kanban-container .kanban-board .warning-light {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
}
.kanban-container .kanban-board .danger {
  background-color: #fd397a;
  color: #ffffff;
}
.kanban-container .kanban-board .danger-light {
  background-color: rgba(253, 57, 122, 0.1);
  color: #fd397a;
}
@media (max-width: 1399px) {
  .kanban-container .kanban-board {
    width: calc(33% - 1.25rem) !important;
  }
}
@media (max-width: 1024px) {
  .kanban-container .kanban-board {
    width: calc(50% - 1.25rem) !important;
  }
}
@media (max-width: 768px) {
  .kanban-container .kanban-board {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.kanban-container .kanban-board-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kanban-container .kanban-item {
  border-radius: 4px;
  font-weight: 500;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.05);
}
.kanban-container .kanban-item[data-class=brand] {
  background-color: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
  box-shadow: none;
}
.kanban-container .kanban-item[data-class=light] {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: none;
}
.kanban-container .kanban-item[data-class=dark] {
  background-color: rgba(40, 42, 60, 0.1);
  color: #282a3c;
  box-shadow: none;
}
.kanban-container .kanban-item[data-class=primary] {
  background-color: rgba(88, 103, 221, 0.1);
  color: #5867dd;
  box-shadow: none;
}
.kanban-container .kanban-item[data-class=success] {
  background-color: rgba(10, 187, 135, 0.1);
  color: #0abb87;
  box-shadow: none;
}
.kanban-container .kanban-item[data-class=info] {
  background-color: rgba(85, 120, 235, 0.1);
  color: #5578eb;
  box-shadow: none;
}
.kanban-container .kanban-item[data-class=warning] {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
  box-shadow: none;
}
.kanban-container .kanban-item[data-class=danger] {
  background-color: rgba(253, 57, 122, 0.1);
  color: #fd397a;
  box-shadow: none;
}
.kt-kanban__badge {
  display: flex;
  align-content: center;
}
.kt-kanban__badge .kt-kanban__title {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.kt-kanban__badge .kt-kanban__image {
  margin-right: 1.25rem;
  flex: 0 0 50px;
}
.kanban-toolbar {
  padding: 1rem 0;
}
.kanban-toolbar .kanban-toolbar__title {
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.kanban-toolbar .form-control {
  align-items: center;
}
.kt-container, .kt-container.kt-container--fluid {
  width: 100%;
  margin: 0;
}
.kt-container.kt-container--fit {
  padding: 0 !important;
}
.kt-container.kt-container--fit-left {
  padding-left: 0 !important;
}
.kt-container.kt-container--fit-right {
  padding-right: 0 !important;
}
@media (min-width: 1429px) {
  .kt-container {
    width: 1380px;
    margin: 0 auto;
  }
  .kt-container.kt-container--fluid {
    width: 100%;
    margin: 0;
  }
}
.kt-page--loading * {
  transition: none !important;
}
.kt-page-loader {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
.kt-page--loading .kt-page-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kt-page-loader.kt-page-loader--non-block {
  background: transparent;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: auto;
}
.kt-page--loading-non-block .kt-page-loader.kt-page-loader--non-block {
  display: inline-block;
}
.kt-page-loader.kt-page-loader--logo {
  flex-direction: column;
  align-items: center;
}
.kt-page-loader.kt-page-loader--logo img {
  display: block;
}
.kt-page-loader.kt-page-loader--logo .kt-spinner {
  margin-top: 3rem;
}
.kt-page-loader.kt-page-loader--logo .kt-spinner:before {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: 300;
  font-family: Poppins, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html a:hover,
html a:active,
html a:focus,
body a:hover,
body a:active,
body a:focus {
  text-decoration: none !important;
}
html a,
html button,
body a,
body button {
  outline: none !important;
}
body {
  display: flex;
  flex-direction: column;
  color: #646c9a;
}
router-outlet {
  display: none;
}
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
/* Customize website's scrollbar like Mac OS */
/* 
::-webkit-scrollbar {
    background-color:#f6f6f6;
    width:14px;
}

::-webkit-scrollbar-track {
    transition: all 0.3s ease;
    background-color:#f6f6f6;
    width:14px;
}

::-webkit-scrollbar-track:hover {
    transition: all 0.3s ease;
    background-color:#f6f6f6;
}

::-webkit-scrollbar-thumb {
    transition: all 0.3s ease;
    background-color:#c1c1c1;
}

::-webkit-scrollbar-thumb:hover {
    transition: all 0.3s ease;
    background-color: darken(#c1c1c1, 3%);
}
*/
/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
  display: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  html,
body {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  html,
body {
    font-size: 12px;
  }
}
.kt-animate-fade-in-up {
  animation: kt-animate-fade-in-up 0.5s;
}
.kt-animate-fade-out {
  animation: kt-animate-fade-out 0.5s;
}
.kt-animate-fade-in {
  animation: kt-animate-fade-in 0.5s;
}
.kt-animate-blink {
  animation: kt-animate-blink 1s step-start 0s infinite;
  animation-fill-mode: initial;
}
.kt-animate-shake {
  animation: kt-animate-shake 0.1s ease-in 0.1s infinite alternate;
  animation-fill-mode: initial;
}
.kt-animate-pause {
  animation-play-state: paused;
}
.kt-notransition {
  transition: none !important;
}
@keyframes kt-animate-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes kt-animate-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kt-animate-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes kt-animate-fade-out-up {
  from {
    opacity: 1;
    transform: translateY(15px);
  }
  to {
    opacity: 0;
    transform: translateY(0px);
  }
}
@keyframes kt-animate-blink {
  50% {
    opacity: 0;
  }
}
@keyframes kt-animate-shake {
  from {
    transform: rotate(13deg);
  }
  to {
    -webkit-transform-origin: center center;
    transform: rotate(-13deg);
  }
}
.kt-margin-0 {
  margin: 0px !important;
}
.kt-margin-t-0 {
  margin-top: 0px !important;
}
.kt-margin-b-0 {
  margin-bottom: 0px !important;
}
.kt-margin-l-0 {
  margin-left: 0px !important;
}
.kt-margin-r-0 {
  margin-right: 0px !important;
}
.kt-padding-0 {
  padding: 0px !important;
}
.kt-padding-t-0 {
  padding-top: 0px !important;
}
.kt-padding-b-0 {
  padding-bottom: 0px !important;
}
.kt-padding-l-0 {
  padding-left: 0px !important;
}
.kt-padding-r-0 {
  padding-right: 0px !important;
}
.kt-m0 {
  margin: 0px !important;
}
.kt-mt-0 {
  margin-top: 0px !important;
}
.kt-mb-0 {
  margin-bottom: 0px !important;
}
.kt-ml-0 {
  margin-left: 0px !important;
}
.kt-mr-0 {
  margin-right: 0px !important;
}
.kt-p0 {
  padding: 0px !important;
}
.kt-pt0 {
  padding-top: 0px !important;
}
.kt-pb-0 {
  padding-bottom: 0px !important;
}
.kt-pl0 {
  padding-left: 0px !important;
}
.kt-pr0 {
  padding-right: 0px !important;
}
.kt-margin-5 {
  margin: 5px !important;
}
.kt-margin-t-5 {
  margin-top: 5px !important;
}
.kt-margin-b-5 {
  margin-bottom: 5px !important;
}
.kt-margin-l-5 {
  margin-left: 5px !important;
}
.kt-margin-r-5 {
  margin-right: 5px !important;
}
.kt-padding-5 {
  padding: 5px !important;
}
.kt-padding-t-5 {
  padding-top: 5px !important;
}
.kt-padding-b-5 {
  padding-bottom: 5px !important;
}
.kt-padding-l-5 {
  padding-left: 5px !important;
}
.kt-padding-r-5 {
  padding-right: 5px !important;
}
.kt-m5 {
  margin: 5px !important;
}
.kt-mt-5 {
  margin-top: 5px !important;
}
.kt-mb-5 {
  margin-bottom: 5px !important;
}
.kt-ml-5 {
  margin-left: 5px !important;
}
.kt-mr-5 {
  margin-right: 5px !important;
}
.kt-p5 {
  padding: 5px !important;
}
.kt-pt5 {
  padding-top: 5px !important;
}
.kt-pb-5 {
  padding-bottom: 5px !important;
}
.kt-pl5 {
  padding-left: 5px !important;
}
.kt-pr5 {
  padding-right: 5px !important;
}
.kt-margin-10 {
  margin: 10px !important;
}
.kt-margin-t-10 {
  margin-top: 10px !important;
}
.kt-margin-b-10 {
  margin-bottom: 10px !important;
}
.kt-margin-l-10 {
  margin-left: 10px !important;
}
.kt-margin-r-10 {
  margin-right: 10px !important;
}
.kt-padding-10 {
  padding: 10px !important;
}
.kt-padding-t-10 {
  padding-top: 10px !important;
}
.kt-padding-b-10 {
  padding-bottom: 10px !important;
}
.kt-padding-l-10 {
  padding-left: 10px !important;
}
.kt-padding-r-10 {
  padding-right: 10px !important;
}
.kt-m10 {
  margin: 10px !important;
}
.kt-mt-10 {
  margin-top: 10px !important;
}
.kt-mb-10 {
  margin-bottom: 10px !important;
}
.kt-ml-10 {
  margin-left: 10px !important;
}
.kt-mr-10 {
  margin-right: 10px !important;
}
.kt-p10 {
  padding: 10px !important;
}
.kt-pt10 {
  padding-top: 10px !important;
}
.kt-pb-10 {
  padding-bottom: 10px !important;
}
.kt-pl10 {
  padding-left: 10px !important;
}
.kt-pr10 {
  padding-right: 10px !important;
}
.kt-margin-15 {
  margin: 15px !important;
}
.kt-margin-t-15 {
  margin-top: 15px !important;
}
.kt-margin-b-15 {
  margin-bottom: 15px !important;
}
.kt-margin-l-15 {
  margin-left: 15px !important;
}
.kt-margin-r-15 {
  margin-right: 15px !important;
}
.kt-padding-15 {
  padding: 15px !important;
}
.kt-padding-t-15 {
  padding-top: 15px !important;
}
.kt-padding-b-15 {
  padding-bottom: 15px !important;
}
.kt-padding-l-15 {
  padding-left: 15px !important;
}
.kt-padding-r-15 {
  padding-right: 15px !important;
}
.kt-m15 {
  margin: 15px !important;
}
.kt-mt-15 {
  margin-top: 15px !important;
}
.kt-mb-15 {
  margin-bottom: 15px !important;
}
.kt-ml-15 {
  margin-left: 15px !important;
}
.kt-mr-15 {
  margin-right: 15px !important;
}
.kt-p15 {
  padding: 15px !important;
}
.kt-pt15 {
  padding-top: 15px !important;
}
.kt-pb-15 {
  padding-bottom: 15px !important;
}
.kt-pl15 {
  padding-left: 15px !important;
}
.kt-pr15 {
  padding-right: 15px !important;
}
.kt-margin-20 {
  margin: 20px !important;
}
.kt-margin-t-20 {
  margin-top: 20px !important;
}
.kt-margin-b-20 {
  margin-bottom: 20px !important;
}
.kt-margin-l-20 {
  margin-left: 20px !important;
}
.kt-margin-r-20 {
  margin-right: 20px !important;
}
.kt-padding-20 {
  padding: 20px !important;
}
.kt-padding-t-20 {
  padding-top: 20px !important;
}
.kt-padding-b-20 {
  padding-bottom: 20px !important;
}
.kt-padding-l-20 {
  padding-left: 20px !important;
}
.kt-padding-r-20 {
  padding-right: 20px !important;
}
.kt-m20 {
  margin: 20px !important;
}
.kt-mt-20 {
  margin-top: 20px !important;
}
.kt-mb-20 {
  margin-bottom: 20px !important;
}
.kt-ml-20 {
  margin-left: 20px !important;
}
.kt-mr-20 {
  margin-right: 20px !important;
}
.kt-p20 {
  padding: 20px !important;
}
.kt-pt20 {
  padding-top: 20px !important;
}
.kt-pb-20 {
  padding-bottom: 20px !important;
}
.kt-pl20 {
  padding-left: 20px !important;
}
.kt-pr20 {
  padding-right: 20px !important;
}
.kt-margin-25 {
  margin: 25px !important;
}
.kt-margin-t-25 {
  margin-top: 25px !important;
}
.kt-margin-b-25 {
  margin-bottom: 25px !important;
}
.kt-margin-l-25 {
  margin-left: 25px !important;
}
.kt-margin-r-25 {
  margin-right: 25px !important;
}
.kt-padding-25 {
  padding: 25px !important;
}
.kt-padding-t-25 {
  padding-top: 25px !important;
}
.kt-padding-b-25 {
  padding-bottom: 25px !important;
}
.kt-padding-l-25 {
  padding-left: 25px !important;
}
.kt-padding-r-25 {
  padding-right: 25px !important;
}
.kt-m25 {
  margin: 25px !important;
}
.kt-mt-25 {
  margin-top: 25px !important;
}
.kt-mb-25 {
  margin-bottom: 25px !important;
}
.kt-ml-25 {
  margin-left: 25px !important;
}
.kt-mr-25 {
  margin-right: 25px !important;
}
.kt-p25 {
  padding: 25px !important;
}
.kt-pt25 {
  padding-top: 25px !important;
}
.kt-pb-25 {
  padding-bottom: 25px !important;
}
.kt-pl25 {
  padding-left: 25px !important;
}
.kt-pr25 {
  padding-right: 25px !important;
}
.kt-margin-30 {
  margin: 30px !important;
}
.kt-margin-t-30 {
  margin-top: 30px !important;
}
.kt-margin-b-30 {
  margin-bottom: 30px !important;
}
.kt-margin-l-30 {
  margin-left: 30px !important;
}
.kt-margin-r-30 {
  margin-right: 30px !important;
}
.kt-padding-30 {
  padding: 30px !important;
}
.kt-padding-t-30 {
  padding-top: 30px !important;
}
.kt-padding-b-30 {
  padding-bottom: 30px !important;
}
.kt-padding-l-30 {
  padding-left: 30px !important;
}
.kt-padding-r-30 {
  padding-right: 30px !important;
}
.kt-m30 {
  margin: 30px !important;
}
.kt-mt-30 {
  margin-top: 30px !important;
}
.kt-mb-30 {
  margin-bottom: 30px !important;
}
.kt-ml-30 {
  margin-left: 30px !important;
}
.kt-mr-30 {
  margin-right: 30px !important;
}
.kt-p30 {
  padding: 30px !important;
}
.kt-pt30 {
  padding-top: 30px !important;
}
.kt-pb-30 {
  padding-bottom: 30px !important;
}
.kt-pl30 {
  padding-left: 30px !important;
}
.kt-pr30 {
  padding-right: 30px !important;
}
.kt-margin-35 {
  margin: 35px !important;
}
.kt-margin-t-35 {
  margin-top: 35px !important;
}
.kt-margin-b-35 {
  margin-bottom: 35px !important;
}
.kt-margin-l-35 {
  margin-left: 35px !important;
}
.kt-margin-r-35 {
  margin-right: 35px !important;
}
.kt-padding-35 {
  padding: 35px !important;
}
.kt-padding-t-35 {
  padding-top: 35px !important;
}
.kt-padding-b-35 {
  padding-bottom: 35px !important;
}
.kt-padding-l-35 {
  padding-left: 35px !important;
}
.kt-padding-r-35 {
  padding-right: 35px !important;
}
.kt-m35 {
  margin: 35px !important;
}
.kt-mt-35 {
  margin-top: 35px !important;
}
.kt-mb-35 {
  margin-bottom: 35px !important;
}
.kt-ml-35 {
  margin-left: 35px !important;
}
.kt-mr-35 {
  margin-right: 35px !important;
}
.kt-p35 {
  padding: 35px !important;
}
.kt-pt35 {
  padding-top: 35px !important;
}
.kt-pb-35 {
  padding-bottom: 35px !important;
}
.kt-pl35 {
  padding-left: 35px !important;
}
.kt-pr35 {
  padding-right: 35px !important;
}
.kt-margin-40 {
  margin: 40px !important;
}
.kt-margin-t-40 {
  margin-top: 40px !important;
}
.kt-margin-b-40 {
  margin-bottom: 40px !important;
}
.kt-margin-l-40 {
  margin-left: 40px !important;
}
.kt-margin-r-40 {
  margin-right: 40px !important;
}
.kt-padding-40 {
  padding: 40px !important;
}
.kt-padding-t-40 {
  padding-top: 40px !important;
}
.kt-padding-b-40 {
  padding-bottom: 40px !important;
}
.kt-padding-l-40 {
  padding-left: 40px !important;
}
.kt-padding-r-40 {
  padding-right: 40px !important;
}
.kt-m40 {
  margin: 40px !important;
}
.kt-mt-40 {
  margin-top: 40px !important;
}
.kt-mb-40 {
  margin-bottom: 40px !important;
}
.kt-ml-40 {
  margin-left: 40px !important;
}
.kt-mr-40 {
  margin-right: 40px !important;
}
.kt-p40 {
  padding: 40px !important;
}
.kt-pt40 {
  padding-top: 40px !important;
}
.kt-pb-40 {
  padding-bottom: 40px !important;
}
.kt-pl40 {
  padding-left: 40px !important;
}
.kt-pr40 {
  padding-right: 40px !important;
}
.kt-margin-45 {
  margin: 45px !important;
}
.kt-margin-t-45 {
  margin-top: 45px !important;
}
.kt-margin-b-45 {
  margin-bottom: 45px !important;
}
.kt-margin-l-45 {
  margin-left: 45px !important;
}
.kt-margin-r-45 {
  margin-right: 45px !important;
}
.kt-padding-45 {
  padding: 45px !important;
}
.kt-padding-t-45 {
  padding-top: 45px !important;
}
.kt-padding-b-45 {
  padding-bottom: 45px !important;
}
.kt-padding-l-45 {
  padding-left: 45px !important;
}
.kt-padding-r-45 {
  padding-right: 45px !important;
}
.kt-m45 {
  margin: 45px !important;
}
.kt-mt-45 {
  margin-top: 45px !important;
}
.kt-mb-45 {
  margin-bottom: 45px !important;
}
.kt-ml-45 {
  margin-left: 45px !important;
}
.kt-mr-45 {
  margin-right: 45px !important;
}
.kt-p45 {
  padding: 45px !important;
}
.kt-pt45 {
  padding-top: 45px !important;
}
.kt-pb-45 {
  padding-bottom: 45px !important;
}
.kt-pl45 {
  padding-left: 45px !important;
}
.kt-pr45 {
  padding-right: 45px !important;
}
.kt-margin-50 {
  margin: 50px !important;
}
.kt-margin-t-50 {
  margin-top: 50px !important;
}
.kt-margin-b-50 {
  margin-bottom: 50px !important;
}
.kt-margin-l-50 {
  margin-left: 50px !important;
}
.kt-margin-r-50 {
  margin-right: 50px !important;
}
.kt-padding-50 {
  padding: 50px !important;
}
.kt-padding-t-50 {
  padding-top: 50px !important;
}
.kt-padding-b-50 {
  padding-bottom: 50px !important;
}
.kt-padding-l-50 {
  padding-left: 50px !important;
}
.kt-padding-r-50 {
  padding-right: 50px !important;
}
.kt-m50 {
  margin: 50px !important;
}
.kt-mt-50 {
  margin-top: 50px !important;
}
.kt-mb-50 {
  margin-bottom: 50px !important;
}
.kt-ml-50 {
  margin-left: 50px !important;
}
.kt-mr-50 {
  margin-right: 50px !important;
}
.kt-p50 {
  padding: 50px !important;
}
.kt-pt50 {
  padding-top: 50px !important;
}
.kt-pb-50 {
  padding-bottom: 50px !important;
}
.kt-pl50 {
  padding-left: 50px !important;
}
.kt-pr50 {
  padding-right: 50px !important;
}
.kt-margin-55 {
  margin: 55px !important;
}
.kt-margin-t-55 {
  margin-top: 55px !important;
}
.kt-margin-b-55 {
  margin-bottom: 55px !important;
}
.kt-margin-l-55 {
  margin-left: 55px !important;
}
.kt-margin-r-55 {
  margin-right: 55px !important;
}
.kt-padding-55 {
  padding: 55px !important;
}
.kt-padding-t-55 {
  padding-top: 55px !important;
}
.kt-padding-b-55 {
  padding-bottom: 55px !important;
}
.kt-padding-l-55 {
  padding-left: 55px !important;
}
.kt-padding-r-55 {
  padding-right: 55px !important;
}
.kt-m55 {
  margin: 55px !important;
}
.kt-mt-55 {
  margin-top: 55px !important;
}
.kt-mb-55 {
  margin-bottom: 55px !important;
}
.kt-ml-55 {
  margin-left: 55px !important;
}
.kt-mr-55 {
  margin-right: 55px !important;
}
.kt-p55 {
  padding: 55px !important;
}
.kt-pt55 {
  padding-top: 55px !important;
}
.kt-pb-55 {
  padding-bottom: 55px !important;
}
.kt-pl55 {
  padding-left: 55px !important;
}
.kt-pr55 {
  padding-right: 55px !important;
}
.kt-margin-60 {
  margin: 60px !important;
}
.kt-margin-t-60 {
  margin-top: 60px !important;
}
.kt-margin-b-60 {
  margin-bottom: 60px !important;
}
.kt-margin-l-60 {
  margin-left: 60px !important;
}
.kt-margin-r-60 {
  margin-right: 60px !important;
}
.kt-padding-60 {
  padding: 60px !important;
}
.kt-padding-t-60 {
  padding-top: 60px !important;
}
.kt-padding-b-60 {
  padding-bottom: 60px !important;
}
.kt-padding-l-60 {
  padding-left: 60px !important;
}
.kt-padding-r-60 {
  padding-right: 60px !important;
}
.kt-m60 {
  margin: 60px !important;
}
.kt-mt-60 {
  margin-top: 60px !important;
}
.kt-mb-60 {
  margin-bottom: 60px !important;
}
.kt-ml-60 {
  margin-left: 60px !important;
}
.kt-mr-60 {
  margin-right: 60px !important;
}
.kt-p60 {
  padding: 60px !important;
}
.kt-pt60 {
  padding-top: 60px !important;
}
.kt-pb-60 {
  padding-bottom: 60px !important;
}
.kt-pl60 {
  padding-left: 60px !important;
}
.kt-pr60 {
  padding-right: 60px !important;
}
.kt-margin-65 {
  margin: 65px !important;
}
.kt-margin-t-65 {
  margin-top: 65px !important;
}
.kt-margin-b-65 {
  margin-bottom: 65px !important;
}
.kt-margin-l-65 {
  margin-left: 65px !important;
}
.kt-margin-r-65 {
  margin-right: 65px !important;
}
.kt-padding-65 {
  padding: 65px !important;
}
.kt-padding-t-65 {
  padding-top: 65px !important;
}
.kt-padding-b-65 {
  padding-bottom: 65px !important;
}
.kt-padding-l-65 {
  padding-left: 65px !important;
}
.kt-padding-r-65 {
  padding-right: 65px !important;
}
.kt-m65 {
  margin: 65px !important;
}
.kt-mt-65 {
  margin-top: 65px !important;
}
.kt-mb-65 {
  margin-bottom: 65px !important;
}
.kt-ml-65 {
  margin-left: 65px !important;
}
.kt-mr-65 {
  margin-right: 65px !important;
}
.kt-p65 {
  padding: 65px !important;
}
.kt-pt65 {
  padding-top: 65px !important;
}
.kt-pb-65 {
  padding-bottom: 65px !important;
}
.kt-pl65 {
  padding-left: 65px !important;
}
.kt-pr65 {
  padding-right: 65px !important;
}
.kt-margin-70 {
  margin: 70px !important;
}
.kt-margin-t-70 {
  margin-top: 70px !important;
}
.kt-margin-b-70 {
  margin-bottom: 70px !important;
}
.kt-margin-l-70 {
  margin-left: 70px !important;
}
.kt-margin-r-70 {
  margin-right: 70px !important;
}
.kt-padding-70 {
  padding: 70px !important;
}
.kt-padding-t-70 {
  padding-top: 70px !important;
}
.kt-padding-b-70 {
  padding-bottom: 70px !important;
}
.kt-padding-l-70 {
  padding-left: 70px !important;
}
.kt-padding-r-70 {
  padding-right: 70px !important;
}
.kt-m70 {
  margin: 70px !important;
}
.kt-mt-70 {
  margin-top: 70px !important;
}
.kt-mb-70 {
  margin-bottom: 70px !important;
}
.kt-ml-70 {
  margin-left: 70px !important;
}
.kt-mr-70 {
  margin-right: 70px !important;
}
.kt-p70 {
  padding: 70px !important;
}
.kt-pt70 {
  padding-top: 70px !important;
}
.kt-pb-70 {
  padding-bottom: 70px !important;
}
.kt-pl70 {
  padding-left: 70px !important;
}
.kt-pr70 {
  padding-right: 70px !important;
}
.kt-margin-75 {
  margin: 75px !important;
}
.kt-margin-t-75 {
  margin-top: 75px !important;
}
.kt-margin-b-75 {
  margin-bottom: 75px !important;
}
.kt-margin-l-75 {
  margin-left: 75px !important;
}
.kt-margin-r-75 {
  margin-right: 75px !important;
}
.kt-padding-75 {
  padding: 75px !important;
}
.kt-padding-t-75 {
  padding-top: 75px !important;
}
.kt-padding-b-75 {
  padding-bottom: 75px !important;
}
.kt-padding-l-75 {
  padding-left: 75px !important;
}
.kt-padding-r-75 {
  padding-right: 75px !important;
}
.kt-m75 {
  margin: 75px !important;
}
.kt-mt-75 {
  margin-top: 75px !important;
}
.kt-mb-75 {
  margin-bottom: 75px !important;
}
.kt-ml-75 {
  margin-left: 75px !important;
}
.kt-mr-75 {
  margin-right: 75px !important;
}
.kt-p75 {
  padding: 75px !important;
}
.kt-pt75 {
  padding-top: 75px !important;
}
.kt-pb-75 {
  padding-bottom: 75px !important;
}
.kt-pl75 {
  padding-left: 75px !important;
}
.kt-pr75 {
  padding-right: 75px !important;
}
.kt-margin-80 {
  margin: 80px !important;
}
.kt-margin-t-80 {
  margin-top: 80px !important;
}
.kt-margin-b-80 {
  margin-bottom: 80px !important;
}
.kt-margin-l-80 {
  margin-left: 80px !important;
}
.kt-margin-r-80 {
  margin-right: 80px !important;
}
.kt-padding-80 {
  padding: 80px !important;
}
.kt-padding-t-80 {
  padding-top: 80px !important;
}
.kt-padding-b-80 {
  padding-bottom: 80px !important;
}
.kt-padding-l-80 {
  padding-left: 80px !important;
}
.kt-padding-r-80 {
  padding-right: 80px !important;
}
.kt-m80 {
  margin: 80px !important;
}
.kt-mt-80 {
  margin-top: 80px !important;
}
.kt-mb-80 {
  margin-bottom: 80px !important;
}
.kt-ml-80 {
  margin-left: 80px !important;
}
.kt-mr-80 {
  margin-right: 80px !important;
}
.kt-p80 {
  padding: 80px !important;
}
.kt-pt80 {
  padding-top: 80px !important;
}
.kt-pb-80 {
  padding-bottom: 80px !important;
}
.kt-pl80 {
  padding-left: 80px !important;
}
.kt-pr80 {
  padding-right: 80px !important;
}
.kt-margin-85 {
  margin: 85px !important;
}
.kt-margin-t-85 {
  margin-top: 85px !important;
}
.kt-margin-b-85 {
  margin-bottom: 85px !important;
}
.kt-margin-l-85 {
  margin-left: 85px !important;
}
.kt-margin-r-85 {
  margin-right: 85px !important;
}
.kt-padding-85 {
  padding: 85px !important;
}
.kt-padding-t-85 {
  padding-top: 85px !important;
}
.kt-padding-b-85 {
  padding-bottom: 85px !important;
}
.kt-padding-l-85 {
  padding-left: 85px !important;
}
.kt-padding-r-85 {
  padding-right: 85px !important;
}
.kt-m85 {
  margin: 85px !important;
}
.kt-mt-85 {
  margin-top: 85px !important;
}
.kt-mb-85 {
  margin-bottom: 85px !important;
}
.kt-ml-85 {
  margin-left: 85px !important;
}
.kt-mr-85 {
  margin-right: 85px !important;
}
.kt-p85 {
  padding: 85px !important;
}
.kt-pt85 {
  padding-top: 85px !important;
}
.kt-pb-85 {
  padding-bottom: 85px !important;
}
.kt-pl85 {
  padding-left: 85px !important;
}
.kt-pr85 {
  padding-right: 85px !important;
}
.kt-margin-90 {
  margin: 90px !important;
}
.kt-margin-t-90 {
  margin-top: 90px !important;
}
.kt-margin-b-90 {
  margin-bottom: 90px !important;
}
.kt-margin-l-90 {
  margin-left: 90px !important;
}
.kt-margin-r-90 {
  margin-right: 90px !important;
}
.kt-padding-90 {
  padding: 90px !important;
}
.kt-padding-t-90 {
  padding-top: 90px !important;
}
.kt-padding-b-90 {
  padding-bottom: 90px !important;
}
.kt-padding-l-90 {
  padding-left: 90px !important;
}
.kt-padding-r-90 {
  padding-right: 90px !important;
}
.kt-m90 {
  margin: 90px !important;
}
.kt-mt-90 {
  margin-top: 90px !important;
}
.kt-mb-90 {
  margin-bottom: 90px !important;
}
.kt-ml-90 {
  margin-left: 90px !important;
}
.kt-mr-90 {
  margin-right: 90px !important;
}
.kt-p90 {
  padding: 90px !important;
}
.kt-pt90 {
  padding-top: 90px !important;
}
.kt-pb-90 {
  padding-bottom: 90px !important;
}
.kt-pl90 {
  padding-left: 90px !important;
}
.kt-pr90 {
  padding-right: 90px !important;
}
.kt-margin-95 {
  margin: 95px !important;
}
.kt-margin-t-95 {
  margin-top: 95px !important;
}
.kt-margin-b-95 {
  margin-bottom: 95px !important;
}
.kt-margin-l-95 {
  margin-left: 95px !important;
}
.kt-margin-r-95 {
  margin-right: 95px !important;
}
.kt-padding-95 {
  padding: 95px !important;
}
.kt-padding-t-95 {
  padding-top: 95px !important;
}
.kt-padding-b-95 {
  padding-bottom: 95px !important;
}
.kt-padding-l-95 {
  padding-left: 95px !important;
}
.kt-padding-r-95 {
  padding-right: 95px !important;
}
.kt-m95 {
  margin: 95px !important;
}
.kt-mt-95 {
  margin-top: 95px !important;
}
.kt-mb-95 {
  margin-bottom: 95px !important;
}
.kt-ml-95 {
  margin-left: 95px !important;
}
.kt-mr-95 {
  margin-right: 95px !important;
}
.kt-p95 {
  padding: 95px !important;
}
.kt-pt95 {
  padding-top: 95px !important;
}
.kt-pb-95 {
  padding-bottom: 95px !important;
}
.kt-pl95 {
  padding-left: 95px !important;
}
.kt-pr95 {
  padding-right: 95px !important;
}
.kt-margin-100 {
  margin: 100px !important;
}
.kt-margin-t-100 {
  margin-top: 100px !important;
}
.kt-margin-b-100 {
  margin-bottom: 100px !important;
}
.kt-margin-l-100 {
  margin-left: 100px !important;
}
.kt-margin-r-100 {
  margin-right: 100px !important;
}
.kt-padding-100 {
  padding: 100px !important;
}
.kt-padding-t-100 {
  padding-top: 100px !important;
}
.kt-padding-b-100 {
  padding-bottom: 100px !important;
}
.kt-padding-l-100 {
  padding-left: 100px !important;
}
.kt-padding-r-100 {
  padding-right: 100px !important;
}
.kt-m100 {
  margin: 100px !important;
}
.kt-mt-100 {
  margin-top: 100px !important;
}
.kt-mb-100 {
  margin-bottom: 100px !important;
}
.kt-ml-100 {
  margin-left: 100px !important;
}
.kt-mr-100 {
  margin-right: 100px !important;
}
.kt-p100 {
  padding: 100px !important;
}
.kt-pt100 {
  padding-top: 100px !important;
}
.kt-pb-100 {
  padding-bottom: 100px !important;
}
.kt-pl100 {
  padding-left: 100px !important;
}
.kt-pr100 {
  padding-right: 100px !important;
}
@media (min-width: 1025px) {
  .kt-margin-0-desktop {
    margin: 0px !important;
  }

  .kt-margin-t-0-desktop {
    margin-top: 0px !important;
  }

  .kt-margin-b-0-desktop {
    margin-bottom: 0px !important;
  }

  .kt-margin-l-0-desktop {
    margin-left: 0px !important;
  }

  .kt-margin-r-0-desktop {
    margin-right: 0px !important;
  }

  .kt-padding-0-desktop {
    padding: 0px !important;
  }

  .kt-padding-t-0-desktop {
    padding-top: 0px !important;
  }

  .kt-padding-b-0-desktop {
    padding-bottom: 0px !important;
  }

  .kt-padding-l-0-desktop {
    padding-left: 0px !important;
  }

  .kt-padding-r-0-desktop {
    padding-right: 0px !important;
  }

  .kt-m0-desktop {
    margin: 0px !important;
  }

  .kt-mt-0-desktop {
    margin-top: 0px !important;
  }

  .kt-mb-0-desktop {
    margin-bottom: 0px !important;
  }

  .kt-ml-0-desktop {
    margin-left: 0px !important;
  }

  .kt-mr-0-desktop {
    margin-right: 0px !important;
  }

  .kt-p0-desktop {
    padding: 0px !important;
  }

  .kt-pt0-desktop {
    padding-top: 0px !important;
  }

  .kt-pb-0-desktop {
    padding-bottom: 0px !important;
  }

  .kt-pl0-desktop {
    padding-left: 0px !important;
  }

  .kt-pr0-desktop {
    padding-right: 0px !important;
  }

  .kt-margin-5-desktop {
    margin: 5px !important;
  }

  .kt-margin-t-5-desktop {
    margin-top: 5px !important;
  }

  .kt-margin-b-5-desktop {
    margin-bottom: 5px !important;
  }

  .kt-margin-l-5-desktop {
    margin-left: 5px !important;
  }

  .kt-margin-r-5-desktop {
    margin-right: 5px !important;
  }

  .kt-padding-5-desktop {
    padding: 5px !important;
  }

  .kt-padding-t-5-desktop {
    padding-top: 5px !important;
  }

  .kt-padding-b-5-desktop {
    padding-bottom: 5px !important;
  }

  .kt-padding-l-5-desktop {
    padding-left: 5px !important;
  }

  .kt-padding-r-5-desktop {
    padding-right: 5px !important;
  }

  .kt-m5-desktop {
    margin: 5px !important;
  }

  .kt-mt-5-desktop {
    margin-top: 5px !important;
  }

  .kt-mb-5-desktop {
    margin-bottom: 5px !important;
  }

  .kt-ml-5-desktop {
    margin-left: 5px !important;
  }

  .kt-mr-5-desktop {
    margin-right: 5px !important;
  }

  .kt-p5-desktop {
    padding: 5px !important;
  }

  .kt-pt5-desktop {
    padding-top: 5px !important;
  }

  .kt-pb-5-desktop {
    padding-bottom: 5px !important;
  }

  .kt-pl5-desktop {
    padding-left: 5px !important;
  }

  .kt-pr5-desktop {
    padding-right: 5px !important;
  }

  .kt-margin-10-desktop {
    margin: 10px !important;
  }

  .kt-margin-t-10-desktop {
    margin-top: 10px !important;
  }

  .kt-margin-b-10-desktop {
    margin-bottom: 10px !important;
  }

  .kt-margin-l-10-desktop {
    margin-left: 10px !important;
  }

  .kt-margin-r-10-desktop {
    margin-right: 10px !important;
  }

  .kt-padding-10-desktop {
    padding: 10px !important;
  }

  .kt-padding-t-10-desktop {
    padding-top: 10px !important;
  }

  .kt-padding-b-10-desktop {
    padding-bottom: 10px !important;
  }

  .kt-padding-l-10-desktop {
    padding-left: 10px !important;
  }

  .kt-padding-r-10-desktop {
    padding-right: 10px !important;
  }

  .kt-m10-desktop {
    margin: 10px !important;
  }

  .kt-mt-10-desktop {
    margin-top: 10px !important;
  }

  .kt-mb-10-desktop {
    margin-bottom: 10px !important;
  }

  .kt-ml-10-desktop {
    margin-left: 10px !important;
  }

  .kt-mr-10-desktop {
    margin-right: 10px !important;
  }

  .kt-p10-desktop {
    padding: 10px !important;
  }

  .kt-pt10-desktop {
    padding-top: 10px !important;
  }

  .kt-pb-10-desktop {
    padding-bottom: 10px !important;
  }

  .kt-pl10-desktop {
    padding-left: 10px !important;
  }

  .kt-pr10-desktop {
    padding-right: 10px !important;
  }

  .kt-margin-15-desktop {
    margin: 15px !important;
  }

  .kt-margin-t-15-desktop {
    margin-top: 15px !important;
  }

  .kt-margin-b-15-desktop {
    margin-bottom: 15px !important;
  }

  .kt-margin-l-15-desktop {
    margin-left: 15px !important;
  }

  .kt-margin-r-15-desktop {
    margin-right: 15px !important;
  }

  .kt-padding-15-desktop {
    padding: 15px !important;
  }

  .kt-padding-t-15-desktop {
    padding-top: 15px !important;
  }

  .kt-padding-b-15-desktop {
    padding-bottom: 15px !important;
  }

  .kt-padding-l-15-desktop {
    padding-left: 15px !important;
  }

  .kt-padding-r-15-desktop {
    padding-right: 15px !important;
  }

  .kt-m15-desktop {
    margin: 15px !important;
  }

  .kt-mt-15-desktop {
    margin-top: 15px !important;
  }

  .kt-mb-15-desktop {
    margin-bottom: 15px !important;
  }

  .kt-ml-15-desktop {
    margin-left: 15px !important;
  }

  .kt-mr-15-desktop {
    margin-right: 15px !important;
  }

  .kt-p15-desktop {
    padding: 15px !important;
  }

  .kt-pt15-desktop {
    padding-top: 15px !important;
  }

  .kt-pb-15-desktop {
    padding-bottom: 15px !important;
  }

  .kt-pl15-desktop {
    padding-left: 15px !important;
  }

  .kt-pr15-desktop {
    padding-right: 15px !important;
  }

  .kt-margin-20-desktop {
    margin: 20px !important;
  }

  .kt-margin-t-20-desktop {
    margin-top: 20px !important;
  }

  .kt-margin-b-20-desktop {
    margin-bottom: 20px !important;
  }

  .kt-margin-l-20-desktop {
    margin-left: 20px !important;
  }

  .kt-margin-r-20-desktop {
    margin-right: 20px !important;
  }

  .kt-padding-20-desktop {
    padding: 20px !important;
  }

  .kt-padding-t-20-desktop {
    padding-top: 20px !important;
  }

  .kt-padding-b-20-desktop {
    padding-bottom: 20px !important;
  }

  .kt-padding-l-20-desktop {
    padding-left: 20px !important;
  }

  .kt-padding-r-20-desktop {
    padding-right: 20px !important;
  }

  .kt-m20-desktop {
    margin: 20px !important;
  }

  .kt-mt-20-desktop {
    margin-top: 20px !important;
  }

  .kt-mb-20-desktop {
    margin-bottom: 20px !important;
  }

  .kt-ml-20-desktop {
    margin-left: 20px !important;
  }

  .kt-mr-20-desktop {
    margin-right: 20px !important;
  }

  .kt-p20-desktop {
    padding: 20px !important;
  }

  .kt-pt20-desktop {
    padding-top: 20px !important;
  }

  .kt-pb-20-desktop {
    padding-bottom: 20px !important;
  }

  .kt-pl20-desktop {
    padding-left: 20px !important;
  }

  .kt-pr20-desktop {
    padding-right: 20px !important;
  }

  .kt-margin-25-desktop {
    margin: 25px !important;
  }

  .kt-margin-t-25-desktop {
    margin-top: 25px !important;
  }

  .kt-margin-b-25-desktop {
    margin-bottom: 25px !important;
  }

  .kt-margin-l-25-desktop {
    margin-left: 25px !important;
  }

  .kt-margin-r-25-desktop {
    margin-right: 25px !important;
  }

  .kt-padding-25-desktop {
    padding: 25px !important;
  }

  .kt-padding-t-25-desktop {
    padding-top: 25px !important;
  }

  .kt-padding-b-25-desktop {
    padding-bottom: 25px !important;
  }

  .kt-padding-l-25-desktop {
    padding-left: 25px !important;
  }

  .kt-padding-r-25-desktop {
    padding-right: 25px !important;
  }

  .kt-m25-desktop {
    margin: 25px !important;
  }

  .kt-mt-25-desktop {
    margin-top: 25px !important;
  }

  .kt-mb-25-desktop {
    margin-bottom: 25px !important;
  }

  .kt-ml-25-desktop {
    margin-left: 25px !important;
  }

  .kt-mr-25-desktop {
    margin-right: 25px !important;
  }

  .kt-p25-desktop {
    padding: 25px !important;
  }

  .kt-pt25-desktop {
    padding-top: 25px !important;
  }

  .kt-pb-25-desktop {
    padding-bottom: 25px !important;
  }

  .kt-pl25-desktop {
    padding-left: 25px !important;
  }

  .kt-pr25-desktop {
    padding-right: 25px !important;
  }

  .kt-margin-30-desktop {
    margin: 30px !important;
  }

  .kt-margin-t-30-desktop {
    margin-top: 30px !important;
  }

  .kt-margin-b-30-desktop {
    margin-bottom: 30px !important;
  }

  .kt-margin-l-30-desktop {
    margin-left: 30px !important;
  }

  .kt-margin-r-30-desktop {
    margin-right: 30px !important;
  }

  .kt-padding-30-desktop {
    padding: 30px !important;
  }

  .kt-padding-t-30-desktop {
    padding-top: 30px !important;
  }

  .kt-padding-b-30-desktop {
    padding-bottom: 30px !important;
  }

  .kt-padding-l-30-desktop {
    padding-left: 30px !important;
  }

  .kt-padding-r-30-desktop {
    padding-right: 30px !important;
  }

  .kt-m30-desktop {
    margin: 30px !important;
  }

  .kt-mt-30-desktop {
    margin-top: 30px !important;
  }

  .kt-mb-30-desktop {
    margin-bottom: 30px !important;
  }

  .kt-ml-30-desktop {
    margin-left: 30px !important;
  }

  .kt-mr-30-desktop {
    margin-right: 30px !important;
  }

  .kt-p30-desktop {
    padding: 30px !important;
  }

  .kt-pt30-desktop {
    padding-top: 30px !important;
  }

  .kt-pb-30-desktop {
    padding-bottom: 30px !important;
  }

  .kt-pl30-desktop {
    padding-left: 30px !important;
  }

  .kt-pr30-desktop {
    padding-right: 30px !important;
  }

  .kt-margin-35-desktop {
    margin: 35px !important;
  }

  .kt-margin-t-35-desktop {
    margin-top: 35px !important;
  }

  .kt-margin-b-35-desktop {
    margin-bottom: 35px !important;
  }

  .kt-margin-l-35-desktop {
    margin-left: 35px !important;
  }

  .kt-margin-r-35-desktop {
    margin-right: 35px !important;
  }

  .kt-padding-35-desktop {
    padding: 35px !important;
  }

  .kt-padding-t-35-desktop {
    padding-top: 35px !important;
  }

  .kt-padding-b-35-desktop {
    padding-bottom: 35px !important;
  }

  .kt-padding-l-35-desktop {
    padding-left: 35px !important;
  }

  .kt-padding-r-35-desktop {
    padding-right: 35px !important;
  }

  .kt-m35-desktop {
    margin: 35px !important;
  }

  .kt-mt-35-desktop {
    margin-top: 35px !important;
  }

  .kt-mb-35-desktop {
    margin-bottom: 35px !important;
  }

  .kt-ml-35-desktop {
    margin-left: 35px !important;
  }

  .kt-mr-35-desktop {
    margin-right: 35px !important;
  }

  .kt-p35-desktop {
    padding: 35px !important;
  }

  .kt-pt35-desktop {
    padding-top: 35px !important;
  }

  .kt-pb-35-desktop {
    padding-bottom: 35px !important;
  }

  .kt-pl35-desktop {
    padding-left: 35px !important;
  }

  .kt-pr35-desktop {
    padding-right: 35px !important;
  }

  .kt-margin-40-desktop {
    margin: 40px !important;
  }

  .kt-margin-t-40-desktop {
    margin-top: 40px !important;
  }

  .kt-margin-b-40-desktop {
    margin-bottom: 40px !important;
  }

  .kt-margin-l-40-desktop {
    margin-left: 40px !important;
  }

  .kt-margin-r-40-desktop {
    margin-right: 40px !important;
  }

  .kt-padding-40-desktop {
    padding: 40px !important;
  }

  .kt-padding-t-40-desktop {
    padding-top: 40px !important;
  }

  .kt-padding-b-40-desktop {
    padding-bottom: 40px !important;
  }

  .kt-padding-l-40-desktop {
    padding-left: 40px !important;
  }

  .kt-padding-r-40-desktop {
    padding-right: 40px !important;
  }

  .kt-m40-desktop {
    margin: 40px !important;
  }

  .kt-mt-40-desktop {
    margin-top: 40px !important;
  }

  .kt-mb-40-desktop {
    margin-bottom: 40px !important;
  }

  .kt-ml-40-desktop {
    margin-left: 40px !important;
  }

  .kt-mr-40-desktop {
    margin-right: 40px !important;
  }

  .kt-p40-desktop {
    padding: 40px !important;
  }

  .kt-pt40-desktop {
    padding-top: 40px !important;
  }

  .kt-pb-40-desktop {
    padding-bottom: 40px !important;
  }

  .kt-pl40-desktop {
    padding-left: 40px !important;
  }

  .kt-pr40-desktop {
    padding-right: 40px !important;
  }

  .kt-margin-45-desktop {
    margin: 45px !important;
  }

  .kt-margin-t-45-desktop {
    margin-top: 45px !important;
  }

  .kt-margin-b-45-desktop {
    margin-bottom: 45px !important;
  }

  .kt-margin-l-45-desktop {
    margin-left: 45px !important;
  }

  .kt-margin-r-45-desktop {
    margin-right: 45px !important;
  }

  .kt-padding-45-desktop {
    padding: 45px !important;
  }

  .kt-padding-t-45-desktop {
    padding-top: 45px !important;
  }

  .kt-padding-b-45-desktop {
    padding-bottom: 45px !important;
  }

  .kt-padding-l-45-desktop {
    padding-left: 45px !important;
  }

  .kt-padding-r-45-desktop {
    padding-right: 45px !important;
  }

  .kt-m45-desktop {
    margin: 45px !important;
  }

  .kt-mt-45-desktop {
    margin-top: 45px !important;
  }

  .kt-mb-45-desktop {
    margin-bottom: 45px !important;
  }

  .kt-ml-45-desktop {
    margin-left: 45px !important;
  }

  .kt-mr-45-desktop {
    margin-right: 45px !important;
  }

  .kt-p45-desktop {
    padding: 45px !important;
  }

  .kt-pt45-desktop {
    padding-top: 45px !important;
  }

  .kt-pb-45-desktop {
    padding-bottom: 45px !important;
  }

  .kt-pl45-desktop {
    padding-left: 45px !important;
  }

  .kt-pr45-desktop {
    padding-right: 45px !important;
  }

  .kt-margin-50-desktop {
    margin: 50px !important;
  }

  .kt-margin-t-50-desktop {
    margin-top: 50px !important;
  }

  .kt-margin-b-50-desktop {
    margin-bottom: 50px !important;
  }

  .kt-margin-l-50-desktop {
    margin-left: 50px !important;
  }

  .kt-margin-r-50-desktop {
    margin-right: 50px !important;
  }

  .kt-padding-50-desktop {
    padding: 50px !important;
  }

  .kt-padding-t-50-desktop {
    padding-top: 50px !important;
  }

  .kt-padding-b-50-desktop {
    padding-bottom: 50px !important;
  }

  .kt-padding-l-50-desktop {
    padding-left: 50px !important;
  }

  .kt-padding-r-50-desktop {
    padding-right: 50px !important;
  }

  .kt-m50-desktop {
    margin: 50px !important;
  }

  .kt-mt-50-desktop {
    margin-top: 50px !important;
  }

  .kt-mb-50-desktop {
    margin-bottom: 50px !important;
  }

  .kt-ml-50-desktop {
    margin-left: 50px !important;
  }

  .kt-mr-50-desktop {
    margin-right: 50px !important;
  }

  .kt-p50-desktop {
    padding: 50px !important;
  }

  .kt-pt50-desktop {
    padding-top: 50px !important;
  }

  .kt-pb-50-desktop {
    padding-bottom: 50px !important;
  }

  .kt-pl50-desktop {
    padding-left: 50px !important;
  }

  .kt-pr50-desktop {
    padding-right: 50px !important;
  }

  .kt-margin-55-desktop {
    margin: 55px !important;
  }

  .kt-margin-t-55-desktop {
    margin-top: 55px !important;
  }

  .kt-margin-b-55-desktop {
    margin-bottom: 55px !important;
  }

  .kt-margin-l-55-desktop {
    margin-left: 55px !important;
  }

  .kt-margin-r-55-desktop {
    margin-right: 55px !important;
  }

  .kt-padding-55-desktop {
    padding: 55px !important;
  }

  .kt-padding-t-55-desktop {
    padding-top: 55px !important;
  }

  .kt-padding-b-55-desktop {
    padding-bottom: 55px !important;
  }

  .kt-padding-l-55-desktop {
    padding-left: 55px !important;
  }

  .kt-padding-r-55-desktop {
    padding-right: 55px !important;
  }

  .kt-m55-desktop {
    margin: 55px !important;
  }

  .kt-mt-55-desktop {
    margin-top: 55px !important;
  }

  .kt-mb-55-desktop {
    margin-bottom: 55px !important;
  }

  .kt-ml-55-desktop {
    margin-left: 55px !important;
  }

  .kt-mr-55-desktop {
    margin-right: 55px !important;
  }

  .kt-p55-desktop {
    padding: 55px !important;
  }

  .kt-pt55-desktop {
    padding-top: 55px !important;
  }

  .kt-pb-55-desktop {
    padding-bottom: 55px !important;
  }

  .kt-pl55-desktop {
    padding-left: 55px !important;
  }

  .kt-pr55-desktop {
    padding-right: 55px !important;
  }

  .kt-margin-60-desktop {
    margin: 60px !important;
  }

  .kt-margin-t-60-desktop {
    margin-top: 60px !important;
  }

  .kt-margin-b-60-desktop {
    margin-bottom: 60px !important;
  }

  .kt-margin-l-60-desktop {
    margin-left: 60px !important;
  }

  .kt-margin-r-60-desktop {
    margin-right: 60px !important;
  }

  .kt-padding-60-desktop {
    padding: 60px !important;
  }

  .kt-padding-t-60-desktop {
    padding-top: 60px !important;
  }

  .kt-padding-b-60-desktop {
    padding-bottom: 60px !important;
  }

  .kt-padding-l-60-desktop {
    padding-left: 60px !important;
  }

  .kt-padding-r-60-desktop {
    padding-right: 60px !important;
  }

  .kt-m60-desktop {
    margin: 60px !important;
  }

  .kt-mt-60-desktop {
    margin-top: 60px !important;
  }

  .kt-mb-60-desktop {
    margin-bottom: 60px !important;
  }

  .kt-ml-60-desktop {
    margin-left: 60px !important;
  }

  .kt-mr-60-desktop {
    margin-right: 60px !important;
  }

  .kt-p60-desktop {
    padding: 60px !important;
  }

  .kt-pt60-desktop {
    padding-top: 60px !important;
  }

  .kt-pb-60-desktop {
    padding-bottom: 60px !important;
  }

  .kt-pl60-desktop {
    padding-left: 60px !important;
  }

  .kt-pr60-desktop {
    padding-right: 60px !important;
  }

  .kt-margin-65-desktop {
    margin: 65px !important;
  }

  .kt-margin-t-65-desktop {
    margin-top: 65px !important;
  }

  .kt-margin-b-65-desktop {
    margin-bottom: 65px !important;
  }

  .kt-margin-l-65-desktop {
    margin-left: 65px !important;
  }

  .kt-margin-r-65-desktop {
    margin-right: 65px !important;
  }

  .kt-padding-65-desktop {
    padding: 65px !important;
  }

  .kt-padding-t-65-desktop {
    padding-top: 65px !important;
  }

  .kt-padding-b-65-desktop {
    padding-bottom: 65px !important;
  }

  .kt-padding-l-65-desktop {
    padding-left: 65px !important;
  }

  .kt-padding-r-65-desktop {
    padding-right: 65px !important;
  }

  .kt-m65-desktop {
    margin: 65px !important;
  }

  .kt-mt-65-desktop {
    margin-top: 65px !important;
  }

  .kt-mb-65-desktop {
    margin-bottom: 65px !important;
  }

  .kt-ml-65-desktop {
    margin-left: 65px !important;
  }

  .kt-mr-65-desktop {
    margin-right: 65px !important;
  }

  .kt-p65-desktop {
    padding: 65px !important;
  }

  .kt-pt65-desktop {
    padding-top: 65px !important;
  }

  .kt-pb-65-desktop {
    padding-bottom: 65px !important;
  }

  .kt-pl65-desktop {
    padding-left: 65px !important;
  }

  .kt-pr65-desktop {
    padding-right: 65px !important;
  }

  .kt-margin-70-desktop {
    margin: 70px !important;
  }

  .kt-margin-t-70-desktop {
    margin-top: 70px !important;
  }

  .kt-margin-b-70-desktop {
    margin-bottom: 70px !important;
  }

  .kt-margin-l-70-desktop {
    margin-left: 70px !important;
  }

  .kt-margin-r-70-desktop {
    margin-right: 70px !important;
  }

  .kt-padding-70-desktop {
    padding: 70px !important;
  }

  .kt-padding-t-70-desktop {
    padding-top: 70px !important;
  }

  .kt-padding-b-70-desktop {
    padding-bottom: 70px !important;
  }

  .kt-padding-l-70-desktop {
    padding-left: 70px !important;
  }

  .kt-padding-r-70-desktop {
    padding-right: 70px !important;
  }

  .kt-m70-desktop {
    margin: 70px !important;
  }

  .kt-mt-70-desktop {
    margin-top: 70px !important;
  }

  .kt-mb-70-desktop {
    margin-bottom: 70px !important;
  }

  .kt-ml-70-desktop {
    margin-left: 70px !important;
  }

  .kt-mr-70-desktop {
    margin-right: 70px !important;
  }

  .kt-p70-desktop {
    padding: 70px !important;
  }

  .kt-pt70-desktop {
    padding-top: 70px !important;
  }

  .kt-pb-70-desktop {
    padding-bottom: 70px !important;
  }

  .kt-pl70-desktop {
    padding-left: 70px !important;
  }

  .kt-pr70-desktop {
    padding-right: 70px !important;
  }

  .kt-margin-75-desktop {
    margin: 75px !important;
  }

  .kt-margin-t-75-desktop {
    margin-top: 75px !important;
  }

  .kt-margin-b-75-desktop {
    margin-bottom: 75px !important;
  }

  .kt-margin-l-75-desktop {
    margin-left: 75px !important;
  }

  .kt-margin-r-75-desktop {
    margin-right: 75px !important;
  }

  .kt-padding-75-desktop {
    padding: 75px !important;
  }

  .kt-padding-t-75-desktop {
    padding-top: 75px !important;
  }

  .kt-padding-b-75-desktop {
    padding-bottom: 75px !important;
  }

  .kt-padding-l-75-desktop {
    padding-left: 75px !important;
  }

  .kt-padding-r-75-desktop {
    padding-right: 75px !important;
  }

  .kt-m75-desktop {
    margin: 75px !important;
  }

  .kt-mt-75-desktop {
    margin-top: 75px !important;
  }

  .kt-mb-75-desktop {
    margin-bottom: 75px !important;
  }

  .kt-ml-75-desktop {
    margin-left: 75px !important;
  }

  .kt-mr-75-desktop {
    margin-right: 75px !important;
  }

  .kt-p75-desktop {
    padding: 75px !important;
  }

  .kt-pt75-desktop {
    padding-top: 75px !important;
  }

  .kt-pb-75-desktop {
    padding-bottom: 75px !important;
  }

  .kt-pl75-desktop {
    padding-left: 75px !important;
  }

  .kt-pr75-desktop {
    padding-right: 75px !important;
  }

  .kt-margin-80-desktop {
    margin: 80px !important;
  }

  .kt-margin-t-80-desktop {
    margin-top: 80px !important;
  }

  .kt-margin-b-80-desktop {
    margin-bottom: 80px !important;
  }

  .kt-margin-l-80-desktop {
    margin-left: 80px !important;
  }

  .kt-margin-r-80-desktop {
    margin-right: 80px !important;
  }

  .kt-padding-80-desktop {
    padding: 80px !important;
  }

  .kt-padding-t-80-desktop {
    padding-top: 80px !important;
  }

  .kt-padding-b-80-desktop {
    padding-bottom: 80px !important;
  }

  .kt-padding-l-80-desktop {
    padding-left: 80px !important;
  }

  .kt-padding-r-80-desktop {
    padding-right: 80px !important;
  }

  .kt-m80-desktop {
    margin: 80px !important;
  }

  .kt-mt-80-desktop {
    margin-top: 80px !important;
  }

  .kt-mb-80-desktop {
    margin-bottom: 80px !important;
  }

  .kt-ml-80-desktop {
    margin-left: 80px !important;
  }

  .kt-mr-80-desktop {
    margin-right: 80px !important;
  }

  .kt-p80-desktop {
    padding: 80px !important;
  }

  .kt-pt80-desktop {
    padding-top: 80px !important;
  }

  .kt-pb-80-desktop {
    padding-bottom: 80px !important;
  }

  .kt-pl80-desktop {
    padding-left: 80px !important;
  }

  .kt-pr80-desktop {
    padding-right: 80px !important;
  }

  .kt-margin-85-desktop {
    margin: 85px !important;
  }

  .kt-margin-t-85-desktop {
    margin-top: 85px !important;
  }

  .kt-margin-b-85-desktop {
    margin-bottom: 85px !important;
  }

  .kt-margin-l-85-desktop {
    margin-left: 85px !important;
  }

  .kt-margin-r-85-desktop {
    margin-right: 85px !important;
  }

  .kt-padding-85-desktop {
    padding: 85px !important;
  }

  .kt-padding-t-85-desktop {
    padding-top: 85px !important;
  }

  .kt-padding-b-85-desktop {
    padding-bottom: 85px !important;
  }

  .kt-padding-l-85-desktop {
    padding-left: 85px !important;
  }

  .kt-padding-r-85-desktop {
    padding-right: 85px !important;
  }

  .kt-m85-desktop {
    margin: 85px !important;
  }

  .kt-mt-85-desktop {
    margin-top: 85px !important;
  }

  .kt-mb-85-desktop {
    margin-bottom: 85px !important;
  }

  .kt-ml-85-desktop {
    margin-left: 85px !important;
  }

  .kt-mr-85-desktop {
    margin-right: 85px !important;
  }

  .kt-p85-desktop {
    padding: 85px !important;
  }

  .kt-pt85-desktop {
    padding-top: 85px !important;
  }

  .kt-pb-85-desktop {
    padding-bottom: 85px !important;
  }

  .kt-pl85-desktop {
    padding-left: 85px !important;
  }

  .kt-pr85-desktop {
    padding-right: 85px !important;
  }

  .kt-margin-90-desktop {
    margin: 90px !important;
  }

  .kt-margin-t-90-desktop {
    margin-top: 90px !important;
  }

  .kt-margin-b-90-desktop {
    margin-bottom: 90px !important;
  }

  .kt-margin-l-90-desktop {
    margin-left: 90px !important;
  }

  .kt-margin-r-90-desktop {
    margin-right: 90px !important;
  }

  .kt-padding-90-desktop {
    padding: 90px !important;
  }

  .kt-padding-t-90-desktop {
    padding-top: 90px !important;
  }

  .kt-padding-b-90-desktop {
    padding-bottom: 90px !important;
  }

  .kt-padding-l-90-desktop {
    padding-left: 90px !important;
  }

  .kt-padding-r-90-desktop {
    padding-right: 90px !important;
  }

  .kt-m90-desktop {
    margin: 90px !important;
  }

  .kt-mt-90-desktop {
    margin-top: 90px !important;
  }

  .kt-mb-90-desktop {
    margin-bottom: 90px !important;
  }

  .kt-ml-90-desktop {
    margin-left: 90px !important;
  }

  .kt-mr-90-desktop {
    margin-right: 90px !important;
  }

  .kt-p90-desktop {
    padding: 90px !important;
  }

  .kt-pt90-desktop {
    padding-top: 90px !important;
  }

  .kt-pb-90-desktop {
    padding-bottom: 90px !important;
  }

  .kt-pl90-desktop {
    padding-left: 90px !important;
  }

  .kt-pr90-desktop {
    padding-right: 90px !important;
  }

  .kt-margin-95-desktop {
    margin: 95px !important;
  }

  .kt-margin-t-95-desktop {
    margin-top: 95px !important;
  }

  .kt-margin-b-95-desktop {
    margin-bottom: 95px !important;
  }

  .kt-margin-l-95-desktop {
    margin-left: 95px !important;
  }

  .kt-margin-r-95-desktop {
    margin-right: 95px !important;
  }

  .kt-padding-95-desktop {
    padding: 95px !important;
  }

  .kt-padding-t-95-desktop {
    padding-top: 95px !important;
  }

  .kt-padding-b-95-desktop {
    padding-bottom: 95px !important;
  }

  .kt-padding-l-95-desktop {
    padding-left: 95px !important;
  }

  .kt-padding-r-95-desktop {
    padding-right: 95px !important;
  }

  .kt-m95-desktop {
    margin: 95px !important;
  }

  .kt-mt-95-desktop {
    margin-top: 95px !important;
  }

  .kt-mb-95-desktop {
    margin-bottom: 95px !important;
  }

  .kt-ml-95-desktop {
    margin-left: 95px !important;
  }

  .kt-mr-95-desktop {
    margin-right: 95px !important;
  }

  .kt-p95-desktop {
    padding: 95px !important;
  }

  .kt-pt95-desktop {
    padding-top: 95px !important;
  }

  .kt-pb-95-desktop {
    padding-bottom: 95px !important;
  }

  .kt-pl95-desktop {
    padding-left: 95px !important;
  }

  .kt-pr95-desktop {
    padding-right: 95px !important;
  }

  .kt-margin-100-desktop {
    margin: 100px !important;
  }

  .kt-margin-t-100-desktop {
    margin-top: 100px !important;
  }

  .kt-margin-b-100-desktop {
    margin-bottom: 100px !important;
  }

  .kt-margin-l-100-desktop {
    margin-left: 100px !important;
  }

  .kt-margin-r-100-desktop {
    margin-right: 100px !important;
  }

  .kt-padding-100-desktop {
    padding: 100px !important;
  }

  .kt-padding-t-100-desktop {
    padding-top: 100px !important;
  }

  .kt-padding-b-100-desktop {
    padding-bottom: 100px !important;
  }

  .kt-padding-l-100-desktop {
    padding-left: 100px !important;
  }

  .kt-padding-r-100-desktop {
    padding-right: 100px !important;
  }

  .kt-m100-desktop {
    margin: 100px !important;
  }

  .kt-mt-100-desktop {
    margin-top: 100px !important;
  }

  .kt-mb-100-desktop {
    margin-bottom: 100px !important;
  }

  .kt-ml-100-desktop {
    margin-left: 100px !important;
  }

  .kt-mr-100-desktop {
    margin-right: 100px !important;
  }

  .kt-p100-desktop {
    padding: 100px !important;
  }

  .kt-pt100-desktop {
    padding-top: 100px !important;
  }

  .kt-pb-100-desktop {
    padding-bottom: 100px !important;
  }

  .kt-pl100-desktop {
    padding-left: 100px !important;
  }

  .kt-pr100-desktop {
    padding-right: 100px !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-margin-0-tablet {
    margin: 0px !important;
  }

  .kt-margin-t-0-tablet {
    margin-top: 0px !important;
  }

  .kt-margin-b-0-tablet {
    margin-bottom: 0px !important;
  }

  .kt-margin-l-0-tablet {
    margin-left: 0px !important;
  }

  .kt-margin-r-0-tablet {
    margin-right: 0px !important;
  }

  .kt-padding-0-tablet {
    padding: 0px !important;
  }

  .kt-padding-t-0-tablet {
    padding-top: 0px !important;
  }

  .kt-padding-b-0-tablet {
    padding-bottom: 0px !important;
  }

  .kt-padding-l-0-tablet {
    padding-left: 0px !important;
  }

  .kt-padding-r-0-tablet {
    padding-right: 0px !important;
  }

  .kt-m0-tablet {
    margin: 0px !important;
  }

  .kt-mt-0-tablet {
    margin-top: 0px !important;
  }

  .kt-mb-0-tablet {
    margin-bottom: 0px !important;
  }

  .kt-ml-0-tablet {
    margin-left: 0px !important;
  }

  .kt-mr-0-tablet {
    margin-right: 0px !important;
  }

  .kt-p0-tablet {
    padding: 0px !important;
  }

  .kt-pt0-tablet {
    padding-top: 0px !important;
  }

  .kt-pb-0-tablet {
    padding-bottom: 0px !important;
  }

  .kt-pl0-tablet {
    padding-left: 0px !important;
  }

  .kt-pr0-tablet {
    padding-right: 0px !important;
  }

  .kt-margin-5-tablet {
    margin: 5px !important;
  }

  .kt-margin-t-5-tablet {
    margin-top: 5px !important;
  }

  .kt-margin-b-5-tablet {
    margin-bottom: 5px !important;
  }

  .kt-margin-l-5-tablet {
    margin-left: 5px !important;
  }

  .kt-margin-r-5-tablet {
    margin-right: 5px !important;
  }

  .kt-padding-5-tablet {
    padding: 5px !important;
  }

  .kt-padding-t-5-tablet {
    padding-top: 5px !important;
  }

  .kt-padding-b-5-tablet {
    padding-bottom: 5px !important;
  }

  .kt-padding-l-5-tablet {
    padding-left: 5px !important;
  }

  .kt-padding-r-5-tablet {
    padding-right: 5px !important;
  }

  .kt-m5-tablet {
    margin: 5px !important;
  }

  .kt-mt-5-tablet {
    margin-top: 5px !important;
  }

  .kt-mb-5-tablet {
    margin-bottom: 5px !important;
  }

  .kt-ml-5-tablet {
    margin-left: 5px !important;
  }

  .kt-mr-5-tablet {
    margin-right: 5px !important;
  }

  .kt-p5-tablet {
    padding: 5px !important;
  }

  .kt-pt5-tablet {
    padding-top: 5px !important;
  }

  .kt-pb-5-tablet {
    padding-bottom: 5px !important;
  }

  .kt-pl5-tablet {
    padding-left: 5px !important;
  }

  .kt-pr5-tablet {
    padding-right: 5px !important;
  }

  .kt-margin-10-tablet {
    margin: 10px !important;
  }

  .kt-margin-t-10-tablet {
    margin-top: 10px !important;
  }

  .kt-margin-b-10-tablet {
    margin-bottom: 10px !important;
  }

  .kt-margin-l-10-tablet {
    margin-left: 10px !important;
  }

  .kt-margin-r-10-tablet {
    margin-right: 10px !important;
  }

  .kt-padding-10-tablet {
    padding: 10px !important;
  }

  .kt-padding-t-10-tablet {
    padding-top: 10px !important;
  }

  .kt-padding-b-10-tablet {
    padding-bottom: 10px !important;
  }

  .kt-padding-l-10-tablet {
    padding-left: 10px !important;
  }

  .kt-padding-r-10-tablet {
    padding-right: 10px !important;
  }

  .kt-m10-tablet {
    margin: 10px !important;
  }

  .kt-mt-10-tablet {
    margin-top: 10px !important;
  }

  .kt-mb-10-tablet {
    margin-bottom: 10px !important;
  }

  .kt-ml-10-tablet {
    margin-left: 10px !important;
  }

  .kt-mr-10-tablet {
    margin-right: 10px !important;
  }

  .kt-p10-tablet {
    padding: 10px !important;
  }

  .kt-pt10-tablet {
    padding-top: 10px !important;
  }

  .kt-pb-10-tablet {
    padding-bottom: 10px !important;
  }

  .kt-pl10-tablet {
    padding-left: 10px !important;
  }

  .kt-pr10-tablet {
    padding-right: 10px !important;
  }

  .kt-margin-15-tablet {
    margin: 15px !important;
  }

  .kt-margin-t-15-tablet {
    margin-top: 15px !important;
  }

  .kt-margin-b-15-tablet {
    margin-bottom: 15px !important;
  }

  .kt-margin-l-15-tablet {
    margin-left: 15px !important;
  }

  .kt-margin-r-15-tablet {
    margin-right: 15px !important;
  }

  .kt-padding-15-tablet {
    padding: 15px !important;
  }

  .kt-padding-t-15-tablet {
    padding-top: 15px !important;
  }

  .kt-padding-b-15-tablet {
    padding-bottom: 15px !important;
  }

  .kt-padding-l-15-tablet {
    padding-left: 15px !important;
  }

  .kt-padding-r-15-tablet {
    padding-right: 15px !important;
  }

  .kt-m15-tablet {
    margin: 15px !important;
  }

  .kt-mt-15-tablet {
    margin-top: 15px !important;
  }

  .kt-mb-15-tablet {
    margin-bottom: 15px !important;
  }

  .kt-ml-15-tablet {
    margin-left: 15px !important;
  }

  .kt-mr-15-tablet {
    margin-right: 15px !important;
  }

  .kt-p15-tablet {
    padding: 15px !important;
  }

  .kt-pt15-tablet {
    padding-top: 15px !important;
  }

  .kt-pb-15-tablet {
    padding-bottom: 15px !important;
  }

  .kt-pl15-tablet {
    padding-left: 15px !important;
  }

  .kt-pr15-tablet {
    padding-right: 15px !important;
  }

  .kt-margin-20-tablet {
    margin: 20px !important;
  }

  .kt-margin-t-20-tablet {
    margin-top: 20px !important;
  }

  .kt-margin-b-20-tablet {
    margin-bottom: 20px !important;
  }

  .kt-margin-l-20-tablet {
    margin-left: 20px !important;
  }

  .kt-margin-r-20-tablet {
    margin-right: 20px !important;
  }

  .kt-padding-20-tablet {
    padding: 20px !important;
  }

  .kt-padding-t-20-tablet {
    padding-top: 20px !important;
  }

  .kt-padding-b-20-tablet {
    padding-bottom: 20px !important;
  }

  .kt-padding-l-20-tablet {
    padding-left: 20px !important;
  }

  .kt-padding-r-20-tablet {
    padding-right: 20px !important;
  }

  .kt-m20-tablet {
    margin: 20px !important;
  }

  .kt-mt-20-tablet {
    margin-top: 20px !important;
  }

  .kt-mb-20-tablet {
    margin-bottom: 20px !important;
  }

  .kt-ml-20-tablet {
    margin-left: 20px !important;
  }

  .kt-mr-20-tablet {
    margin-right: 20px !important;
  }

  .kt-p20-tablet {
    padding: 20px !important;
  }

  .kt-pt20-tablet {
    padding-top: 20px !important;
  }

  .kt-pb-20-tablet {
    padding-bottom: 20px !important;
  }

  .kt-pl20-tablet {
    padding-left: 20px !important;
  }

  .kt-pr20-tablet {
    padding-right: 20px !important;
  }

  .kt-margin-25-tablet {
    margin: 25px !important;
  }

  .kt-margin-t-25-tablet {
    margin-top: 25px !important;
  }

  .kt-margin-b-25-tablet {
    margin-bottom: 25px !important;
  }

  .kt-margin-l-25-tablet {
    margin-left: 25px !important;
  }

  .kt-margin-r-25-tablet {
    margin-right: 25px !important;
  }

  .kt-padding-25-tablet {
    padding: 25px !important;
  }

  .kt-padding-t-25-tablet {
    padding-top: 25px !important;
  }

  .kt-padding-b-25-tablet {
    padding-bottom: 25px !important;
  }

  .kt-padding-l-25-tablet {
    padding-left: 25px !important;
  }

  .kt-padding-r-25-tablet {
    padding-right: 25px !important;
  }

  .kt-m25-tablet {
    margin: 25px !important;
  }

  .kt-mt-25-tablet {
    margin-top: 25px !important;
  }

  .kt-mb-25-tablet {
    margin-bottom: 25px !important;
  }

  .kt-ml-25-tablet {
    margin-left: 25px !important;
  }

  .kt-mr-25-tablet {
    margin-right: 25px !important;
  }

  .kt-p25-tablet {
    padding: 25px !important;
  }

  .kt-pt25-tablet {
    padding-top: 25px !important;
  }

  .kt-pb-25-tablet {
    padding-bottom: 25px !important;
  }

  .kt-pl25-tablet {
    padding-left: 25px !important;
  }

  .kt-pr25-tablet {
    padding-right: 25px !important;
  }

  .kt-margin-30-tablet {
    margin: 30px !important;
  }

  .kt-margin-t-30-tablet {
    margin-top: 30px !important;
  }

  .kt-margin-b-30-tablet {
    margin-bottom: 30px !important;
  }

  .kt-margin-l-30-tablet {
    margin-left: 30px !important;
  }

  .kt-margin-r-30-tablet {
    margin-right: 30px !important;
  }

  .kt-padding-30-tablet {
    padding: 30px !important;
  }

  .kt-padding-t-30-tablet {
    padding-top: 30px !important;
  }

  .kt-padding-b-30-tablet {
    padding-bottom: 30px !important;
  }

  .kt-padding-l-30-tablet {
    padding-left: 30px !important;
  }

  .kt-padding-r-30-tablet {
    padding-right: 30px !important;
  }

  .kt-m30-tablet {
    margin: 30px !important;
  }

  .kt-mt-30-tablet {
    margin-top: 30px !important;
  }

  .kt-mb-30-tablet {
    margin-bottom: 30px !important;
  }

  .kt-ml-30-tablet {
    margin-left: 30px !important;
  }

  .kt-mr-30-tablet {
    margin-right: 30px !important;
  }

  .kt-p30-tablet {
    padding: 30px !important;
  }

  .kt-pt30-tablet {
    padding-top: 30px !important;
  }

  .kt-pb-30-tablet {
    padding-bottom: 30px !important;
  }

  .kt-pl30-tablet {
    padding-left: 30px !important;
  }

  .kt-pr30-tablet {
    padding-right: 30px !important;
  }

  .kt-margin-35-tablet {
    margin: 35px !important;
  }

  .kt-margin-t-35-tablet {
    margin-top: 35px !important;
  }

  .kt-margin-b-35-tablet {
    margin-bottom: 35px !important;
  }

  .kt-margin-l-35-tablet {
    margin-left: 35px !important;
  }

  .kt-margin-r-35-tablet {
    margin-right: 35px !important;
  }

  .kt-padding-35-tablet {
    padding: 35px !important;
  }

  .kt-padding-t-35-tablet {
    padding-top: 35px !important;
  }

  .kt-padding-b-35-tablet {
    padding-bottom: 35px !important;
  }

  .kt-padding-l-35-tablet {
    padding-left: 35px !important;
  }

  .kt-padding-r-35-tablet {
    padding-right: 35px !important;
  }

  .kt-m35-tablet {
    margin: 35px !important;
  }

  .kt-mt-35-tablet {
    margin-top: 35px !important;
  }

  .kt-mb-35-tablet {
    margin-bottom: 35px !important;
  }

  .kt-ml-35-tablet {
    margin-left: 35px !important;
  }

  .kt-mr-35-tablet {
    margin-right: 35px !important;
  }

  .kt-p35-tablet {
    padding: 35px !important;
  }

  .kt-pt35-tablet {
    padding-top: 35px !important;
  }

  .kt-pb-35-tablet {
    padding-bottom: 35px !important;
  }

  .kt-pl35-tablet {
    padding-left: 35px !important;
  }

  .kt-pr35-tablet {
    padding-right: 35px !important;
  }

  .kt-margin-40-tablet {
    margin: 40px !important;
  }

  .kt-margin-t-40-tablet {
    margin-top: 40px !important;
  }

  .kt-margin-b-40-tablet {
    margin-bottom: 40px !important;
  }

  .kt-margin-l-40-tablet {
    margin-left: 40px !important;
  }

  .kt-margin-r-40-tablet {
    margin-right: 40px !important;
  }

  .kt-padding-40-tablet {
    padding: 40px !important;
  }

  .kt-padding-t-40-tablet {
    padding-top: 40px !important;
  }

  .kt-padding-b-40-tablet {
    padding-bottom: 40px !important;
  }

  .kt-padding-l-40-tablet {
    padding-left: 40px !important;
  }

  .kt-padding-r-40-tablet {
    padding-right: 40px !important;
  }

  .kt-m40-tablet {
    margin: 40px !important;
  }

  .kt-mt-40-tablet {
    margin-top: 40px !important;
  }

  .kt-mb-40-tablet {
    margin-bottom: 40px !important;
  }

  .kt-ml-40-tablet {
    margin-left: 40px !important;
  }

  .kt-mr-40-tablet {
    margin-right: 40px !important;
  }

  .kt-p40-tablet {
    padding: 40px !important;
  }

  .kt-pt40-tablet {
    padding-top: 40px !important;
  }

  .kt-pb-40-tablet {
    padding-bottom: 40px !important;
  }

  .kt-pl40-tablet {
    padding-left: 40px !important;
  }

  .kt-pr40-tablet {
    padding-right: 40px !important;
  }

  .kt-margin-45-tablet {
    margin: 45px !important;
  }

  .kt-margin-t-45-tablet {
    margin-top: 45px !important;
  }

  .kt-margin-b-45-tablet {
    margin-bottom: 45px !important;
  }

  .kt-margin-l-45-tablet {
    margin-left: 45px !important;
  }

  .kt-margin-r-45-tablet {
    margin-right: 45px !important;
  }

  .kt-padding-45-tablet {
    padding: 45px !important;
  }

  .kt-padding-t-45-tablet {
    padding-top: 45px !important;
  }

  .kt-padding-b-45-tablet {
    padding-bottom: 45px !important;
  }

  .kt-padding-l-45-tablet {
    padding-left: 45px !important;
  }

  .kt-padding-r-45-tablet {
    padding-right: 45px !important;
  }

  .kt-m45-tablet {
    margin: 45px !important;
  }

  .kt-mt-45-tablet {
    margin-top: 45px !important;
  }

  .kt-mb-45-tablet {
    margin-bottom: 45px !important;
  }

  .kt-ml-45-tablet {
    margin-left: 45px !important;
  }

  .kt-mr-45-tablet {
    margin-right: 45px !important;
  }

  .kt-p45-tablet {
    padding: 45px !important;
  }

  .kt-pt45-tablet {
    padding-top: 45px !important;
  }

  .kt-pb-45-tablet {
    padding-bottom: 45px !important;
  }

  .kt-pl45-tablet {
    padding-left: 45px !important;
  }

  .kt-pr45-tablet {
    padding-right: 45px !important;
  }

  .kt-margin-50-tablet {
    margin: 50px !important;
  }

  .kt-margin-t-50-tablet {
    margin-top: 50px !important;
  }

  .kt-margin-b-50-tablet {
    margin-bottom: 50px !important;
  }

  .kt-margin-l-50-tablet {
    margin-left: 50px !important;
  }

  .kt-margin-r-50-tablet {
    margin-right: 50px !important;
  }

  .kt-padding-50-tablet {
    padding: 50px !important;
  }

  .kt-padding-t-50-tablet {
    padding-top: 50px !important;
  }

  .kt-padding-b-50-tablet {
    padding-bottom: 50px !important;
  }

  .kt-padding-l-50-tablet {
    padding-left: 50px !important;
  }

  .kt-padding-r-50-tablet {
    padding-right: 50px !important;
  }

  .kt-m50-tablet {
    margin: 50px !important;
  }

  .kt-mt-50-tablet {
    margin-top: 50px !important;
  }

  .kt-mb-50-tablet {
    margin-bottom: 50px !important;
  }

  .kt-ml-50-tablet {
    margin-left: 50px !important;
  }

  .kt-mr-50-tablet {
    margin-right: 50px !important;
  }

  .kt-p50-tablet {
    padding: 50px !important;
  }

  .kt-pt50-tablet {
    padding-top: 50px !important;
  }

  .kt-pb-50-tablet {
    padding-bottom: 50px !important;
  }

  .kt-pl50-tablet {
    padding-left: 50px !important;
  }

  .kt-pr50-tablet {
    padding-right: 50px !important;
  }

  .kt-margin-55-tablet {
    margin: 55px !important;
  }

  .kt-margin-t-55-tablet {
    margin-top: 55px !important;
  }

  .kt-margin-b-55-tablet {
    margin-bottom: 55px !important;
  }

  .kt-margin-l-55-tablet {
    margin-left: 55px !important;
  }

  .kt-margin-r-55-tablet {
    margin-right: 55px !important;
  }

  .kt-padding-55-tablet {
    padding: 55px !important;
  }

  .kt-padding-t-55-tablet {
    padding-top: 55px !important;
  }

  .kt-padding-b-55-tablet {
    padding-bottom: 55px !important;
  }

  .kt-padding-l-55-tablet {
    padding-left: 55px !important;
  }

  .kt-padding-r-55-tablet {
    padding-right: 55px !important;
  }

  .kt-m55-tablet {
    margin: 55px !important;
  }

  .kt-mt-55-tablet {
    margin-top: 55px !important;
  }

  .kt-mb-55-tablet {
    margin-bottom: 55px !important;
  }

  .kt-ml-55-tablet {
    margin-left: 55px !important;
  }

  .kt-mr-55-tablet {
    margin-right: 55px !important;
  }

  .kt-p55-tablet {
    padding: 55px !important;
  }

  .kt-pt55-tablet {
    padding-top: 55px !important;
  }

  .kt-pb-55-tablet {
    padding-bottom: 55px !important;
  }

  .kt-pl55-tablet {
    padding-left: 55px !important;
  }

  .kt-pr55-tablet {
    padding-right: 55px !important;
  }

  .kt-margin-60-tablet {
    margin: 60px !important;
  }

  .kt-margin-t-60-tablet {
    margin-top: 60px !important;
  }

  .kt-margin-b-60-tablet {
    margin-bottom: 60px !important;
  }

  .kt-margin-l-60-tablet {
    margin-left: 60px !important;
  }

  .kt-margin-r-60-tablet {
    margin-right: 60px !important;
  }

  .kt-padding-60-tablet {
    padding: 60px !important;
  }

  .kt-padding-t-60-tablet {
    padding-top: 60px !important;
  }

  .kt-padding-b-60-tablet {
    padding-bottom: 60px !important;
  }

  .kt-padding-l-60-tablet {
    padding-left: 60px !important;
  }

  .kt-padding-r-60-tablet {
    padding-right: 60px !important;
  }

  .kt-m60-tablet {
    margin: 60px !important;
  }

  .kt-mt-60-tablet {
    margin-top: 60px !important;
  }

  .kt-mb-60-tablet {
    margin-bottom: 60px !important;
  }

  .kt-ml-60-tablet {
    margin-left: 60px !important;
  }

  .kt-mr-60-tablet {
    margin-right: 60px !important;
  }

  .kt-p60-tablet {
    padding: 60px !important;
  }

  .kt-pt60-tablet {
    padding-top: 60px !important;
  }

  .kt-pb-60-tablet {
    padding-bottom: 60px !important;
  }

  .kt-pl60-tablet {
    padding-left: 60px !important;
  }

  .kt-pr60-tablet {
    padding-right: 60px !important;
  }

  .kt-margin-65-tablet {
    margin: 65px !important;
  }

  .kt-margin-t-65-tablet {
    margin-top: 65px !important;
  }

  .kt-margin-b-65-tablet {
    margin-bottom: 65px !important;
  }

  .kt-margin-l-65-tablet {
    margin-left: 65px !important;
  }

  .kt-margin-r-65-tablet {
    margin-right: 65px !important;
  }

  .kt-padding-65-tablet {
    padding: 65px !important;
  }

  .kt-padding-t-65-tablet {
    padding-top: 65px !important;
  }

  .kt-padding-b-65-tablet {
    padding-bottom: 65px !important;
  }

  .kt-padding-l-65-tablet {
    padding-left: 65px !important;
  }

  .kt-padding-r-65-tablet {
    padding-right: 65px !important;
  }

  .kt-m65-tablet {
    margin: 65px !important;
  }

  .kt-mt-65-tablet {
    margin-top: 65px !important;
  }

  .kt-mb-65-tablet {
    margin-bottom: 65px !important;
  }

  .kt-ml-65-tablet {
    margin-left: 65px !important;
  }

  .kt-mr-65-tablet {
    margin-right: 65px !important;
  }

  .kt-p65-tablet {
    padding: 65px !important;
  }

  .kt-pt65-tablet {
    padding-top: 65px !important;
  }

  .kt-pb-65-tablet {
    padding-bottom: 65px !important;
  }

  .kt-pl65-tablet {
    padding-left: 65px !important;
  }

  .kt-pr65-tablet {
    padding-right: 65px !important;
  }

  .kt-margin-70-tablet {
    margin: 70px !important;
  }

  .kt-margin-t-70-tablet {
    margin-top: 70px !important;
  }

  .kt-margin-b-70-tablet {
    margin-bottom: 70px !important;
  }

  .kt-margin-l-70-tablet {
    margin-left: 70px !important;
  }

  .kt-margin-r-70-tablet {
    margin-right: 70px !important;
  }

  .kt-padding-70-tablet {
    padding: 70px !important;
  }

  .kt-padding-t-70-tablet {
    padding-top: 70px !important;
  }

  .kt-padding-b-70-tablet {
    padding-bottom: 70px !important;
  }

  .kt-padding-l-70-tablet {
    padding-left: 70px !important;
  }

  .kt-padding-r-70-tablet {
    padding-right: 70px !important;
  }

  .kt-m70-tablet {
    margin: 70px !important;
  }

  .kt-mt-70-tablet {
    margin-top: 70px !important;
  }

  .kt-mb-70-tablet {
    margin-bottom: 70px !important;
  }

  .kt-ml-70-tablet {
    margin-left: 70px !important;
  }

  .kt-mr-70-tablet {
    margin-right: 70px !important;
  }

  .kt-p70-tablet {
    padding: 70px !important;
  }

  .kt-pt70-tablet {
    padding-top: 70px !important;
  }

  .kt-pb-70-tablet {
    padding-bottom: 70px !important;
  }

  .kt-pl70-tablet {
    padding-left: 70px !important;
  }

  .kt-pr70-tablet {
    padding-right: 70px !important;
  }

  .kt-margin-75-tablet {
    margin: 75px !important;
  }

  .kt-margin-t-75-tablet {
    margin-top: 75px !important;
  }

  .kt-margin-b-75-tablet {
    margin-bottom: 75px !important;
  }

  .kt-margin-l-75-tablet {
    margin-left: 75px !important;
  }

  .kt-margin-r-75-tablet {
    margin-right: 75px !important;
  }

  .kt-padding-75-tablet {
    padding: 75px !important;
  }

  .kt-padding-t-75-tablet {
    padding-top: 75px !important;
  }

  .kt-padding-b-75-tablet {
    padding-bottom: 75px !important;
  }

  .kt-padding-l-75-tablet {
    padding-left: 75px !important;
  }

  .kt-padding-r-75-tablet {
    padding-right: 75px !important;
  }

  .kt-m75-tablet {
    margin: 75px !important;
  }

  .kt-mt-75-tablet {
    margin-top: 75px !important;
  }

  .kt-mb-75-tablet {
    margin-bottom: 75px !important;
  }

  .kt-ml-75-tablet {
    margin-left: 75px !important;
  }

  .kt-mr-75-tablet {
    margin-right: 75px !important;
  }

  .kt-p75-tablet {
    padding: 75px !important;
  }

  .kt-pt75-tablet {
    padding-top: 75px !important;
  }

  .kt-pb-75-tablet {
    padding-bottom: 75px !important;
  }

  .kt-pl75-tablet {
    padding-left: 75px !important;
  }

  .kt-pr75-tablet {
    padding-right: 75px !important;
  }

  .kt-margin-80-tablet {
    margin: 80px !important;
  }

  .kt-margin-t-80-tablet {
    margin-top: 80px !important;
  }

  .kt-margin-b-80-tablet {
    margin-bottom: 80px !important;
  }

  .kt-margin-l-80-tablet {
    margin-left: 80px !important;
  }

  .kt-margin-r-80-tablet {
    margin-right: 80px !important;
  }

  .kt-padding-80-tablet {
    padding: 80px !important;
  }

  .kt-padding-t-80-tablet {
    padding-top: 80px !important;
  }

  .kt-padding-b-80-tablet {
    padding-bottom: 80px !important;
  }

  .kt-padding-l-80-tablet {
    padding-left: 80px !important;
  }

  .kt-padding-r-80-tablet {
    padding-right: 80px !important;
  }

  .kt-m80-tablet {
    margin: 80px !important;
  }

  .kt-mt-80-tablet {
    margin-top: 80px !important;
  }

  .kt-mb-80-tablet {
    margin-bottom: 80px !important;
  }

  .kt-ml-80-tablet {
    margin-left: 80px !important;
  }

  .kt-mr-80-tablet {
    margin-right: 80px !important;
  }

  .kt-p80-tablet {
    padding: 80px !important;
  }

  .kt-pt80-tablet {
    padding-top: 80px !important;
  }

  .kt-pb-80-tablet {
    padding-bottom: 80px !important;
  }

  .kt-pl80-tablet {
    padding-left: 80px !important;
  }

  .kt-pr80-tablet {
    padding-right: 80px !important;
  }

  .kt-margin-85-tablet {
    margin: 85px !important;
  }

  .kt-margin-t-85-tablet {
    margin-top: 85px !important;
  }

  .kt-margin-b-85-tablet {
    margin-bottom: 85px !important;
  }

  .kt-margin-l-85-tablet {
    margin-left: 85px !important;
  }

  .kt-margin-r-85-tablet {
    margin-right: 85px !important;
  }

  .kt-padding-85-tablet {
    padding: 85px !important;
  }

  .kt-padding-t-85-tablet {
    padding-top: 85px !important;
  }

  .kt-padding-b-85-tablet {
    padding-bottom: 85px !important;
  }

  .kt-padding-l-85-tablet {
    padding-left: 85px !important;
  }

  .kt-padding-r-85-tablet {
    padding-right: 85px !important;
  }

  .kt-m85-tablet {
    margin: 85px !important;
  }

  .kt-mt-85-tablet {
    margin-top: 85px !important;
  }

  .kt-mb-85-tablet {
    margin-bottom: 85px !important;
  }

  .kt-ml-85-tablet {
    margin-left: 85px !important;
  }

  .kt-mr-85-tablet {
    margin-right: 85px !important;
  }

  .kt-p85-tablet {
    padding: 85px !important;
  }

  .kt-pt85-tablet {
    padding-top: 85px !important;
  }

  .kt-pb-85-tablet {
    padding-bottom: 85px !important;
  }

  .kt-pl85-tablet {
    padding-left: 85px !important;
  }

  .kt-pr85-tablet {
    padding-right: 85px !important;
  }

  .kt-margin-90-tablet {
    margin: 90px !important;
  }

  .kt-margin-t-90-tablet {
    margin-top: 90px !important;
  }

  .kt-margin-b-90-tablet {
    margin-bottom: 90px !important;
  }

  .kt-margin-l-90-tablet {
    margin-left: 90px !important;
  }

  .kt-margin-r-90-tablet {
    margin-right: 90px !important;
  }

  .kt-padding-90-tablet {
    padding: 90px !important;
  }

  .kt-padding-t-90-tablet {
    padding-top: 90px !important;
  }

  .kt-padding-b-90-tablet {
    padding-bottom: 90px !important;
  }

  .kt-padding-l-90-tablet {
    padding-left: 90px !important;
  }

  .kt-padding-r-90-tablet {
    padding-right: 90px !important;
  }

  .kt-m90-tablet {
    margin: 90px !important;
  }

  .kt-mt-90-tablet {
    margin-top: 90px !important;
  }

  .kt-mb-90-tablet {
    margin-bottom: 90px !important;
  }

  .kt-ml-90-tablet {
    margin-left: 90px !important;
  }

  .kt-mr-90-tablet {
    margin-right: 90px !important;
  }

  .kt-p90-tablet {
    padding: 90px !important;
  }

  .kt-pt90-tablet {
    padding-top: 90px !important;
  }

  .kt-pb-90-tablet {
    padding-bottom: 90px !important;
  }

  .kt-pl90-tablet {
    padding-left: 90px !important;
  }

  .kt-pr90-tablet {
    padding-right: 90px !important;
  }

  .kt-margin-95-tablet {
    margin: 95px !important;
  }

  .kt-margin-t-95-tablet {
    margin-top: 95px !important;
  }

  .kt-margin-b-95-tablet {
    margin-bottom: 95px !important;
  }

  .kt-margin-l-95-tablet {
    margin-left: 95px !important;
  }

  .kt-margin-r-95-tablet {
    margin-right: 95px !important;
  }

  .kt-padding-95-tablet {
    padding: 95px !important;
  }

  .kt-padding-t-95-tablet {
    padding-top: 95px !important;
  }

  .kt-padding-b-95-tablet {
    padding-bottom: 95px !important;
  }

  .kt-padding-l-95-tablet {
    padding-left: 95px !important;
  }

  .kt-padding-r-95-tablet {
    padding-right: 95px !important;
  }

  .kt-m95-tablet {
    margin: 95px !important;
  }

  .kt-mt-95-tablet {
    margin-top: 95px !important;
  }

  .kt-mb-95-tablet {
    margin-bottom: 95px !important;
  }

  .kt-ml-95-tablet {
    margin-left: 95px !important;
  }

  .kt-mr-95-tablet {
    margin-right: 95px !important;
  }

  .kt-p95-tablet {
    padding: 95px !important;
  }

  .kt-pt95-tablet {
    padding-top: 95px !important;
  }

  .kt-pb-95-tablet {
    padding-bottom: 95px !important;
  }

  .kt-pl95-tablet {
    padding-left: 95px !important;
  }

  .kt-pr95-tablet {
    padding-right: 95px !important;
  }

  .kt-margin-100-tablet {
    margin: 100px !important;
  }

  .kt-margin-t-100-tablet {
    margin-top: 100px !important;
  }

  .kt-margin-b-100-tablet {
    margin-bottom: 100px !important;
  }

  .kt-margin-l-100-tablet {
    margin-left: 100px !important;
  }

  .kt-margin-r-100-tablet {
    margin-right: 100px !important;
  }

  .kt-padding-100-tablet {
    padding: 100px !important;
  }

  .kt-padding-t-100-tablet {
    padding-top: 100px !important;
  }

  .kt-padding-b-100-tablet {
    padding-bottom: 100px !important;
  }

  .kt-padding-l-100-tablet {
    padding-left: 100px !important;
  }

  .kt-padding-r-100-tablet {
    padding-right: 100px !important;
  }

  .kt-m100-tablet {
    margin: 100px !important;
  }

  .kt-mt-100-tablet {
    margin-top: 100px !important;
  }

  .kt-mb-100-tablet {
    margin-bottom: 100px !important;
  }

  .kt-ml-100-tablet {
    margin-left: 100px !important;
  }

  .kt-mr-100-tablet {
    margin-right: 100px !important;
  }

  .kt-p100-tablet {
    padding: 100px !important;
  }

  .kt-pt100-tablet {
    padding-top: 100px !important;
  }

  .kt-pb-100-tablet {
    padding-bottom: 100px !important;
  }

  .kt-pl100-tablet {
    padding-left: 100px !important;
  }

  .kt-pr100-tablet {
    padding-right: 100px !important;
  }
}
@media (max-width: 1024px) {
  .kt-margin-0-tablet-and-mobile {
    margin: 0px !important;
  }

  .kt-margin-t-0-tablet-and-mobile {
    margin-top: 0px !important;
  }

  .kt-margin-b-0-tablet-and-mobile {
    margin-bottom: 0px !important;
  }

  .kt-margin-l-0-tablet-and-mobile {
    margin-left: 0px !important;
  }

  .kt-margin-r-0-tablet-and-mobile {
    margin-right: 0px !important;
  }

  .kt-padding-0-tablet-and-mobile {
    padding: 0px !important;
  }

  .kt-padding-t-0-tablet-and-mobile {
    padding-top: 0px !important;
  }

  .kt-padding-b-0-tablet-and-mobile {
    padding-bottom: 0px !important;
  }

  .kt-padding-l-0-tablet-and-mobile {
    padding-left: 0px !important;
  }

  .kt-padding-r-0-tablet-and-mobile {
    padding-right: 0px !important;
  }

  .kt-m0-tablet-and-mobile {
    margin: 0px !important;
  }

  .kt-mt-0-tablet-and-mobile {
    margin-top: 0px !important;
  }

  .kt-mb-0-tablet-and-mobile {
    margin-bottom: 0px !important;
  }

  .kt-ml-0-tablet-and-mobile {
    margin-left: 0px !important;
  }

  .kt-mr-0-tablet-and-mobile {
    margin-right: 0px !important;
  }

  .kt-p0-tablet-and-mobile {
    padding: 0px !important;
  }

  .kt-pt0-tablet-and-mobile {
    padding-top: 0px !important;
  }

  .kt-pb-0-tablet-and-mobile {
    padding-bottom: 0px !important;
  }

  .kt-pl0-tablet-and-mobile {
    padding-left: 0px !important;
  }

  .kt-pr0-tablet-and-mobile {
    padding-right: 0px !important;
  }

  .kt-margin-5-tablet-and-mobile {
    margin: 5px !important;
  }

  .kt-margin-t-5-tablet-and-mobile {
    margin-top: 5px !important;
  }

  .kt-margin-b-5-tablet-and-mobile {
    margin-bottom: 5px !important;
  }

  .kt-margin-l-5-tablet-and-mobile {
    margin-left: 5px !important;
  }

  .kt-margin-r-5-tablet-and-mobile {
    margin-right: 5px !important;
  }

  .kt-padding-5-tablet-and-mobile {
    padding: 5px !important;
  }

  .kt-padding-t-5-tablet-and-mobile {
    padding-top: 5px !important;
  }

  .kt-padding-b-5-tablet-and-mobile {
    padding-bottom: 5px !important;
  }

  .kt-padding-l-5-tablet-and-mobile {
    padding-left: 5px !important;
  }

  .kt-padding-r-5-tablet-and-mobile {
    padding-right: 5px !important;
  }

  .kt-m5-tablet-and-mobile {
    margin: 5px !important;
  }

  .kt-mt-5-tablet-and-mobile {
    margin-top: 5px !important;
  }

  .kt-mb-5-tablet-and-mobile {
    margin-bottom: 5px !important;
  }

  .kt-ml-5-tablet-and-mobile {
    margin-left: 5px !important;
  }

  .kt-mr-5-tablet-and-mobile {
    margin-right: 5px !important;
  }

  .kt-p5-tablet-and-mobile {
    padding: 5px !important;
  }

  .kt-pt5-tablet-and-mobile {
    padding-top: 5px !important;
  }

  .kt-pb-5-tablet-and-mobile {
    padding-bottom: 5px !important;
  }

  .kt-pl5-tablet-and-mobile {
    padding-left: 5px !important;
  }

  .kt-pr5-tablet-and-mobile {
    padding-right: 5px !important;
  }

  .kt-margin-10-tablet-and-mobile {
    margin: 10px !important;
  }

  .kt-margin-t-10-tablet-and-mobile {
    margin-top: 10px !important;
  }

  .kt-margin-b-10-tablet-and-mobile {
    margin-bottom: 10px !important;
  }

  .kt-margin-l-10-tablet-and-mobile {
    margin-left: 10px !important;
  }

  .kt-margin-r-10-tablet-and-mobile {
    margin-right: 10px !important;
  }

  .kt-padding-10-tablet-and-mobile {
    padding: 10px !important;
  }

  .kt-padding-t-10-tablet-and-mobile {
    padding-top: 10px !important;
  }

  .kt-padding-b-10-tablet-and-mobile {
    padding-bottom: 10px !important;
  }

  .kt-padding-l-10-tablet-and-mobile {
    padding-left: 10px !important;
  }

  .kt-padding-r-10-tablet-and-mobile {
    padding-right: 10px !important;
  }

  .kt-m10-tablet-and-mobile {
    margin: 10px !important;
  }

  .kt-mt-10-tablet-and-mobile {
    margin-top: 10px !important;
  }

  .kt-mb-10-tablet-and-mobile {
    margin-bottom: 10px !important;
  }

  .kt-ml-10-tablet-and-mobile {
    margin-left: 10px !important;
  }

  .kt-mr-10-tablet-and-mobile {
    margin-right: 10px !important;
  }

  .kt-p10-tablet-and-mobile {
    padding: 10px !important;
  }

  .kt-pt10-tablet-and-mobile {
    padding-top: 10px !important;
  }

  .kt-pb-10-tablet-and-mobile {
    padding-bottom: 10px !important;
  }

  .kt-pl10-tablet-and-mobile {
    padding-left: 10px !important;
  }

  .kt-pr10-tablet-and-mobile {
    padding-right: 10px !important;
  }

  .kt-margin-15-tablet-and-mobile {
    margin: 15px !important;
  }

  .kt-margin-t-15-tablet-and-mobile {
    margin-top: 15px !important;
  }

  .kt-margin-b-15-tablet-and-mobile {
    margin-bottom: 15px !important;
  }

  .kt-margin-l-15-tablet-and-mobile {
    margin-left: 15px !important;
  }

  .kt-margin-r-15-tablet-and-mobile {
    margin-right: 15px !important;
  }

  .kt-padding-15-tablet-and-mobile {
    padding: 15px !important;
  }

  .kt-padding-t-15-tablet-and-mobile {
    padding-top: 15px !important;
  }

  .kt-padding-b-15-tablet-and-mobile {
    padding-bottom: 15px !important;
  }

  .kt-padding-l-15-tablet-and-mobile {
    padding-left: 15px !important;
  }

  .kt-padding-r-15-tablet-and-mobile {
    padding-right: 15px !important;
  }

  .kt-m15-tablet-and-mobile {
    margin: 15px !important;
  }

  .kt-mt-15-tablet-and-mobile {
    margin-top: 15px !important;
  }

  .kt-mb-15-tablet-and-mobile {
    margin-bottom: 15px !important;
  }

  .kt-ml-15-tablet-and-mobile {
    margin-left: 15px !important;
  }

  .kt-mr-15-tablet-and-mobile {
    margin-right: 15px !important;
  }

  .kt-p15-tablet-and-mobile {
    padding: 15px !important;
  }

  .kt-pt15-tablet-and-mobile {
    padding-top: 15px !important;
  }

  .kt-pb-15-tablet-and-mobile {
    padding-bottom: 15px !important;
  }

  .kt-pl15-tablet-and-mobile {
    padding-left: 15px !important;
  }

  .kt-pr15-tablet-and-mobile {
    padding-right: 15px !important;
  }

  .kt-margin-20-tablet-and-mobile {
    margin: 20px !important;
  }

  .kt-margin-t-20-tablet-and-mobile {
    margin-top: 20px !important;
  }

  .kt-margin-b-20-tablet-and-mobile {
    margin-bottom: 20px !important;
  }

  .kt-margin-l-20-tablet-and-mobile {
    margin-left: 20px !important;
  }

  .kt-margin-r-20-tablet-and-mobile {
    margin-right: 20px !important;
  }

  .kt-padding-20-tablet-and-mobile {
    padding: 20px !important;
  }

  .kt-padding-t-20-tablet-and-mobile {
    padding-top: 20px !important;
  }

  .kt-padding-b-20-tablet-and-mobile {
    padding-bottom: 20px !important;
  }

  .kt-padding-l-20-tablet-and-mobile {
    padding-left: 20px !important;
  }

  .kt-padding-r-20-tablet-and-mobile {
    padding-right: 20px !important;
  }

  .kt-m20-tablet-and-mobile {
    margin: 20px !important;
  }

  .kt-mt-20-tablet-and-mobile {
    margin-top: 20px !important;
  }

  .kt-mb-20-tablet-and-mobile {
    margin-bottom: 20px !important;
  }

  .kt-ml-20-tablet-and-mobile {
    margin-left: 20px !important;
  }

  .kt-mr-20-tablet-and-mobile {
    margin-right: 20px !important;
  }

  .kt-p20-tablet-and-mobile {
    padding: 20px !important;
  }

  .kt-pt20-tablet-and-mobile {
    padding-top: 20px !important;
  }

  .kt-pb-20-tablet-and-mobile {
    padding-bottom: 20px !important;
  }

  .kt-pl20-tablet-and-mobile {
    padding-left: 20px !important;
  }

  .kt-pr20-tablet-and-mobile {
    padding-right: 20px !important;
  }

  .kt-margin-25-tablet-and-mobile {
    margin: 25px !important;
  }

  .kt-margin-t-25-tablet-and-mobile {
    margin-top: 25px !important;
  }

  .kt-margin-b-25-tablet-and-mobile {
    margin-bottom: 25px !important;
  }

  .kt-margin-l-25-tablet-and-mobile {
    margin-left: 25px !important;
  }

  .kt-margin-r-25-tablet-and-mobile {
    margin-right: 25px !important;
  }

  .kt-padding-25-tablet-and-mobile {
    padding: 25px !important;
  }

  .kt-padding-t-25-tablet-and-mobile {
    padding-top: 25px !important;
  }

  .kt-padding-b-25-tablet-and-mobile {
    padding-bottom: 25px !important;
  }

  .kt-padding-l-25-tablet-and-mobile {
    padding-left: 25px !important;
  }

  .kt-padding-r-25-tablet-and-mobile {
    padding-right: 25px !important;
  }

  .kt-m25-tablet-and-mobile {
    margin: 25px !important;
  }

  .kt-mt-25-tablet-and-mobile {
    margin-top: 25px !important;
  }

  .kt-mb-25-tablet-and-mobile {
    margin-bottom: 25px !important;
  }

  .kt-ml-25-tablet-and-mobile {
    margin-left: 25px !important;
  }

  .kt-mr-25-tablet-and-mobile {
    margin-right: 25px !important;
  }

  .kt-p25-tablet-and-mobile {
    padding: 25px !important;
  }

  .kt-pt25-tablet-and-mobile {
    padding-top: 25px !important;
  }

  .kt-pb-25-tablet-and-mobile {
    padding-bottom: 25px !important;
  }

  .kt-pl25-tablet-and-mobile {
    padding-left: 25px !important;
  }

  .kt-pr25-tablet-and-mobile {
    padding-right: 25px !important;
  }

  .kt-margin-30-tablet-and-mobile {
    margin: 30px !important;
  }

  .kt-margin-t-30-tablet-and-mobile {
    margin-top: 30px !important;
  }

  .kt-margin-b-30-tablet-and-mobile {
    margin-bottom: 30px !important;
  }

  .kt-margin-l-30-tablet-and-mobile {
    margin-left: 30px !important;
  }

  .kt-margin-r-30-tablet-and-mobile {
    margin-right: 30px !important;
  }

  .kt-padding-30-tablet-and-mobile {
    padding: 30px !important;
  }

  .kt-padding-t-30-tablet-and-mobile {
    padding-top: 30px !important;
  }

  .kt-padding-b-30-tablet-and-mobile {
    padding-bottom: 30px !important;
  }

  .kt-padding-l-30-tablet-and-mobile {
    padding-left: 30px !important;
  }

  .kt-padding-r-30-tablet-and-mobile {
    padding-right: 30px !important;
  }

  .kt-m30-tablet-and-mobile {
    margin: 30px !important;
  }

  .kt-mt-30-tablet-and-mobile {
    margin-top: 30px !important;
  }

  .kt-mb-30-tablet-and-mobile {
    margin-bottom: 30px !important;
  }

  .kt-ml-30-tablet-and-mobile {
    margin-left: 30px !important;
  }

  .kt-mr-30-tablet-and-mobile {
    margin-right: 30px !important;
  }

  .kt-p30-tablet-and-mobile {
    padding: 30px !important;
  }

  .kt-pt30-tablet-and-mobile {
    padding-top: 30px !important;
  }

  .kt-pb-30-tablet-and-mobile {
    padding-bottom: 30px !important;
  }

  .kt-pl30-tablet-and-mobile {
    padding-left: 30px !important;
  }

  .kt-pr30-tablet-and-mobile {
    padding-right: 30px !important;
  }

  .kt-margin-35-tablet-and-mobile {
    margin: 35px !important;
  }

  .kt-margin-t-35-tablet-and-mobile {
    margin-top: 35px !important;
  }

  .kt-margin-b-35-tablet-and-mobile {
    margin-bottom: 35px !important;
  }

  .kt-margin-l-35-tablet-and-mobile {
    margin-left: 35px !important;
  }

  .kt-margin-r-35-tablet-and-mobile {
    margin-right: 35px !important;
  }

  .kt-padding-35-tablet-and-mobile {
    padding: 35px !important;
  }

  .kt-padding-t-35-tablet-and-mobile {
    padding-top: 35px !important;
  }

  .kt-padding-b-35-tablet-and-mobile {
    padding-bottom: 35px !important;
  }

  .kt-padding-l-35-tablet-and-mobile {
    padding-left: 35px !important;
  }

  .kt-padding-r-35-tablet-and-mobile {
    padding-right: 35px !important;
  }

  .kt-m35-tablet-and-mobile {
    margin: 35px !important;
  }

  .kt-mt-35-tablet-and-mobile {
    margin-top: 35px !important;
  }

  .kt-mb-35-tablet-and-mobile {
    margin-bottom: 35px !important;
  }

  .kt-ml-35-tablet-and-mobile {
    margin-left: 35px !important;
  }

  .kt-mr-35-tablet-and-mobile {
    margin-right: 35px !important;
  }

  .kt-p35-tablet-and-mobile {
    padding: 35px !important;
  }

  .kt-pt35-tablet-and-mobile {
    padding-top: 35px !important;
  }

  .kt-pb-35-tablet-and-mobile {
    padding-bottom: 35px !important;
  }

  .kt-pl35-tablet-and-mobile {
    padding-left: 35px !important;
  }

  .kt-pr35-tablet-and-mobile {
    padding-right: 35px !important;
  }

  .kt-margin-40-tablet-and-mobile {
    margin: 40px !important;
  }

  .kt-margin-t-40-tablet-and-mobile {
    margin-top: 40px !important;
  }

  .kt-margin-b-40-tablet-and-mobile {
    margin-bottom: 40px !important;
  }

  .kt-margin-l-40-tablet-and-mobile {
    margin-left: 40px !important;
  }

  .kt-margin-r-40-tablet-and-mobile {
    margin-right: 40px !important;
  }

  .kt-padding-40-tablet-and-mobile {
    padding: 40px !important;
  }

  .kt-padding-t-40-tablet-and-mobile {
    padding-top: 40px !important;
  }

  .kt-padding-b-40-tablet-and-mobile {
    padding-bottom: 40px !important;
  }

  .kt-padding-l-40-tablet-and-mobile {
    padding-left: 40px !important;
  }

  .kt-padding-r-40-tablet-and-mobile {
    padding-right: 40px !important;
  }

  .kt-m40-tablet-and-mobile {
    margin: 40px !important;
  }

  .kt-mt-40-tablet-and-mobile {
    margin-top: 40px !important;
  }

  .kt-mb-40-tablet-and-mobile {
    margin-bottom: 40px !important;
  }

  .kt-ml-40-tablet-and-mobile {
    margin-left: 40px !important;
  }

  .kt-mr-40-tablet-and-mobile {
    margin-right: 40px !important;
  }

  .kt-p40-tablet-and-mobile {
    padding: 40px !important;
  }

  .kt-pt40-tablet-and-mobile {
    padding-top: 40px !important;
  }

  .kt-pb-40-tablet-and-mobile {
    padding-bottom: 40px !important;
  }

  .kt-pl40-tablet-and-mobile {
    padding-left: 40px !important;
  }

  .kt-pr40-tablet-and-mobile {
    padding-right: 40px !important;
  }

  .kt-margin-45-tablet-and-mobile {
    margin: 45px !important;
  }

  .kt-margin-t-45-tablet-and-mobile {
    margin-top: 45px !important;
  }

  .kt-margin-b-45-tablet-and-mobile {
    margin-bottom: 45px !important;
  }

  .kt-margin-l-45-tablet-and-mobile {
    margin-left: 45px !important;
  }

  .kt-margin-r-45-tablet-and-mobile {
    margin-right: 45px !important;
  }

  .kt-padding-45-tablet-and-mobile {
    padding: 45px !important;
  }

  .kt-padding-t-45-tablet-and-mobile {
    padding-top: 45px !important;
  }

  .kt-padding-b-45-tablet-and-mobile {
    padding-bottom: 45px !important;
  }

  .kt-padding-l-45-tablet-and-mobile {
    padding-left: 45px !important;
  }

  .kt-padding-r-45-tablet-and-mobile {
    padding-right: 45px !important;
  }

  .kt-m45-tablet-and-mobile {
    margin: 45px !important;
  }

  .kt-mt-45-tablet-and-mobile {
    margin-top: 45px !important;
  }

  .kt-mb-45-tablet-and-mobile {
    margin-bottom: 45px !important;
  }

  .kt-ml-45-tablet-and-mobile {
    margin-left: 45px !important;
  }

  .kt-mr-45-tablet-and-mobile {
    margin-right: 45px !important;
  }

  .kt-p45-tablet-and-mobile {
    padding: 45px !important;
  }

  .kt-pt45-tablet-and-mobile {
    padding-top: 45px !important;
  }

  .kt-pb-45-tablet-and-mobile {
    padding-bottom: 45px !important;
  }

  .kt-pl45-tablet-and-mobile {
    padding-left: 45px !important;
  }

  .kt-pr45-tablet-and-mobile {
    padding-right: 45px !important;
  }

  .kt-margin-50-tablet-and-mobile {
    margin: 50px !important;
  }

  .kt-margin-t-50-tablet-and-mobile {
    margin-top: 50px !important;
  }

  .kt-margin-b-50-tablet-and-mobile {
    margin-bottom: 50px !important;
  }

  .kt-margin-l-50-tablet-and-mobile {
    margin-left: 50px !important;
  }

  .kt-margin-r-50-tablet-and-mobile {
    margin-right: 50px !important;
  }

  .kt-padding-50-tablet-and-mobile {
    padding: 50px !important;
  }

  .kt-padding-t-50-tablet-and-mobile {
    padding-top: 50px !important;
  }

  .kt-padding-b-50-tablet-and-mobile {
    padding-bottom: 50px !important;
  }

  .kt-padding-l-50-tablet-and-mobile {
    padding-left: 50px !important;
  }

  .kt-padding-r-50-tablet-and-mobile {
    padding-right: 50px !important;
  }

  .kt-m50-tablet-and-mobile {
    margin: 50px !important;
  }

  .kt-mt-50-tablet-and-mobile {
    margin-top: 50px !important;
  }

  .kt-mb-50-tablet-and-mobile {
    margin-bottom: 50px !important;
  }

  .kt-ml-50-tablet-and-mobile {
    margin-left: 50px !important;
  }

  .kt-mr-50-tablet-and-mobile {
    margin-right: 50px !important;
  }

  .kt-p50-tablet-and-mobile {
    padding: 50px !important;
  }

  .kt-pt50-tablet-and-mobile {
    padding-top: 50px !important;
  }

  .kt-pb-50-tablet-and-mobile {
    padding-bottom: 50px !important;
  }

  .kt-pl50-tablet-and-mobile {
    padding-left: 50px !important;
  }

  .kt-pr50-tablet-and-mobile {
    padding-right: 50px !important;
  }

  .kt-margin-55-tablet-and-mobile {
    margin: 55px !important;
  }

  .kt-margin-t-55-tablet-and-mobile {
    margin-top: 55px !important;
  }

  .kt-margin-b-55-tablet-and-mobile {
    margin-bottom: 55px !important;
  }

  .kt-margin-l-55-tablet-and-mobile {
    margin-left: 55px !important;
  }

  .kt-margin-r-55-tablet-and-mobile {
    margin-right: 55px !important;
  }

  .kt-padding-55-tablet-and-mobile {
    padding: 55px !important;
  }

  .kt-padding-t-55-tablet-and-mobile {
    padding-top: 55px !important;
  }

  .kt-padding-b-55-tablet-and-mobile {
    padding-bottom: 55px !important;
  }

  .kt-padding-l-55-tablet-and-mobile {
    padding-left: 55px !important;
  }

  .kt-padding-r-55-tablet-and-mobile {
    padding-right: 55px !important;
  }

  .kt-m55-tablet-and-mobile {
    margin: 55px !important;
  }

  .kt-mt-55-tablet-and-mobile {
    margin-top: 55px !important;
  }

  .kt-mb-55-tablet-and-mobile {
    margin-bottom: 55px !important;
  }

  .kt-ml-55-tablet-and-mobile {
    margin-left: 55px !important;
  }

  .kt-mr-55-tablet-and-mobile {
    margin-right: 55px !important;
  }

  .kt-p55-tablet-and-mobile {
    padding: 55px !important;
  }

  .kt-pt55-tablet-and-mobile {
    padding-top: 55px !important;
  }

  .kt-pb-55-tablet-and-mobile {
    padding-bottom: 55px !important;
  }

  .kt-pl55-tablet-and-mobile {
    padding-left: 55px !important;
  }

  .kt-pr55-tablet-and-mobile {
    padding-right: 55px !important;
  }

  .kt-margin-60-tablet-and-mobile {
    margin: 60px !important;
  }

  .kt-margin-t-60-tablet-and-mobile {
    margin-top: 60px !important;
  }

  .kt-margin-b-60-tablet-and-mobile {
    margin-bottom: 60px !important;
  }

  .kt-margin-l-60-tablet-and-mobile {
    margin-left: 60px !important;
  }

  .kt-margin-r-60-tablet-and-mobile {
    margin-right: 60px !important;
  }

  .kt-padding-60-tablet-and-mobile {
    padding: 60px !important;
  }

  .kt-padding-t-60-tablet-and-mobile {
    padding-top: 60px !important;
  }

  .kt-padding-b-60-tablet-and-mobile {
    padding-bottom: 60px !important;
  }

  .kt-padding-l-60-tablet-and-mobile {
    padding-left: 60px !important;
  }

  .kt-padding-r-60-tablet-and-mobile {
    padding-right: 60px !important;
  }

  .kt-m60-tablet-and-mobile {
    margin: 60px !important;
  }

  .kt-mt-60-tablet-and-mobile {
    margin-top: 60px !important;
  }

  .kt-mb-60-tablet-and-mobile {
    margin-bottom: 60px !important;
  }

  .kt-ml-60-tablet-and-mobile {
    margin-left: 60px !important;
  }

  .kt-mr-60-tablet-and-mobile {
    margin-right: 60px !important;
  }

  .kt-p60-tablet-and-mobile {
    padding: 60px !important;
  }

  .kt-pt60-tablet-and-mobile {
    padding-top: 60px !important;
  }

  .kt-pb-60-tablet-and-mobile {
    padding-bottom: 60px !important;
  }

  .kt-pl60-tablet-and-mobile {
    padding-left: 60px !important;
  }

  .kt-pr60-tablet-and-mobile {
    padding-right: 60px !important;
  }

  .kt-margin-65-tablet-and-mobile {
    margin: 65px !important;
  }

  .kt-margin-t-65-tablet-and-mobile {
    margin-top: 65px !important;
  }

  .kt-margin-b-65-tablet-and-mobile {
    margin-bottom: 65px !important;
  }

  .kt-margin-l-65-tablet-and-mobile {
    margin-left: 65px !important;
  }

  .kt-margin-r-65-tablet-and-mobile {
    margin-right: 65px !important;
  }

  .kt-padding-65-tablet-and-mobile {
    padding: 65px !important;
  }

  .kt-padding-t-65-tablet-and-mobile {
    padding-top: 65px !important;
  }

  .kt-padding-b-65-tablet-and-mobile {
    padding-bottom: 65px !important;
  }

  .kt-padding-l-65-tablet-and-mobile {
    padding-left: 65px !important;
  }

  .kt-padding-r-65-tablet-and-mobile {
    padding-right: 65px !important;
  }

  .kt-m65-tablet-and-mobile {
    margin: 65px !important;
  }

  .kt-mt-65-tablet-and-mobile {
    margin-top: 65px !important;
  }

  .kt-mb-65-tablet-and-mobile {
    margin-bottom: 65px !important;
  }

  .kt-ml-65-tablet-and-mobile {
    margin-left: 65px !important;
  }

  .kt-mr-65-tablet-and-mobile {
    margin-right: 65px !important;
  }

  .kt-p65-tablet-and-mobile {
    padding: 65px !important;
  }

  .kt-pt65-tablet-and-mobile {
    padding-top: 65px !important;
  }

  .kt-pb-65-tablet-and-mobile {
    padding-bottom: 65px !important;
  }

  .kt-pl65-tablet-and-mobile {
    padding-left: 65px !important;
  }

  .kt-pr65-tablet-and-mobile {
    padding-right: 65px !important;
  }

  .kt-margin-70-tablet-and-mobile {
    margin: 70px !important;
  }

  .kt-margin-t-70-tablet-and-mobile {
    margin-top: 70px !important;
  }

  .kt-margin-b-70-tablet-and-mobile {
    margin-bottom: 70px !important;
  }

  .kt-margin-l-70-tablet-and-mobile {
    margin-left: 70px !important;
  }

  .kt-margin-r-70-tablet-and-mobile {
    margin-right: 70px !important;
  }

  .kt-padding-70-tablet-and-mobile {
    padding: 70px !important;
  }

  .kt-padding-t-70-tablet-and-mobile {
    padding-top: 70px !important;
  }

  .kt-padding-b-70-tablet-and-mobile {
    padding-bottom: 70px !important;
  }

  .kt-padding-l-70-tablet-and-mobile {
    padding-left: 70px !important;
  }

  .kt-padding-r-70-tablet-and-mobile {
    padding-right: 70px !important;
  }

  .kt-m70-tablet-and-mobile {
    margin: 70px !important;
  }

  .kt-mt-70-tablet-and-mobile {
    margin-top: 70px !important;
  }

  .kt-mb-70-tablet-and-mobile {
    margin-bottom: 70px !important;
  }

  .kt-ml-70-tablet-and-mobile {
    margin-left: 70px !important;
  }

  .kt-mr-70-tablet-and-mobile {
    margin-right: 70px !important;
  }

  .kt-p70-tablet-and-mobile {
    padding: 70px !important;
  }

  .kt-pt70-tablet-and-mobile {
    padding-top: 70px !important;
  }

  .kt-pb-70-tablet-and-mobile {
    padding-bottom: 70px !important;
  }

  .kt-pl70-tablet-and-mobile {
    padding-left: 70px !important;
  }

  .kt-pr70-tablet-and-mobile {
    padding-right: 70px !important;
  }

  .kt-margin-75-tablet-and-mobile {
    margin: 75px !important;
  }

  .kt-margin-t-75-tablet-and-mobile {
    margin-top: 75px !important;
  }

  .kt-margin-b-75-tablet-and-mobile {
    margin-bottom: 75px !important;
  }

  .kt-margin-l-75-tablet-and-mobile {
    margin-left: 75px !important;
  }

  .kt-margin-r-75-tablet-and-mobile {
    margin-right: 75px !important;
  }

  .kt-padding-75-tablet-and-mobile {
    padding: 75px !important;
  }

  .kt-padding-t-75-tablet-and-mobile {
    padding-top: 75px !important;
  }

  .kt-padding-b-75-tablet-and-mobile {
    padding-bottom: 75px !important;
  }

  .kt-padding-l-75-tablet-and-mobile {
    padding-left: 75px !important;
  }

  .kt-padding-r-75-tablet-and-mobile {
    padding-right: 75px !important;
  }

  .kt-m75-tablet-and-mobile {
    margin: 75px !important;
  }

  .kt-mt-75-tablet-and-mobile {
    margin-top: 75px !important;
  }

  .kt-mb-75-tablet-and-mobile {
    margin-bottom: 75px !important;
  }

  .kt-ml-75-tablet-and-mobile {
    margin-left: 75px !important;
  }

  .kt-mr-75-tablet-and-mobile {
    margin-right: 75px !important;
  }

  .kt-p75-tablet-and-mobile {
    padding: 75px !important;
  }

  .kt-pt75-tablet-and-mobile {
    padding-top: 75px !important;
  }

  .kt-pb-75-tablet-and-mobile {
    padding-bottom: 75px !important;
  }

  .kt-pl75-tablet-and-mobile {
    padding-left: 75px !important;
  }

  .kt-pr75-tablet-and-mobile {
    padding-right: 75px !important;
  }

  .kt-margin-80-tablet-and-mobile {
    margin: 80px !important;
  }

  .kt-margin-t-80-tablet-and-mobile {
    margin-top: 80px !important;
  }

  .kt-margin-b-80-tablet-and-mobile {
    margin-bottom: 80px !important;
  }

  .kt-margin-l-80-tablet-and-mobile {
    margin-left: 80px !important;
  }

  .kt-margin-r-80-tablet-and-mobile {
    margin-right: 80px !important;
  }

  .kt-padding-80-tablet-and-mobile {
    padding: 80px !important;
  }

  .kt-padding-t-80-tablet-and-mobile {
    padding-top: 80px !important;
  }

  .kt-padding-b-80-tablet-and-mobile {
    padding-bottom: 80px !important;
  }

  .kt-padding-l-80-tablet-and-mobile {
    padding-left: 80px !important;
  }

  .kt-padding-r-80-tablet-and-mobile {
    padding-right: 80px !important;
  }

  .kt-m80-tablet-and-mobile {
    margin: 80px !important;
  }

  .kt-mt-80-tablet-and-mobile {
    margin-top: 80px !important;
  }

  .kt-mb-80-tablet-and-mobile {
    margin-bottom: 80px !important;
  }

  .kt-ml-80-tablet-and-mobile {
    margin-left: 80px !important;
  }

  .kt-mr-80-tablet-and-mobile {
    margin-right: 80px !important;
  }

  .kt-p80-tablet-and-mobile {
    padding: 80px !important;
  }

  .kt-pt80-tablet-and-mobile {
    padding-top: 80px !important;
  }

  .kt-pb-80-tablet-and-mobile {
    padding-bottom: 80px !important;
  }

  .kt-pl80-tablet-and-mobile {
    padding-left: 80px !important;
  }

  .kt-pr80-tablet-and-mobile {
    padding-right: 80px !important;
  }

  .kt-margin-85-tablet-and-mobile {
    margin: 85px !important;
  }

  .kt-margin-t-85-tablet-and-mobile {
    margin-top: 85px !important;
  }

  .kt-margin-b-85-tablet-and-mobile {
    margin-bottom: 85px !important;
  }

  .kt-margin-l-85-tablet-and-mobile {
    margin-left: 85px !important;
  }

  .kt-margin-r-85-tablet-and-mobile {
    margin-right: 85px !important;
  }

  .kt-padding-85-tablet-and-mobile {
    padding: 85px !important;
  }

  .kt-padding-t-85-tablet-and-mobile {
    padding-top: 85px !important;
  }

  .kt-padding-b-85-tablet-and-mobile {
    padding-bottom: 85px !important;
  }

  .kt-padding-l-85-tablet-and-mobile {
    padding-left: 85px !important;
  }

  .kt-padding-r-85-tablet-and-mobile {
    padding-right: 85px !important;
  }

  .kt-m85-tablet-and-mobile {
    margin: 85px !important;
  }

  .kt-mt-85-tablet-and-mobile {
    margin-top: 85px !important;
  }

  .kt-mb-85-tablet-and-mobile {
    margin-bottom: 85px !important;
  }

  .kt-ml-85-tablet-and-mobile {
    margin-left: 85px !important;
  }

  .kt-mr-85-tablet-and-mobile {
    margin-right: 85px !important;
  }

  .kt-p85-tablet-and-mobile {
    padding: 85px !important;
  }

  .kt-pt85-tablet-and-mobile {
    padding-top: 85px !important;
  }

  .kt-pb-85-tablet-and-mobile {
    padding-bottom: 85px !important;
  }

  .kt-pl85-tablet-and-mobile {
    padding-left: 85px !important;
  }

  .kt-pr85-tablet-and-mobile {
    padding-right: 85px !important;
  }

  .kt-margin-90-tablet-and-mobile {
    margin: 90px !important;
  }

  .kt-margin-t-90-tablet-and-mobile {
    margin-top: 90px !important;
  }

  .kt-margin-b-90-tablet-and-mobile {
    margin-bottom: 90px !important;
  }

  .kt-margin-l-90-tablet-and-mobile {
    margin-left: 90px !important;
  }

  .kt-margin-r-90-tablet-and-mobile {
    margin-right: 90px !important;
  }

  .kt-padding-90-tablet-and-mobile {
    padding: 90px !important;
  }

  .kt-padding-t-90-tablet-and-mobile {
    padding-top: 90px !important;
  }

  .kt-padding-b-90-tablet-and-mobile {
    padding-bottom: 90px !important;
  }

  .kt-padding-l-90-tablet-and-mobile {
    padding-left: 90px !important;
  }

  .kt-padding-r-90-tablet-and-mobile {
    padding-right: 90px !important;
  }

  .kt-m90-tablet-and-mobile {
    margin: 90px !important;
  }

  .kt-mt-90-tablet-and-mobile {
    margin-top: 90px !important;
  }

  .kt-mb-90-tablet-and-mobile {
    margin-bottom: 90px !important;
  }

  .kt-ml-90-tablet-and-mobile {
    margin-left: 90px !important;
  }

  .kt-mr-90-tablet-and-mobile {
    margin-right: 90px !important;
  }

  .kt-p90-tablet-and-mobile {
    padding: 90px !important;
  }

  .kt-pt90-tablet-and-mobile {
    padding-top: 90px !important;
  }

  .kt-pb-90-tablet-and-mobile {
    padding-bottom: 90px !important;
  }

  .kt-pl90-tablet-and-mobile {
    padding-left: 90px !important;
  }

  .kt-pr90-tablet-and-mobile {
    padding-right: 90px !important;
  }

  .kt-margin-95-tablet-and-mobile {
    margin: 95px !important;
  }

  .kt-margin-t-95-tablet-and-mobile {
    margin-top: 95px !important;
  }

  .kt-margin-b-95-tablet-and-mobile {
    margin-bottom: 95px !important;
  }

  .kt-margin-l-95-tablet-and-mobile {
    margin-left: 95px !important;
  }

  .kt-margin-r-95-tablet-and-mobile {
    margin-right: 95px !important;
  }

  .kt-padding-95-tablet-and-mobile {
    padding: 95px !important;
  }

  .kt-padding-t-95-tablet-and-mobile {
    padding-top: 95px !important;
  }

  .kt-padding-b-95-tablet-and-mobile {
    padding-bottom: 95px !important;
  }

  .kt-padding-l-95-tablet-and-mobile {
    padding-left: 95px !important;
  }

  .kt-padding-r-95-tablet-and-mobile {
    padding-right: 95px !important;
  }

  .kt-m95-tablet-and-mobile {
    margin: 95px !important;
  }

  .kt-mt-95-tablet-and-mobile {
    margin-top: 95px !important;
  }

  .kt-mb-95-tablet-and-mobile {
    margin-bottom: 95px !important;
  }

  .kt-ml-95-tablet-and-mobile {
    margin-left: 95px !important;
  }

  .kt-mr-95-tablet-and-mobile {
    margin-right: 95px !important;
  }

  .kt-p95-tablet-and-mobile {
    padding: 95px !important;
  }

  .kt-pt95-tablet-and-mobile {
    padding-top: 95px !important;
  }

  .kt-pb-95-tablet-and-mobile {
    padding-bottom: 95px !important;
  }

  .kt-pl95-tablet-and-mobile {
    padding-left: 95px !important;
  }

  .kt-pr95-tablet-and-mobile {
    padding-right: 95px !important;
  }

  .kt-margin-100-tablet-and-mobile {
    margin: 100px !important;
  }

  .kt-margin-t-100-tablet-and-mobile {
    margin-top: 100px !important;
  }

  .kt-margin-b-100-tablet-and-mobile {
    margin-bottom: 100px !important;
  }

  .kt-margin-l-100-tablet-and-mobile {
    margin-left: 100px !important;
  }

  .kt-margin-r-100-tablet-and-mobile {
    margin-right: 100px !important;
  }

  .kt-padding-100-tablet-and-mobile {
    padding: 100px !important;
  }

  .kt-padding-t-100-tablet-and-mobile {
    padding-top: 100px !important;
  }

  .kt-padding-b-100-tablet-and-mobile {
    padding-bottom: 100px !important;
  }

  .kt-padding-l-100-tablet-and-mobile {
    padding-left: 100px !important;
  }

  .kt-padding-r-100-tablet-and-mobile {
    padding-right: 100px !important;
  }

  .kt-m100-tablet-and-mobile {
    margin: 100px !important;
  }

  .kt-mt-100-tablet-and-mobile {
    margin-top: 100px !important;
  }

  .kt-mb-100-tablet-and-mobile {
    margin-bottom: 100px !important;
  }

  .kt-ml-100-tablet-and-mobile {
    margin-left: 100px !important;
  }

  .kt-mr-100-tablet-and-mobile {
    margin-right: 100px !important;
  }

  .kt-p100-tablet-and-mobile {
    padding: 100px !important;
  }

  .kt-pt100-tablet-and-mobile {
    padding-top: 100px !important;
  }

  .kt-pb-100-tablet-and-mobile {
    padding-bottom: 100px !important;
  }

  .kt-pl100-tablet-and-mobile {
    padding-left: 100px !important;
  }

  .kt-pr100-tablet-and-mobile {
    padding-right: 100px !important;
  }
}
@media (max-width: 768px) {
  .kt-margin-0-mobile {
    margin: 0px !important;
  }

  .kt-margin-t-0-mobile {
    margin-top: 0px !important;
  }

  .kt-margin-b-0-mobile {
    margin-bottom: 0px !important;
  }

  .kt-margin-l-0-mobile {
    margin-left: 0px !important;
  }

  .kt-margin-r-0-mobile {
    margin-right: 0px !important;
  }

  .kt-padding-0-mobile {
    padding: 0px !important;
  }

  .kt-padding-t-0-mobile {
    padding-top: 0px !important;
  }

  .kt-padding-b-0-mobile {
    padding-bottom: 0px !important;
  }

  .kt-padding-l-0-mobile {
    padding-left: 0px !important;
  }

  .kt-padding-r-0-mobile {
    padding-right: 0px !important;
  }

  .kt-m0-mobile {
    margin: 0px !important;
  }

  .kt-mt-0-mobile {
    margin-top: 0px !important;
  }

  .kt-mb-0-mobile {
    margin-bottom: 0px !important;
  }

  .kt-ml-0-mobile {
    margin-left: 0px !important;
  }

  .kt-mr-0-mobile {
    margin-right: 0px !important;
  }

  .kt-p0-mobile {
    padding: 0px !important;
  }

  .kt-pt0-mobile {
    padding-top: 0px !important;
  }

  .kt-pb-0-mobile {
    padding-bottom: 0px !important;
  }

  .kt-pl0-mobile {
    padding-left: 0px !important;
  }

  .kt-pr0-mobile {
    padding-right: 0px !important;
  }

  .kt-margin-5-mobile {
    margin: 5px !important;
  }

  .kt-margin-t-5-mobile {
    margin-top: 5px !important;
  }

  .kt-margin-b-5-mobile {
    margin-bottom: 5px !important;
  }

  .kt-margin-l-5-mobile {
    margin-left: 5px !important;
  }

  .kt-margin-r-5-mobile {
    margin-right: 5px !important;
  }

  .kt-padding-5-mobile {
    padding: 5px !important;
  }

  .kt-padding-t-5-mobile {
    padding-top: 5px !important;
  }

  .kt-padding-b-5-mobile {
    padding-bottom: 5px !important;
  }

  .kt-padding-l-5-mobile {
    padding-left: 5px !important;
  }

  .kt-padding-r-5-mobile {
    padding-right: 5px !important;
  }

  .kt-m5-mobile {
    margin: 5px !important;
  }

  .kt-mt-5-mobile {
    margin-top: 5px !important;
  }

  .kt-mb-5-mobile {
    margin-bottom: 5px !important;
  }

  .kt-ml-5-mobile {
    margin-left: 5px !important;
  }

  .kt-mr-5-mobile {
    margin-right: 5px !important;
  }

  .kt-p5-mobile {
    padding: 5px !important;
  }

  .kt-pt5-mobile {
    padding-top: 5px !important;
  }

  .kt-pb-5-mobile {
    padding-bottom: 5px !important;
  }

  .kt-pl5-mobile {
    padding-left: 5px !important;
  }

  .kt-pr5-mobile {
    padding-right: 5px !important;
  }

  .kt-margin-10-mobile {
    margin: 10px !important;
  }

  .kt-margin-t-10-mobile {
    margin-top: 10px !important;
  }

  .kt-margin-b-10-mobile {
    margin-bottom: 10px !important;
  }

  .kt-margin-l-10-mobile {
    margin-left: 10px !important;
  }

  .kt-margin-r-10-mobile {
    margin-right: 10px !important;
  }

  .kt-padding-10-mobile {
    padding: 10px !important;
  }

  .kt-padding-t-10-mobile {
    padding-top: 10px !important;
  }

  .kt-padding-b-10-mobile {
    padding-bottom: 10px !important;
  }

  .kt-padding-l-10-mobile {
    padding-left: 10px !important;
  }

  .kt-padding-r-10-mobile {
    padding-right: 10px !important;
  }

  .kt-m10-mobile {
    margin: 10px !important;
  }

  .kt-mt-10-mobile {
    margin-top: 10px !important;
  }

  .kt-mb-10-mobile {
    margin-bottom: 10px !important;
  }

  .kt-ml-10-mobile {
    margin-left: 10px !important;
  }

  .kt-mr-10-mobile {
    margin-right: 10px !important;
  }

  .kt-p10-mobile {
    padding: 10px !important;
  }

  .kt-pt10-mobile {
    padding-top: 10px !important;
  }

  .kt-pb-10-mobile {
    padding-bottom: 10px !important;
  }

  .kt-pl10-mobile {
    padding-left: 10px !important;
  }

  .kt-pr10-mobile {
    padding-right: 10px !important;
  }

  .kt-margin-15-mobile {
    margin: 15px !important;
  }

  .kt-margin-t-15-mobile {
    margin-top: 15px !important;
  }

  .kt-margin-b-15-mobile {
    margin-bottom: 15px !important;
  }

  .kt-margin-l-15-mobile {
    margin-left: 15px !important;
  }

  .kt-margin-r-15-mobile {
    margin-right: 15px !important;
  }

  .kt-padding-15-mobile {
    padding: 15px !important;
  }

  .kt-padding-t-15-mobile {
    padding-top: 15px !important;
  }

  .kt-padding-b-15-mobile {
    padding-bottom: 15px !important;
  }

  .kt-padding-l-15-mobile {
    padding-left: 15px !important;
  }

  .kt-padding-r-15-mobile {
    padding-right: 15px !important;
  }

  .kt-m15-mobile {
    margin: 15px !important;
  }

  .kt-mt-15-mobile {
    margin-top: 15px !important;
  }

  .kt-mb-15-mobile {
    margin-bottom: 15px !important;
  }

  .kt-ml-15-mobile {
    margin-left: 15px !important;
  }

  .kt-mr-15-mobile {
    margin-right: 15px !important;
  }

  .kt-p15-mobile {
    padding: 15px !important;
  }

  .kt-pt15-mobile {
    padding-top: 15px !important;
  }

  .kt-pb-15-mobile {
    padding-bottom: 15px !important;
  }

  .kt-pl15-mobile {
    padding-left: 15px !important;
  }

  .kt-pr15-mobile {
    padding-right: 15px !important;
  }

  .kt-margin-20-mobile {
    margin: 20px !important;
  }

  .kt-margin-t-20-mobile {
    margin-top: 20px !important;
  }

  .kt-margin-b-20-mobile {
    margin-bottom: 20px !important;
  }

  .kt-margin-l-20-mobile {
    margin-left: 20px !important;
  }

  .kt-margin-r-20-mobile {
    margin-right: 20px !important;
  }

  .kt-padding-20-mobile {
    padding: 20px !important;
  }

  .kt-padding-t-20-mobile {
    padding-top: 20px !important;
  }

  .kt-padding-b-20-mobile {
    padding-bottom: 20px !important;
  }

  .kt-padding-l-20-mobile {
    padding-left: 20px !important;
  }

  .kt-padding-r-20-mobile {
    padding-right: 20px !important;
  }

  .kt-m20-mobile {
    margin: 20px !important;
  }

  .kt-mt-20-mobile {
    margin-top: 20px !important;
  }

  .kt-mb-20-mobile {
    margin-bottom: 20px !important;
  }

  .kt-ml-20-mobile {
    margin-left: 20px !important;
  }

  .kt-mr-20-mobile {
    margin-right: 20px !important;
  }

  .kt-p20-mobile {
    padding: 20px !important;
  }

  .kt-pt20-mobile {
    padding-top: 20px !important;
  }

  .kt-pb-20-mobile {
    padding-bottom: 20px !important;
  }

  .kt-pl20-mobile {
    padding-left: 20px !important;
  }

  .kt-pr20-mobile {
    padding-right: 20px !important;
  }

  .kt-margin-25-mobile {
    margin: 25px !important;
  }

  .kt-margin-t-25-mobile {
    margin-top: 25px !important;
  }

  .kt-margin-b-25-mobile {
    margin-bottom: 25px !important;
  }

  .kt-margin-l-25-mobile {
    margin-left: 25px !important;
  }

  .kt-margin-r-25-mobile {
    margin-right: 25px !important;
  }

  .kt-padding-25-mobile {
    padding: 25px !important;
  }

  .kt-padding-t-25-mobile {
    padding-top: 25px !important;
  }

  .kt-padding-b-25-mobile {
    padding-bottom: 25px !important;
  }

  .kt-padding-l-25-mobile {
    padding-left: 25px !important;
  }

  .kt-padding-r-25-mobile {
    padding-right: 25px !important;
  }

  .kt-m25-mobile {
    margin: 25px !important;
  }

  .kt-mt-25-mobile {
    margin-top: 25px !important;
  }

  .kt-mb-25-mobile {
    margin-bottom: 25px !important;
  }

  .kt-ml-25-mobile {
    margin-left: 25px !important;
  }

  .kt-mr-25-mobile {
    margin-right: 25px !important;
  }

  .kt-p25-mobile {
    padding: 25px !important;
  }

  .kt-pt25-mobile {
    padding-top: 25px !important;
  }

  .kt-pb-25-mobile {
    padding-bottom: 25px !important;
  }

  .kt-pl25-mobile {
    padding-left: 25px !important;
  }

  .kt-pr25-mobile {
    padding-right: 25px !important;
  }

  .kt-margin-30-mobile {
    margin: 30px !important;
  }

  .kt-margin-t-30-mobile {
    margin-top: 30px !important;
  }

  .kt-margin-b-30-mobile {
    margin-bottom: 30px !important;
  }

  .kt-margin-l-30-mobile {
    margin-left: 30px !important;
  }

  .kt-margin-r-30-mobile {
    margin-right: 30px !important;
  }

  .kt-padding-30-mobile {
    padding: 30px !important;
  }

  .kt-padding-t-30-mobile {
    padding-top: 30px !important;
  }

  .kt-padding-b-30-mobile {
    padding-bottom: 30px !important;
  }

  .kt-padding-l-30-mobile {
    padding-left: 30px !important;
  }

  .kt-padding-r-30-mobile {
    padding-right: 30px !important;
  }

  .kt-m30-mobile {
    margin: 30px !important;
  }

  .kt-mt-30-mobile {
    margin-top: 30px !important;
  }

  .kt-mb-30-mobile {
    margin-bottom: 30px !important;
  }

  .kt-ml-30-mobile {
    margin-left: 30px !important;
  }

  .kt-mr-30-mobile {
    margin-right: 30px !important;
  }

  .kt-p30-mobile {
    padding: 30px !important;
  }

  .kt-pt30-mobile {
    padding-top: 30px !important;
  }

  .kt-pb-30-mobile {
    padding-bottom: 30px !important;
  }

  .kt-pl30-mobile {
    padding-left: 30px !important;
  }

  .kt-pr30-mobile {
    padding-right: 30px !important;
  }

  .kt-margin-35-mobile {
    margin: 35px !important;
  }

  .kt-margin-t-35-mobile {
    margin-top: 35px !important;
  }

  .kt-margin-b-35-mobile {
    margin-bottom: 35px !important;
  }

  .kt-margin-l-35-mobile {
    margin-left: 35px !important;
  }

  .kt-margin-r-35-mobile {
    margin-right: 35px !important;
  }

  .kt-padding-35-mobile {
    padding: 35px !important;
  }

  .kt-padding-t-35-mobile {
    padding-top: 35px !important;
  }

  .kt-padding-b-35-mobile {
    padding-bottom: 35px !important;
  }

  .kt-padding-l-35-mobile {
    padding-left: 35px !important;
  }

  .kt-padding-r-35-mobile {
    padding-right: 35px !important;
  }

  .kt-m35-mobile {
    margin: 35px !important;
  }

  .kt-mt-35-mobile {
    margin-top: 35px !important;
  }

  .kt-mb-35-mobile {
    margin-bottom: 35px !important;
  }

  .kt-ml-35-mobile {
    margin-left: 35px !important;
  }

  .kt-mr-35-mobile {
    margin-right: 35px !important;
  }

  .kt-p35-mobile {
    padding: 35px !important;
  }

  .kt-pt35-mobile {
    padding-top: 35px !important;
  }

  .kt-pb-35-mobile {
    padding-bottom: 35px !important;
  }

  .kt-pl35-mobile {
    padding-left: 35px !important;
  }

  .kt-pr35-mobile {
    padding-right: 35px !important;
  }

  .kt-margin-40-mobile {
    margin: 40px !important;
  }

  .kt-margin-t-40-mobile {
    margin-top: 40px !important;
  }

  .kt-margin-b-40-mobile {
    margin-bottom: 40px !important;
  }

  .kt-margin-l-40-mobile {
    margin-left: 40px !important;
  }

  .kt-margin-r-40-mobile {
    margin-right: 40px !important;
  }

  .kt-padding-40-mobile {
    padding: 40px !important;
  }

  .kt-padding-t-40-mobile {
    padding-top: 40px !important;
  }

  .kt-padding-b-40-mobile {
    padding-bottom: 40px !important;
  }

  .kt-padding-l-40-mobile {
    padding-left: 40px !important;
  }

  .kt-padding-r-40-mobile {
    padding-right: 40px !important;
  }

  .kt-m40-mobile {
    margin: 40px !important;
  }

  .kt-mt-40-mobile {
    margin-top: 40px !important;
  }

  .kt-mb-40-mobile {
    margin-bottom: 40px !important;
  }

  .kt-ml-40-mobile {
    margin-left: 40px !important;
  }

  .kt-mr-40-mobile {
    margin-right: 40px !important;
  }

  .kt-p40-mobile {
    padding: 40px !important;
  }

  .kt-pt40-mobile {
    padding-top: 40px !important;
  }

  .kt-pb-40-mobile {
    padding-bottom: 40px !important;
  }

  .kt-pl40-mobile {
    padding-left: 40px !important;
  }

  .kt-pr40-mobile {
    padding-right: 40px !important;
  }

  .kt-margin-45-mobile {
    margin: 45px !important;
  }

  .kt-margin-t-45-mobile {
    margin-top: 45px !important;
  }

  .kt-margin-b-45-mobile {
    margin-bottom: 45px !important;
  }

  .kt-margin-l-45-mobile {
    margin-left: 45px !important;
  }

  .kt-margin-r-45-mobile {
    margin-right: 45px !important;
  }

  .kt-padding-45-mobile {
    padding: 45px !important;
  }

  .kt-padding-t-45-mobile {
    padding-top: 45px !important;
  }

  .kt-padding-b-45-mobile {
    padding-bottom: 45px !important;
  }

  .kt-padding-l-45-mobile {
    padding-left: 45px !important;
  }

  .kt-padding-r-45-mobile {
    padding-right: 45px !important;
  }

  .kt-m45-mobile {
    margin: 45px !important;
  }

  .kt-mt-45-mobile {
    margin-top: 45px !important;
  }

  .kt-mb-45-mobile {
    margin-bottom: 45px !important;
  }

  .kt-ml-45-mobile {
    margin-left: 45px !important;
  }

  .kt-mr-45-mobile {
    margin-right: 45px !important;
  }

  .kt-p45-mobile {
    padding: 45px !important;
  }

  .kt-pt45-mobile {
    padding-top: 45px !important;
  }

  .kt-pb-45-mobile {
    padding-bottom: 45px !important;
  }

  .kt-pl45-mobile {
    padding-left: 45px !important;
  }

  .kt-pr45-mobile {
    padding-right: 45px !important;
  }

  .kt-margin-50-mobile {
    margin: 50px !important;
  }

  .kt-margin-t-50-mobile {
    margin-top: 50px !important;
  }

  .kt-margin-b-50-mobile {
    margin-bottom: 50px !important;
  }

  .kt-margin-l-50-mobile {
    margin-left: 50px !important;
  }

  .kt-margin-r-50-mobile {
    margin-right: 50px !important;
  }

  .kt-padding-50-mobile {
    padding: 50px !important;
  }

  .kt-padding-t-50-mobile {
    padding-top: 50px !important;
  }

  .kt-padding-b-50-mobile {
    padding-bottom: 50px !important;
  }

  .kt-padding-l-50-mobile {
    padding-left: 50px !important;
  }

  .kt-padding-r-50-mobile {
    padding-right: 50px !important;
  }

  .kt-m50-mobile {
    margin: 50px !important;
  }

  .kt-mt-50-mobile {
    margin-top: 50px !important;
  }

  .kt-mb-50-mobile {
    margin-bottom: 50px !important;
  }

  .kt-ml-50-mobile {
    margin-left: 50px !important;
  }

  .kt-mr-50-mobile {
    margin-right: 50px !important;
  }

  .kt-p50-mobile {
    padding: 50px !important;
  }

  .kt-pt50-mobile {
    padding-top: 50px !important;
  }

  .kt-pb-50-mobile {
    padding-bottom: 50px !important;
  }

  .kt-pl50-mobile {
    padding-left: 50px !important;
  }

  .kt-pr50-mobile {
    padding-right: 50px !important;
  }

  .kt-margin-55-mobile {
    margin: 55px !important;
  }

  .kt-margin-t-55-mobile {
    margin-top: 55px !important;
  }

  .kt-margin-b-55-mobile {
    margin-bottom: 55px !important;
  }

  .kt-margin-l-55-mobile {
    margin-left: 55px !important;
  }

  .kt-margin-r-55-mobile {
    margin-right: 55px !important;
  }

  .kt-padding-55-mobile {
    padding: 55px !important;
  }

  .kt-padding-t-55-mobile {
    padding-top: 55px !important;
  }

  .kt-padding-b-55-mobile {
    padding-bottom: 55px !important;
  }

  .kt-padding-l-55-mobile {
    padding-left: 55px !important;
  }

  .kt-padding-r-55-mobile {
    padding-right: 55px !important;
  }

  .kt-m55-mobile {
    margin: 55px !important;
  }

  .kt-mt-55-mobile {
    margin-top: 55px !important;
  }

  .kt-mb-55-mobile {
    margin-bottom: 55px !important;
  }

  .kt-ml-55-mobile {
    margin-left: 55px !important;
  }

  .kt-mr-55-mobile {
    margin-right: 55px !important;
  }

  .kt-p55-mobile {
    padding: 55px !important;
  }

  .kt-pt55-mobile {
    padding-top: 55px !important;
  }

  .kt-pb-55-mobile {
    padding-bottom: 55px !important;
  }

  .kt-pl55-mobile {
    padding-left: 55px !important;
  }

  .kt-pr55-mobile {
    padding-right: 55px !important;
  }

  .kt-margin-60-mobile {
    margin: 60px !important;
  }

  .kt-margin-t-60-mobile {
    margin-top: 60px !important;
  }

  .kt-margin-b-60-mobile {
    margin-bottom: 60px !important;
  }

  .kt-margin-l-60-mobile {
    margin-left: 60px !important;
  }

  .kt-margin-r-60-mobile {
    margin-right: 60px !important;
  }

  .kt-padding-60-mobile {
    padding: 60px !important;
  }

  .kt-padding-t-60-mobile {
    padding-top: 60px !important;
  }

  .kt-padding-b-60-mobile {
    padding-bottom: 60px !important;
  }

  .kt-padding-l-60-mobile {
    padding-left: 60px !important;
  }

  .kt-padding-r-60-mobile {
    padding-right: 60px !important;
  }

  .kt-m60-mobile {
    margin: 60px !important;
  }

  .kt-mt-60-mobile {
    margin-top: 60px !important;
  }

  .kt-mb-60-mobile {
    margin-bottom: 60px !important;
  }

  .kt-ml-60-mobile {
    margin-left: 60px !important;
  }

  .kt-mr-60-mobile {
    margin-right: 60px !important;
  }

  .kt-p60-mobile {
    padding: 60px !important;
  }

  .kt-pt60-mobile {
    padding-top: 60px !important;
  }

  .kt-pb-60-mobile {
    padding-bottom: 60px !important;
  }

  .kt-pl60-mobile {
    padding-left: 60px !important;
  }

  .kt-pr60-mobile {
    padding-right: 60px !important;
  }

  .kt-margin-65-mobile {
    margin: 65px !important;
  }

  .kt-margin-t-65-mobile {
    margin-top: 65px !important;
  }

  .kt-margin-b-65-mobile {
    margin-bottom: 65px !important;
  }

  .kt-margin-l-65-mobile {
    margin-left: 65px !important;
  }

  .kt-margin-r-65-mobile {
    margin-right: 65px !important;
  }

  .kt-padding-65-mobile {
    padding: 65px !important;
  }

  .kt-padding-t-65-mobile {
    padding-top: 65px !important;
  }

  .kt-padding-b-65-mobile {
    padding-bottom: 65px !important;
  }

  .kt-padding-l-65-mobile {
    padding-left: 65px !important;
  }

  .kt-padding-r-65-mobile {
    padding-right: 65px !important;
  }

  .kt-m65-mobile {
    margin: 65px !important;
  }

  .kt-mt-65-mobile {
    margin-top: 65px !important;
  }

  .kt-mb-65-mobile {
    margin-bottom: 65px !important;
  }

  .kt-ml-65-mobile {
    margin-left: 65px !important;
  }

  .kt-mr-65-mobile {
    margin-right: 65px !important;
  }

  .kt-p65-mobile {
    padding: 65px !important;
  }

  .kt-pt65-mobile {
    padding-top: 65px !important;
  }

  .kt-pb-65-mobile {
    padding-bottom: 65px !important;
  }

  .kt-pl65-mobile {
    padding-left: 65px !important;
  }

  .kt-pr65-mobile {
    padding-right: 65px !important;
  }

  .kt-margin-70-mobile {
    margin: 70px !important;
  }

  .kt-margin-t-70-mobile {
    margin-top: 70px !important;
  }

  .kt-margin-b-70-mobile {
    margin-bottom: 70px !important;
  }

  .kt-margin-l-70-mobile {
    margin-left: 70px !important;
  }

  .kt-margin-r-70-mobile {
    margin-right: 70px !important;
  }

  .kt-padding-70-mobile {
    padding: 70px !important;
  }

  .kt-padding-t-70-mobile {
    padding-top: 70px !important;
  }

  .kt-padding-b-70-mobile {
    padding-bottom: 70px !important;
  }

  .kt-padding-l-70-mobile {
    padding-left: 70px !important;
  }

  .kt-padding-r-70-mobile {
    padding-right: 70px !important;
  }

  .kt-m70-mobile {
    margin: 70px !important;
  }

  .kt-mt-70-mobile {
    margin-top: 70px !important;
  }

  .kt-mb-70-mobile {
    margin-bottom: 70px !important;
  }

  .kt-ml-70-mobile {
    margin-left: 70px !important;
  }

  .kt-mr-70-mobile {
    margin-right: 70px !important;
  }

  .kt-p70-mobile {
    padding: 70px !important;
  }

  .kt-pt70-mobile {
    padding-top: 70px !important;
  }

  .kt-pb-70-mobile {
    padding-bottom: 70px !important;
  }

  .kt-pl70-mobile {
    padding-left: 70px !important;
  }

  .kt-pr70-mobile {
    padding-right: 70px !important;
  }

  .kt-margin-75-mobile {
    margin: 75px !important;
  }

  .kt-margin-t-75-mobile {
    margin-top: 75px !important;
  }

  .kt-margin-b-75-mobile {
    margin-bottom: 75px !important;
  }

  .kt-margin-l-75-mobile {
    margin-left: 75px !important;
  }

  .kt-margin-r-75-mobile {
    margin-right: 75px !important;
  }

  .kt-padding-75-mobile {
    padding: 75px !important;
  }

  .kt-padding-t-75-mobile {
    padding-top: 75px !important;
  }

  .kt-padding-b-75-mobile {
    padding-bottom: 75px !important;
  }

  .kt-padding-l-75-mobile {
    padding-left: 75px !important;
  }

  .kt-padding-r-75-mobile {
    padding-right: 75px !important;
  }

  .kt-m75-mobile {
    margin: 75px !important;
  }

  .kt-mt-75-mobile {
    margin-top: 75px !important;
  }

  .kt-mb-75-mobile {
    margin-bottom: 75px !important;
  }

  .kt-ml-75-mobile {
    margin-left: 75px !important;
  }

  .kt-mr-75-mobile {
    margin-right: 75px !important;
  }

  .kt-p75-mobile {
    padding: 75px !important;
  }

  .kt-pt75-mobile {
    padding-top: 75px !important;
  }

  .kt-pb-75-mobile {
    padding-bottom: 75px !important;
  }

  .kt-pl75-mobile {
    padding-left: 75px !important;
  }

  .kt-pr75-mobile {
    padding-right: 75px !important;
  }

  .kt-margin-80-mobile {
    margin: 80px !important;
  }

  .kt-margin-t-80-mobile {
    margin-top: 80px !important;
  }

  .kt-margin-b-80-mobile {
    margin-bottom: 80px !important;
  }

  .kt-margin-l-80-mobile {
    margin-left: 80px !important;
  }

  .kt-margin-r-80-mobile {
    margin-right: 80px !important;
  }

  .kt-padding-80-mobile {
    padding: 80px !important;
  }

  .kt-padding-t-80-mobile {
    padding-top: 80px !important;
  }

  .kt-padding-b-80-mobile {
    padding-bottom: 80px !important;
  }

  .kt-padding-l-80-mobile {
    padding-left: 80px !important;
  }

  .kt-padding-r-80-mobile {
    padding-right: 80px !important;
  }

  .kt-m80-mobile {
    margin: 80px !important;
  }

  .kt-mt-80-mobile {
    margin-top: 80px !important;
  }

  .kt-mb-80-mobile {
    margin-bottom: 80px !important;
  }

  .kt-ml-80-mobile {
    margin-left: 80px !important;
  }

  .kt-mr-80-mobile {
    margin-right: 80px !important;
  }

  .kt-p80-mobile {
    padding: 80px !important;
  }

  .kt-pt80-mobile {
    padding-top: 80px !important;
  }

  .kt-pb-80-mobile {
    padding-bottom: 80px !important;
  }

  .kt-pl80-mobile {
    padding-left: 80px !important;
  }

  .kt-pr80-mobile {
    padding-right: 80px !important;
  }

  .kt-margin-85-mobile {
    margin: 85px !important;
  }

  .kt-margin-t-85-mobile {
    margin-top: 85px !important;
  }

  .kt-margin-b-85-mobile {
    margin-bottom: 85px !important;
  }

  .kt-margin-l-85-mobile {
    margin-left: 85px !important;
  }

  .kt-margin-r-85-mobile {
    margin-right: 85px !important;
  }

  .kt-padding-85-mobile {
    padding: 85px !important;
  }

  .kt-padding-t-85-mobile {
    padding-top: 85px !important;
  }

  .kt-padding-b-85-mobile {
    padding-bottom: 85px !important;
  }

  .kt-padding-l-85-mobile {
    padding-left: 85px !important;
  }

  .kt-padding-r-85-mobile {
    padding-right: 85px !important;
  }

  .kt-m85-mobile {
    margin: 85px !important;
  }

  .kt-mt-85-mobile {
    margin-top: 85px !important;
  }

  .kt-mb-85-mobile {
    margin-bottom: 85px !important;
  }

  .kt-ml-85-mobile {
    margin-left: 85px !important;
  }

  .kt-mr-85-mobile {
    margin-right: 85px !important;
  }

  .kt-p85-mobile {
    padding: 85px !important;
  }

  .kt-pt85-mobile {
    padding-top: 85px !important;
  }

  .kt-pb-85-mobile {
    padding-bottom: 85px !important;
  }

  .kt-pl85-mobile {
    padding-left: 85px !important;
  }

  .kt-pr85-mobile {
    padding-right: 85px !important;
  }

  .kt-margin-90-mobile {
    margin: 90px !important;
  }

  .kt-margin-t-90-mobile {
    margin-top: 90px !important;
  }

  .kt-margin-b-90-mobile {
    margin-bottom: 90px !important;
  }

  .kt-margin-l-90-mobile {
    margin-left: 90px !important;
  }

  .kt-margin-r-90-mobile {
    margin-right: 90px !important;
  }

  .kt-padding-90-mobile {
    padding: 90px !important;
  }

  .kt-padding-t-90-mobile {
    padding-top: 90px !important;
  }

  .kt-padding-b-90-mobile {
    padding-bottom: 90px !important;
  }

  .kt-padding-l-90-mobile {
    padding-left: 90px !important;
  }

  .kt-padding-r-90-mobile {
    padding-right: 90px !important;
  }

  .kt-m90-mobile {
    margin: 90px !important;
  }

  .kt-mt-90-mobile {
    margin-top: 90px !important;
  }

  .kt-mb-90-mobile {
    margin-bottom: 90px !important;
  }

  .kt-ml-90-mobile {
    margin-left: 90px !important;
  }

  .kt-mr-90-mobile {
    margin-right: 90px !important;
  }

  .kt-p90-mobile {
    padding: 90px !important;
  }

  .kt-pt90-mobile {
    padding-top: 90px !important;
  }

  .kt-pb-90-mobile {
    padding-bottom: 90px !important;
  }

  .kt-pl90-mobile {
    padding-left: 90px !important;
  }

  .kt-pr90-mobile {
    padding-right: 90px !important;
  }

  .kt-margin-95-mobile {
    margin: 95px !important;
  }

  .kt-margin-t-95-mobile {
    margin-top: 95px !important;
  }

  .kt-margin-b-95-mobile {
    margin-bottom: 95px !important;
  }

  .kt-margin-l-95-mobile {
    margin-left: 95px !important;
  }

  .kt-margin-r-95-mobile {
    margin-right: 95px !important;
  }

  .kt-padding-95-mobile {
    padding: 95px !important;
  }

  .kt-padding-t-95-mobile {
    padding-top: 95px !important;
  }

  .kt-padding-b-95-mobile {
    padding-bottom: 95px !important;
  }

  .kt-padding-l-95-mobile {
    padding-left: 95px !important;
  }

  .kt-padding-r-95-mobile {
    padding-right: 95px !important;
  }

  .kt-m95-mobile {
    margin: 95px !important;
  }

  .kt-mt-95-mobile {
    margin-top: 95px !important;
  }

  .kt-mb-95-mobile {
    margin-bottom: 95px !important;
  }

  .kt-ml-95-mobile {
    margin-left: 95px !important;
  }

  .kt-mr-95-mobile {
    margin-right: 95px !important;
  }

  .kt-p95-mobile {
    padding: 95px !important;
  }

  .kt-pt95-mobile {
    padding-top: 95px !important;
  }

  .kt-pb-95-mobile {
    padding-bottom: 95px !important;
  }

  .kt-pl95-mobile {
    padding-left: 95px !important;
  }

  .kt-pr95-mobile {
    padding-right: 95px !important;
  }

  .kt-margin-100-mobile {
    margin: 100px !important;
  }

  .kt-margin-t-100-mobile {
    margin-top: 100px !important;
  }

  .kt-margin-b-100-mobile {
    margin-bottom: 100px !important;
  }

  .kt-margin-l-100-mobile {
    margin-left: 100px !important;
  }

  .kt-margin-r-100-mobile {
    margin-right: 100px !important;
  }

  .kt-padding-100-mobile {
    padding: 100px !important;
  }

  .kt-padding-t-100-mobile {
    padding-top: 100px !important;
  }

  .kt-padding-b-100-mobile {
    padding-bottom: 100px !important;
  }

  .kt-padding-l-100-mobile {
    padding-left: 100px !important;
  }

  .kt-padding-r-100-mobile {
    padding-right: 100px !important;
  }

  .kt-m100-mobile {
    margin: 100px !important;
  }

  .kt-mt-100-mobile {
    margin-top: 100px !important;
  }

  .kt-mb-100-mobile {
    margin-bottom: 100px !important;
  }

  .kt-ml-100-mobile {
    margin-left: 100px !important;
  }

  .kt-mr-100-mobile {
    margin-right: 100px !important;
  }

  .kt-p100-mobile {
    padding: 100px !important;
  }

  .kt-pt100-mobile {
    padding-top: 100px !important;
  }

  .kt-pb-100-mobile {
    padding-bottom: 100px !important;
  }

  .kt-pl100-mobile {
    padding-left: 100px !important;
  }

  .kt-pr100-mobile {
    padding-right: 100px !important;
  }
}
.kt-opacity-1 {
  opacity: 0.1;
}
.kt-opacity-2 {
  opacity: 0.2;
}
.kt-opacity-3 {
  opacity: 0.3;
}
.kt-opacity-4 {
  opacity: 0.4;
}
.kt-opacity-5 {
  opacity: 0.5;
}
.kt-opacity-6 {
  opacity: 0.6;
}
.kt-opacity-7 {
  opacity: 0.7;
}
.kt-opacity-8 {
  opacity: 0.8;
}
.kt-opacity-9 {
  opacity: 0.9;
}
.kt-radius-100 {
  border-radius: 100%;
}
.kt-valign-top {
  vertical-align: top;
}
.kt-space-5 {
  display: block;
  height: 0;
  margin-bottom: 5px;
}
.kt-space-10 {
  display: block;
  height: 0;
  margin-bottom: 10px;
}
.kt-space-15 {
  display: block;
  height: 0;
  margin-bottom: 15px;
}
.kt-space-20 {
  display: block;
  height: 0;
  margin-bottom: 20px;
}
.kt-space-30 {
  display: block;
  height: 0;
  margin-bottom: 30px;
}
.kt-space-40 {
  display: block;
  height: 0;
  margin-bottom: 40px;
}
.kt-valign-middle {
  vertical-align: middle;
}
.kt-valign-bottom {
  vertical-align: bottom;
}
.kt-block-center {
  margin-left: auto;
  margin-right: auto;
}
.kt-align-right {
  text-align: right;
}
.kt-align-left {
  text-align: left;
}
.kt-align-center {
  text-align: center;
}
.kt-pull-right {
  float: right;
}
.kt-pull-left {
  float: left;
}
.kt-img-rounded {
  border-radius: 50% !important;
}
.kt-block-inline {
  display: inline-block;
}
.kt-icon-middle:before {
  vertical-align: middle;
}
.kt-hidden,
.kt-hide {
  display: none !important;
}
.kt-font-sm {
  font-size: 0.8rem !important;
}
.kt-font-md {
  font-size: 0.9rem !important;
}
.kt-font-lg {
  font-size: 1.2rem !important;
}
.kt-font-xl {
  font-size: 1.5rem !important;
}
.kt-clearfix:before, .kt-clearfix:after {
  content: " ";
  display: table;
}
.kt-clearfix:after {
  clear: both;
}
.kt-icon-sm {
  font-size: 0.75rem !important;
}
.kt-icon-md {
  font-size: 0.9rem !important;
}
.kt-icon-lg {
  font-size: 1.2rem !important;
}
.kt-icon-xl {
  font-size: 1.4rem !important;
}
.kt-marginless {
  margin: 0 !important;
}
.kt-img-centered {
  text-align: center;
}
.kt-font-transform-u {
  text-transform: uppercase;
}
.kt-font-transform-l {
  text-transform: lowercase;
}
.kt-font-transform-c {
  text-transform: capitalize;
}
.kt-font-transform-i {
  text-transform: initial;
}
.kt-font-regular {
  font-weight: 400 !important;
}
.kt-font-bold {
  font-weight: 500 !important;
}
.kt-font-bolder {
  font-weight: 600 !important;
}
.kt-font-boldest {
  font-weight: 700 !important;
}
b, strong {
  font-weight: bold;
}
.kt-font-brand {
  color: #5d78ff !important;
}
.kt-font-hover-brand:hover {
  color: #0029f6;
}
.kt-font-inverse-brand {
  color: #ffffff !important;
}
.kt-bg-brand {
  background-color: #5d78ff !important;
}
.kt-bg-fill-brand {
  background-color: #5d78ff !important;
  color: #ffffff !important;
}
.kt-bg-fill-brand > i {
  color: #ffffff !important;
}
.kt-bg-light-brand {
  background-color: rgba(93, 120, 255, 0.1) !important;
}
.kt-font-light {
  color: #ffffff !important;
}
.kt-font-hover-light:hover {
  color: #cccccc;
}
.kt-font-inverse-light {
  color: #282a3c !important;
}
.kt-bg-light {
  background-color: #ffffff !important;
}
.kt-bg-fill-light {
  background-color: #ffffff !important;
  color: #282a3c !important;
}
.kt-bg-fill-light > i {
  color: #282a3c !important;
}
.kt-bg-light-light {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.kt-font-dark {
  color: #282a3c !important;
}
.kt-font-hover-dark:hover {
  color: black;
}
.kt-font-inverse-dark {
  color: #ffffff !important;
}
.kt-bg-dark {
  background-color: #282a3c !important;
}
.kt-bg-fill-dark {
  background-color: #282a3c !important;
  color: #ffffff !important;
}
.kt-bg-fill-dark > i {
  color: #ffffff !important;
}
.kt-bg-light-dark {
  background-color: rgba(40, 42, 60, 0.1) !important;
}
.kt-font-primary {
  color: #5867dd !important;
}
.kt-font-hover-primary:hover {
  color: #2332ac;
}
.kt-font-inverse-primary {
  color: #ffffff !important;
}
.kt-bg-primary {
  background-color: #5867dd !important;
}
.kt-bg-fill-primary {
  background-color: #5867dd !important;
  color: #ffffff !important;
}
.kt-bg-fill-primary > i {
  color: #ffffff !important;
}
.kt-bg-light-primary {
  background-color: rgba(88, 103, 221, 0.1) !important;
}
.kt-font-success {
  color: #0abb87 !important;
}
.kt-font-hover-success:hover {
  color: #055a41;
}
.kt-font-inverse-success {
  color: #ffffff !important;
}
.kt-bg-success {
  background-color: #0abb87 !important;
}
.kt-bg-fill-success {
  background-color: #0abb87 !important;
  color: #ffffff !important;
}
.kt-bg-fill-success > i {
  color: #ffffff !important;
}
.kt-bg-light-success {
  background-color: rgba(10, 187, 135, 0.1) !important;
}
.kt-font-info {
  color: #5578eb !important;
}
.kt-font-hover-info:hover {
  color: #173fc3;
}
.kt-font-inverse-info {
  color: #ffffff !important;
}
.kt-bg-info {
  background-color: #5578eb !important;
}
.kt-bg-fill-info {
  background-color: #5578eb !important;
  color: #ffffff !important;
}
.kt-bg-fill-info > i {
  color: #ffffff !important;
}
.kt-bg-light-info {
  background-color: rgba(85, 120, 235, 0.1) !important;
}
.kt-font-warning {
  color: #ffb822 !important;
}
.kt-font-hover-warning:hover {
  color: #bb7f00;
}
.kt-font-inverse-warning {
  color: #111111 !important;
}
.kt-bg-warning {
  background-color: #ffb822 !important;
}
.kt-bg-fill-warning {
  background-color: #ffb822 !important;
  color: #111111 !important;
}
.kt-bg-fill-warning > i {
  color: #111111 !important;
}
.kt-bg-light-warning {
  background-color: rgba(255, 184, 34, 0.1) !important;
}
.kt-font-danger {
  color: #fd397a !important;
}
.kt-font-hover-danger:hover {
  color: #ce0246;
}
.kt-font-inverse-danger {
  color: #ffffff !important;
}
.kt-bg-danger {
  background-color: #fd397a !important;
}
.kt-bg-fill-danger {
  background-color: #fd397a !important;
  color: #ffffff !important;
}
.kt-bg-fill-danger > i {
  color: #ffffff !important;
}
.kt-bg-light-danger {
  background-color: rgba(253, 57, 122, 0.1) !important;
}
.kt-font-facebook {
  color: #3b5998 !important;
}
.kt-font-google {
  color: #dc4e41 !important;
}
.kt-font-twitter {
  color: #4AB3F4 !important;
}
.kt-font-instagram {
  color: #517fa4 !important;
}
.kt-font-youtube {
  color: #b31217 !important;
}
.kt-font-linkedin {
  color: #0077b5 !important;
}
.kt-font-skype {
  color: #00aff0 !important;
}
.kt-label-font-color-1 {
  color: #a2a5b9 !important;
}
.kt-label-bg-color-1 {
  background-color: #a2a5b9 !important;
}
.kt-label-font-color-2 {
  color: #74788d !important;
}
.kt-label-bg-color-2 {
  background-color: #74788d !important;
}
.kt-label-font-color-3 {
  color: #595d6e !important;
}
.kt-label-bg-color-3 {
  background-color: #595d6e !important;
}
.kt-label-font-color-4 {
  color: #48465b !important;
}
.kt-label-bg-color-4 {
  background-color: #48465b !important;
}
.kt-shape-font-color-1 {
  color: #f0f3ff !important;
}
.kt-shape-bg-color-1 {
  background-color: #f0f3ff !important;
}
.kt-shape-font-color-2 {
  color: #e8ecfa !important;
}
.kt-shape-bg-color-2 {
  background-color: #e8ecfa !important;
}
.kt-shape-font-color-3 {
  color: #93a2dd !important;
}
.kt-shape-bg-color-3 {
  background-color: #93a2dd !important;
}
.kt-shape-font-color-4 {
  color: #646c9a !important;
}
.kt-shape-bg-color-4 {
  background-color: #646c9a !important;
}
.kt-visible-desktop,
.kt-visible-desktop-inline-block,
.kt-visible-desktop-inline,
.kt-visible-desktop-table,
.kt-visible-desktop-table-cell,
.kt-visible-tablet,
.kt-visible-tablet-inline-block,
.kt-visible-tablet-inline,
.kt-visible-tablet-table,
.kt-visible-tablet-table-cell,
.kt-visible-tablet-and-mobile,
.kt-visible-tablet-and-mobile-inline-block,
.kt-visible-tablet-and-mobile-inline,
.kt-visible-tablet-and-mobile-table,
.kt-visible-tablet-and-mobile-table-cell,
.kt-visible-mobile,
.kt-visible-mobile-inline-block,
.kt-visible-mobile-inline,
.kt-visible-mobile-table,
.kt-visible-mobile-table-cell {
  display: none !important;
}
@media (min-width: 1025px) {
  .kt-visible-desktop {
    display: block !important;
  }

  .kt-visible-desktop-inline-block {
    display: inline-block !important;
  }

  .kt-visible-desktop-inline {
    display: inline !important;
  }

  .kt-visible-desktop-table {
    display: table !important;
  }

  .kt-visible-desktop-table-cell {
    display: table-cell !important;
  }

  .kt-hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-visible-tablet {
    display: block !important;
  }

  .kt-visible-tablet-inline-block {
    display: inline-block !important;
  }

  .kt-visible-tablet-inline {
    display: inline !important;
  }

  .kt-visible-tablet-table {
    display: table !important;
  }

  .kt-visible-tablet-table-cell {
    display: table-cell !important;
  }

  .kt-hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-visible-tablet-and-mobile {
    display: block !important;
  }

  .kt-visible-tablet-and-mobile-inline-block {
    display: inline-block !important;
  }

  .kt-visible-tablet-and-mobile-inline {
    display: inline !important;
  }

  .kt-visible-tablet-and-mobile-table {
    display: table !important;
  }

  .kt-visible-tablet-and-mobile-table-cell {
    display: table-cell !important;
  }

  .kt-hidden-tablet-and-mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .kt-visible-mobile {
    display: block !important;
  }

  .kt-visible-mobile-inline-block {
    display: inline-block !important;
  }

  .kt-visible-mobile-inline {
    display: inline !important;
  }

  .kt-visible-mobile-table {
    display: table !important;
  }

  .kt-visible-mobile-table-cell {
    display: table-cell !important;
  }

  .kt-hidden-mobile {
    display: none !important;
  }
}
.kt-space-between {
  display: flex;
  justify-content: space-between;
}
.kt-rounded {
  border-radius: 4px !important;
}
.kt-negative-spacing--1 {
  margin-top: -10px;
}
.kt-negative-spacing--2 {
  margin-top: -20px;
}
.kt-negative-spacing--3 {
  margin-top: -30px;
}
.kt-negative-spacing--4 {
  margin-top: -40px;
}
.kt-negative-spacing--5 {
  margin-top: -50px;
}
.kt-negative-spacing--6 {
  margin-top: -60px;
}
.kt-negative-spacing--7 {
  margin-top: -70px;
}
.kt-negative-spacing--8 {
  margin-top: -80px;
}
.kt-negative-spacing--9 {
  margin-top: -90px;
}
.kt-negative-spacing--10 {
  margin-top: -100px;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) {
  display: flex;
  flex-direction: column;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile).kt-grid--root {
  flex: 1;
  -ms-flex: 1 0 0px;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item {
  flex: none;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid {
  flex: 1 0 auto;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-1 {
  order: 1;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-2 {
  order: 2;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-3 {
  order: 3;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-4 {
  order: 4;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-5 {
  order: 5;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-6 {
  order: 6;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-7 {
  order: 7;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-8 {
  order: 8;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-9 {
  order: 9;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-10 {
  order: 10;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-11 {
  order: 11;
}
.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-12 {
  order: 12;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) {
  display: flex;
  flex-direction: row;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile).kt-grid--root {
  flex: 1;
  -ms-flex: 1 0 0px;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item {
  flex: 0 0 auto;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid {
  flex: 1 auto;
  -ms-flex: 1 0 0px;
  min-width: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--fluid {
    min-width: none;
  }
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-1 {
  order: 1;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-2 {
  order: 2;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-3 {
  order: 3;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-4 {
  order: 4;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-5 {
  order: 5;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-6 {
  order: 6;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-7 {
  order: 7;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-8 {
  order: 8;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-9 {
  order: 9;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-10 {
  order: 10;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-11 {
  order: 11;
}
.kt-grid.kt-grid--ver:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile) > .kt-grid__item.kt-grid__item--order-12 {
  order: 12;
}
.kt-grid.kt-grid--center {
  align-content: center;
}
.kt-grid.kt-grid--stretch {
  align-items: stretch;
}
.kt-grid > .kt-grid__item {
  max-width: 100%;
}
.kt-grid > .kt-grid__item.kt-grid__item--top {
  align-self: flex-start;
}
.kt-grid > .kt-grid__item.kt-grid__item--middle {
  align-self: center;
}
.kt-grid > .kt-grid__item.kt-grid__item--bottom {
  align-self: flex-end;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-1 {
  order: 1;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-2 {
  order: 2;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-3 {
  order: 3;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-4 {
  order: 4;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-5 {
  order: 5;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-6 {
  order: 6;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-7 {
  order: 7;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-8 {
  order: 8;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-9 {
  order: 9;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-10 {
  order: 10;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-11 {
  order: 11;
}
.kt-grid > .kt-grid__item.kt-grid__item--order-12 {
  order: 12;
}
@media (min-width: 1025px) {
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop {
    display: flex;
    flex-direction: column;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item {
    flex: none;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid-desktop {
    flex: 1 0 auto;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-1-desktop {
    order: 1;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-2-desktop {
    order: 2;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-3-desktop {
    order: 3;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-4-desktop {
    order: 4;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-5-desktop {
    order: 5;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-6-desktop {
    order: 6;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-7-desktop {
    order: 7;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-8-desktop {
    order: 8;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-9-desktop {
    order: 9;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-10-desktop {
    order: 10;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-11-desktop {
    order: 11;
  }
  .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-12-desktop {
    order: 12;
  }

  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop {
    display: flex;
    flex-direction: row;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item {
    flex: 0 0 auto;
  }
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid-desktop {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 1025px) and (-ms-high-contrast: none) {
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--fluid-desktop {
    min-width: none;
  }
}
@media (min-width: 1025px) {
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-1-desktop {
    order: 1;
  }
}
@media (min-width: 1025px) {
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-2-desktop {
    order: 2;
  }
}
@media (min-width: 1025px) {
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-3-desktop {
    order: 3;
  }
}
@media (min-width: 1025px) {
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-4-desktop {
    order: 4;
  }
}
@media (min-width: 1025px) {
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-5-desktop {
    order: 5;
  }
}
@media (min-width: 1025px) {
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-6-desktop {
    order: 6;
  }
}
@media (min-width: 1025px) {
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-7-desktop {
    order: 7;
  }
}
@media (min-width: 1025px) {
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-8-desktop {
    order: 8;
  }
}
@media (min-width: 1025px) {
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-9-desktop {
    order: 9;
  }
}
@media (min-width: 1025px) {
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-10-desktop {
    order: 10;
  }
}
@media (min-width: 1025px) {
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-11-desktop {
    order: 11;
  }
}
@media (min-width: 1025px) {
  .kt-grid.kt-grid--ver-desktop.kt-grid--desktop > .kt-grid__item.kt-grid__item--order-12-desktop {
    order: 12;
  }
}
@media (min-width: 1025px) {
  .kt-grid.kt-grid--center {
    align-content: center;
  }
  .kt-grid.kt-grid--stretch {
    align-items: stretch;
  }
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    align-self: flex-start;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    align-self: center;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    align-self: flex-end;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl {
    display: flex;
    flex-direction: column;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item {
    flex: none;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid-desktop-xl {
    flex: 1 0 auto;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-1-desktop-xl {
    order: 1;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-2-desktop-xl {
    order: 2;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-3-desktop-xl {
    order: 3;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-4-desktop-xl {
    order: 4;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-5-desktop-xl {
    order: 5;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-6-desktop-xl {
    order: 6;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-7-desktop-xl {
    order: 7;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-8-desktop-xl {
    order: 8;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-9-desktop-xl {
    order: 9;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-10-desktop-xl {
    order: 10;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-11-desktop-xl {
    order: 11;
  }
  .kt-grid.kt-grid--hor-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-12-desktop-xl {
    order: 12;
  }

  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl {
    display: flex;
    flex-direction: row;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item {
    flex: 0 0 auto;
  }
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid-desktop-xl {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen and (min-width: 1400px) and (-ms-high-contrast: active), (min-width: 1400px) and (-ms-high-contrast: none) {
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--fluid-desktop-xl {
    min-width: none;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-1-desktop-xl {
    order: 1;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-2-desktop-xl {
    order: 2;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-3-desktop-xl {
    order: 3;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-4-desktop-xl {
    order: 4;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-5-desktop-xl {
    order: 5;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-6-desktop-xl {
    order: 6;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-7-desktop-xl {
    order: 7;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-8-desktop-xl {
    order: 8;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-9-desktop-xl {
    order: 9;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-10-desktop-xl {
    order: 10;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-11-desktop-xl {
    order: 11;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--ver-desktop-xl.kt-grid--desktop-xl > .kt-grid__item.kt-grid__item--order-12-desktop-xl {
    order: 12;
  }
}
@media (min-width: 1400px) {
  .kt-grid.kt-grid--center {
    align-content: center;
  }
  .kt-grid.kt-grid--stretch {
    align-items: stretch;
  }
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    align-self: flex-start;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    align-self: center;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    align-self: flex-end;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet {
    display: flex;
    flex-direction: column;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item {
    flex: none;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid-desktop-and-tablet {
    flex: 1 0 auto;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-1-desktop-and-tablet {
    order: 1;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-2-desktop-and-tablet {
    order: 2;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-3-desktop-and-tablet {
    order: 3;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-4-desktop-and-tablet {
    order: 4;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-5-desktop-and-tablet {
    order: 5;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-6-desktop-and-tablet {
    order: 6;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-7-desktop-and-tablet {
    order: 7;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-8-desktop-and-tablet {
    order: 8;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-9-desktop-and-tablet {
    order: 9;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-10-desktop-and-tablet {
    order: 10;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-11-desktop-and-tablet {
    order: 11;
  }
  .kt-grid.kt-grid--hor-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-12-desktop-and-tablet {
    order: 12;
  }

  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet {
    display: flex;
    flex-direction: row;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item {
    flex: 0 0 auto;
  }
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid-desktop-and-tablet {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen and (min-width: 769px) and (-ms-high-contrast: active), (min-width: 769px) and (-ms-high-contrast: none) {
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--fluid-desktop-and-tablet {
    min-width: none;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-1-desktop-and-tablet {
    order: 1;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-2-desktop-and-tablet {
    order: 2;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-3-desktop-and-tablet {
    order: 3;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-4-desktop-and-tablet {
    order: 4;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-5-desktop-and-tablet {
    order: 5;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-6-desktop-and-tablet {
    order: 6;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-7-desktop-and-tablet {
    order: 7;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-8-desktop-and-tablet {
    order: 8;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-9-desktop-and-tablet {
    order: 9;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-10-desktop-and-tablet {
    order: 10;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-11-desktop-and-tablet {
    order: 11;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--ver-desktop-and-tablet.kt-grid--desktop-and-tablet > .kt-grid__item.kt-grid__item--order-12-desktop-and-tablet {
    order: 12;
  }
}
@media (min-width: 769px) {
  .kt-grid.kt-grid--center {
    align-content: center;
  }
  .kt-grid.kt-grid--stretch {
    align-items: stretch;
  }
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    align-self: flex-start;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    align-self: center;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    align-self: flex-end;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet {
    display: flex;
    flex-direction: column;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item {
    flex: none;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid-tablet {
    flex: 1 0 auto;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-1-tablet {
    order: 1;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-2-tablet {
    order: 2;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-3-tablet {
    order: 3;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-4-tablet {
    order: 4;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-5-tablet {
    order: 5;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-6-tablet {
    order: 6;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-7-tablet {
    order: 7;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-8-tablet {
    order: 8;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-9-tablet {
    order: 9;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-10-tablet {
    order: 10;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-11-tablet {
    order: 11;
  }
  .kt-grid.kt-grid--hor-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-12-tablet {
    order: 12;
  }

  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet {
    display: flex;
    flex-direction: row;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item {
    flex: 0 0 auto;
  }
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid-tablet {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (-ms-high-contrast: active), (min-width: 769px) and (max-width: 1024px) and (-ms-high-contrast: none) {
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--fluid-tablet {
    min-width: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-1-tablet {
    order: 1;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-2-tablet {
    order: 2;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-3-tablet {
    order: 3;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-4-tablet {
    order: 4;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-5-tablet {
    order: 5;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-6-tablet {
    order: 6;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-7-tablet {
    order: 7;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-8-tablet {
    order: 8;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-9-tablet {
    order: 9;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-10-tablet {
    order: 10;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-11-tablet {
    order: 11;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet.kt-grid--tablet > .kt-grid__item.kt-grid__item--order-12-tablet {
    order: 12;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .kt-grid.kt-grid--center {
    align-content: center;
  }
  .kt-grid.kt-grid--stretch {
    align-items: stretch;
  }
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    align-self: flex-start;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    align-self: center;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    align-self: flex-end;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile {
    display: flex;
    flex-direction: column;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item {
    flex: none;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid-tablet-and-mobile {
    flex: 1 0 auto;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-1-tablet-and-mobile {
    order: 1;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-2-tablet-and-mobile {
    order: 2;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-3-tablet-and-mobile {
    order: 3;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-4-tablet-and-mobile {
    order: 4;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-5-tablet-and-mobile {
    order: 5;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-6-tablet-and-mobile {
    order: 6;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-7-tablet-and-mobile {
    order: 7;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-8-tablet-and-mobile {
    order: 8;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-9-tablet-and-mobile {
    order: 9;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-10-tablet-and-mobile {
    order: 10;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-11-tablet-and-mobile {
    order: 11;
  }
  .kt-grid.kt-grid--hor-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-12-tablet-and-mobile {
    order: 12;
  }

  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile {
    display: flex;
    flex-direction: row;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item {
    flex: 0 0 auto;
  }
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid-tablet-and-mobile {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--fluid-tablet-and-mobile {
    min-width: none;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-1-tablet-and-mobile {
    order: 1;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-2-tablet-and-mobile {
    order: 2;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-3-tablet-and-mobile {
    order: 3;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-4-tablet-and-mobile {
    order: 4;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-5-tablet-and-mobile {
    order: 5;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-6-tablet-and-mobile {
    order: 6;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-7-tablet-and-mobile {
    order: 7;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-8-tablet-and-mobile {
    order: 8;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-9-tablet-and-mobile {
    order: 9;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-10-tablet-and-mobile {
    order: 10;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-11-tablet-and-mobile {
    order: 11;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--ver-tablet-and-mobile.kt-grid--tablet-and-mobile > .kt-grid__item.kt-grid__item--order-12-tablet-and-mobile {
    order: 12;
  }
}
@media (max-width: 1024px) {
  .kt-grid.kt-grid--center {
    align-content: center;
  }
  .kt-grid.kt-grid--stretch {
    align-items: stretch;
  }
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    align-self: flex-start;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    align-self: center;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    align-self: flex-end;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile {
    display: flex;
    flex-direction: column;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item {
    flex: none;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid-mobile {
    flex: 1 0 auto;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-1-mobile {
    order: 1;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-2-mobile {
    order: 2;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-3-mobile {
    order: 3;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-4-mobile {
    order: 4;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-5-mobile {
    order: 5;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-6-mobile {
    order: 6;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-7-mobile {
    order: 7;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-8-mobile {
    order: 8;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-9-mobile {
    order: 9;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-10-mobile {
    order: 10;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-11-mobile {
    order: 11;
  }
  .kt-grid.kt-grid--hor-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-12-mobile {
    order: 12;
  }

  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile {
    display: flex;
    flex-direction: row;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile.kt-grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item {
    flex: 0 0 auto;
  }
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid-mobile {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: active), (max-width: 768px) and (-ms-high-contrast: none) {
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid, .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--fluid-mobile {
    min-width: none;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-1-mobile {
    order: 1;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-2-mobile {
    order: 2;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-3-mobile {
    order: 3;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-4-mobile {
    order: 4;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-5-mobile {
    order: 5;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-6-mobile {
    order: 6;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-7-mobile {
    order: 7;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-8-mobile {
    order: 8;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-9-mobile {
    order: 9;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-10-mobile {
    order: 10;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-11-mobile {
    order: 11;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--ver-mobile.kt-grid--mobile > .kt-grid__item.kt-grid__item--order-12-mobile {
    order: 12;
  }
}
@media (max-width: 768px) {
  .kt-grid.kt-grid--center {
    align-content: center;
  }
  .kt-grid.kt-grid--stretch {
    align-items: stretch;
  }
  .kt-grid > .kt-grid__item {
    max-width: 100%;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--top {
    align-self: flex-start;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--middle {
    align-self: center;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--bottom {
    align-self: flex-end;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-1 {
    order: 1;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-2 {
    order: 2;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-3 {
    order: 3;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-4 {
    order: 4;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-5 {
    order: 5;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-6 {
    order: 6;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-7 {
    order: 7;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-8 {
    order: 8;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-9 {
    order: 9;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-10 {
    order: 10;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-11 {
    order: 11;
  }
  .kt-grid > .kt-grid__item.kt-grid__item--order-12 {
    order: 12;
  }
}
.kt-portlet {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 4px;
}
.kt-page-content-white .kt-portlet {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
}
.kt-portlet .kt-portlet__head {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  padding: 0 25px;
  border-bottom: 1px solid #ebedf2;
  min-height: 60px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kt-portlet .kt-portlet__head.kt-portlet__head--right {
  justify-content: flex-end;
}
.kt-portlet .kt-portlet__head.kt-portlet__head--noborder {
  border-bottom: 0;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-label {
  display: flex;
  align-items: center;
  align-content: flex-first;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #48465b;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small, .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title .small {
  font-weight: 300;
  padding-left: 0.5rem;
  font-size: 1rem;
  color: #74788d;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon {
  padding-right: 0.75rem;
  font-size: 1.3rem;
  color: #74788d;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar {
  display: flex;
  align-items: center;
  align-content: flex-end;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .nav-pills,
.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .nav-tabs {
  margin: 0;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .kt-portlet__head-wrapper {
  display: flex;
  align-items: center;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-progress {
  position: absolute;
  left: 0;
  right: 0;
}
.kt-portlet.kt-portlet--head-sm .kt-portlet__head {
  min-height: 50px;
}
.kt-portlet.kt-portlet--head-lg .kt-portlet__head {
  min-height: 80px;
}
.kt-portlet.kt-portlet--head-xl .kt-portlet__head {
  min-height: 100px;
}
.kt-portlet.kt-portlet--sticky > .kt-portlet__head {
  height: 50px;
  min-height: 50px;
}
.kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--sm {
  height: 40px;
  min-height: 40px;
}
.kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--lg {
  height: 70px;
  min-height: 70px;
}
.kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--xl {
  height: 90px;
  min-height: 90px;
}
.kt-portlet.kt-portlet--head-overlay .kt-portlet__head {
  position: relative;
  z-index: 1;
  border: 0;
  height: 60px;
}
.kt-portlet.kt-portlet--head-overlay .kt-portlet__body {
  margin-top: -60px;
}
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__head {
  height: 50px;
}
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__body {
  margin-top: -50px;
}
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__head {
  height: 80px;
}
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__body {
  margin-top: -80px;
}
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__head {
  height: 100px;
}
.kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__body {
  margin-top: -100px;
}
.kt-portlet .kt-portlet__body {
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-radius: 4px;
}
.kt-portlet .kt-portlet__body .kt-portlet__content {
  padding: 0;
  margin: 0;
}
.kt-portlet .kt-portlet__body > .kt-datatable > .kt-datatable__table {
  border-radius: 4px;
}
.kt-portlet .kt-portlet__foot {
  padding: 25px;
  border-top: 1px solid #ebedf2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kt-portlet .kt-portlet__foot .kt-portlet__foot-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.kt-portlet .kt-portlet__foot.kt-portlet__foot--sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.kt-portlet .kt-portlet__foot.kt-portlet__foot--md {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.kt-portlet .kt-portlet__foot.kt-portlet__foot--no-border {
  border-top: 0;
}
.kt-portlet .kt-portlet__foot.kt-portlet__foot--top {
  border-top: 0;
  border-bottom: 1px solid #ebedf2;
}
.kt-portlet .kt-portlet__foot.kt-portlet__foot--solid {
  background-color: #f7f8fa;
  border-top: 0;
}
.kt-portlet .kt-portlet__foot.kt-portlet__foot--solid.kt-portlet__foot--top {
  border-bottom: 0;
}
.kt-portlet .kt-portlet__separator {
  height: 0;
  border-top: 1px solid #ebedf2;
}
.kt-portlet.kt-portlet--bordered {
  box-shadow: none;
  border: 1px solid #ebedf2;
}
.kt-portlet.kt-portlet--unelevate {
  box-shadow: none;
}
.kt-portlet.kt-portlet--unround .kt-portlet__head {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.kt-portlet.kt-portlet--unround .kt-portlet__body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.kt-portlet.kt-portlet--unround .kt-portlet__foot {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.kt-portlet.kt-portlet--last {
  margin-bottom: 0;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--center {
  justify-content: center;
  align-items: center;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--center-x {
  justify-content: center;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--center-y {
  align-items: center;
}
.kt-portlet .kt-portlet__body .kt-portlet__body--hor-fit {
  margin-left: -25px;
  margin-right: -25px;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--stick-bottom {
  position: relative;
  bottom: 0;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fluid {
  height: 100%;
  flex-direction: row;
  flex-grow: 1;
  width: 100%;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fill {
  flex-grow: 1 !important;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--unfill {
  flex-grow: 0 !important;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fullheight {
  flex-grow: auto;
}
.kt-portlet.kt-portlet--fit .kt-portlet__head {
  padding: 0;
}
.kt-portlet.kt-portlet--fit .kt-portlet__body {
  padding: 0;
}
.kt-portlet.kt-portlet--fit .kt-portlet__foot {
  padding: 0;
}
.kt-portlet.kt-portlet--fit.kt-portlet--height-fluid-half {
  align-items: stretch;
}
.kt-portlet.kt-portlet--fit.kt-portlet--height-fluid-half .kt-portlet__body {
  height: 100%;
  flex-direction: column;
  align-items: stretch;
}
.kt-portlet.kt-portlet--contain {
  overflow: hidden;
}
.kt-portlet.kt-portlet--space {
  padding-left: 25px;
  padding-right: 25px;
}
.kt-portlet.kt-portlet--space .kt-portlet__head,
.kt-portlet.kt-portlet--space .kt-portlet__body,
.kt-portlet.kt-portlet--space .kt-portlet__foot {
  padding-left: 0;
  padding-right: 0;
}
.kt-portlet.kt-portlet--head-noborder .kt-portlet__head {
  border-bottom: 0;
}
.kt-portlet.kt-portlet--head-noborder .kt-portlet__body {
  padding-top: 12.5px;
}
.kt-portlet.kt-portlet--tabs .kt-portlet__head .kt-portlet__head-toolbar {
  display: flex;
  align-items: stretch;
}
.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head {
  border-bottom: 3px solid #f7f8fa;
}
.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head .nav.nav-tabs {
  margin-bottom: -3px;
}
.kt-portlet.kt-portlet--solid-brand {
  background: #5d78ff;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title .small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3e5fff;
}
.kt-portlet.kt-portlet--tabs-border-3x-brand .kt-portlet__head {
  border-bottom: 3px solid rgba(93, 120, 255, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-brand {
  border-bottom: 3px solid rgba(93, 120, 255, 0.2);
}
.kt-portlet.kt-portlet--solid-light {
  background: #ffffff;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head {
  color: #282a3c;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title {
  color: #282a3c;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title .small {
  color: #1c1d2a;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-icon i {
  color: #1c1d2a;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-light .kt-portlet__body {
  color: #282a3c;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__foot {
  color: #282a3c;
  border-top: 1px solid transparent;
  background: #f0f0f0;
}
.kt-portlet.kt-portlet--tabs-border-3x-light .kt-portlet__head {
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-light {
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}
.kt-portlet.kt-portlet--solid-dark {
  background: #282a3c;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title .small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #1c1d2a;
}
.kt-portlet.kt-portlet--tabs-border-3x-dark .kt-portlet__head {
  border-bottom: 3px solid rgba(40, 42, 60, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-dark {
  border-bottom: 3px solid rgba(40, 42, 60, 0.2);
}
.kt-portlet.kt-portlet--solid-primary {
  background: #5867dd;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title .small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3f50d8;
}
.kt-portlet.kt-portlet--tabs-border-3x-primary .kt-portlet__head {
  border-bottom: 3px solid rgba(88, 103, 221, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-primary {
  border-bottom: 3px solid rgba(88, 103, 221, 0.2);
}
.kt-portlet.kt-portlet--solid-success {
  background: #0abb87;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title .small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-success .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #089e72;
}
.kt-portlet.kt-portlet--tabs-border-3x-success .kt-portlet__head {
  border-bottom: 3px solid rgba(10, 187, 135, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-success {
  border-bottom: 3px solid rgba(10, 187, 135, 0.2);
}
.kt-portlet.kt-portlet--solid-info {
  background: #5578eb;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title .small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-info .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3a62e8;
}
.kt-portlet.kt-portlet--tabs-border-3x-info .kt-portlet__head {
  border-bottom: 3px solid rgba(85, 120, 235, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-info {
  border-bottom: 3px solid rgba(85, 120, 235, 0.2);
}
.kt-portlet.kt-portlet--solid-warning {
  background: #ffb822;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head {
  color: #111111;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title {
  color: #111111;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title .small {
  color: #020202;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-icon i {
  color: #020202;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
  color: #111111;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__foot {
  color: #111111;
  border-top: 1px solid transparent;
  background: #ffae03;
}
.kt-portlet.kt-portlet--tabs-border-3x-warning .kt-portlet__head {
  border-bottom: 3px solid rgba(255, 184, 34, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-warning {
  border-bottom: 3px solid rgba(255, 184, 34, 0.2);
}
.kt-portlet.kt-portlet--solid-danger {
  background: #fd397a;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title .small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #fd1b66;
}
.kt-portlet.kt-portlet--tabs-border-3x-danger .kt-portlet__head {
  border-bottom: 3px solid rgba(253, 57, 122, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-danger {
  border-bottom: 3px solid rgba(253, 57, 122, 0.2);
}
.kt-portlet.kt-portlet--sortable .kt-portlet__head {
  cursor: move;
}
.kt-portlet.kt-portlet--sortable-empty {
  visibility: hidden;
  height: 45px;
  min-height: 125px;
}
.kt-portlet.ui-sortable-helper {
  border: 1px dashed #ebedf2;
}
.kt-portlet .kt-portlet__head {
  transition: left 0.3s, right 0.3s, height 0.3s;
}
.kt-portlet.kt-portlet--sticky > .kt-portlet__head {
  transition: left 0.3s, right 0.3s, height 0.3s;
  position: fixed;
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
  z-index: 101;
  background: #fff;
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  color: #fff;
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small, .kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title .small {
  color: rgba(255, 255, 255, 0.8);
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon {
  color: rgba(255, 255, 255, 0.8);
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head:not(.kt-portlet__head--noborder) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__body {
  color: #fff;
}
.kt-portlet .kt-portlet__space-x {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.kt-portlet .kt-portlet__space-y {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.kt-portlet.kt-portlet--collapsed > .kt-form,
.kt-portlet.kt-portlet--collapsed > .kt-portlet__body {
  display: none;
}
.kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before {
  content: "\f113";
}
.kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before {
  content: "\f28e";
}
.kt-portlet .kt-portlet__head.kt-portlet__head--fit {
  padding: 0;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fit {
  padding: 0;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-top {
  padding-top: 0 !important;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-bottom {
  padding-bottom: 0 !important;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-x,
.kt-portlet .kt-portlet__body.kt-portlet__body--hor-fit {
  padding-left: 0;
  padding-right: 0;
}
.kt-portlet .kt-portlet__body.kt-portlet__body--fit-y {
  padding-top: 0;
  padding-bottom: 0;
}
.kt-portlet .kt-portlet__foot.kt-portlet__foot--fit {
  padding: 0;
}
.kt-portlet.kt-portlet--space {
  padding-left: 25px;
  padding-right: 25px;
}
.kt-portlet.kt-portlet--space .kt-portlet__head,
.kt-portlet.kt-portlet--space .kt-portlet__body,
.kt-portlet.kt-portlet--space .kt-portlet__foot {
  padding-left: 0;
  padding-right: 0;
}
.kt-portlet.kt-portlet--head-noborder .kt-portlet__head {
  border-bottom: 0;
}
.kt-portlet.kt-portlet--head-noborder .kt-portlet__body {
  padding-top: 12.5px;
}
.kt-portlet.kt-portlet--tabs .kt-portlet__head .kt-portlet__head-toolbar {
  display: flex;
  align-items: stretch;
}
.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head {
  border-bottom: 3px solid #f7f8fa;
}
.kt-portlet.kt-portlet--tabs-border-3x .kt-portlet__head .nav.nav-tabs {
  margin-bottom: -3px;
}
.kt-portlet.kt-portlet--solid-brand {
  background: #5d78ff;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-title .small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-brand .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-brand .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3e5fff;
}
.kt-portlet.kt-portlet--tabs-border-3x-brand .kt-portlet__head {
  border-bottom: 3px solid rgba(93, 120, 255, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-brand {
  border-bottom: 3px solid rgba(93, 120, 255, 0.2);
}
.kt-portlet.kt-portlet--solid-light {
  background: #ffffff;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head {
  color: #282a3c;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title {
  color: #282a3c;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-title .small {
  color: #1c1d2a;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__head .kt-portlet__head-icon i {
  color: #1c1d2a;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-light .kt-portlet__body {
  color: #282a3c;
}
.kt-portlet.kt-portlet--solid-light .kt-portlet__foot {
  color: #282a3c;
  border-top: 1px solid transparent;
  background: #f0f0f0;
}
.kt-portlet.kt-portlet--tabs-border-3x-light .kt-portlet__head {
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-light {
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}
.kt-portlet.kt-portlet--solid-dark {
  background: #282a3c;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-title .small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-dark .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-dark .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #1c1d2a;
}
.kt-portlet.kt-portlet--tabs-border-3x-dark .kt-portlet__head {
  border-bottom: 3px solid rgba(40, 42, 60, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-dark {
  border-bottom: 3px solid rgba(40, 42, 60, 0.2);
}
.kt-portlet.kt-portlet--solid-primary {
  background: #5867dd;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-title .small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-primary .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-primary .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3f50d8;
}
.kt-portlet.kt-portlet--tabs-border-3x-primary .kt-portlet__head {
  border-bottom: 3px solid rgba(88, 103, 221, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-primary {
  border-bottom: 3px solid rgba(88, 103, 221, 0.2);
}
.kt-portlet.kt-portlet--solid-success {
  background: #0abb87;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-title .small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-success .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-success .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #089e72;
}
.kt-portlet.kt-portlet--tabs-border-3x-success .kt-portlet__head {
  border-bottom: 3px solid rgba(10, 187, 135, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-success {
  border-bottom: 3px solid rgba(10, 187, 135, 0.2);
}
.kt-portlet.kt-portlet--solid-info {
  background: #5578eb;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-title .small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-info .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-info .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #3a62e8;
}
.kt-portlet.kt-portlet--tabs-border-3x-info .kt-portlet__head {
  border-bottom: 3px solid rgba(85, 120, 235, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-info {
  border-bottom: 3px solid rgba(85, 120, 235, 0.2);
}
.kt-portlet.kt-portlet--solid-warning {
  background: #ffb822;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head {
  color: #111111;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title {
  color: #111111;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-title .small {
  color: #020202;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__head .kt-portlet__head-icon i {
  color: #020202;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-warning .kt-portlet__body {
  color: #111111;
}
.kt-portlet.kt-portlet--solid-warning .kt-portlet__foot {
  color: #111111;
  border-top: 1px solid transparent;
  background: #ffae03;
}
.kt-portlet.kt-portlet--tabs-border-3x-warning .kt-portlet__head {
  border-bottom: 3px solid rgba(255, 184, 34, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-warning {
  border-bottom: 3px solid rgba(255, 184, 34, 0.2);
}
.kt-portlet.kt-portlet--solid-danger {
  background: #fd397a;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title small, .kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-title .small {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__head .kt-portlet__head-icon i {
  color: #f0f0f0;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
  padding-top: 5px;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__wrapper,
.kt-portlet.kt-portlet--solid-danger .kt-portlet__body {
  color: #ffffff;
}
.kt-portlet.kt-portlet--solid-danger .kt-portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #fd1b66;
}
.kt-portlet.kt-portlet--tabs-border-3x-danger .kt-portlet__head {
  border-bottom: 3px solid rgba(253, 57, 122, 0.1);
}
.kt-portlet.kt-portlet--border-bottom-danger {
  border-bottom: 3px solid rgba(253, 57, 122, 0.2);
}
.kt-portlet.kt-portlet--sortable .kt-portlet__head {
  cursor: move;
}
.kt-portlet.kt-portlet--sortable-empty {
  visibility: hidden;
  height: 45px;
  min-height: 125px;
}
.kt-portlet.ui-sortable-helper {
  border: 1px dashed #ebedf2;
}
.kt-portlet .kt-portlet__head {
  transition: height 0.3s;
}
.kt-portlet.kt-portlet--sticky > .kt-portlet__head {
  transition: height 0.3s;
  position: fixed;
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
  z-index: 101;
  background: #fff;
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  color: #fff;
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title small, .kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title .small {
  color: rgba(255, 255, 255, 0.8);
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon {
  color: rgba(255, 255, 255, 0.8);
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__head:not(.kt-portlet__head--noborder) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.kt-portlet.kt-portlet--skin-solid .kt-portlet__body {
  color: #fff;
}
.kt-portlet .kt-portlet__space-x {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.kt-portlet .kt-portlet__space-y {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.kt-portlet.kt-portlet--collapsed > .kt-form,
.kt-portlet.kt-portlet--collapsed > .kt-portlet__body {
  display: none;
}
.kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-angle-down:before {
  content: "\f113";
}
.kt-portlet.kt-portlet--collapsed .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before, .kt-portlet.kt-portlet--collapse .kt-portlet__head .kt-portlet__head-toolbar .la-plus:before {
  content: "\f28e";
}
.tooltip-portlet {
  opacity: 1;
}
@media (min-width: 1025px) {
  .kt-portlet.kt-portlet--height-fluid {
    height: calc(100% - 20px);
  }
  .kt-portlet.kt-portlet--height-fluid .kt-portlet__body {
    flex-grow: 1;
  }
  .kt-portlet.kt-portlet--height-fluid-half {
    height: calc(50% - 20px);
  }
  .kt-portlet.kt-portlet--height-fluid-half .kt-portlet__body {
    flex-grow: 1;
  }
}
@media (max-width: 1024px) {
  .kt-portlet {
    margin-bottom: 20px;
  }
  .kt-portlet .kt-portlet__head {
    padding: 0 15px;
    min-height: 50px;
  }
  .kt-portlet .kt-portlet__head.kt-portlet__head--sm {
    min-height: 40px;
  }
  .kt-portlet .kt-portlet__head.kt-portlet__head--lg {
    min-height: 60px;
  }
  .kt-portlet .kt-portlet__head.kt-portlet__head--xl {
    min-height: 80px;
  }
  .kt-portlet.kt-portlet--head-sm .kt-portlet__head {
    min-height: 40px;
  }
  .kt-portlet.kt-portlet--head-lg .kt-portlet__head {
    min-height: 60px;
  }
  .kt-portlet.kt-portlet--head-xl .kt-portlet__head {
    min-height: 80px;
  }
  .kt-portlet .kt-portlet__body {
    padding: 15px;
  }
  .kt-portlet .kt-portlet__body .kt-portlet__body--hor-fit {
    margin-left: -15px;
    margin-right: -15px;
  }
  .kt-portlet .kt-portlet__foot {
    padding: 15px;
  }
  .kt-portlet.kt-portlet--marginless {
    margin-bottom: 0;
  }
  .kt-portlet.kt-portlet--sticky > .kt-portlet__head {
    height: 40px;
  }
  .kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--sm {
    height: 30px;
  }
  .kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--lg {
    height: 50px;
  }
  .kt-portlet.kt-portlet--sticky > .kt-portlet__head.kt-portlet__head--xl {
    height: 70px;
  }
  .kt-portlet.kt-portlet--head-overlay .kt-portlet__head {
    height: 50px;
  }
  .kt-portlet.kt-portlet--head-overlay .kt-portlet__body {
    margin-top: -50px;
  }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__head {
    height: 40px;
  }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-sm .kt-portlet__body {
    margin-top: -40px;
  }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__head {
    height: 60px;
  }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-lg .kt-portlet__body {
    margin-top: -60px;
  }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__head {
    height: 80px;
  }
  .kt-portlet.kt-portlet--head-overlay.kt-portlet--head-xl .kt-portlet__body {
    margin-top: -80px;
  }
  .kt-portlet.kt-portlet--head--noborder .kt-portlet__body {
    padding-top: 7.5px;
  }
  .kt-portlet .kt-portlet__space-x {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .kt-portlet .kt-portlet__space-y {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  .kt-portlet.kt-portlet--head-break-sm .kt-portlet__head {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: initial !important;
    height: auto;
    flex-wrap: wrap;
  }
  .kt-portlet.kt-portlet--head-break-sm .kt-portlet__head .kt-portlet__head-label {
    margin-bottom: 1rem;
  }
}
.kt-datatable {
  display: none;
}
.kt-datatable.kt-datatable--default {
  display: block;
  margin-bottom: 25px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table {
  border-collapse: collapse;
  overflow: hidden;
  display: none;
  width: 100%;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot {
  visibility: hidden;
  display: block;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
  width: 100%;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell {
  vertical-align: middle;
  padding: 10px;
  font-size: 1rem;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:first-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:first-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:first-child {
  padding-left: 25px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:last-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:last-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:last-child {
  padding-right: 25px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left {
  text-align: left;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--left > span {
  text-align: left;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right {
  text-align: right;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span {
  text-align: right;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span > i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span > i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--right > span > i {
  right: 0;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center {
  text-align: center;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--center > span {
  text-align: center;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort {
  cursor: pointer;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sort i {
  font-size: 0.6rem;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--resizing,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--resizing,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--resizing {
  cursor: col-resize;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check {
  text-align: center;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span {
  overflow: visible;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox {
  top: 2px;
  padding: 0;
  margin: 0 0 0 0;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > span {
  width: 12px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail {
  display: inline-block;
  text-align: right;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail > i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail > i,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__toggle-detail > .kt-datatable__toggle-detail > i {
  font-size: 1.4rem;
  width: 12px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown {
  display: inline-block;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu {
  margin-top: 0.5rem;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown.dropup .dropdown-menu,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown.dropup .dropdown-menu,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown.dropup .dropdown-menu {
  margin-top: auto;
  margin-bottom: 0.5rem;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right {
  margin-right: -0.8rem;
  /*rtl:ignore*/
  margin-left: 65px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left {
  margin-left: -10rem;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock {
  border: 0;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell > span {
  font-weight: 500;
  vertical-align: middle;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell {
  padding: 16px 10px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span > i {
  display: inline-block;
  position: relative;
  right: -10px;
  line-height: 0;
  vertical-align: middle;
  font-size: 1.1rem;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body.ps {
  padding-bottom: 0;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell {
  font-weight: regular;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--check > span > .kt-checkbox {
  top: 1px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail {
  display: block;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail {
  display: block;
  padding: 0 60px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row {
  display: table-row;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell {
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell > span {
  width: auto !important;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell:first-child {
  font-weight: 500;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail .kt-datatable__row > .kt-datatable__cell:last-child {
  font-weight: regular;
  padding-left: 20px;
}
.kt-datatable.kt-datatable--default.kt-datatable--error .kt-datatable__body {
  padding: 30px;
  text-align: center;
}
.kt-datatable.kt-datatable--default.kt-datatable--lock > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock,
.kt-datatable.kt-datatable--default.kt-datatable--lock > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock,
.kt-datatable.kt-datatable--default.kt-datatable--lock > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock {
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}
.kt-datatable.kt-datatable--default.kt-datatable--loaded {
  display: block;
}
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table {
  display: block;
}
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__head,
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__body,
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__foot {
  visibility: visible;
  display: block;
  position: relative;
}
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__body .kt-datatable__row,
.kt-datatable.kt-datatable--default.kt-datatable--loaded > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
  display: table;
  table-layout: initial;
}
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table {
  display: block;
}
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__head,
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__foot {
  overflow: hidden;
}
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
  position: relative;
}
.kt-datatable.kt-datatable--default.kt-datatable--scroll > .kt-datatable__table > .kt-datatable__body {
  overflow: hidden;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager {
  margin: 0px;
  padding: 25px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager.kt-datatable__pager--top {
  margin-bottom: 20px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav {
  margin: 0;
  padding: 0;
  display: flex;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li {
  padding: 0;
  margin-right: 5px;
  display: inline-block;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li:last-child {
  margin-right: 0;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  min-width: 2.25rem;
  padding: 0.5rem;
  border-radius: 3px;
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link > i {
  font-size: 0.6rem;
  text-align: center;
  display: inline-block;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--more-prev, .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--more-next {
  font-weight: 600;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-pager-input {
  height: 2.25rem;
  width: 3.5rem;
  text-align: center;
  border-radius: 3px !important;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info {
  display: flex;
  align-items: center;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size {
  margin-right: 10px;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle {
  height: 2.25rem;
  padding: 0.45rem 1rem;
}
.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .dropdown-menu.inner > li.selected > a span.check-mark {
  margin-top: -0.6rem;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table {
  margin-bottom: 0;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__toggle-subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__toggle-subtable {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__toggle-subtable > i,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable > i,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__toggle-subtable > i {
  line-height: 0;
  font-size: 1.4rem;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__toggle-subtable:hover,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable:hover,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__toggle-subtable:hover {
  text-decoration: none;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row-subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row-subtable {
  display: table;
  width: 100%;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row-subtable > .kt-datatable__subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable > .kt-datatable__subtable,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row-subtable > .kt-datatable__subtable {
  padding: 20px;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable > .kt-datatable__pager,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable > .kt-datatable__pager,
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable > .kt-datatable__pager {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .kt-datatable.kt-datatable--default {
    margin-bottom: 15px;
  }
  .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:first-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:first-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:first-child {
    padding-left: 15px;
  }
  .kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell:last-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell:last-child,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell:last-child {
    padding-right: 15px;
  }
  .kt-datatable.kt-datatable--default > .kt-datatable__pager {
    margin: 0;
    padding: 15px 15px 7.5px 15px;
  }
  .kt-datatable.kt-datatable--default > .kt-datatable__pager .kt-datatable__pager-nav,
.kt-datatable.kt-datatable--default > .kt-datatable__pager .kt-datatable__pager-info {
    margin-top: 10px;
  }
}
.kt-datatable > .kt-datatable__table {
  background-color: #fff;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock.kt-datatable__lock--left,
.kt-datatable > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock.kt-datatable__lock--left,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock.kt-datatable__lock--left {
  z-index: 1;
  box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14);
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock.kt-datatable__lock--right,
.kt-datatable > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock.kt-datatable__lock--right,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock.kt-datatable__lock--right {
  box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14);
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head > .kt-datatable__lock.kt-datatable__lock--scroll,
.kt-datatable > .kt-datatable__table > .kt-datatable__body > .kt-datatable__lock.kt-datatable__lock--scroll,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot > .kt-datatable__lock.kt-datatable__lock--scroll {
  position: relative;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row,
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row {
  border-bottom: 1px solid #f0f3ff;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > span,
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > span,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > span {
  background: #f0f3ff;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > input:checked ~ span,
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > input:checked ~ span,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell .kt-checkbox.kt-checkbox--solid > input:checked ~ span {
  background: #e8ecfa;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail {
  vertical-align: middle;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail i {
  transition: color 0.3s ease;
  color: #5d78ff;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail i:before {
  line-height: 0;
  vertical-align: middle;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail:hover i, .kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-detail.kt-datatable__toggle-detail--active i {
  transition: color 0.3s ease;
  color: #5d78ff;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-detail .kt-datatable__detail table {
  border-left: 1px solid #f0f3ff;
  border-right: 1px solid #f0f3ff;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell {
  background: transparent;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span,
.kt-datatable > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell > span {
  color: #595d6e;
}
.kt-datatable > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell > span > i {
  color: #5d78ff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link {
  color: #93a2dd;
  transition: all 0.3s;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--first, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--prev, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--next, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--last {
  background: #f0f3ff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--first:hover, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--prev:hover, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--next:hover, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--last:hover {
  background: #5d78ff;
  color: #ffffff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link:hover {
  transition: all 0.3s;
  background: #5d78ff;
  color: #ffffff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--active {
  background: #5d78ff;
  color: #ffffff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--disabled, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--disabled:hover {
  color: #93a2dd;
  background: #f0f3ff;
  opacity: 0.3;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-pager-input {
  transition: all 0.3s;
  background: #f0f3ff;
  border-color: #f0f3ff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-pager-input:focus {
  transition: all 0.3s;
  background: #5d78ff;
  border-color: #5d78ff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle {
  font-size: 1rem;
  font-weight: 500;
  border: 0 !important;
  color: #93a2dd;
  background: #f0f3ff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle i {
  color: #ffffff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:focus,
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:hover, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size.show > .btn.dropdown-toggle {
  border: 0 !important;
  color: #ffffff !important;
  background: #5d78ff;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:focus i,
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .btn.dropdown-toggle:hover i, .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size.show > .btn.dropdown-toggle i {
  color: #ffffff !important;
}
.kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .dropdown-menu {
  z-index: 100;
}
.modal .kt-datatable > .kt-datatable__pager > .kt-datatable__pager-info .kt-datatable__pager-size .dropdown-menu {
  z-index: 1051;
}
.kt-datatable.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__toggle-subtable > i {
  color: #5d78ff;
}
.kt-datatable.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable {
  border-top: 0;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell {
  transition: background 0.3s ease;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell > span {
  color: #595d6e;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--hover {
  transition: background 0.3s ease;
  background: transparent;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--even > .kt-datatable__cell {
  background: transparent;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--active > .kt-datatable__cell {
  background: #f7f8fa;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--hover:not(.kt-datatable__row--active) {
  transition: background 0.3s ease;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--hover:not(.kt-datatable__row--active) > .kt-datatable__cell {
  transition: background 0.3s ease;
  background: transparent;
}
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__head .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sorted > span,
.kt-datatable.kt-datatable--default > .kt-datatable__table > .kt-datatable__foot .kt-datatable__row > .kt-datatable__cell.kt-datatable__cell--sorted > span {
  color: #5d78ff;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row.kt-datatable__row--subtable-expanded > .kt-datatable__cell {
  background: #f7f8fa !important;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable {
  background: transparent;
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable > .kt-datatable__subtable > .kt-datatable {
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.1);
}
.kt-datatable.kt-datatable--default.kt-datatable--subtable > .kt-datatable__table > .kt-datatable__body .kt-datatable__row-subtable.kt-datatable__row-loading > .kt-datatable__subtable > .kt-datatable > .kt-datatable__table {
  background: transparent;
}
.kt-datatable .ps > .ps__rail-y > .ps__thumb-y,
.kt-datatable .ps > .ps__rail-x > .ps__thumb-x {
  background: #dbe2f7;
}
.kt-datatable .ps > .ps__rail-y > .ps__thumb-y:hover, .kt-datatable .ps > .ps__rail-y > .ps__thumb-y:focus,
.kt-datatable .ps > .ps__rail-x > .ps__thumb-x:hover,
.kt-datatable .ps > .ps__rail-x > .ps__thumb-x:focus {
  background: #dbe2f7;
}
.kt-scrolltop {
  display: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
  background: #5d78ff;
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  opacity: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.kt-scrolltop svg {
  height: 20px;
  width: 20px;
}
.kt-scrolltop > i {
  font-size: 1.3rem;
  color: #ffffff;
}
.kt-scrolltop g [fill] {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.kt-scrolltop:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-scrolltop:hover > i {
  color: #ffffff;
}
.kt-scrolltop--on .kt-scrolltop {
  opacity: 0.3;
  animation: kt-scrolltop-show-animation 0.4s ease-out 1;
  display: flex;
}
.kt-scrolltop--on .kt-scrolltop:hover {
  transition: all 0.3s;
  opacity: 1;
}
@media (max-width: 1024px) {
  .kt-scrolltop {
    bottom: 30px;
    right: 15px;
  }
}
@keyframes kt-scrolltop-show-animation {
  from {
    margin-bottom: -15px;
  }
  to {
    margin-bottom: 0;
  }
}
.kt-form .kt-form__group.kt-form__group--inline {
  display: table;
  padding: 0;
}
.kt-form .kt-form__group.kt-form__group--inline > .kt-form__label {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding-right: 1rem;
}
.kt-form .kt-form__group.kt-form__group--inline > .kt-form__label.kt-form__label-no-wrap {
  white-space: nowrap;
}
.kt-form .kt-form__group.kt-form__group--inline > .kt-form__label > label {
  margin: 0;
}
.kt-form .kt-form__group.kt-form__group--inline > .kt-form__control {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 100%;
}
.kt-form .kt-form__actions.kt-form__actions--right {
  text-align: right;
}
.kt-form .kt-form__actions.kt-form__actions--center {
  text-align: center;
}
.kt-form.kt-form--center {
  width: 60%;
  margin: 0 auto;
}
.is-valid .valid-feedback {
  display: inline-block;
}
.is-invalid .invalid-feedback {
  display: inline-block;
}
@media (min-width: 1025px) {
  .kt-form.kt-form--label-right .form-group label:not(.kt-checkbox):not(.kt-radio):not(.kt-option) {
    text-align: right;
  }
}
.kt-input-icon {
  position: relative;
  padding: 0;
  width: 100%;
}
.kt-input-icon > .kt-input-icon__icon {
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  top: 0;
  width: 3.2rem;
}
.kt-input-icon > .kt-input-icon__icon.kt-input-icon__icon--left {
  left: 0;
}
.kt-input-icon > .kt-input-icon__icon.kt-input-icon__icon--right {
  right: 0;
}
.kt-input-icon > .kt-input-icon__icon > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.kt-input-icon > .kt-input-icon__icon > span i {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #74788d;
}
.kt-input-icon > .kt-input-icon__icon [class^=la-],
.kt-input-icon > .kt-input-icon__icon [class*=" la-"] {
  font-size: 1.4em;
}
.kt-input-icon > .kt-input-icon__icon [class^=fa-],
.kt-input-icon > .kt-input-icon__icon [class*=" fa-"] {
  font-size: 1.2em;
}
.kt-input-icon > .kt-input-icon__icon [class^=flaticon-],
.kt-input-icon > .kt-input-icon__icon [class*=" flaticon-"],
.kt-input-icon > .kt-input-icon__icon [class^=flaticon2-],
.kt-input-icon > .kt-input-icon__icon [class*=" flaticon2-"] {
  font-size: 1.3em;
  float: left;
}
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon {
  width: 4.2rem;
}
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^=la-],
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" la-"] {
  font-size: 1.6em;
}
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^=fa-],
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" fa-"] {
  font-size: 1.3em;
}
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^=flaticon-],
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" flaticon-"],
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class^=flaticon2-],
.kt-input-icon .form-control.form-control-lg + .kt-input-icon__icon [class*=" flaticon2-"] {
  font-size: 1.4em;
  float: left;
}
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon {
  width: 2.7rem;
}
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^=la-],
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" la-"] {
  font-size: 1.1em;
}
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^=fa-],
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" fa-"] {
  font-size: 1em;
}
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^=flaticon-],
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" flaticon-"],
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class^=flaticon2-],
.kt-input-icon .form-control.form-control-sm ~ .kt-input-icon__icon [class*=" flaticon2-"] {
  font-size: 1em;
  float: left;
}
.kt-input-icon.kt-input-icon--left .form-control {
  padding-left: 2.8rem;
}
.kt-input-icon.kt-input-icon--left .form-control.form-control-lg {
  padding-left: 3.6rem;
}
.kt-input-icon.kt-input-icon--left .form-control.form-control-sm {
  padding-left: 2.5rem;
}
.kt-input-icon.kt-input-icon--right .form-control {
  padding-right: 2.8rem;
}
.kt-input-icon.kt-input-icon--right .form-control.form-control-lg {
  padding-right: 3.6rem;
}
.kt-input-icon.kt-input-icon--right .form-control.form-control-sm {
  padding-right: 2.5rem;
}
.kt-input-icon.kt-input-icon--fixed {
  display: inline-block;
}
.kt-input-icon.kt-input-icon--fixed-large {
  display: inline-block;
}
.kt-input-icon.kt-input-icon--fixed-small {
  display: inline-block;
}
.kt-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.kt-checkbox.kt-checkbox--disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.kt-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.kt-checkbox > span {
  border-radius: 3px;
  background: none;
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
}
.kt-checkbox > span:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -6px;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0 /*rtl:ignore*/ !important;
  transform: rotate(45deg) /*rtl:ignore*/;
}
.kt-checkbox > input:checked ~ span {
  transition: all 0.3s ease;
  background: none;
}
.kt-checkbox > input:checked ~ span:after {
  display: block;
}
.kt-checkbox:hover > input:not([disabled]):checked ~ span,
.kt-checkbox > input:checked ~ span {
  transition: all 0.3s ease;
}
.kt-checkbox > input:disabled ~ span {
  opacity: 0.6;
  pointer-events: none;
}
.kt-checkbox.kt-checkbox--solid > span {
  border: 1px solid transparent;
}
.kt-checkbox.kt-checkbox--solid:hover > input:not([disabled]) ~ span,
.kt-checkbox.kt-checkbox--solid > input:focus ~ span {
  transition: all 0.3s ease;
}
.kt-checkbox.kt-checkbox--square > span {
  border-radius: 0;
}
.kt-checkbox.kt-checkbox--bold > span {
  border-width: 2px !important;
  transition: all 0.3s ease;
}
.form-inline .kt-checkbox {
  margin-left: 15px;
  margin-right: 15px;
}
.kt-checkbox.kt-checkbox--single {
  width: 18px;
  height: 18px;
}
.kt-checkbox.kt-checkbox--single > span {
  top: 0px;
}
th > .kt-checkbox.kt-checkbox--single, td > .kt-checkbox.kt-checkbox--single {
  right: -5px;
}
.input-group .kt-checkbox {
  margin-bottom: 0 !important;
  padding-left: 0;
}
.kt-checkbox-list {
  padding: 0 0;
}
.form-horizontal .form-group .kt-checkbox-list {
  padding-top: 0;
}
.kt-checkbox-list .kt-checkbox {
  text-align: left;
  display: block;
}
.kt-checkbox-list .kt-checkbox:last-child {
  margin-bottom: 5px;
}
.kt-checkbox-inline {
  padding: 0 0;
}
.kt-checkbox-inline .kt-checkbox {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.kt-checkbox-inline .kt-checkbox:last-child {
  margin-right: 0;
}
.form-group.row .kt-checkbox-inline {
  margin-top: 0.75rem;
}
.form-group.row .kt-checkbox-list {
  margin-top: 2px;
}
.kt-checkbox.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox > span {
  border: 1px solid #d1d7e2;
}
.kt-checkbox > span:after {
  border: solid #bfc7d7;
}
.kt-checkbox > input:disabled ~ span:after {
  border-color: #c8cfdd;
}
.kt-checkbox > input:checked ~ span {
  border: 1px solid #c8cfdd;
}
.kt-checkbox.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #c8cfdd;
}
.kt-checkbox > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--solid > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--solid > span:after {
  border: solid #99a6bf;
}
.kt-checkbox.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--solid > input:checked ~ span {
  background: #dee2ea;
}
.kt-checkbox.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--tick > span:after {
  border: solid #99a6bf;
}
.kt-checkbox.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #dee2ea;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--brand > span {
  border: 1px solid #5d78ff;
}
.kt-checkbox.kt-checkbox--brand > span:after {
  border: solid #5d78ff;
}
.kt-checkbox.kt-checkbox--brand > input:disabled ~ span:after {
  border-color: #5d78ff;
}
.kt-checkbox.kt-checkbox--brand > input:checked ~ span {
  border: 1px solid #5d78ff;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #5d78ff;
}
.kt-checkbox.kt-checkbox--brand > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > span {
  background: #5d78ff;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > input:checked ~ span {
  background: #5d78ff;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--brand.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #5d78ff;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--light > span {
  border: 1px solid #ffffff;
}
.kt-checkbox.kt-checkbox--light > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--light > input:disabled ~ span:after {
  border-color: #ffffff;
}
.kt-checkbox.kt-checkbox--light > input:checked ~ span {
  border: 1px solid #ffffff;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #ffffff;
}
.kt-checkbox.kt-checkbox--light > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--solid > span {
  background: #ffffff;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--solid > span:after {
  border: solid #282a3c;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--solid > input:checked ~ span {
  background: #ffffff;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--tick > span:after {
  border: solid #282a3c;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--light.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--dark > span {
  border: 1px solid #282a3c;
}
.kt-checkbox.kt-checkbox--dark > span:after {
  border: solid #282a3c;
}
.kt-checkbox.kt-checkbox--dark > input:disabled ~ span:after {
  border-color: #282a3c;
}
.kt-checkbox.kt-checkbox--dark > input:checked ~ span {
  border: 1px solid #282a3c;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #282a3c;
}
.kt-checkbox.kt-checkbox--dark > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > span {
  background: #282a3c;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--solid > input:checked ~ span {
  background: #282a3c;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--dark.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #282a3c;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--primary > span {
  border: 1px solid #5867dd;
}
.kt-checkbox.kt-checkbox--primary > span:after {
  border: solid #5867dd;
}
.kt-checkbox.kt-checkbox--primary > input:disabled ~ span:after {
  border-color: #5867dd;
}
.kt-checkbox.kt-checkbox--primary > input:checked ~ span {
  border: 1px solid #5867dd;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #5867dd;
}
.kt-checkbox.kt-checkbox--primary > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > span {
  background: #5867dd;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--solid > input:checked ~ span {
  background: #5867dd;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--primary.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #5867dd;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--success > span {
  border: 1px solid #0abb87;
}
.kt-checkbox.kt-checkbox--success > span:after {
  border: solid #0abb87;
}
.kt-checkbox.kt-checkbox--success > input:disabled ~ span:after {
  border-color: #0abb87;
}
.kt-checkbox.kt-checkbox--success > input:checked ~ span {
  border: 1px solid #0abb87;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #0abb87;
}
.kt-checkbox.kt-checkbox--success > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--solid > span {
  background: #0abb87;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--solid > input:checked ~ span {
  background: #0abb87;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--success.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #0abb87;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--info > span {
  border: 1px solid #5578eb;
}
.kt-checkbox.kt-checkbox--info > span:after {
  border: solid #5578eb;
}
.kt-checkbox.kt-checkbox--info > input:disabled ~ span:after {
  border-color: #5578eb;
}
.kt-checkbox.kt-checkbox--info > input:checked ~ span {
  border: 1px solid #5578eb;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #5578eb;
}
.kt-checkbox.kt-checkbox--info > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--solid > span {
  background: #5578eb;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--solid > input:checked ~ span {
  background: #5578eb;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--info.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #5578eb;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--warning > span {
  border: 1px solid #ffb822;
}
.kt-checkbox.kt-checkbox--warning > span:after {
  border: solid #ffb822;
}
.kt-checkbox.kt-checkbox--warning > input:disabled ~ span:after {
  border-color: #ffb822;
}
.kt-checkbox.kt-checkbox--warning > input:checked ~ span {
  border: 1px solid #ffb822;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #ffb822;
}
.kt-checkbox.kt-checkbox--warning > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > span {
  background: #ffb822;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > span:after {
  border: solid #111111;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--solid > input:checked ~ span {
  background: #ffb822;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick > span:after {
  border: solid #111111;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--warning.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #ffb822;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--disabled {
  opacity: 0.7;
}
.kt-checkbox.kt-checkbox--danger > span {
  border: 1px solid #fd397a;
}
.kt-checkbox.kt-checkbox--danger > span:after {
  border: solid #fd397a;
}
.kt-checkbox.kt-checkbox--danger > input:disabled ~ span:after {
  border-color: #fd397a;
}
.kt-checkbox.kt-checkbox--danger > input:checked ~ span {
  border: 1px solid #fd397a;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--bold > input:checked ~ span {
  border: 2px solid #fd397a;
}
.kt-checkbox.kt-checkbox--danger > input:disabled ~ span {
  opacity: 0.6;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > span {
  background: #fd397a;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--solid > input:checked ~ span {
  background: #fd397a;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick > span:after {
  border: solid #ffffff;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick > input:checked ~ span {
  border: 1px solid transparent !important;
  background: #e4e8ee;
}
.kt-checkbox.kt-checkbox--danger.kt-checkbox--tick > input:checked ~ span:after {
  border: solid #fd397a;
}
.kt-radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.kt-radio.kt-radio--disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.kt-radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.kt-radio > span {
  background: none;
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50% !important;
}
.kt-radio > span:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100% !important;
}
.kt-radio > input:checked ~ span {
  transition: all 0.3s ease;
  background: none;
}
.kt-radio > input:checked ~ span:after {
  display: block;
}
.kt-radio:hover > input:not([disabled]):checked ~ span,
.kt-radio > input:checked ~ span {
  transition: all 0.3s ease;
}
.kt-radio > input:disabled ~ span {
  opacity: 0.6;
  pointer-events: none;
}
.kt-radio.kt-radio--solid > span {
  border: 1px solid transparent;
}
.kt-radio.kt-radio--solid:hover > input:not([disabled]) ~ span,
.kt-radio.kt-radio--solid > input:focus ~ span {
  transition: all 0.3s ease;
}
.kt-radio.kt-radio--square > span {
  border-radius: 0;
}
.kt-radio.kt-radio--bold > span {
  border-width: 2px !important;
  transition: all 0.3s ease;
}
.form-inline .kt-radio {
  margin-left: 15px;
  margin-right: 15px;
}
.kt-radio.kt-radio--single {
  width: 18px;
  height: 18px;
}
.kt-radio.kt-radio--single > span {
  top: 0px;
}
th > .kt-radio.kt-radio--single, td > .kt-radio.kt-radio--single {
  right: -5px;
}
.input-group .kt-radio {
  margin-bottom: 0 !important;
  padding-left: 0;
}
.kt-radio-list {
  padding: 0 0;
}
.form-horizontal .form-group .kt-radio-list {
  padding-top: 0;
}
.kt-radio-list .kt-radio {
  display: block;
  text-align: left;
}
.kt-radio-list .kt-radio:last-child {
  margin-bottom: 5px;
}
.kt-radio-inline {
  padding: 0 0;
}
.kt-radio-inline .kt-radio {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.kt-radio-inline .kt-radio:last-child {
  margin-right: 0;
}
.form-group.row .kt-radio-inline {
  margin-top: 0.75rem;
}
.form-group.row .kt-radio-list {
  margin-top: 2px;
}
.kt-radio.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio > span {
  border: 1px solid #d1d7e2;
}
.kt-radio > span:after {
  border: solid #bfc7d7;
  background: #bfc7d7;
}
.kt-radio > input:disabled ~ span:after {
  border-color: #c8cfdd;
}
.kt-radio > input:checked ~ span {
  border: 1px solid #c8cfdd;
}
.kt-radio.kt-radio--bold > input:checked ~ span {
  border: 2px solid #c8cfdd;
}
.kt-radio > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--solid > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--solid > span:after {
  border: solid #99a6bf;
  background: #99a6bf;
}
.kt-radio.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--solid > input:checked ~ span {
  background: #dee2ea;
}
.kt-radio.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--tick > input:checked ~ span:after {
  border: solid #dee2ea;
  background: #dee2ea;
}
.kt-radio.kt-radio--brand.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--brand > span {
  border: 1px solid #5d78ff;
}
.kt-radio.kt-radio--brand > span:after {
  border: solid #5d78ff;
  background: #5d78ff;
}
.kt-radio.kt-radio--brand > input:disabled ~ span:after {
  border-color: #5d78ff;
}
.kt-radio.kt-radio--brand > input:checked ~ span {
  border: 1px solid #5d78ff;
}
.kt-radio.kt-radio--brand.kt-radio--bold > input:checked ~ span {
  border: 2px solid #5d78ff;
}
.kt-radio.kt-radio--brand > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--brand.kt-radio--solid > span {
  background: #5d78ff;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--brand.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--brand.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--brand.kt-radio--solid > input:checked ~ span {
  background: #5d78ff;
}
.kt-radio.kt-radio--brand.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--brand.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--brand.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--brand.kt-radio--tick > input:checked ~ span:after {
  border: solid #5d78ff;
  background: #5d78ff;
}
.kt-radio.kt-radio--light.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--light > span {
  border: 1px solid #ffffff;
}
.kt-radio.kt-radio--light > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--light > input:disabled ~ span:after {
  border-color: #ffffff;
}
.kt-radio.kt-radio--light > input:checked ~ span {
  border: 1px solid #ffffff;
}
.kt-radio.kt-radio--light.kt-radio--bold > input:checked ~ span {
  border: 2px solid #ffffff;
}
.kt-radio.kt-radio--light > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--light.kt-radio--solid > span {
  background: #ffffff;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--light.kt-radio--solid > span:after {
  border: solid #282a3c;
  background: #282a3c;
}
.kt-radio.kt-radio--light.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--light.kt-radio--solid > input:checked ~ span {
  background: #ffffff;
}
.kt-radio.kt-radio--light.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--light.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--light.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--light.kt-radio--tick > input:checked ~ span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--dark.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--dark > span {
  border: 1px solid #282a3c;
}
.kt-radio.kt-radio--dark > span:after {
  border: solid #282a3c;
  background: #282a3c;
}
.kt-radio.kt-radio--dark > input:disabled ~ span:after {
  border-color: #282a3c;
}
.kt-radio.kt-radio--dark > input:checked ~ span {
  border: 1px solid #282a3c;
}
.kt-radio.kt-radio--dark.kt-radio--bold > input:checked ~ span {
  border: 2px solid #282a3c;
}
.kt-radio.kt-radio--dark > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--dark.kt-radio--solid > span {
  background: #282a3c;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--dark.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--dark.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--dark.kt-radio--solid > input:checked ~ span {
  background: #282a3c;
}
.kt-radio.kt-radio--dark.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--dark.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--dark.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--dark.kt-radio--tick > input:checked ~ span:after {
  border: solid #282a3c;
  background: #282a3c;
}
.kt-radio.kt-radio--primary.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--primary > span {
  border: 1px solid #5867dd;
}
.kt-radio.kt-radio--primary > span:after {
  border: solid #5867dd;
  background: #5867dd;
}
.kt-radio.kt-radio--primary > input:disabled ~ span:after {
  border-color: #5867dd;
}
.kt-radio.kt-radio--primary > input:checked ~ span {
  border: 1px solid #5867dd;
}
.kt-radio.kt-radio--primary.kt-radio--bold > input:checked ~ span {
  border: 2px solid #5867dd;
}
.kt-radio.kt-radio--primary > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--primary.kt-radio--solid > span {
  background: #5867dd;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--primary.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--primary.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--primary.kt-radio--solid > input:checked ~ span {
  background: #5867dd;
}
.kt-radio.kt-radio--primary.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--primary.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--primary.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--primary.kt-radio--tick > input:checked ~ span:after {
  border: solid #5867dd;
  background: #5867dd;
}
.kt-radio.kt-radio--success.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--success > span {
  border: 1px solid #0abb87;
}
.kt-radio.kt-radio--success > span:after {
  border: solid #0abb87;
  background: #0abb87;
}
.kt-radio.kt-radio--success > input:disabled ~ span:after {
  border-color: #0abb87;
}
.kt-radio.kt-radio--success > input:checked ~ span {
  border: 1px solid #0abb87;
}
.kt-radio.kt-radio--success.kt-radio--bold > input:checked ~ span {
  border: 2px solid #0abb87;
}
.kt-radio.kt-radio--success > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--success.kt-radio--solid > span {
  background: #0abb87;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--success.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--success.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--success.kt-radio--solid > input:checked ~ span {
  background: #0abb87;
}
.kt-radio.kt-radio--success.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--success.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--success.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--success.kt-radio--tick > input:checked ~ span:after {
  border: solid #0abb87;
  background: #0abb87;
}
.kt-radio.kt-radio--info.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--info > span {
  border: 1px solid #5578eb;
}
.kt-radio.kt-radio--info > span:after {
  border: solid #5578eb;
  background: #5578eb;
}
.kt-radio.kt-radio--info > input:disabled ~ span:after {
  border-color: #5578eb;
}
.kt-radio.kt-radio--info > input:checked ~ span {
  border: 1px solid #5578eb;
}
.kt-radio.kt-radio--info.kt-radio--bold > input:checked ~ span {
  border: 2px solid #5578eb;
}
.kt-radio.kt-radio--info > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--info.kt-radio--solid > span {
  background: #5578eb;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--info.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--info.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--info.kt-radio--solid > input:checked ~ span {
  background: #5578eb;
}
.kt-radio.kt-radio--info.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--info.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--info.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--info.kt-radio--tick > input:checked ~ span:after {
  border: solid #5578eb;
  background: #5578eb;
}
.kt-radio.kt-radio--warning.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--warning > span {
  border: 1px solid #ffb822;
}
.kt-radio.kt-radio--warning > span:after {
  border: solid #ffb822;
  background: #ffb822;
}
.kt-radio.kt-radio--warning > input:disabled ~ span:after {
  border-color: #ffb822;
}
.kt-radio.kt-radio--warning > input:checked ~ span {
  border: 1px solid #ffb822;
}
.kt-radio.kt-radio--warning.kt-radio--bold > input:checked ~ span {
  border: 2px solid #ffb822;
}
.kt-radio.kt-radio--warning > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--warning.kt-radio--solid > span {
  background: #ffb822;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--warning.kt-radio--solid > span:after {
  border: solid #111111;
  background: #111111;
}
.kt-radio.kt-radio--warning.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--warning.kt-radio--solid > input:checked ~ span {
  background: #ffb822;
}
.kt-radio.kt-radio--warning.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--warning.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--warning.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--warning.kt-radio--tick > input:checked ~ span:after {
  border: solid #ffb822;
  background: #ffb822;
}
.kt-radio.kt-radio--danger.kt-radio--disabled {
  opacity: 0.8;
}
.kt-radio.kt-radio--danger > span {
  border: 1px solid #fd397a;
}
.kt-radio.kt-radio--danger > span:after {
  border: solid #fd397a;
  background: #fd397a;
}
.kt-radio.kt-radio--danger > input:disabled ~ span:after {
  border-color: #fd397a;
}
.kt-radio.kt-radio--danger > input:checked ~ span {
  border: 1px solid #fd397a;
}
.kt-radio.kt-radio--danger.kt-radio--bold > input:checked ~ span {
  border: 2px solid #fd397a;
}
.kt-radio.kt-radio--danger > input:disabled ~ span {
  opacity: 0.6;
}
.kt-radio.kt-radio--danger.kt-radio--solid > span {
  background: #fd397a;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--danger.kt-radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.kt-radio.kt-radio--danger.kt-radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--danger.kt-radio--solid > input:checked ~ span {
  background: #fd397a;
}
.kt-radio.kt-radio--danger.kt-radio--tick > span {
  background: #e4e8ee;
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--danger.kt-radio--tick > input:focus ~ span {
  border: 1px solid transparent !important;
}
.kt-radio.kt-radio--danger.kt-radio--tick > input:checked ~ span {
  background: #e4e8ee;
}
.kt-radio.kt-radio--danger.kt-radio--tick > input:checked ~ span:after {
  border: solid #fd397a;
  background: #fd397a;
}
.kt-switch {
  display: inline-block;
  font-size: 1rem;
}
.kt-switch input:empty {
  margin-left: -999px;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.kt-switch input:empty ~ span {
  display: inline-block;
  position: relative;
  float: left;
  width: 1px;
  text-indent: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.kt-switch input:empty ~ span:before,
.kt-switch input:empty ~ span:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: " ";
  transition: all 100ms ease-in;
}
.kt-switch.kt-switch--icon input:empty ~ span:after {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f342";
}
.kt-switch.kt-switch--icon input:checked ~ span:after {
  content: "\f17b";
}
.kt-switch.kt-switch--icon-check input:checked ~ span:after {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f17b";
}
.kt-switch input:empty ~ span {
  line-height: 30px;
  margin: 2px 0;
  height: 30px;
  width: 57px;
  border-radius: 15px;
}
.kt-switch input:empty ~ span:before,
.kt-switch input:empty ~ span:after {
  width: 54px;
  border-radius: 15px;
}
.kt-switch input:empty ~ span:after {
  height: 24px;
  width: 24px;
  line-height: 26px;
  top: 3px;
  bottom: 3px;
  margin-left: 3px;
  font-size: 0.9em;
  text-align: center;
  vertical-align: middle;
}
.kt-switch input:checked ~ span:after {
  margin-left: 26px;
}
.kt-switch.kt-switch--lg input:empty ~ span {
  line-height: 40px;
  margin: 2px 0;
  height: 40px;
  width: 75px;
  border-radius: 20px;
}
.kt-switch.kt-switch--lg input:empty ~ span:before,
.kt-switch.kt-switch--lg input:empty ~ span:after {
  width: 72px;
  border-radius: 20px;
}
.kt-switch.kt-switch--lg input:empty ~ span:after {
  height: 34px;
  width: 34px;
  line-height: 34px;
  top: 3px;
  bottom: 3px;
  margin-left: 3px;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
}
.kt-switch.kt-switch--lg input:checked ~ span:after {
  margin-left: 34px;
}
.kt-switch.kt-switch--sm input:empty ~ span {
  line-height: 24px;
  margin: 2px 0;
  height: 24px;
  width: 40px;
  border-radius: 12px;
}
.kt-switch.kt-switch--sm input:empty ~ span:before,
.kt-switch.kt-switch--sm input:empty ~ span:after {
  width: 38px;
  border-radius: 12px;
}
.kt-switch.kt-switch--sm input:empty ~ span:after {
  height: 20px;
  width: 20px;
  line-height: 20px;
  top: 2px;
  bottom: 2px;
  margin-left: 2px;
  font-size: 0.8em;
  text-align: center;
  vertical-align: middle;
}
.kt-switch.kt-switch--sm input:checked ~ span:after {
  margin-left: 16px;
}
.form-group.row .kt-switch {
  margin-top: 0.15rem;
}
.form-group.row .kt-switch.kt-switch--lg {
  margin-top: 0rem;
  position: relative;
  top: -0.3rem;
}
.form-group.row .kt-switch.kt-switch--sm {
  margin-top: 0.3rem;
}
.kt-switch input:empty ~ span:before {
  background-color: #e8ebf1;
}
.kt-switch input:empty ~ span:after {
  color: #f8f9fb;
  background-color: #ffffff;
}
.kt-switch input:checked ~ span:before {
  background-color: #e8ebf1;
}
.kt-switch input:checked ~ span:after {
  background-color: #5d78ff;
  color: #ffffff;
}
.kt-switch input[disabled] {
  cursor: not-allowed;
}
.kt-switch input[disabled] ~ span:after,
.kt-switch input[disabled] ~ span:before {
  cursor: not-allowed;
  opacity: 0.7;
}
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #5d78ff;
}
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:empty ~ span:after {
  color: #5d78ff;
  background-color: #ffffff;
  opacity: 0.4;
}
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #5d78ff;
}
.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--brand input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--brand input:empty ~ span:after {
  color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--brand input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--brand input:checked ~ span:after {
  background-color: #5d78ff;
  opacity: 1;
}
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:empty ~ span:after {
  color: #ffffff;
  background-color: #282a3c;
  opacity: 0.4;
}
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--light:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--light input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--light input:empty ~ span:after {
  color: #282a3c;
}
.kt-switch.kt-switch--outline.kt-switch--light input:checked ~ span:before {
  background-color: #282a3c;
}
.kt-switch.kt-switch--outline.kt-switch--light input:checked ~ span:after {
  background-color: #ffffff;
  opacity: 1;
}
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #282a3c;
}
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:empty ~ span:after {
  color: #282a3c;
  background-color: #ffffff;
  opacity: 0.4;
}
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #282a3c;
}
.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--dark input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--dark input:empty ~ span:after {
  color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--dark input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--dark input:checked ~ span:after {
  background-color: #282a3c;
  opacity: 1;
}
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #5867dd;
}
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:empty ~ span:after {
  color: #5867dd;
  background-color: #ffffff;
  opacity: 0.4;
}
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #5867dd;
}
.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--primary input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--primary input:empty ~ span:after {
  color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--primary input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--primary input:checked ~ span:after {
  background-color: #5867dd;
  opacity: 1;
}
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #0abb87;
}
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:empty ~ span:after {
  color: #0abb87;
  background-color: #ffffff;
  opacity: 0.4;
}
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #0abb87;
}
.kt-switch.kt-switch--success:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--success input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--success input:empty ~ span:after {
  color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--success input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--success input:checked ~ span:after {
  background-color: #0abb87;
  opacity: 1;
}
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #5578eb;
}
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:empty ~ span:after {
  color: #5578eb;
  background-color: #ffffff;
  opacity: 0.4;
}
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #5578eb;
}
.kt-switch.kt-switch--info:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--info input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--info input:empty ~ span:after {
  color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--info input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--info input:checked ~ span:after {
  background-color: #5578eb;
  opacity: 1;
}
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #ffb822;
}
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:empty ~ span:after {
  color: #ffb822;
  background-color: #111111;
  opacity: 0.4;
}
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #ffb822;
}
.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--warning input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--warning input:empty ~ span:after {
  color: #111111;
}
.kt-switch.kt-switch--outline.kt-switch--warning input:checked ~ span:before {
  background-color: #111111;
}
.kt-switch.kt-switch--outline.kt-switch--warning input:checked ~ span:after {
  background-color: #ffb822;
  opacity: 1;
}
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:empty ~ span:before {
  background-color: #fd397a;
}
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:empty ~ span:after {
  color: #fd397a;
  background-color: #ffffff;
  opacity: 0.4;
}
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:checked ~ span:before {
  background-color: #fd397a;
}
.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.kt-switch.kt-switch--outline.kt-switch--danger input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.kt-switch.kt-switch--outline.kt-switch--danger input:empty ~ span:after {
  color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--danger input:checked ~ span:before {
  background-color: #ffffff;
}
.kt-switch.kt-switch--outline.kt-switch--danger input:checked ~ span:after {
  background-color: #fd397a;
  opacity: 1;
}
.kt-option {
  display: flex;
  padding: 1.4em;
  border: 1px solid #ebedf2;
  border-radius: 4px;
}
.kt-option .kt-option__control {
  width: 2.7rem;
  padding-top: 0.1rem;
}
.kt-option .kt-option__control .kt-radio {
  display: block;
}
.kt-option .kt-option__label {
  width: 100%;
}
.kt-option .kt-option__label .kt-option__head {
  display: flex;
  justify-content: space-between;
}
.kt-option .kt-option__label .kt-option__head .kt-option__title {
  font-size: 1.1rem;
  font-weight: 400;
  color: #595d6e;
}
.kt-option .kt-option__label .kt-option__head .kt-option__focus {
  font-size: 1.1rem;
  font-weight: 500;
  color: #48465b;
}
.kt-option .kt-option__label .kt-option__body {
  display: block;
  padding-top: 0.7rem;
  font-size: 0.9rem;
  color: #74788d;
}
.kt-option.kt-option--plain {
  border: 0;
  padding: 0;
  margin-top: -0.2rem;
  margin-bottom: 2rem;
  align-items: center;
}
.kt-option.kt-option--plain .kt-option__control {
  vertical-align: middle;
  width: 2.7rem;
}
.kt-option.kt-option--plain .kt-option__control .kt-radio {
  margin-bottom: 1.6rem;
}
.kt-option.kt-option--plain .kt-option__label .kt-option__body {
  padding-top: 0.2rem;
}
.is-valid .kt-option {
  border-color: #0abb87;
}
.is-invalid .kt-option {
  border-color: #fd397a;
}
.has-success .kt-option .kt-option__label .kt-option__head .kt-option__title {
  color: #0abb87;
}
.has-error .kt-option .kt-option__label .kt-option__head .kt-option__title {
  color: #ffb822;
}
.kt-avatar {
  position: relative;
  display: inline-block;
}
.kt-avatar .kt-avatar__holder {
  width: 120px;
  height: 120px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: cover;
}
.kt-avatar .kt-avatar__upload {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.kt-avatar .kt-avatar__upload input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}
.kt-avatar .kt-avatar__upload i {
  color: #5d78ff;
  font-size: 0.9rem;
}
.kt-avatar .kt-avatar__upload:hover {
  transition: all 0.3s;
  background-color: #5d78ff;
}
.kt-avatar .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar .kt-avatar__cancel {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
  right: -10px;
  bottom: -5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.kt-avatar .kt-avatar__cancel i {
  transition: all 0.3s;
  color: #74788d;
  font-size: 0.9rem;
}
.kt-avatar .kt-avatar__cancel:hover i {
  transition: all 0.3s;
  color: #5d78ff;
}
.kt-avatar.kt-avatar--changed .kt-avatar__cancel {
  display: flex;
}
.kt-avatar.kt-avatar--brand .kt-avatar__upload i {
  color: #5d78ff;
}
.kt-avatar.kt-avatar--brand .kt-avatar__upload:hover {
  background-color: #5d78ff;
}
.kt-avatar.kt-avatar--brand .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--light .kt-avatar__upload i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--light .kt-avatar__upload:hover {
  background-color: #ffffff;
}
.kt-avatar.kt-avatar--light .kt-avatar__upload:hover i {
  color: #282a3c;
}
.kt-avatar.kt-avatar--dark .kt-avatar__upload i {
  color: #282a3c;
}
.kt-avatar.kt-avatar--dark .kt-avatar__upload:hover {
  background-color: #282a3c;
}
.kt-avatar.kt-avatar--dark .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--primary .kt-avatar__upload i {
  color: #5867dd;
}
.kt-avatar.kt-avatar--primary .kt-avatar__upload:hover {
  background-color: #5867dd;
}
.kt-avatar.kt-avatar--primary .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--success .kt-avatar__upload i {
  color: #0abb87;
}
.kt-avatar.kt-avatar--success .kt-avatar__upload:hover {
  background-color: #0abb87;
}
.kt-avatar.kt-avatar--success .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--info .kt-avatar__upload i {
  color: #5578eb;
}
.kt-avatar.kt-avatar--info .kt-avatar__upload:hover {
  background-color: #5578eb;
}
.kt-avatar.kt-avatar--info .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--warning .kt-avatar__upload i {
  color: #ffb822;
}
.kt-avatar.kt-avatar--warning .kt-avatar__upload:hover {
  background-color: #ffb822;
}
.kt-avatar.kt-avatar--warning .kt-avatar__upload:hover i {
  color: #111111;
}
.kt-avatar.kt-avatar--danger .kt-avatar__upload i {
  color: #fd397a;
}
.kt-avatar.kt-avatar--danger .kt-avatar__upload:hover {
  background-color: #fd397a;
}
.kt-avatar.kt-avatar--danger .kt-avatar__upload:hover i {
  color: #ffffff;
}
.kt-avatar.kt-avatar--circle .kt-avatar__holder {
  border-radius: 50%;
}
.kt-avatar.kt-avatar--circle .kt-avatar__upload {
  right: 0px;
  top: 5px;
}
.kt-avatar.kt-avatar--circle .kt-avatar__cancel {
  right: 3px;
  bottom: 10px;
}
.kt-avatar.kt-avatar--outline .kt-avatar__holder {
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}
.kt-spinner {
  position: relative;
}
.kt-spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
}
.kt-spinner.kt-spinner--sm:before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.kt-spinner.kt-spinner--sm.kt-spinner--center:before {
  left: 50%;
  margin-left: -8px;
}
.kt-spinner.kt-spinner--sm.kt-spinner--left:before {
  left: 0;
  right: auto;
}
.kt-spinner.kt-spinner--sm.kt-spinner--right:before {
  left: auto;
  right: 0;
}
.kt-spinner:before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.kt-spinner.kt-spinner--center:before {
  left: 50%;
  margin-left: -10px;
}
.kt-spinner.kt-spinner--left:before {
  left: 0;
  right: auto;
}
.kt-spinner.kt-spinner--right:before {
  left: auto;
  right: 0;
}
.kt-spinner.kt-spinner--lg:before {
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.kt-spinner.kt-spinner--lg.kt-spinner--center:before {
  left: 50%;
  margin-left: -12px;
}
.kt-spinner.kt-spinner--lg.kt-spinner--left:before {
  left: 0;
  right: auto;
}
.kt-spinner.kt-spinner--lg.kt-spinner--right:before {
  left: auto;
  right: 0;
}
.kt-spinner:before {
  animation: kt-spinner 0.5s linear infinite;
}
.kt-spinner.kt-spinner--brand:before {
  border: 2px solid #5d78ff;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--light:before {
  border: 2px solid #ffffff;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--dark:before {
  border: 2px solid #282a3c;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--primary:before {
  border: 2px solid #5867dd;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--success:before {
  border: 2px solid #0abb87;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--info:before {
  border: 2px solid #5578eb;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--warning:before {
  border: 2px solid #ffb822;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--danger:before {
  border: 2px solid #fd397a;
  border-right: 2px solid transparent;
}
.kt-spinner.kt-spinner--input.kt-spinner--right:before {
  left: auto;
  right: 1rem;
}
.kt-spinner.kt-spinner--input.kt-spinner--left:before {
  right: auto;
  left: 1rem;
}
.kt-spinner.kt-spinner--v2:before {
  animation: kt-spinner 0.5s linear infinite;
}
.kt-spinner.kt-spinner--v2.kt-spinner--brand:before {
  border: 2px solid #f6f8ff;
  border-top-color: #4e6bff;
}
.kt-spinner.kt-spinner--v2.kt-spinner--light:before {
  border: 2px solid white;
  border-top-color: #f7f7f7;
}
.kt-spinner.kt-spinner--v2.kt-spinner--dark:before {
  border: 2px solid #656a98;
  border-top-color: #222433;
}
.kt-spinner.kt-spinner--v2.kt-spinner--primary:before {
  border: 2px solid #d7dbf7;
  border-top-color: #4b5bda;
}
.kt-spinner.kt-spinner--v2.kt-spinner--success:before {
  border: 2px solid #67f7cd;
  border-top-color: #09ac7d;
}
.kt-spinner.kt-spinner--v2.kt-spinner--info:before {
  border: 2px solid #dee5fb;
  border-top-color: #476de9;
}
.kt-spinner.kt-spinner--v2.kt-spinner--warning:before {
  border: 2px solid #ffe9bb;
  border-top-color: #ffb313;
}
.kt-spinner.kt-spinner--v2.kt-spinner--danger:before {
  border: 2px solid #ffd0e0;
  border-top-color: #fd2a70;
}
@keyframes kt-spinner {
  to {
    transform: rotate(360deg);
  }
}
.kt-loader {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #f7f8fa;
  opacity: 0;
  animation: kt-loader-scaleout 0.9s infinite ease-in-out;
}
.kt-loader.kt-loader--lg {
  width: 2rem;
  height: 2rem;
}
.kt-loader.kt-loader--sm {
  width: 1rem;
  height: 1rem;
}
.btn .kt-loader {
  position: relative;
  line-height: 0;
}
.kt-loader.kt-loader--brand {
  background-color: #5d78ff;
}
.kt-loader.kt-loader--light {
  background-color: #ffffff;
}
.kt-loader.kt-loader--dark {
  background-color: #282a3c;
}
.kt-loader.kt-loader--primary {
  background-color: #5867dd;
}
.kt-loader.kt-loader--success {
  background-color: #0abb87;
}
.kt-loader.kt-loader--info {
  background-color: #5578eb;
}
.kt-loader.kt-loader--warning {
  background-color: #ffb822;
}
.kt-loader.kt-loader--danger {
  background-color: #fd397a;
}
@keyframes kt-loader-scaleout {
  0% {
    opacity: 0.3;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.kt-pulse {
  position: relative;
}
.kt-pulse .kt-pulse__ring {
  display: block;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  animation: kt-pulse 3.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #d8dce6;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kt-pulse .kt-pulse__ring {
    top: 2px;
    left: 2px;
  }
}
.kt-pulse.kt-pulse--brand .kt-pulse__ring {
  border-color: rgba(93, 120, 255, 0.8);
}
.kt-pulse.kt-pulse--light .kt-pulse__ring {
  border-color: rgba(255, 255, 255, 0.8);
}
.kt-pulse.kt-pulse--dark .kt-pulse__ring {
  border-color: rgba(40, 42, 60, 0.8);
}
.kt-pulse.kt-pulse--primary .kt-pulse__ring {
  border-color: rgba(88, 103, 221, 0.8);
}
.kt-pulse.kt-pulse--success .kt-pulse__ring {
  border-color: rgba(10, 187, 135, 0.8);
}
.kt-pulse.kt-pulse--info .kt-pulse__ring {
  border-color: rgba(85, 120, 235, 0.8);
}
.kt-pulse.kt-pulse--warning .kt-pulse__ring {
  border-color: rgba(255, 184, 34, 0.8);
}
.kt-pulse.kt-pulse--danger .kt-pulse__ring {
  border-color: rgba(253, 57, 122, 0.8);
}
@keyframes kt-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.kt-dialog {
  width: 130px;
  margin: 0 auto;
  position: fixed;
  z-index: 1100;
  justify-content: center;
  padding: 1rem;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 4px;
}
.kt-dialog.kt-dialog--top-center {
  display: flex;
  top: -100px;
  left: 50%;
  margin-left: -65px;
  transition: top 0.6s ease;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.kt-dialog.kt-dialog--top-center.kt-dialog--shown {
  top: 0px;
  transition: top 0.6s ease;
}
.kt-dialog.kt-dialog--loader {
  font-size: 1rem;
  padding: 0.75rem;
  font-weight: 400;
  color: #595d6e;
}
.kt-dialog.kt-dialog--loader.kt-dialog--brand {
  background-color: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
  box-shadow: 0px 0px 20px 0px rgba(93, 120, 255, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--light {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--dark {
  background-color: rgba(40, 42, 60, 0.1);
  color: #282a3c;
  box-shadow: 0px 0px 20px 0px rgba(40, 42, 60, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--primary {
  background-color: rgba(88, 103, 221, 0.1);
  color: #5867dd;
  box-shadow: 0px 0px 20px 0px rgba(88, 103, 221, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--success {
  background-color: rgba(10, 187, 135, 0.1);
  color: #0abb87;
  box-shadow: 0px 0px 20px 0px rgba(10, 187, 135, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--info {
  background-color: rgba(85, 120, 235, 0.1);
  color: #5578eb;
  box-shadow: 0px 0px 20px 0px rgba(85, 120, 235, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--warning {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
  box-shadow: 0px 0px 20px 0px rgba(255, 184, 34, 0.3);
}
.kt-dialog.kt-dialog--loader.kt-dialog--danger {
  background-color: rgba(253, 57, 122, 0.1);
  color: #fd397a;
  box-shadow: 0px 0px 20px 0px rgba(253, 57, 122, 0.3);
}
.kt-grid-nav-v2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item {
  display: flex;
  width: calc(50% - 3px);
  min-height: 180px;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: #f7f8fa;
  transition: all 0.3s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kt-grid-nav-v2 .kt-grid-nav-v2__item {
    height: 180px;
  }
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item .kt-grid-nav-v2__item-icon {
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5rem;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item .kt-grid-nav-v2__item-icon i {
  font-size: 2.25rem;
  color: #5d78ff;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item .kt-grid-nav-v2__item-title {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #5d5b6f;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item:hover {
  transition: all 0.3s;
  text-transform: none;
  background: #5d78ff;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item:hover .kt-grid-nav-v2__item-icon i {
  color: #ffffff;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item:hover .kt-grid-nav-v2__item-title {
  color: #ffffff;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item:nth-of-type(odd) {
  margin: 3px 3px 3px 0;
}
.kt-grid-nav-v2 .kt-grid-nav-v2__item:nth-of-type(even) {
  margin: 3px 0 3px 3px;
}
.kt-grid-nav {
  padding: 0;
  margin: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.kt-grid-nav > .kt-grid-nav__row {
  display: table-row;
}
.kt-grid-nav > .kt-grid-nav__row > .kt-grid-nav__item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 3.3rem 0.75rem;
  transition: all 0.3s;
}
.kt-grid-nav > .kt-grid-nav__row > .kt-grid-nav__item:hover {
  text-decoration: none;
  transition: all 0.3s;
}
.kt-grid-nav > .kt-grid-nav__row > .kt-grid-nav__item .kt-grid-nav__icon {
  text-align: center;
  font-size: 2.5rem;
}
.kt-grid-nav > .kt-grid-nav__row > .kt-grid-nav__item .kt-grid-nav__title {
  display: block;
  line-height: 1;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 1.2rem;
  font-weight: 500;
}
.kt-grid-nav > .kt-grid-nav__row > .kt-grid-nav__item .kt-grid-nav__desc {
  display: block;
  line-height: 1;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 1rem;
  font-weight: 400;
}
.dropdown-menu .kt-grid-nav {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 1024px) {
  .kt-grid-nav > .kt-grid-nav__row > .kt-grid-nav__item {
    padding: 1rem 0.5rem;
  }
}
.kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item {
  border-right: 1px solid #ebedf2;
  border-bottom: 1px solid #ebedf2;
}
.kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item:last-child {
  border-right: 0;
}
.kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item .kt-grid-nav__icon {
  color: #5d78ff;
}
.kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item .kt-grid-nav__title {
  color: #5d78ff;
}
.kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item .kt-grid-nav__desc {
  color: #74788d;
}
.kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item:hover {
  background: #f7f8fa;
}
.kt-grid-nav .kt-grid-nav__row .kt-grid-nav__item:hover .kt-grid-nav__icon {
  color: #595d6e;
}
.kt-grid-nav .kt-grid-nav__row:last-child .kt-grid-nav__item {
  border-bottom: 0 !important;
}
.kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item:last-child {
  border-right: 0;
}
.kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item .kt-grid-nav__icon {
  color: #5d78ff;
}
.kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item .kt-grid-nav__title {
  color: #fff;
}
.kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item .kt-grid-nav__desc {
  color: rgba(255, 255, 255, 0.5);
}
.kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item:hover {
  background: transparent;
}
.kt-grid-nav.kt-grid-nav--skin-dark .kt-grid-nav__item:hover .kt-grid-nav__icon {
  color: #5d78ff;
}
.kt-head {
  padding: 2.5rem 1rem;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.kt-head.kt-head--space-sm {
  padding: 1.5rem 1rem;
}
.kt-head.kt-head--space-lg {
  padding: 3rem 1rem;
}
.kt-head.kt-head--fit-x {
  padding-left: 0;
  padding-right: 0;
}
.kt-head.kt-head--fit-b {
  padding-bottom: 0 !important;
}
.kt-head.kt-head--fit-t {
  padding-top: 0 !important;
}
.kt-head.kt-head--space-bottom-sm {
  padding-bottom: 1rem;
}
.kt-head .kt-head__title {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.kt-head .kt-head__sub {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.kt-head.kt-head--skin-dark .kt-head__title {
  color: #fff;
}
.kt-head.kt-head--skin-dark .kt-head__sub {
  color: #f0f0f0;
}
.kt-head.kt-head--skin-dark .nav.nav-tabs-line {
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}
.kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link > i {
  color: rgba(255, 255, 255, 0.4);
}
.kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link:hover, .kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link.active {
  color: #fff;
}
.kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link:hover > i, .kt-head.kt-head--skin-dark .nav.nav-tabs-line .nav-item .nav-link.active > i {
  color: #fff;
}
.kt-head.kt-head--skin-light {
  background-color: #f9fafe;
}
.kt-head.kt-head--skin-light .kt-head__title {
  color: #595d6e;
}
.kt-head.kt-head--skin-light .kt-head__sub {
  color: #74788d;
}
.kt-head .nav {
  margin: 1rem 0 0 0;
}
.dropdown-menu:not(.dropdown-menu-top-unround) .kt-head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kt-head-skin-light-bg-color {
  background-color: #f9fafe;
}
.kt-list-pics > a {
  margin-right: 0.25rem;
}
.kt-list-pics > a > img {
  width: 3.36rem;
  border-radius: 50%;
  border-radius: 3px;
}
.kt-list-pics.kt-list-pics--circle > a > img {
  width: 3.36rem;
  border-radius: 50%;
}
.kt-list-pics.kt-list-pics--sm > a > img {
  width: 2.14rem;
}
.kt-list-pics.kt-list-pics-rounded--sm > a > img {
  width: 2.14rem;
}
.kt-list-timeline .kt-list-timeline__group {
  margin: 0 0 2rem 0;
}
.kt-list-timeline .kt-list-timeline__heading {
  margin: 0 0 1.25rem 0;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
.kt-list-timeline .kt-list-timeline__items {
  position: relative;
  padding: 0;
  margin: 0;
}
.kt-list-timeline .kt-list-timeline__items:before {
  background-color: #ebedf2;
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 3px;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0.3rem 0;
  margin: 0.5rem 0;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:first-child:before, .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:last-child:before {
  background-color: white;
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  top: 0;
  bottom: 0;
  left: 3px;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:last-child:before {
  top: auto;
  bottom: 0;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  width: 20px;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge:before {
  background-color: #ebedf2;
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  border-radius: 100%;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--brand:before {
  background-color: #5d78ff;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--light:before {
  background-color: #ffffff;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--dark:before {
  background-color: #282a3c;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--primary:before {
  background-color: #5867dd;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--success:before {
  background-color: #0abb87;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--info:before {
  background-color: #5578eb;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--warning:before {
  background-color: #ffb822;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__badge.kt-list-timeline__badge--danger:before {
  background-color: #fd397a;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__icon {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  width: 30px;
  padding: 0 5px 0 0;
  line-height: 0;
  color: #74788d;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class^=la-],
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class*=" la-"] {
  font-size: 1.6rem;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class^=fa-],
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class*=" fa-"] {
  font-size: 1.2rem;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class^=flaticon-],
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class*=" flaticon-"],
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class^=flaticon2-],
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item [class*=" flaticon2-"] {
  font-size: 1.6rem;
  float: left;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  padding: 0 0 0 5px;
  font-size: 1rem;
  color: #595d6e;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__text:hover {
  text-decoration: none;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__time {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 80px;
  padding: 0 0 0 5px;
  font-size: 0.9rem;
  color: #74788d;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:first-child {
  padding-top: 0;
  margin-top: 0;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:first-child:before, .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item:last-child:before {
  background-color: #fff;
}
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item.kt-list-timeline__item--read .kt-list-timeline__badge,
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item.kt-list-timeline__item--read .kt-list-timeline__icon,
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item.kt-list-timeline__item--read .kt-list-timeline__text,
.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item.kt-list-timeline__item--read .kt-list-timeline__time {
  opacity: 0.5;
}
.kt-mycart .kt-mycart__head {
  display: flex;
  justify-content: space-between;
  padding: 2.8rem 2rem;
  background-position: center;
  background-size: cover;
}
.kt-mycart .kt-mycart__head .kt-mycart__info {
  display: flex;
  align-items: center;
}
.kt-mycart .kt-mycart__head .kt-mycart__info .kt-mycart__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: rgba(56, 80, 168, 0.65);
  border-radius: 4px;
}
.kt-mycart .kt-mycart__head .kt-mycart__info .kt-mycart__icon i {
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
}
.kt-mycart .kt-mycart__head .kt-mycart__info .kt-mycart__title {
  padding-left: 1rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0;
}
.kt-mycart .kt-mycart__head .kt-mycart__button {
  display: flex;
  align-items: center;
}
.kt-mycart .kt-mycart__head .kt-mycart__button .btn {
  padding: 0.3rem 0.5rem;
}
.kt-mycart .kt-mycart__body {
  margin: 0.5rem 0;
}
.kt-mycart .kt-mycart__body .kt-mycart__item {
  border-bottom: 1px solid #ebedf2;
}
.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
}
.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__title {
  color: #5e5b70;
  font-size: 1.1rem;
  font-weight: 500;
}
.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__desc {
  padding: 0.5rem 0;
  color: #74788d;
  font-weight: 400;
}
.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action {
  display: flex;
  align-items: center;
}
.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action .kt-mycart__price {
  margin-right: 0.5rem;
  color: #595d6e;
  font-size: 1.2rem;
  font-weight: 500;
}
.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action .kt-mycart__text {
  color: #74788d;
  font-weight: 400;
}
.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action .kt-mycart__quantity {
  margin-left: 0.5rem;
  color: #595d6e;
  font-size: 1.2rem;
  font-weight: 500;
}
.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action .btn {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
  width: 19px !important;
  height: 19px !important;
  padding-top: 0.1rem;
}
.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info .kt-mycart__action .btn:hover {
  color: #fff;
}
.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__info span {
  display: block;
}
.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__pic {
  width: 5rem;
}
.kt-mycart .kt-mycart__body .kt-mycart__item .kt-mycart__container .kt-mycart__pic img {
  width: 5rem;
  height: 5rem;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}
.kt-mycart .kt-mycart__body .ps__rail-y .ps__thumb-y {
  right: 5px !important;
}
.kt-mycart .kt-mycart__footer {
  padding: 0.4rem 2rem 1.5rem 2rem;
}
.kt-mycart .kt-mycart__footer .kt-mycart__section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__subtitel span {
  display: block;
  color: #5e5b70;
  font-size: 1rem;
  font-weight: 500;
}
.kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__subtitel span:not(:first-child):not(:last-child) {
  padding: 0.4rem 0;
}
.kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__subtitel span:last-child {
  font-size: 1.1rem;
  font-weight: 600;
}
.kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__prices span {
  display: block;
  text-align: right;
  color: #74788d;
  font-size: 1.2rem;
  font-weight: 500;
}
.kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__prices span:not(:first-child):not(:last-child) {
  padding: 0.3rem 0;
}
.kt-mycart .kt-mycart__footer .kt-mycart__section .kt-mycart__prices span:last-child {
  font-weight: 700;
  font-size: 1.3rem;
}
.kt-mycart .kt-mycart__footer .kt-mycart__button {
  margin: 1.5rem 0 0.8rem 0;
}
.kt-nav {
  display: block;
  padding: 1rem 0;
  margin: 0;
  list-style: none;
  border: 0;
}
.kt-nav .kt-nav__item {
  display: block;
}
.kt-nav .kt-nav__item > .kt-nav__link {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 0.55rem 1.75rem;
  cursor: pointer;
  transition: all 0.3s;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text {
  flex-grow: 1;
  font-size: 1rem;
  color: #595d6e;
  font-weight: 400;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon {
  flex: 0 0 30px;
  font-size: 1.25rem;
  line-height: 0;
  color: #a2a5b9;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon:before {
  line-height: 0;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon.kt-nav__link-icon--center {
  text-align: center;
  margin-right: 0.25rem;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon g [fill] {
  transition: fill 0.3s ease;
  fill: #a2a5b9;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet {
  text-align: center;
  flex: 0 0 10px;
  margin-right: 10px;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet > span {
  vertical-align: middle;
  display: inline-block;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span {
  width: 8px;
  height: 2px;
  border-radius: 2px;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #a2a5b9;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-badge {
  padding: 0px 0px 0px 5px;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-arrow {
  text-align: right;
  flex: 0 0 20px;
  font-size: 0.8rem;
  color: #a2a5b9;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-arrow:before {
  content: "\f110";
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-arrow:before {
  display: inline-block;
  transition: all 0.3s ease;
}
.kt-nav .kt-nav__item > .kt-nav__link.collapsed .kt-nav__link-arrow {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.kt-nav .kt-nav__item > .kt-nav__link.collapsed .kt-nav__link-arrow:before {
  content: "\f112";
}
.kt-nav .kt-nav__item > .kt-nav__link.collapsed .kt-nav__link-arrow:before {
  transition: all 0.3s ease;
}
.kt-nav .kt-nav__item > .kt-nav__sub {
  padding: 0;
  margin: 0;
}
.kt-nav .kt-nav__item > .kt-nav__sub .kt-nav__item > .kt-nav__link {
  padding: 0.5rem 1.5rem 0.5rem 2.5rem;
}
.kt-nav .kt-nav__item.kt-nav__item--last {
  padding-bottom: 0;
}
.kt-nav .kt-nav__item.kt-nav__item--active > .kt-nav__link, .kt-nav .kt-nav__item.active > .kt-nav__link, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link {
  background-color: #f7f8fa;
  transition: all 0.3s;
}
.kt-nav .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-icon,
.kt-nav .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-text,
.kt-nav .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-arrow, .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon,
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-text,
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-arrow, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-text,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-arrow {
  color: #5d78ff;
}
.kt-nav .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-icon g [fill], .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon g [fill], .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon g [fill] {
  transition: fill 0.3s ease;
  fill: #5d78ff;
}
.kt-nav .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-icon:hover g [fill], .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon:hover g [fill], .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-nav .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span, .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #5d78ff;
}
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed {
  background-color: #f7f8fa;
  transition: all 0.3s;
}
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-icon,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-text,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-arrow {
  color: #5d78ff;
}
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #5d78ff;
}
.kt-nav .kt-nav__item.kt-nav__item--disabled {
  opacity: 0.6;
}
.kt-nav .kt-nav__custom {
  padding: 0.55rem 1.75rem;
}
.kt-nav .kt-nav__section {
  margin-top: 1rem;
  padding: 0 1.75rem;
}
.kt-nav .kt-nav__section .kt-nav__section-icon {
  color: #a2a5b9;
}
.kt-nav .kt-nav__section.kt-nav__section--first {
  margin-top: 0.5rem;
}
.kt-nav .kt-nav__section .kt-nav__section-text {
  color: #5d78ff;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.kt-nav .kt-nav__separator {
  margin: 0.7rem 0;
  height: 0;
  display: block;
  border-bottom: 1px solid #ebedf2;
}
.kt-nav .kt-nav__separator.kt-nav__separator--dashed {
  border-bottom: 1px dashed #ebedf2;
}
.kt-nav .kt-nav__space {
  height: 0;
  margin: 0.5rem 0;
}
.kt-nav .kt-nav__space.kt-nav__space--sm {
  margin: 0.25rem 0;
}
.kt-nav .kt-nav__space.kt-nav__space--lg {
  margin: 0.75rem 0;
}
.kt-nav .kt-nav__space.kt-nav__space--xl {
  margin: 1rem 0;
}
.kt-nav .kt-nav__head,
.kt-nav .kt-nav__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #595d6e;
  font-weight: 500;
  padding: 0.55rem 1.75rem;
}
.kt-nav .kt-nav__head > i,
.kt-nav .kt-nav__foot > i {
  font-size: 1.2rem;
  color: #74788d;
}
.kt-nav .kt-nav__head {
  font-size: 1.1rem;
}
.kt-nav.kt-nav--fit {
  padding: 0;
}
.kt-nav.kt-nav--fit .kt-nav__item > .kt-nav__link {
  padding-left: 0;
  padding-right: 0;
}
.kt-nav.kt-nav--lg-space .kt-nav__item {
  margin: 0.35rem 0;
}
.kt-nav.kt-nav--lg-space .kt-nav__item .kt-nav__link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.kt-nav.kt-nav--lg-space .kt-nav__item:first-child {
  margin-top: 0;
}
.kt-nav.kt-nav--lg-space .kt-nav__item:last-child {
  margin-bottom: 0;
}
.kt-nav.kt-nav--md-space .kt-nav__item {
  margin: 0.25rem 0;
}
.kt-nav.kt-nav--md-space .kt-nav__item .kt-nav__link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.kt-nav.kt-nav--md-space .kt-nav__item:first-child {
  margin-top: 0;
}
.kt-nav.kt-nav--md-space .kt-nav__item:last-child {
  margin-bottom: 0;
}
.kt-nav.kt-nav--bold .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-weight: 500;
}
.kt-nav.kt-nav--thin .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-weight: 300;
}
.kt-nav.kt-nav--lg-font .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-size: 1.15rem;
}
.kt-nav.kt-nav--xl-font .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-size: 1.25rem;
}
.kt-nav.kt-nav--v2 .kt-nav__item {
  border-radius: 2rem;
  overflow: hidden;
}
.kt-nav.kt-nav--v2 .kt-nav__item > .kt-nav__link {
  transition: none;
}
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link {
  background-color: #f4f4f9;
  transition: none;
}
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-icon,
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text,
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-arrow {
  color: #5d78ff;
}
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #f4f4f9;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link {
  background-color: #5d78ff;
  transition: none;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-icon,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-text,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-arrow {
  color: #ffffff;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #ffffff;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link {
  background-color: #5d78ff;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-icon,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-text,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-arrow {
  color: #ffffff;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #ffffff;
}
.kt-nav.kt-nav--v3 .kt-nav__item {
  margin: 0;
}
.kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link {
  transition: all 0.3s;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-left: 2px solid transparent;
}
.kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link, .kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link {
  transition: all 0.3s;
  background-color: #f7f8fa;
  border-left: 2px solid #5d78ff;
}
.kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link .kt-nav__link-text, .kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link .kt-nav__link-text {
  color: #5d78ff;
}
.kt-nav.kt-nav--v3 .kt-nav__item:hover {
  transition: all 0.3s;
  background-color: #f7f8fa;
}
.kt-nav.kt-nav--v3 .kt-nav__item:hover .kt-nav__link .kt-nav__link-text {
  color: #5d78ff;
}
.kt-nav.kt-nav--v4 .kt-nav__item {
  padding: 0.65rem 0;
}
.kt-nav.kt-nav--v4 .kt-nav__item .kt-nav__link {
  background-color: transparent;
  margin-left: 3px;
  color: #9492a1;
  font-size: 1.2rem;
  padding: 0 1.1rem;
}
.kt-nav.kt-nav--v4 .kt-nav__item .kt-nav__link .kt-nav__link-text {
  color: #9492a1;
  font-size: 1.2rem;
}
.kt-nav.kt-nav--v4 .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #5d78ff;
  color: #48465b;
  margin-left: 0;
}
.kt-nav.kt-nav--v4 .kt-nav__item.active .kt-nav__link .kt-nav__link-text {
  color: #48465b;
}
.kt-nav.kt-nav--v4 .kt-nav__item:first-child {
  margin-top: -0.65rem;
}
.kt-nav.kt-nav--v4 .kt-nav__item:hover {
  transition: all 0.3s;
  background-color: #f7f8fa;
}
.kt-nav.kt-nav--v4 .kt-nav__item:hover .kt-nav__link .kt-nav__link-text {
  color: #5d78ff;
}
.kt-nav.kt-nav--v4--brand .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #5d78ff;
}
.kt-nav.kt-nav--v4--brand .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #5d78ff;
}
.kt-nav.kt-nav--v4--light .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #ffffff;
}
.kt-nav.kt-nav--v4--light .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #ffffff;
}
.kt-nav.kt-nav--v4--dark .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #282a3c;
}
.kt-nav.kt-nav--v4--dark .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #282a3c;
}
.kt-nav.kt-nav--v4--primary .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #5867dd;
}
.kt-nav.kt-nav--v4--primary .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #5867dd;
}
.kt-nav.kt-nav--v4--success .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #0abb87;
}
.kt-nav.kt-nav--v4--success .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #0abb87;
}
.kt-nav.kt-nav--v4--info .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #5578eb;
}
.kt-nav.kt-nav--v4--info .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #5578eb;
}
.kt-nav.kt-nav--v4--warning .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #ffb822;
}
.kt-nav.kt-nav--v4--warning .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #ffb822;
}
.kt-nav.kt-nav--v4--danger .kt-nav__item.active .kt-nav__link {
  border-left: 3px solid #fd397a;
}
.kt-nav.kt-nav--v4--danger .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text {
  color: #fd397a;
}
.kt-notification .kt-notification__item {
  display: flex;
  align-items: center;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid #f7f8fa;
  transition: background-color 0.3s ease;
}
.kt-notification .kt-notification__item:last-child {
  border-bottom: 1px solid transparent;
}
.kt-notification .kt-notification__item .kt-notification__item-icon {
  display: flex;
  flex: 0 0 2.5rem;
  align-items: center;
}
.kt-notification .kt-notification__item .kt-notification__item-icon i {
  font-size: 1.4rem;
  color: #5d78ff;
}
.kt-notification .kt-notification__item .kt-notification__item-icon svg {
  height: 24px;
  width: 24px;
  margin-left: -4px;
}
.kt-notification .kt-notification__item .kt-notification__item-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.kt-notification .kt-notification__item .kt-notification__item-details .kt-notification__item-title {
  transition: color 0.3s ease;
  font-size: 1rem;
  font-weight: 400;
  color: #595d6e;
}
.kt-notification .kt-notification__item .kt-notification__item-details .kt-notification__item-time {
  font-size: 1rem;
  font-weight: 300;
  color: #74788d;
}
.kt-notification .kt-notification__item:hover {
  transition: background-color 0.3s ease;
  text-decoration: none;
  background-color: #f7f8fa;
}
.kt-notification .kt-notification__item:hover .kt-notification__item-details .kt-notification__item-title {
  transition: color 0.3s ease;
  color: #5d78ff;
}
.kt-notification .kt-notification__item.kt-notification__item--read {
  opacity: 0.5;
}
.kt-notification .kt-notification__item:after {
  border: 0;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f111";
  /*rtl:begin:remove*/
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f112";
  /*rtl:end:remove*/
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  color: #74788d;
}
.kt-notification .kt-notification__custom {
  display: flex;
  align-items: center;
  border-top: 1px solid #f7f8fa;
  padding: 1.6rem 1.5rem;
}
.kt-notification.kt-notification--fit .kt-notification__item {
  padding: 0.55rem 0;
}
.kt-notification.kt-notification--fit .kt-notification__item:hover {
  background-color: transparent;
}
.kt-notification.kt-notification--fit .kt-notification__item:hover .kt-notification__item-title {
  color: #5d78ff;
}
.kt-notification-item-padding-x {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.kt-notification-item-margin-x {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.kt-notification-v2 {
  margin: 0;
}
.kt-notification-v2 .kt-notification-v2__item {
  display: flex;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: all 0.3s;
}
.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f8fa;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50%;
}
.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-icon i {
  font-size: 1.5rem;
}
.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__itek-wrapper {
  padding-left: 1.5rem;
  flex: 1 1 auto;
}
.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__itek-wrapper .kt-notification-v2__item-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #5d5b6f;
}
.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__itek-wrapper .kt-notification-v2__item-desc {
  font-size: 1rem;
  font-weight: 300;
  color: #b3b1c2;
}
.kt-notification-v2 .kt-notification-v2__item:hover {
  background-color: #f7f8fa;
  border-radius: 5px;
  transition: all 0.3s;
}
.kt-notification-v2 .kt-notification-v2__item:hover .kt-notification-v2__item-icon {
  background-color: #ebedf2;
  transition: all 0.3s;
}
.kt-card-profile {
  padding: 5px 0;
  margin: 0;
}
.kt-card-profile .kt-card-profile__pic {
  text-align: center;
  padding: 0 5px 0 0;
  text-align: center;
}
.kt-card-profile .kt-card-profile__pic .kt-card-profile__pic-wrapper {
  padding: 8px;
  display: inline-block;
  margin: 2rem auto;
  border-radius: 100%;
  border: 2px solid #ebedf2;
}
.kt-card-profile .kt-card-profile__pic img {
  text-align: center;
  max-width: 130px !important;
  margin: 0 auto !important;
  border-radius: 100%;
}
.kt-card-profile .kt-card-profile__pic .kt-card-profile__no-photo {
  height: 130px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border-radius: 100%;
}
.kt-card-profile .kt-card-profile__pic .kt-card-profile__no-photo > span {
  line-height: 0;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.kt-card-profile .kt-card-profile__title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}
.kt-card-profile .kt-card-profile__details {
  text-align: center;
  padding: 0 0 0 0;
}
.kt-card-profile .kt-card-profile__details .kt-card-profile__name {
  display: block;
  padding: 0 0 0 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #595d6e;
}
.kt-card-profile .kt-card-profile__details .kt-card-profile__email {
  display: inline-block;
  padding: 6px 0 0 0;
  font-size: 500;
  color: #595d6e;
}
.kt-notes .kt-notes__items {
  margin: 0;
  padding: 0;
}
.kt-notes .kt-notes__items .kt-notes__item {
  left: 8px;
  border-left: 2px solid #ebedf2;
  padding: 0 0 50px 45px;
  position: relative;
  margin: 0 5px 0 17px;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media {
  position: absolute;
  top: 0;
  left: -25.5px;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #ebedf2;
  border-radius: 50%;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__icon i {
  color: #74788d;
  font-size: 1.8rem;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__user {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
  background-color: #fff;
  border: 2px solid #ebedf2;
  color: #74788d;
  border-radius: 50%;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__media .kt-notes__circle {
  width: 25px;
  height: 25px;
  display: block;
  border: 2px solid #ebedf2;
  margin-left: 12px;
  background-color: #fff;
  border-radius: 50%;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content {
  background-color: #F7F8FC;
  padding: 0.5rem 1rem 1rem 1.5rem;
  border-radius: 4px;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info {
  display: flex;
  flex-flow: wrap;
  align-items: baseline;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info .kt-notes__title {
  font-size: 1.1rem;
  color: #595d6e;
  font-weight: 500;
  padding-right: 0.5rem;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info .kt-notes__title:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__info .kt-notes__desc {
  color: #74788d;
  font-weight: 400;
  padding-right: 1rem;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__section .kt-notes__dropdown .btn-icon {
  width: 26px;
  height: 26px;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__body {
  color: #74788d;
  font-weight: 400;
  padding-right: 3rem;
  padding-top: 0.5rem;
  display: block;
}
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 10px;
  right: 100%;
  margin-right: -3.5rem;
  border-right: solid 10px #F7F8FC;
  border-bottom: solid 17px transparent;
  border-left: solid 17px transparent;
  border-top: solid 17px transparent;
}
.kt-notes .kt-notes__items .kt-notes__item:last-child {
  border-left: 0;
}
.kt-notes .kt-notes__items .kt-notes__item.kt-notes__item--clean .kt-notes__content {
  background-color: #fff;
  padding: 0;
}
.kt-notes .kt-notes__items .kt-notes__item.kt-notes__item--clean .kt-notes__content:after {
  display: none;
}
.kt-notes .kt-notes__items .kt-notes__item:last-child .kt-notes__media .kt-notes__circle {
  margin-left: 14px;
}
@media (max-width: 1024px) {
  .kt-notes .kt-notes__items .kt-notes__item {
    margin: 0 7px 0 17px;
  }
  .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content {
    padding: 0.5rem 1rem 0.7rem 1rem;
  }
  .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__desc {
    padding-top: 0.5rem;
    display: block;
  }
  .kt-notes .kt-notes__items .kt-notes__item .kt-notes__content:after {
    margin-right: -3.8rem;
  }
}
.kt-timeline-v1 {
  position: relative;
  width: 100%;
}
.kt-timeline-v1:after {
  content: "";
  position: absolute;
  width: 5px;
  top: 0;
  margin-top: 0.1rem;
  bottom: 3rem;
  left: 50%;
  margin-left: -2.5px;
  background-color: #E6EAF5;
}
.kt-timeline-v1.kt-timeline-v1--center {
  margin: 0 auto;
}
.kt-timeline-v1 .kt-timeline-v1__items {
  padding-bottom: 6rem;
  position: relative;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__marker {
  width: 20px;
  height: 5px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  background-color: #E6EAF5;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item {
  position: relative;
  margin-left: 0;
  width: 50%;
  min-height: 3rem;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-arrow {
  color: #F7F8FC;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-circle {
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: absolute;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-circle > div {
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time {
  position: absolute;
  display: inline-block;
  margin-top: -2.14rem;
  font-weight: 700;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time > span {
  padding-left: 5px;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content {
  position: relative;
  border-radius: 4px;
  padding: 2.14rem;
  background-color: #F7F8FC;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content .kt-timeline-v1__item-title {
  font-size: 1.2rem;
  font-weight: 500;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content .kt-timeline-v1__item-title + .kt-timeline-v1__item-body {
  margin-top: 1.25rem;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content .kt-timeline-v1__item-actions {
  margin-top: 1.25rem;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content .kt-timeline-v1__item-desc {
  color: #74788d;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--left {
  left: 0;
  padding-right: 2.85rem;
  position: relative;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--left .kt-timeline-v1__item-circle {
  right: -10px;
  top: 20px;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--left .kt-timeline-v1__item-time {
  right: 3.8rem;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 15px;
  left: 100%;
  margin-left: -3rem;
  border-left: solid 10px #F7F8FC;
  border-bottom: solid 17px transparent;
  border-right: solid 17px transparent;
  border-top: solid 17px transparent;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--right {
  left: 50%;
  padding-left: 2.86rem;
  top: -3.5rem;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--right .kt-timeline-v1__item-circle {
  top: 20px;
  left: -10px;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--right .kt-timeline-v1__item-time {
  left: 3.57rem;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 15px;
  right: 100%;
  margin-right: -3rem;
  border-right: solid 10px #F7F8FC;
  border-bottom: solid 17px transparent;
  border-left: solid 17px transparent;
  border-top: solid 17px transparent;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--first {
  top: 3.5rem;
}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--first + .kt-timeline-v1__item--right {
  top: -1rem;
}
.kt-timeline-v1.kt-timeline-v1--justified:after {
  left: 0;
  bottom: 0;
}
.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items {
  position: static;
  margin-bottom: 40px;
  padding: 20px 0;
}
.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__marker {
  left: 0;
  top: 0;
}
.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item {
  width: 100%;
  top: 0 !important;
  left: 0 !important;
  margin-top: 50px !important;
  padding-left: 2.25rem;
  padding-right: 0;
  position: relative;
}
.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 15px;
  left: 0;
  margin-left: 3px;
  border-right: solid 10px #F7F8FC;
  border-bottom: solid 17px transparent;
  border-left: solid 17px transparent;
  border-top: solid 17px transparent;
}
.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time {
  position: absolute;
  display: inline-block;
  margin-top: -2.14rem;
}
.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-circle {
  left: -10px;
  top: 20px;
}
.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time {
  right: 100%;
  left: 3.57rem;
}
.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--first {
  margin-top: 20px !important;
}
@media (max-width: 1399px) {
  .kt-timeline-v1:after {
    left: 0;
    bottom: 0;
  }
  .kt-timeline-v1 .kt-timeline-v1__items {
    position: static;
    margin-bottom: 40px;
    padding: 20px 0;
  }
  .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__marker {
    left: 0;
    top: 0;
  }
  .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item {
    width: 100%;
    left: 0 !important;
    top: 0 !important;
    margin-top: 50px !important;
    padding-left: 2.25rem !important;
    padding-right: 0 !important;
    position: relative;
  }
  .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 15px !important;
    left: 0 !important;
    right: auto !important;
    margin-left: 3px !important;
    border-right: solid 10px #F7F8FC !important;
    border-bottom: solid 17px transparent !important;
    border-left: solid 17px transparent !important;
    border-top: solid 17px transparent !important;
  }
  .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time {
    position: absolute;
    display: inline-block;
    margin-top: -2.14rem;
  }
  .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-circle {
    left: -10px;
    top: 20px;
  }
  .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time {
    right: 100%;
    left: 3.57rem;
  }
  .kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--first {
    margin-top: 20px !important;
  }
}
.kt-timeline-v2 {
  position: relative;
}
.kt-timeline-v2:before {
  content: "";
  position: absolute;
  left: 4.85rem;
  width: 0.214rem;
  top: 5px;
  bottom: 5px;
  height: calc(100% - 5px);
  background-color: #E7E9F5;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item {
  display: table;
  position: relative;
  margin-bottom: 1.75rem;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-time {
  display: table-cell;
  font-size: 1.3rem;
  font-weight: 500;
  vertical-align: top;
  position: absolute;
  padding-top: 0.18rem;
  color: #74788d;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle {
  border-radius: 50%;
  border: 0.89rem solid white;
  z-index: 1;
  top: 0.2rem;
  left: 4.12rem;
  position: relative;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle > i {
  font-size: 1.78rem;
  top: -0.93rem;
  left: -0.57rem;
  position: absolute;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text {
  display: table-cell;
  vertical-align: top;
  font-size: 1rem;
  padding: 0.35rem 0 0 5rem;
  color: #74788d;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text.kt-timeline-v2__item-text--bold {
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 0.21rem;
  color: #74788d;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text > span {
  font-weight: 700;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-list-pics {
  display: table-cell;
  vertical-align: top;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:last-child {
  margin-bottom: 0;
}
.kt-timeline-v3 .kt-timeline-v3__item {
  display: table;
  margin-bottom: 1rem;
  position: relative;
}
.kt-timeline-v3 .kt-timeline-v3__item:before {
  position: absolute;
  display: block;
  width: 0.28rem;
  border-radius: 0.3rem;
  height: 70%;
  left: 5.1rem;
  top: 0.46rem;
  content: "";
}
.kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-time {
  display: table-cell;
  vertical-align: top;
  padding-top: 0.6rem;
  font-weight: 500;
  font-size: 1.3rem;
  position: absolute;
  text-align: right;
  width: 3.57rem;
  color: #74788d;
}
.kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  padding-left: 7rem;
}
.kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc .kt-timeline-v3__item-text {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc .kt-timeline-v3__item-user-name .kt-timeline-v3__itek-link {
  font-size: 0.9rem;
  text-decoration: none;
}
.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--brand:before {
  background: #5d78ff;
}
.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--light:before {
  background: #ffffff;
}
.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--dark:before {
  background: #282a3c;
}
.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--primary:before {
  background: #5867dd;
}
.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--success:before {
  background: #0abb87;
}
.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--info:before {
  background: #5578eb;
}
.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--warning:before {
  background: #ffb822;
}
.kt-timeline-v3 .kt-timeline-v3__item.kt-timeline-v3__item--danger:before {
  background: #fd397a;
}
@media (max-width: 768px) {
  .kt-timeline-v3 .kt-timeline-v3__item {
    margin-left: 0;
  }
}
.kt-user-card {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 1rem;
  background-color: #f9fafe;
}
.kt-user-card .kt-user-card__avatar .kt-badge,
.kt-user-card .kt-user-card__avatar img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
}
.kt-user-card .kt-user-card__avatar .kt-badge {
  font-size: 2.2rem;
}
.kt-user-card .kt-user-card__name {
  flex-grow: 1;
  color: #595d6e;
  font-size: 1.3rem;
  font-weight: 500;
  padding-left: 1rem;
}
.kt-user-card .kt-user-card__badge {
  padding-left: 0.5rem;
}
.kt-user-card.kt-user-card--skin-light .kt-user-card__name {
  color: #595d6e;
}
.kt-user-card.kt-user-card--skin-dark .kt-user-card__name {
  color: #fff;
}
.kt-user-card.kt-user-card--skin-dark .kt-user-card__avatar .kt-badge {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1024px) {
  .kt-user-card {
    padding: 1rem 1rem;
  }
  .kt-user-card .kt-user-card__avatar .kt-badge,
.kt-user-card .kt-user-card__avatar img {
    width: 40px;
    height: 40px;
  }
  .kt-user-card .kt-user-card__name {
    font-size: 1.1rem;
    padding-left: 0.5rem;
  }
  .kt-user-card .kt-user-card__badge {
    padding-left: 0.5rem;
  }
}
.kt-user-card-v2 {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.kt-user-card-v2 .kt-user-card-v2__pic {
  padding-right: 0.5rem;
}
.kt-user-card-v2 .kt-user-card-v2__pic .kt-badge {
  width: 40px;
  height: 40px;
}
.kt-user-card-v2 .kt-user-card-v2__pic img {
  border-radius: 50%;
  max-width: 40px;
  max-height: 40px;
}
.kt-user-card-v2 .kt-user-card-v2__details {
  line-height: 0;
}
.kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__name {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: color 0.3s ease;
  color: #595d6e;
}
.kt-user-card-v2 .kt-user-card-v2__details a.kt-user-card-v2__name:hover {
  transition: color 0.3s ease;
  color: #5d78ff;
}
.kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__desc,
.kt-user-card-v2 .kt-user-card-v2__details .kt-user-card-v2__email {
  margin-top: 3px;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-user-card-v2 .kt-user-card-v2__details a.kt-user-card-v2__email:hover {
  transition: color 0.3s ease;
  color: #5d78ff;
}
.kt-user-card-v2.kt-user-card-v2--uncircle .kt-user-card-v2__pic img {
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .kt-user-card-v2 .kt-user-card-v2__pic img {
    max-width: 30px;
  }
}
.kt-user-card-v3 {
  display: flex;
  align-items: center;
}
.kt-user-card-v3 .kt-user-card-v3__avatar > img {
  height: 120px;
  width: 120px;
  border-radius: 7px;
}
.kt-user-card-v3 .kt-user-card-v3__detalis {
  padding-left: 1.5rem;
}
.kt-user-card-v3 .kt-user-card-v3__detalis a.kt-user-card-v3__name {
  font-size: 1.2rem;
  font-weight: 500;
  color: #33323f;
  text-decoration: none;
  padding-bottom: 0.8rem;
  transition: all 0.3s;
}
.kt-user-card-v3 .kt-user-card-v3__detalis a.kt-user-card-v3__name:hover {
  transition: all 0.3s;
  color: #5d78ff;
}
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__desc {
  font-size: 1rem;
  font-weight: 400;
  color: #b2afc6;
  padding: 0.8rem 0;
}
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item {
  display: flex;
  align-items: center;
  padding-bottom: 0.8rem;
}
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item > i {
  line-height: 0;
  font-size: 1.4rem;
}
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item .kt-user-card-v3__tag {
  font-size: 0.9rem;
  font-weight: 400;
  color: #9e9bb1;
  padding-left: 0.8rem;
  transition: all 0.3s;
}
.kt-user-card-v3 .kt-user-card-v3__detalis .kt-user-card-v3__info a.kt-user-card-v3__item:hover .kt-user-card-v3__tag {
  transition: all 0.3s;
  color: #5d78ff;
}
.kt-media {
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
}
.kt-media img {
  width: 100%;
  max-width: 50px;
  height: 50px;
}
.kt-media span {
  width: 50px;
  height: 50px;
  font-size: 1.3rem;
}
.kt-media.kt-media--fixed {
  width: 50px;
  height: 50px;
}
.kt-media.kt-media--fixed img {
  width: 50px;
  height: 50px;
  max-width: auto;
}
.kt-media img {
  display: flex;
  border-radius: 4px;
}
.kt-media span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #74788d;
  border-radius: 4px;
}
.kt-media.kt-media--default {
  background-color: #ebedf2;
}
.kt-media.kt-media--brand span {
  background: rgba(93, 120, 255, 0.1);
  color: #5d78ff;
}
.kt-media.kt-media--light span {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.kt-media.kt-media--dark span {
  background: rgba(40, 42, 60, 0.1);
  color: #282a3c;
}
.kt-media.kt-media--primary span {
  background: rgba(88, 103, 221, 0.1);
  color: #5867dd;
}
.kt-media.kt-media--success span {
  background: rgba(10, 187, 135, 0.1);
  color: #0abb87;
}
.kt-media.kt-media--info span {
  background: rgba(85, 120, 235, 0.1);
  color: #5578eb;
}
.kt-media.kt-media--warning span {
  background: rgba(255, 184, 34, 0.1);
  color: #ffb822;
}
.kt-media.kt-media--danger span {
  background: rgba(253, 57, 122, 0.1);
  color: #fd397a;
}
.kt-media.kt-media--xs img {
  width: 100%;
  max-width: 24px;
  height: 24px;
}
.kt-media.kt-media--xs span {
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
}
.kt-media.kt-media--xs.kt-media--fixed {
  width: 24px;
  height: 24px;
}
.kt-media.kt-media--xs.kt-media--fixed img {
  width: 24px;
  height: 24px;
  max-width: auto;
}
.kt-media.kt-media--sm img {
  width: 100%;
  max-width: 30px;
  height: 30px;
}
.kt-media.kt-media--sm span {
  width: 30px;
  height: 30px;
  font-size: 0.9rem;
}
.kt-media.kt-media--sm.kt-media--fixed {
  width: 30px;
  height: 30px;
}
.kt-media.kt-media--sm.kt-media--fixed img {
  width: 30px;
  height: 30px;
  max-width: auto;
}
.kt-media.kt-media--md img {
  width: 100%;
  max-width: 47px;
  height: 47px;
}
.kt-media.kt-media--md span {
  width: 47px;
  height: 47px;
  font-size: 1rem;
}
.kt-media.kt-media--md.kt-media--fixed {
  width: 47px;
  height: 47px;
}
.kt-media.kt-media--md.kt-media--fixed img {
  width: 47px;
  height: 47px;
  max-width: auto;
}
.kt-media.kt-media--lg img {
  width: 100%;
  max-width: 65px;
  height: 65px;
}
.kt-media.kt-media--lg span {
  width: 65px;
  height: 65px;
  font-size: 1.3rem;
}
.kt-media.kt-media--lg.kt-media--fixed {
  width: 65px;
  height: 65px;
}
.kt-media.kt-media--lg.kt-media--fixed img {
  width: 65px;
  height: 65px;
  max-width: auto;
}
.kt-media.kt-media--xl img {
  width: 100%;
  max-width: 80px;
  height: 80px;
}
.kt-media.kt-media--xl span {
  width: 80px;
  height: 80px;
  font-size: 1.7rem;
}
.kt-media.kt-media--xl.kt-media--fixed {
  width: 80px;
  height: 80px;
}
.kt-media.kt-media--xl.kt-media--fixed img {
  width: 80px;
  height: 80px;
  max-width: auto;
}
.kt-media.kt-media--circle {
  border-radius: 50%;
}
.kt-media.kt-media--circle img {
  border-radius: 50%;
}
.kt-media.kt-media--circle span {
  border-radius: 50%;
}
.kt-media-card {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.kt-media-card .kt-media {
  margin-right: 0.75rem;
}
.kt-media-card .kt-media-card__info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.kt-media-card .kt-media-card__info .kt-media-card__title {
  color: #595d6e;
  font-weight: 500;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.kt-media-card .kt-media-card__info a.kt-media-card__title {
  transition: color 0.3s ease;
}
.kt-media-card .kt-media-card__info a.kt-media-card__title:hover {
  transition: color 0.3s ease;
  color: #5d78ff;
}
.kt-media-card .kt-media-card__info .kt-media-card__desc {
  color: #74788d;
  font-weight: 400;
  font-size: 0.9rem;
}
.kt-media-card .kt-media-card__info a.kt-media-card__desc {
  transition: color 0.3s ease;
}
.kt-media-card .kt-media-card__info a.kt-media-card__desc:hover {
  transition: color 0.3s ease;
  color: #5d78ff;
}
.kt-media-group {
  display: flex;
  align-items: center;
}
.kt-media-group .kt-media {
  position: relative;
  z-index: 0;
  margin-left: -10px;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}
.kt-media-group .kt-media:first-child {
  margin-left: 0;
}
.kt-media-group .kt-media:hover {
  transition: all 0.3s ease;
  z-index: 1;
}
.kt-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.kt-pagination .kt-pagination__links, .kt-pagination .kt-pagination__links li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kt-pagination .kt-pagination__links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.kt-pagination .kt-pagination__links li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  border-radius: 4px;
}
.kt-pagination .kt-pagination__links li a {
  font-weight: 500;
  color: #74788d;
  font-size: 1rem;
  padding: 0 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  margin: 0;
}
.kt-pagination .kt-pagination__links .kt-pagination__link--active a {
  color: #ffffff;
}
.kt-pagination .kt-pagination__toolbar {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0;
}
.kt-pagination .kt-pagination__toolbar .form-control {
  padding: 0;
  margin-right: 10px;
  height: 30px;
  font-weight: 600;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  outline: none;
  border: none;
}
.kt-pagination .kt-pagination__toolbar .pagination__desc {
  flex-grow: 1;
  font-weight: 500;
  color: #74788d;
}
.kt-pagination.kt-pagination--brand .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--brand .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--brand .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--brand .kt-pagination__links .kt-pagination__link--last {
  background: rgba(93, 120, 255, 0.1);
}
.kt-pagination.kt-pagination--brand .kt-pagination__links .kt-pagination__link--active {
  background: #5d78ff;
}
.kt-pagination.kt-pagination--brand .kt-pagination__links li:hover {
  background: #5d78ff;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--brand .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--brand .kt-pagination__links li:hover a i {
  color: #fff !important;
}
.kt-pagination.kt-pagination--brand .kt-pagination__toolbar .form-control {
  background: rgba(93, 120, 255, 0.1);
}
.kt-pagination.kt-pagination--light .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--light .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--light .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--light .kt-pagination__links .kt-pagination__link--last {
  background: rgba(255, 255, 255, 0.1);
}
.kt-pagination.kt-pagination--light .kt-pagination__links .kt-pagination__link--active {
  background: #ffffff;
}
.kt-pagination.kt-pagination--light .kt-pagination__links li:hover {
  background: #ffffff;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--light .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--light .kt-pagination__links li:hover a i {
  color: #fff !important;
}
.kt-pagination.kt-pagination--light .kt-pagination__toolbar .form-control {
  background: rgba(255, 255, 255, 0.1);
}
.kt-pagination.kt-pagination--dark .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--dark .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--dark .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--dark .kt-pagination__links .kt-pagination__link--last {
  background: rgba(40, 42, 60, 0.1);
}
.kt-pagination.kt-pagination--dark .kt-pagination__links .kt-pagination__link--active {
  background: #282a3c;
}
.kt-pagination.kt-pagination--dark .kt-pagination__links li:hover {
  background: #282a3c;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--dark .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--dark .kt-pagination__links li:hover a i {
  color: #fff !important;
}
.kt-pagination.kt-pagination--dark .kt-pagination__toolbar .form-control {
  background: rgba(40, 42, 60, 0.1);
}
.kt-pagination.kt-pagination--primary .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--primary .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--primary .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--primary .kt-pagination__links .kt-pagination__link--last {
  background: rgba(88, 103, 221, 0.1);
}
.kt-pagination.kt-pagination--primary .kt-pagination__links .kt-pagination__link--active {
  background: #5867dd;
}
.kt-pagination.kt-pagination--primary .kt-pagination__links li:hover {
  background: #5867dd;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--primary .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--primary .kt-pagination__links li:hover a i {
  color: #fff !important;
}
.kt-pagination.kt-pagination--primary .kt-pagination__toolbar .form-control {
  background: rgba(88, 103, 221, 0.1);
}
.kt-pagination.kt-pagination--success .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--success .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--success .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--success .kt-pagination__links .kt-pagination__link--last {
  background: rgba(10, 187, 135, 0.1);
}
.kt-pagination.kt-pagination--success .kt-pagination__links .kt-pagination__link--active {
  background: #0abb87;
}
.kt-pagination.kt-pagination--success .kt-pagination__links li:hover {
  background: #0abb87;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--success .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--success .kt-pagination__links li:hover a i {
  color: #fff !important;
}
.kt-pagination.kt-pagination--success .kt-pagination__toolbar .form-control {
  background: rgba(10, 187, 135, 0.1);
}
.kt-pagination.kt-pagination--info .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--info .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--info .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--info .kt-pagination__links .kt-pagination__link--last {
  background: rgba(85, 120, 235, 0.1);
}
.kt-pagination.kt-pagination--info .kt-pagination__links .kt-pagination__link--active {
  background: #5578eb;
}
.kt-pagination.kt-pagination--info .kt-pagination__links li:hover {
  background: #5578eb;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--info .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--info .kt-pagination__links li:hover a i {
  color: #fff !important;
}
.kt-pagination.kt-pagination--info .kt-pagination__toolbar .form-control {
  background: rgba(85, 120, 235, 0.1);
}
.kt-pagination.kt-pagination--warning .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--warning .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--warning .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--warning .kt-pagination__links .kt-pagination__link--last {
  background: rgba(255, 184, 34, 0.1);
}
.kt-pagination.kt-pagination--warning .kt-pagination__links .kt-pagination__link--active {
  background: #ffb822;
}
.kt-pagination.kt-pagination--warning .kt-pagination__links li:hover {
  background: #ffb822;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--warning .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--warning .kt-pagination__links li:hover a i {
  color: #fff !important;
}
.kt-pagination.kt-pagination--warning .kt-pagination__toolbar .form-control {
  background: rgba(255, 184, 34, 0.1);
}
.kt-pagination.kt-pagination--danger .kt-pagination__links .kt-pagination__link--first, .kt-pagination.kt-pagination--danger .kt-pagination__links .kt-pagination__link--next, .kt-pagination.kt-pagination--danger .kt-pagination__links .kt-pagination__link--prev, .kt-pagination.kt-pagination--danger .kt-pagination__links .kt-pagination__link--last {
  background: rgba(253, 57, 122, 0.1);
}
.kt-pagination.kt-pagination--danger .kt-pagination__links .kt-pagination__link--active {
  background: #fd397a;
}
.kt-pagination.kt-pagination--danger .kt-pagination__links li:hover {
  background: #fd397a;
  transition: color 0.3s ease;
}
.kt-pagination.kt-pagination--danger .kt-pagination__links li:hover a {
  color: #ffffff;
}
.kt-pagination.kt-pagination--danger .kt-pagination__links li:hover a i {
  color: #fff !important;
}
.kt-pagination.kt-pagination--danger .kt-pagination__toolbar .form-control {
  background: rgba(253, 57, 122, 0.1);
}
.kt-pagination.kt-pagination--circle .kt-pagination__links li {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
}
.kt-pagination.kt-pagination--lg .kt-pagination__links li a {
  font-size: 1.3rem;
  min-width: 35px;
  min-height: 35px;
}
.kt-pagination.kt-pagination--lg .kt-pagination__toolbar .form-control {
  height: 35px;
  font-size: 1.2rem;
  padding: 0.2rem 0 0.2rem 0.2rem;
}
.kt-pagination.kt-pagination--sm .kt-pagination__links li a {
  font-size: 1rem;
  min-width: 25px;
  min-height: 25px;
}
.kt-pagination.kt-pagination--sm .kt-pagination__toolbar .form-control {
  height: 25px;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .kt-pagination .kt-pagination__links {
    display: flex;
    flex-wrap: wrap;
  }
  .kt-pagination .kt-pagination__links li {
    margin: 0.3rem 0.5rem 0.3rem 0;
  }
  .kt-pagination .kt-pagination__links li a {
    font-size: 0.9rem;
    min-width: 25px;
    min-height: 25px;
  }
  .kt-pagination .kt-pagination__toolbar .form-control {
    height: 25px;
    font-size: 0.9rem;
    padding: 0.2rem 0 0.2rem 0.2rem;
  }
}
.kt-searchbar .input-group .input-group-text {
  border: none;
  background-color: #f2f3f7;
  padding: 0 0.65rem 0 1rem;
}
.kt-searchbar .input-group .input-group-text .kt-svg-icon {
  height: 20px;
  width: 20px;
}
.kt-searchbar .input-group .input-group-text i {
  font-size: 1rem;
}
.kt-searchbar .input-group .form-control {
  border: none;
  background-color: #f2f3f7;
  padding: 0;
}
.kt-searchbar .kt-input-icon .form-control {
  border: none;
  background-color: #f2f3f7;
}
.kt-searchbar .kt-input-icon .kt-input-icon__icon .kt-svg-icon {
  height: 20px;
  width: 20px;
}
.kt-callout {
  padding: 1.5rem;
}
.kt-callout .kt-callout__body {
  display: flex;
  align-items: center;
}
.kt-callout .kt-callout__body .kt-callout__content {
  flex: 2;
}
.kt-callout .kt-callout__body .kt-callout__content .kt-callout__title {
  font-size: 1.85rem;
  font-weight: 500;
  color: #48465b;
  margin-bottom: 1rem;
}
.kt-callout .kt-callout__body .kt-callout__content .kt-callout__desc {
  font-size: 1.15rem;
  line-height: 2rem;
  color: #9392a0;
  padding-right: 2rem;
  font-weight: 400;
}
.kt-callout .kt-callout__body .kt-callout__content .kt-callout__desc:last-child {
  margin-bottom: 0;
}
.kt-callout .kt-callout__body .kt-callout__action {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.kt-callout .kt-callout__body .kt-callout__action .btn.btn-custom {
  padding: 1rem 1.3rem;
  font-size: 0.9rem;
}
.kt-callout--diagonal-bg {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.kt-callout--diagonal-bg .kt-callout__body {
  position: relative;
  z-index: 2;
}
.kt-callout--diagonal-bg:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f8fa;
  z-index: 1;
}
.kt-callout--diagonal-bg:after {
  content: " ";
  width: 200%;
  height: 1000px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 45%;
  transform: rotate(20deg);
  background-color: #fff;
}
.kt-callout--brand {
  background-color: rgba(93, 120, 255, 0.07);
}
.kt-callout--brand.kt-callout--diagonal-bg {
  background-color: #fff;
}
.kt-callout--brand.kt-callout--diagonal-bg:before {
  background-color: rgba(93, 120, 255, 0.15);
}
.kt-callout--light {
  background-color: rgba(255, 255, 255, 0.07);
}
.kt-callout--light.kt-callout--diagonal-bg {
  background-color: #fff;
}
.kt-callout--light.kt-callout--diagonal-bg:before {
  background-color: rgba(255, 255, 255, 0.15);
}
.kt-callout--dark {
  background-color: rgba(40, 42, 60, 0.07);
}
.kt-callout--dark.kt-callout--diagonal-bg {
  background-color: #fff;
}
.kt-callout--dark.kt-callout--diagonal-bg:before {
  background-color: rgba(40, 42, 60, 0.15);
}
.kt-callout--primary {
  background-color: rgba(88, 103, 221, 0.07);
}
.kt-callout--primary.kt-callout--diagonal-bg {
  background-color: #fff;
}
.kt-callout--primary.kt-callout--diagonal-bg:before {
  background-color: rgba(88, 103, 221, 0.15);
}
.kt-callout--success {
  background-color: rgba(10, 187, 135, 0.07);
}
.kt-callout--success.kt-callout--diagonal-bg {
  background-color: #fff;
}
.kt-callout--success.kt-callout--diagonal-bg:before {
  background-color: rgba(10, 187, 135, 0.15);
}
.kt-callout--info {
  background-color: rgba(85, 120, 235, 0.07);
}
.kt-callout--info.kt-callout--diagonal-bg {
  background-color: #fff;
}
.kt-callout--info.kt-callout--diagonal-bg:before {
  background-color: rgba(85, 120, 235, 0.15);
}
.kt-callout--warning {
  background-color: rgba(255, 184, 34, 0.07);
}
.kt-callout--warning.kt-callout--diagonal-bg {
  background-color: #fff;
}
.kt-callout--warning.kt-callout--diagonal-bg:before {
  background-color: rgba(255, 184, 34, 0.15);
}
.kt-callout--danger {
  background-color: rgba(253, 57, 122, 0.07);
}
.kt-callout--danger.kt-callout--diagonal-bg {
  background-color: #fff;
}
.kt-callout--danger.kt-callout--diagonal-bg:before {
  background-color: rgba(253, 57, 122, 0.15);
}
.kt-iconbox {
  padding: 1.5rem;
}
.kt-iconbox .kt-iconbox__body {
  display: flex;
  flex-wrap: nowrap;
}
.kt-iconbox .kt-iconbox__body .kt-iconbox__icon {
  flex: 0 0 50px;
  padding-right: 20px;
}
.kt-iconbox .kt-iconbox__body .kt-iconbox__icon svg {
  height: 50px;
  width: 50px;
}
.kt-iconbox .kt-iconbox__body .kt-iconbox__desc {
  display: flex;
  flex-direction: column;
}
.kt-iconbox .kt-iconbox__body .kt-iconbox__desc .kt-iconbox__title {
  font-size: 1.55rem;
  color: #48465b;
}
.kt-iconbox .kt-iconbox__body .kt-iconbox__desc .kt-iconbox__title .kt-link {
  color: #48465b;
}
.kt-iconbox .kt-iconbox__body .kt-iconbox__desc .kt-iconbox__content {
  font-size: 1.1rem;
  font-weight: 400;
  color: #9392a0;
}
.kt-iconbox a.kt-iconbox__body {
  cursor: pointer;
}
.kt-iconbox--wave {
  background-color: #f7f8fa;
  overflow: hidden;
  position: relative;
}
.kt-iconbox--wave > div {
  z-index: 1;
}
.kt-iconbox--wave:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
.kt-iconbox--wave:after {
  content: " ";
  width: 1000px;
  height: 1025px;
  position: absolute;
  bottom: 65%;
  left: -250px;
  border-radius: 35%;
  background: white;
  z-index: 0;
}
.kt-iconbox--wave:after {
  transform: rotate(45deg);
}
.kt-iconbox--animate {
  background-color: #f7f8fa;
  overflow: hidden;
  position: relative;
}
.kt-iconbox--animate > div {
  z-index: 1;
}
.kt-iconbox--animate:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
.kt-iconbox--animate:after {
  content: " ";
  width: 1000px;
  height: 1025px;
  position: absolute;
  bottom: 65%;
  left: -250px;
  border-radius: 35%;
  background: white;
  z-index: 0;
}
.kt-iconbox--animate:after {
  animation: wave 15s infinite linear;
}
.kt-iconbox--animate-slower {
  background-color: #f7f8fa;
  overflow: hidden;
  position: relative;
}
.kt-iconbox--animate-slower > div {
  z-index: 1;
}
.kt-iconbox--animate-slower:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
.kt-iconbox--animate-slower:after {
  content: " ";
  width: 1000px;
  height: 1025px;
  position: absolute;
  bottom: 65%;
  left: -250px;
  border-radius: 35%;
  background: white;
  z-index: 0;
}
.kt-iconbox--animate-slower:after {
  animation: wave 30s infinite linear;
}
.kt-iconbox--animate-slow {
  background-color: #f7f8fa;
  overflow: hidden;
  position: relative;
}
.kt-iconbox--animate-slow > div {
  z-index: 1;
}
.kt-iconbox--animate-slow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
.kt-iconbox--animate-slow:after {
  content: " ";
  width: 1000px;
  height: 1025px;
  position: absolute;
  bottom: 65%;
  left: -250px;
  border-radius: 35%;
  background: white;
  z-index: 0;
}
.kt-iconbox--animate-slow:after {
  animation: wave 25s infinite linear;
}
.kt-iconbox--animate-fast {
  background-color: #f7f8fa;
  overflow: hidden;
  position: relative;
}
.kt-iconbox--animate-fast > div {
  z-index: 1;
}
.kt-iconbox--animate-fast:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
.kt-iconbox--animate-fast:after {
  content: " ";
  width: 1000px;
  height: 1025px;
  position: absolute;
  bottom: 65%;
  left: -250px;
  border-radius: 35%;
  background: white;
  z-index: 0;
}
.kt-iconbox--animate-fast:after {
  animation: wave 10s infinite linear;
}
.kt-iconbox--animate-faster {
  background-color: #f7f8fa;
  overflow: hidden;
  position: relative;
}
.kt-iconbox--animate-faster > div {
  z-index: 1;
}
.kt-iconbox--animate-faster:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
.kt-iconbox--animate-faster:after {
  content: " ";
  width: 1000px;
  height: 1025px;
  position: absolute;
  bottom: 65%;
  left: -250px;
  border-radius: 35%;
  background: white;
  z-index: 0;
}
.kt-iconbox--animate-faster:after {
  animation: wave 5s infinite linear;
}
.kt-iconbox--brand .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
  fill: #5d78ff !important;
}
.kt-iconbox--brand.kt-iconbox--animate, .kt-iconbox--brand.kt-iconbox--animate-slow, .kt-iconbox--brand.kt-iconbox--animate-slower, .kt-iconbox--brand.kt-iconbox--animate-fast, .kt-iconbox--brand.kt-iconbox--animate-faster {
  background-color: rgba(93, 120, 255, 0.07) !important;
}
.kt-iconbox--light .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
  fill: #ffffff !important;
}
.kt-iconbox--light.kt-iconbox--animate, .kt-iconbox--light.kt-iconbox--animate-slow, .kt-iconbox--light.kt-iconbox--animate-slower, .kt-iconbox--light.kt-iconbox--animate-fast, .kt-iconbox--light.kt-iconbox--animate-faster {
  background-color: rgba(255, 255, 255, 0.07) !important;
}
.kt-iconbox--dark .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
  fill: #282a3c !important;
}
.kt-iconbox--dark.kt-iconbox--animate, .kt-iconbox--dark.kt-iconbox--animate-slow, .kt-iconbox--dark.kt-iconbox--animate-slower, .kt-iconbox--dark.kt-iconbox--animate-fast, .kt-iconbox--dark.kt-iconbox--animate-faster {
  background-color: rgba(40, 42, 60, 0.07) !important;
}
.kt-iconbox--primary .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
  fill: #5867dd !important;
}
.kt-iconbox--primary.kt-iconbox--animate, .kt-iconbox--primary.kt-iconbox--animate-slow, .kt-iconbox--primary.kt-iconbox--animate-slower, .kt-iconbox--primary.kt-iconbox--animate-fast, .kt-iconbox--primary.kt-iconbox--animate-faster {
  background-color: rgba(88, 103, 221, 0.07) !important;
}
.kt-iconbox--success .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
  fill: #0abb87 !important;
}
.kt-iconbox--success.kt-iconbox--animate, .kt-iconbox--success.kt-iconbox--animate-slow, .kt-iconbox--success.kt-iconbox--animate-slower, .kt-iconbox--success.kt-iconbox--animate-fast, .kt-iconbox--success.kt-iconbox--animate-faster {
  background-color: rgba(10, 187, 135, 0.07) !important;
}
.kt-iconbox--info .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
  fill: #5578eb !important;
}
.kt-iconbox--info.kt-iconbox--animate, .kt-iconbox--info.kt-iconbox--animate-slow, .kt-iconbox--info.kt-iconbox--animate-slower, .kt-iconbox--info.kt-iconbox--animate-fast, .kt-iconbox--info.kt-iconbox--animate-faster {
  background-color: rgba(85, 120, 235, 0.07) !important;
}
.kt-iconbox--warning .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
  fill: #ffb822 !important;
}
.kt-iconbox--warning.kt-iconbox--animate, .kt-iconbox--warning.kt-iconbox--animate-slow, .kt-iconbox--warning.kt-iconbox--animate-slower, .kt-iconbox--warning.kt-iconbox--animate-fast, .kt-iconbox--warning.kt-iconbox--animate-faster {
  background-color: rgba(255, 184, 34, 0.07) !important;
}
.kt-iconbox--danger .kt-iconbox__body .kt-iconbox__icon svg g [fill] {
  fill: #fd397a !important;
}
.kt-iconbox--danger.kt-iconbox--animate, .kt-iconbox--danger.kt-iconbox--animate-slow, .kt-iconbox--danger.kt-iconbox--animate-slower, .kt-iconbox--danger.kt-iconbox--animate-fast, .kt-iconbox--danger.kt-iconbox--animate-faster {
  background-color: rgba(253, 57, 122, 0.07) !important;
}
@keyframes wave {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}
.kt-infobox {
  padding: 1.5rem;
}
.kt-infobox .kt-infobox__title {
  font-size: 2rem;
  color: #48465b;
}
.kt-infobox .kt-infobox__subtitle {
  font-size: 1.3rem;
  font-weight: 400;
  color: #48465b;
  margin-bottom: 1.2rem;
}
.kt-infobox .kt-infobox__header {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.kt-infobox .kt-infobox__header .kt-infobox__badge {
  margin: auto 0 auto auto;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: #5d78ff;
  background-color: rgba(93, 120, 255, 0.15);
}
.kt-infobox .kt-infobox__body .kt-infobox__section {
  margin-bottom: 2rem;
}
.kt-infobox .kt-infobox__body .kt-infobox__section .kt-infobox__content {
  font-weight: 400;
  color: #9392a0;
  font-size: 1.15rem;
  line-height: 2rem;
}
.kt-infobox .kt-infobox__body .kt-infobox__section .kt-infobox__content .table {
  font-size: 1rem;
}
.kt-infobox .kt-infobox__body .kt-infobox__section .kt-infobox__content .table thead th {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.kt-infobox .kt-infobox__body .kt-infobox__section:last-child {
  margin-bottom: 0;
}
.kt-infobox .kt-infobox__body .kt-nav .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-size: 1.25rem;
}
.kt-infobox .kt-infobox__body .accordion .card .card-header .card-title {
  font-size: 1.25rem;
  font-weight: 400;
}
.kt-infobox .kt-infobox__body .accordion .card .card-body {
  font-size: 1.15rem;
  line-height: 2rem;
  font-weight: 400;
  color: #9392a0;
}
.kt-infobox .kt-infobox__body .accordion .card:last-child {
  margin-bottom: 0;
}
.kt-infobox--brand .kt-infobox__header .kt-infobox__badge {
  color: #5d78ff;
  background-color: rgba(93, 120, 255, 0.15);
}
.kt-infobox--light .kt-infobox__header .kt-infobox__badge {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.kt-infobox--dark .kt-infobox__header .kt-infobox__badge {
  color: #282a3c;
  background-color: rgba(40, 42, 60, 0.15);
}
.kt-infobox--primary .kt-infobox__header .kt-infobox__badge {
  color: #5867dd;
  background-color: rgba(88, 103, 221, 0.15);
}
.kt-infobox--success .kt-infobox__header .kt-infobox__badge {
  color: #0abb87;
  background-color: rgba(10, 187, 135, 0.15);
}
.kt-infobox--info .kt-infobox__header .kt-infobox__badge {
  color: #5578eb;
  background-color: rgba(85, 120, 235, 0.15);
}
.kt-infobox--warning .kt-infobox__header .kt-infobox__badge {
  color: #ffb822;
  background-color: rgba(255, 184, 34, 0.15);
}
.kt-infobox--danger .kt-infobox__header .kt-infobox__badge {
  color: #fd397a;
  background-color: rgba(253, 57, 122, 0.15);
}
.kt-ribbon {
  position: relative;
}
.kt-ribbon .kt-ribbon__target {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  background-color: #5d78ff;
  color: #ffffff;
}
.kt-ribbon .kt-ribbon__target > .kt-ribbon__inner {
  z-index: -1;
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.kt-ribbon .kt-ribbon__target:after {
  border-color: #0021c3;
}
.kt-ribbon--ver .kt-ribbon__target {
  padding: 5px 10px;
  width: 36px;
  height: 46px;
  text-align: center;
}
.kt-ribbon--shadow .kt-ribbon__target {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}
.kt-ribbon.kt-ribbon--round.kt-ribbon--top .kt-ribbon__target {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.kt-ribbon.kt-ribbon--round.kt-ribbon--bottom .kt-ribbon__target {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.kt-ribbon.kt-ribbon--round.kt-ribbon--left .kt-ribbon__target {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.kt-ribbon.kt-ribbon--round.kt-ribbon--right .kt-ribbon__target {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kt-ribbon--border-ver .kt-ribbon__target:after {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid;
  border-right: 1px solid;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
}
.kt-ribbon--border-hor .kt-ribbon__target:after {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: none;
  border-right: none;
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
}
.kt-ribbon--border-dash-ver .kt-ribbon__target:after {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid;
  border-right: 1px solid;
  border-left-style: dashed;
  border-right-style: dashed;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
}
.kt-ribbon--border-dash-hor .kt-ribbon__target:after {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: none;
  border-right: none;
  border-top-style: dashed;
  border-bottom-style: dashed;
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
}
.kt-ribbon--clip.kt-ribbon--left .kt-ribbon__target {
  left: -10px;
}
.kt-ribbon--clip.kt-ribbon--left .kt-ribbon__target .kt-ribbon__inner:before, .kt-ribbon--clip.kt-ribbon--left .kt-ribbon__target .kt-ribbon__inner:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent !important;
  bottom: -10px;
}
.kt-ribbon--clip.kt-ribbon--left .kt-ribbon__target .kt-ribbon__inner:before {
  border-width: 0 10px 10px 0;
  border-right-color: #222 !important;
  left: 0;
}
.kt-ribbon--clip.kt-ribbon--right .kt-ribbon__target {
  right: -10px;
}
.kt-ribbon--clip.kt-ribbon--right .kt-ribbon__target .kt-ribbon__inner:before, .kt-ribbon--clip.kt-ribbon--right .kt-ribbon__target .kt-ribbon__inner:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent !important;
  bottom: -10px;
}
.kt-ribbon--clip.kt-ribbon--right .kt-ribbon__target .kt-ribbon__inner:before {
  border-width: 0 0 10px 10px;
  border-left-color: #222 !important;
  right: 0;
}
.kt-ribbon--flag .kt-ribbon__target > .kt-ribbon__inner:after {
  border-left: 18px solid;
  border-right: 18px solid;
  border-bottom: 1em solid transparent !important;
  bottom: -1em;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.kt-ribbon--brand .kt-ribbon__target {
  background-color: #5d78ff;
  color: #ffffff;
}
.kt-ribbon--brand .kt-ribbon__target:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.kt-ribbon--brand .kt-ribbon__target > .kt-ribbon__inner {
  background-color: #5d78ff;
  color: #ffffff;
}
.kt-ribbon--brand .kt-ribbon__target > .kt-ribbon__inner:after {
  border-color: transparent;
  border-left-color: #5d78ff;
  border-right-color: #5d78ff;
}
.kt-ribbon--light .kt-ribbon__target {
  background-color: #ffffff;
  color: #282a3c;
}
.kt-ribbon--light .kt-ribbon__target:after {
  border-color: rgba(40, 42, 60, 0.5);
}
.kt-ribbon--light .kt-ribbon__target > .kt-ribbon__inner {
  background-color: #ffffff;
  color: #282a3c;
}
.kt-ribbon--light .kt-ribbon__target > .kt-ribbon__inner:after {
  border-color: transparent;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}
.kt-ribbon--dark .kt-ribbon__target {
  background-color: #282a3c;
  color: #ffffff;
}
.kt-ribbon--dark .kt-ribbon__target:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.kt-ribbon--dark .kt-ribbon__target > .kt-ribbon__inner {
  background-color: #282a3c;
  color: #ffffff;
}
.kt-ribbon--dark .kt-ribbon__target > .kt-ribbon__inner:after {
  border-color: transparent;
  border-left-color: #282a3c;
  border-right-color: #282a3c;
}
.kt-ribbon--primary .kt-ribbon__target {
  background-color: #5867dd;
  color: #ffffff;
}
.kt-ribbon--primary .kt-ribbon__target:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.kt-ribbon--primary .kt-ribbon__target > .kt-ribbon__inner {
  background-color: #5867dd;
  color: #ffffff;
}
.kt-ribbon--primary .kt-ribbon__target > .kt-ribbon__inner:after {
  border-color: transparent;
  border-left-color: #5867dd;
  border-right-color: #5867dd;
}
.kt-ribbon--success .kt-ribbon__target {
  background-color: #0abb87;
  color: #ffffff;
}
.kt-ribbon--success .kt-ribbon__target:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.kt-ribbon--success .kt-ribbon__target > .kt-ribbon__inner {
  background-color: #0abb87;
  color: #ffffff;
}
.kt-ribbon--success .kt-ribbon__target > .kt-ribbon__inner:after {
  border-color: transparent;
  border-left-color: #0abb87;
  border-right-color: #0abb87;
}
.kt-ribbon--info .kt-ribbon__target {
  background-color: #5578eb;
  color: #ffffff;
}
.kt-ribbon--info .kt-ribbon__target:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.kt-ribbon--info .kt-ribbon__target > .kt-ribbon__inner {
  background-color: #5578eb;
  color: #ffffff;
}
.kt-ribbon--info .kt-ribbon__target > .kt-ribbon__inner:after {
  border-color: transparent;
  border-left-color: #5578eb;
  border-right-color: #5578eb;
}
.kt-ribbon--warning .kt-ribbon__target {
  background-color: #ffb822;
  color: #111111;
}
.kt-ribbon--warning .kt-ribbon__target:after {
  border-color: rgba(17, 17, 17, 0.5);
}
.kt-ribbon--warning .kt-ribbon__target > .kt-ribbon__inner {
  background-color: #ffb822;
  color: #111111;
}
.kt-ribbon--warning .kt-ribbon__target > .kt-ribbon__inner:after {
  border-color: transparent;
  border-left-color: #ffb822;
  border-right-color: #ffb822;
}
.kt-ribbon--danger .kt-ribbon__target {
  background-color: #fd397a;
  color: #ffffff;
}
.kt-ribbon--danger .kt-ribbon__target:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.kt-ribbon--danger .kt-ribbon__target > .kt-ribbon__inner {
  background-color: #fd397a;
  color: #ffffff;
}
.kt-ribbon--danger .kt-ribbon__target > .kt-ribbon__inner:after {
  border-color: transparent;
  border-left-color: #fd397a;
  border-right-color: #fd397a;
}
.kt-chat .kt-portlet__head {
  align-items: center;
  flex-grow: 1;
}
.kt-chat .kt-chat__head {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-grow: 1;
}
.kt-chat .kt-chat__head .kt-chat__label .kt-chat__title {
  font-size: 1.1rem;
  color: #48465b;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.kt-chat .kt-chat__head .kt-chat__label .kt-chat__title:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-chat .kt-chat__head .kt-chat__label .kt-chat__status {
  color: #74788d;
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
}
.kt-chat .kt-chat__head .kt-chat__left {
  flex-grow: 1;
  text-align: left;
}
.kt-chat .kt-chat__head .kt-chat__right {
  flex-grow: 1;
  text-align: right;
}
.kt-chat .kt-chat__head .kt-chat__center {
  flex-grow: 1;
  text-align: center;
}
.kt-chat .kt-chat__messages .kt-chat__message {
  margin-bottom: 1rem;
}
.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__user .kt-chat__username {
  padding: 0 0.4rem;
  font-size: 1.1rem;
  color: #48465b;
  font-weight: 500;
}
.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__user .kt-chat__username:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__user .kt-chat__datetime {
  color: #74788d;
  font-size: 0.9rem;
  font-weight: 400;
}
.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__text {
  display: inline-block;
  padding: 1.2rem 1.7rem;
  padding: 1.1rem 3.5rem 1.1rem 1.6rem;
  margin-top: 0.8rem;
  color: #6c7293;
  font-weight: 500;
  font-size: 1.1rem;
  border-radius: 4px;
}
.kt-chat .kt-chat__messages .kt-chat__message .kt-chat__text b {
  color: #595d6e;
  font-weight: 0;
}
.kt-chat .kt-chat__messages .kt-chat__message.kt-chat__message--right {
  text-align: right;
}
.kt-chat .kt-chat__messages .kt-chat__message.kt-chat__message--right .kt-chat__text {
  text-align: right;
  padding: 1.1rem 1.6rem 1.1rem 3.5rem;
}
.kt-chat .kt-chat__messages.kt-chat__messages--solid {
  width: 100%;
}
.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message {
  padding: 1.3rem 1.7rem;
  margin: 1.5rem 0;
  display: inline-block;
  border-radius: 4px;
}
.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message:first-child {
  margin-top: 0;
}
.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message .kt-chat__text {
  padding: 0;
  margin-top: 0.5rem;
  background: none !important;
}
.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--right {
  float: right;
}
.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--brand {
  background: rgba(93, 120, 255, 0.1);
}
.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--light {
  background: rgba(255, 255, 255, 0.1);
}
.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--dark {
  background: rgba(40, 42, 60, 0.1);
}
.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--primary {
  background: rgba(88, 103, 221, 0.1);
}
.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--success {
  background: rgba(10, 187, 135, 0.1);
}
.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--info {
  background: rgba(85, 120, 235, 0.1);
}
.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--warning {
  background: rgba(255, 184, 34, 0.1);
}
.kt-chat .kt-chat__messages.kt-chat__messages--solid .kt-chat__message.kt-chat__message--danger {
  background: rgba(253, 57, 122, 0.1);
}
.kt-chat .kt-chat__input .kt-chat__editor textarea {
  width: 100%;
  border: 0 !important;
  outline: none !important;
  background-color: transparent !important;
  color: #a2a5b9;
}
.kt-chat .kt-chat__input .kt-chat__editor textarea::-moz-placeholder {
  color: #a2a5b9;
  opacity: 1;
}
.kt-chat .kt-chat__input .kt-chat__editor textarea:-ms-input-placeholder {
  color: #a2a5b9;
}
.kt-chat .kt-chat__input .kt-chat__editor textarea::-webkit-input-placeholder {
  color: #a2a5b9;
}
.kt-chat .kt-chat__input .kt-chat__toolbar {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kt-chat .kt-chat__input .kt-chat__toolbar .kt_chat__tools a i {
  margin-right: 1.1rem;
  color: #cdd1e9;
  font-size: 1.4rem;
}
.kt-chat .kt-chat__input .kt-chat__toolbar .kt_chat__tools a i:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .kt-chat .kt-chat__messages .kt-chat__message {
    margin-bottom: 0.75rem;
  }
  .kt-chat .kt-chat__messages .kt-chat__message .kt-chat__user .kt-chat__username {
    padding: 0 0.25rem;
    font-size: 1rem;
  }
  .kt-chat .kt-chat__messages .kt-chat__message .kt-chat__text {
    display: inline-block;
    padding: 0.75rem 1rem;
    margin-top: 0.5rem;
  }
  .kt-chat .kt-chat__messages .kt-chat__message.kt-chat__message--right .kt-chat__text {
    padding: 0.75rem 1rem;
  }
  .kt-chat .kt-chat__input .kt-chat__toolbar {
    margin-top: 0.75rem;
  }
  .kt-chat .kt-chat__input .kt-chat__toolbar .kt_chat__tools a i {
    margin-right: 0.75rem;
    font-size: 1.3rem;
  }
}
.kt-demo-panel-toggle {
  background-color: #fff;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 200px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.kt-demo-panel-toggle span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #5d78ff;
  letter-spacing: 3px;
}
.kt-demo-panel {
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  padding: 2.5rem;
}
.kt-demo-panel .kt-demo-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #48465b;
  margin: 0;
  padding: 0;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__title small, .kt-demo-panel .kt-demo-panel__head .kt-demo-panel__title .small {
  color: #74788d;
  font-size: 1.1rem;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #f7f8fa;
  transition: all 0.3s;
  border-radius: 4px;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close i {
  transition: all 0.3s;
  font-size: 0.8rem;
  color: #74788d;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close:hover {
  transition: all 0.3s;
  background-color: #5d78ff;
}
.kt-demo-panel .kt-demo-panel__head .kt-demo-panel__close:hover i {
  transition: all 0.3s;
  color: #ffffff;
}
.kt-demo-panel .kt-demo-panel__body {
  position: relative;
}
.kt-demo-panel .kt-demo-panel__body .ps__rail-y {
  opacity: 1;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item {
  display: block;
  margin-bottom: 2rem;
  outline: 0;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:last-child {
  margin-bottom: 0;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover {
  text-decoration: none;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #595d6e;
  text-align: center;
  margin-bottom: 0.5rem;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border: 4px solid #ebedf2;
  border-radius: 4px;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview img {
  width: 100%;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  opacity: 0;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn {
  margin-right: 5px;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn:last-child {
  margin-right: 0;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light {
  background-color: #fff;
  color: #74788d;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay .btn.btn-light:hover {
  background-color: #fff;
  color: #595d6e;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item.kt-demo-panel__item--active .kt-demo-panel__item-preview {
  transition: all 0.3s;
  border: 4px solid #5d78ff;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview {
  transition: all 0.3s;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__item:hover .kt-demo-panel__item-preview .kt-demo-panel__item-preview-overlay {
  transition: all 0.3s;
  opacity: 1;
}
.kt-demo-panel .kt-demo-panel__body .kt-demo-panel__purchase {
  margin-bottom: 2rem;
  display: block;
}
@media (min-width: 1025px) {
  .kt-demo-panel .kt-demo-panel__body {
    padding-right: 1.5rem;
    margin-right: -1.5rem;
  }
}
.kt-demo-panel-close {
  display: none;
}
.kt-demo-panel {
  z-index: 1001;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 350px !important;
  transition: left 0.3s ease, right 0.3s ease;
  left: -370px;
}
.kt-demo-panel.kt-demo-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  left: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kt-demo-panel {
    transition: none !important;
  }
}
.kt-demo-panel--right .kt-demo-panel {
  right: -370px;
  left: auto;
}
.kt-demo-panel--right .kt-demo-panel.kt-demo-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  right: 0;
  left: auto;
}
.kt-demo-panel-close {
  width: 25px;
  height: 25px;
  top: 1px;
  z-index: 1002;
  transition: left 0.3s ease, right 0.3s ease;
  position: fixed;
  border: 0;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kt-demo-panel-close {
    transition: none !important;
  }
}
.kt-demo-panel-close > i {
  line-height: 0;
  font-size: 1.4rem;
}
.kt-demo-panel-close:hover {
  text-decoration: none;
}
.kt-demo-panel--right .kt-demo-panel-close {
  left: auto;
  right: -25px;
}
.kt-demo-panel--on .kt-demo-panel-close {
  transition: left 0.3s ease, right 0.3s ease;
  left: 324px;
}
.kt-demo-panel--on.kt-demo-panel--right .kt-demo-panel-close {
  left: auto;
  right: 324px;
}
.kt-demo-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  animation: kt-animate-fade-in 0.3s linear 1;
}
.kt-demo-panel-overlay {
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 400px) {
  .kt-demo-panel {
    width: 90% !important;
  }
}
@media (max-width: 1024px) {
  .kt-demo-panel-toggle {
    width: 30px;
    padding: 1rem 0;
  }
  .kt-demo-panel-toggle span {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
  }

  .kt-demo-panel {
    padding: 1rem;
  }

  .kt-demo-panel-toggle {
    top: 20%;
  }
}
.kt-offcanvas-panel {
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  padding: 2.5rem;
}
.kt-offcanvas-panel .kt-offcanvas-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #48465b;
  margin: 0;
  padding: 0;
}
.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__title small, .kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__title .small {
  color: #74788d;
  font-size: 1rem;
}
.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #f7f8fa;
  transition: all 0.3s;
  border-radius: 4px;
}
.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__close i {
  transition: all 0.3s;
  font-size: 0.8rem;
  color: #74788d;
}
.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__close:hover {
  transition: all 0.3s;
  background-color: #5d78ff;
}
.kt-offcanvas-panel .kt-offcanvas-panel__head .kt-offcanvas-panel__close:hover i {
  transition: all 0.3s;
  color: #ffffff;
}
.kt-offcanvas-panel .kt-offcanvas-panel__body {
  position: relative;
}
.kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__section {
  padding: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #595d6e;
  margin: 2rem 0 1.5rem 0;
}
.kt-offcanvas-panel .kt-offcanvas-panel__body .kt-offcanvas-panel__section.kt-offcanvas-panel__section--first {
  margin-top: 0;
}
.kt-offcanvas-panel-close {
  display: none;
}
.kt-offcanvas-panel {
  z-index: 1001;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 425px !important;
  transition: left 0.3s ease, right 0.3s ease;
  left: -445px;
}
.kt-offcanvas-panel.kt-offcanvas-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  left: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kt-offcanvas-panel {
    transition: none !important;
  }
}
.kt-offcanvas-panel--right .kt-offcanvas-panel {
  right: -445px;
  left: auto;
}
.kt-offcanvas-panel--right .kt-offcanvas-panel.kt-offcanvas-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  right: 0;
  left: auto;
}
.kt-offcanvas-panel-close {
  width: 25px;
  height: 25px;
  top: 1px;
  z-index: 1002;
  transition: left 0.3s ease, right 0.3s ease;
  position: fixed;
  border: 0;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kt-offcanvas-panel-close {
    transition: none !important;
  }
}
.kt-offcanvas-panel-close > i {
  line-height: 0;
  font-size: 1.4rem;
}
.kt-offcanvas-panel-close:hover {
  text-decoration: none;
}
.kt-offcanvas-panel--right .kt-offcanvas-panel-close {
  left: auto;
  right: -25px;
}
.kt-offcanvas-panel--on .kt-offcanvas-panel-close {
  transition: left 0.3s ease, right 0.3s ease;
  left: 399px;
}
.kt-offcanvas-panel--on.kt-offcanvas-panel--right .kt-offcanvas-panel-close {
  left: auto;
  right: 399px;
}
.kt-offcanvas-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  animation: kt-animate-fade-in 0.3s linear 1;
}
.kt-offcanvas-panel-overlay {
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 475px) {
  .kt-offcanvas-panel {
    width: 90% !important;
  }
}
@media (min-width: 1025px) {
  .kt-offcanvas-panel .kt-offcanvas-panel__body {
    padding-right: 1.5rem;
    margin-right: -1.5rem;
  }
}
@media (max-width: 1024px) {
  .kt-offcanvas-panel {
    padding: 1rem;
  }
}
.kt-quick-panel {
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  padding: 0;
}
.kt-quick-panel .kt-quick-panel__close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #f7f8fa;
  transition: all 0.3s;
  border-radius: 4px;
}
.kt-quick-panel .kt-quick-panel__close i {
  transition: all 0.3s;
  font-size: 0.8rem;
  color: #74788d;
}
.kt-quick-panel .kt-quick-panel__close:hover {
  transition: all 0.3s;
  background-color: #5d78ff;
}
.kt-quick-panel .kt-quick-panel__close:hover i {
  transition: all 0.3s;
  color: #ffffff;
}
.kt-quick-panel .kt-quick-panel__nav {
  display: flex;
  position: relative;
  padding: 1.5rem 0 0 0;
  align-items: center;
}
.kt-quick-panel .kt-quick-panel__nav .nav {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0;
}
.kt-quick-panel .kt-quick-panel__nav .nav .nav-item {
  margin-right: 1.5rem;
}
.kt-quick-panel .kt-quick-panel__nav .nav .nav-item .nav-link {
  font-size: 1rem;
  color: #74788d;
}
.kt-quick-panel .kt-quick-panel__nav .nav .nav-item:last-child {
  margin-right: 0;
}
.kt-quick-panel .kt-quick-panel__content {
  padding: 1.5rem 0;
}
.kt-quick-panel .kt-quick-panel__content .ps > .ps__rail-y {
  right: 5px !important;
}
.kt-quick-panel .kt-quick-panel__content-padding-x {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.kt-quick-panel-close {
  display: none;
}
.kt-quick-panel {
  z-index: 1001;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 425px !important;
  transition: left 0.3s ease, right 0.3s ease;
  left: -445px;
}
.kt-quick-panel.kt-quick-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  left: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kt-quick-panel {
    transition: none !important;
  }
}
.kt-quick-panel--right .kt-quick-panel {
  right: -445px;
  left: auto;
}
.kt-quick-panel--right .kt-quick-panel.kt-quick-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  right: 0;
  left: auto;
}
.kt-quick-panel-close {
  width: 25px;
  height: 25px;
  top: 1px;
  z-index: 1002;
  transition: left 0.3s ease, right 0.3s ease;
  position: fixed;
  border: 0;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .kt-quick-panel-close {
    transition: none !important;
  }
}
.kt-quick-panel-close > i {
  line-height: 0;
  font-size: 1.4rem;
}
.kt-quick-panel-close:hover {
  text-decoration: none;
}
.kt-quick-panel--right .kt-quick-panel-close {
  left: auto;
  right: -25px;
}
.kt-quick-panel--on .kt-quick-panel-close {
  transition: left 0.3s ease, right 0.3s ease;
  left: 399px;
}
.kt-quick-panel--on.kt-quick-panel--right .kt-quick-panel-close {
  left: auto;
  right: 399px;
}
.kt-quick-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  animation: kt-animate-fade-in 0.3s linear 1;
}
.kt-quick-panel {
  background: #ffffff;
  box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
}
.kt-quick-panel-overlay {
  background: rgba(0, 0, 0, 0.1);
}
.kt-quick-panel-close {
  background-color: #e8e8f2;
}
.kt-quick-panel-close > i {
  color: #968ad4;
}
.kt-quick-panel-close:hover {
  background-color: #5d78ff;
}
.kt-quick-panel-close:hover > i {
  color: #ffffff;
}
@media (max-width: 475px) {
  .kt-quick-panel {
    width: 90% !important;
  }
}
@media (max-width: 1024px) {
  .kt-quick-panel .kt-quick-panel__close {
    right: 0.5rem;
    top: 0.5rem;
    width: 24px;
    height: 24px;
  }
  .kt-quick-panel .kt-quick-panel__close i {
    font-size: 0.8rem;
  }
  .kt-quick-panel .kt-quick-panel__nav {
    padding: 1rem 0;
  }
  .kt-quick-panel .kt-quick-panel__nav .nav .nav-item {
    margin-right: 1rem;
  }
  .kt-quick-panel .kt-quick-panel__nav .nav .nav-item:last-child {
    margin-right: 0;
  }
  .kt-quick-panel .kt-quick-panel__nav .nav .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  .kt-quick-panel .kt-quick-panel__nav .kt-quick-panel__close i {
    font-size: 1.1rem;
  }
  .kt-quick-panel .kt-quick-panel__content {
    padding: 1rem 0.5rem 1rem 1rem;
  }
  .kt-quick-panel .kt-quick-panel__content .tab-pane {
    padding-right: 0.5rem;
  }
}
.kt-quick-search .kt-quick-search__form {
  padding: 0;
}
.kt-quick-search .kt-quick-search__form .input-group {
  background-color: transparent;
}
.kt-quick-search .kt-quick-search__form .input-group-prepend,
.kt-quick-search .kt-quick-search__form .input-group-append {
  background-color: transparent;
}
.kt-quick-search .kt-quick-search__form .input-group-prepend .input-group-text,
.kt-quick-search .kt-quick-search__form .input-group-append .input-group-text {
  background-color: transparent;
  border: 0;
}
.kt-quick-search .kt-quick-search__form .form-control {
  border: 0;
  background: none;
  outline: none !important;
  box-shadow: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0;
  border-radius: 0;
}
.kt-quick-search .kt-quick-search__form i {
  font-size: 1.3rem;
}
.kt-quick-search .kt-quick-search__form .kt-quick-search__close {
  cursor: pointer;
  display: none;
  transition: all 0.3s;
}
.kt-quick-search .kt-quick-search__form .kt-quick-search__close:hover {
  transition: all 0.3s;
  color: #5d78ff;
}
.kt-quick-search .kt-quick-search__wrapper {
  display: none;
}
.kt-quick-search .kt-quick-search__wrapper.ps {
  padding-right: 10px !important;
  margin-right: -10px !important;
}
.kt-quick-search .kt-quick-search__result {
  padding: 0;
  margin: 0;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__message {
  display: flex;
  padding: 1rem 0;
  font-weight: 500;
  font-size: 1rem;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__category {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #5d78ff;
  margin: 0.5rem 0 1rem 0;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__section {
  margin-bottom: 2rem;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item:last-child {
  margin-bottom: 0;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon > i {
  font-size: 1.4rem;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 50px;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img > img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file {
  width: 40px;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file > img {
  max-width: 40px;
  border-radius: 0;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper {
  padding-left: 1.25rem;
  flex: 1 1 auto;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title {
  font-size: 1rem;
  font-weight: 500;
  color: #48465b;
  text-decoration: none;
  transition: all 0.3s;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title:hover {
  color: #5d78ff;
  transition: all 0.3s;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-desc {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__category {
  font-size: 1rem;
  margin: 0.25rem 0 0.75rem 0;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__section {
  margin-bottom: 2.25rem;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item {
  margin-bottom: 1.5rem;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item:last-child {
  margin-bottom: 0;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon {
  width: 32px;
  height: 32px;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon > i {
  font-size: 1.4rem;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img {
  width: 32px;
  height: 32px;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img > img {
  max-width: 32px;
  max-height: 32px;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file {
  width: 27px;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-img.kt-quick-search__item-img--file > img {
  max-width: 27px;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper {
  padding-left: 0.75rem;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title {
  font-size: 1rem;
  font-weight: 500;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-desc {
  font-size: 0.9rem;
  line-height: 1.1;
}
.kt-quick-search.kt-quick-search--has-result .kt-quick-search__wrapper {
  display: block;
}
.kt-quick-search.kt-quick-search--dropdown {
  padding: 1rem 1.5rem;
}
.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__form .input-group:before {
  right: 0;
}
.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__form .input-group .input-group-prepend .input-group-text {
  padding-left: 0;
}
.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__form .input-group .input-group-append .input-group-text {
  padding-right: 0;
}
.kt-quick-search.kt-quick-search--dropdown .kt-quick-search__wrapper {
  margin: 1.5rem 0 0.5rem 0;
}
.kt-quick-search.kt-quick-search--dropdown.kt-quick-search--has-result .kt-quick-search__form {
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 0.75rem;
}
.kt-quick-search.kt-quick-search--inline .dropdown-menu {
  padding: 1.5rem;
}
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form {
  margin-bottom: 1.5rem;
}
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .form-control {
  font-size: 1rem;
  font-weight: 500;
}
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group {
  border-bottom: 1px solid #ebedf2;
}
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group:before {
  right: 0;
}
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group .input-group-prepend .input-group-text {
  padding-left: 0;
}
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__form .input-group .input-group-append .input-group-text {
  padding-right: 0;
}
.kt-quick-search.kt-quick-search--offcanvas .kt-quick-search__wrapper {
  display: block;
}
.kt-scroll {
  position: relative;
  overflow: hidden;
}
.kt-sticky-toolbar {
  width: 46px;
  position: fixed;
  top: 30%;
  right: 0;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 3px 0 0 3px;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item {
  margin: 0;
  padding: 5px;
  text-align: center;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item > a {
  background: #f4f4f8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transition: background 0.3s ease;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item > a > i {
  transition: color 0.3s ease;
  font-size: 1.3rem;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item > a:hover {
  transition: background 0.3s ease;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item > a:hover > i {
  transition: color 0.3s ease;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--brand > a > i {
  color: #5d78ff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--brand:hover > a {
  background: #5d78ff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--brand:hover > a > i {
  color: #ffffff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--light > a > i {
  color: #ffffff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--light:hover > a {
  background: #ffffff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--light:hover > a > i {
  color: #282a3c;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--dark > a > i {
  color: #282a3c;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--dark:hover > a {
  background: #282a3c;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--dark:hover > a > i {
  color: #ffffff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--primary > a > i {
  color: #5867dd;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--primary:hover > a {
  background: #5867dd;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--primary:hover > a > i {
  color: #ffffff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--success > a > i {
  color: #0abb87;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--success:hover > a {
  background: #0abb87;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--success:hover > a > i {
  color: #ffffff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--info > a > i {
  color: #5578eb;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--info:hover > a {
  background: #5578eb;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--info:hover > a > i {
  color: #ffffff;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--warning > a > i {
  color: #ffb822;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--warning:hover > a {
  background: #ffb822;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--warning:hover > a > i {
  color: #111111;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--danger > a > i {
  color: #fd397a;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--danger:hover > a {
  background: #fd397a;
}
.kt-sticky-toolbar .kt-sticky-toolbar__item.kt-sticky-toolbar__item--danger:hover > a > i {
  color: #ffffff;
}
@media (min-width: 1025px) {
  .kt-app .kt-app__aside {
    width: 350px;
  }
}
@media (max-width: 400px) {
  .kt-app .kt-app__aside {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .kt-app .kt-app__aside.kt-app__aside--sm {
    width: 250px;
  }
}
@media (max-width: 300px) {
  .kt-app .kt-app__aside.kt-app__aside--sm {
    width: 200px;
  }
}
@media (min-width: 1025px) {
  .kt-app .kt-app__aside.kt-app__aside--lg {
    width: 450px;
  }
}
@media (max-width: 500px) {
  .kt-app .kt-app__aside.kt-app__aside--lg {
    width: 400px;
  }
}
@media (min-width: 1025px) {
  .kt-app .kt-app__aside.kt-app__aside--xl {
    width: 600px;
  }
}
@media (max-width: 650px) {
  .kt-app .kt-app__aside.kt-app__aside--xl {
    width: 550px;
  }
}
.kt-app .kt-app__content {
  margin-left: 20px;
}
.kt-app .kt-app__detail {
  margin-left: 20px;
}
@media (min-width: 1025px) {
  .kt-app .kt-app__detail {
    width: 550px;
  }
}
@media (max-width: 600px) {
  .kt-app .kt-app__detail {
    width: 500px;
  }
}
@media (min-width: 1025px) {
  .kt-app .kt-app__detail.kt-app__detail--sm {
    width: 400px;
  }
}
@media (max-width: 450px) {
  .kt-app .kt-app__detail.kt-app__detail--sm {
    width: 350px;
  }
}
@media (min-width: 1025px) {
  .kt-app .kt-app__detail.kt-app__detail--lg {
    width: 700px;
  }
}
@media (max-width: 750px) {
  .kt-app .kt-app__detail.kt-app__detail--lg {
    width: 650px;
  }
}
@media (min-width: 1025px) {
  .kt-app .kt-app__detail.kt-app__detail--xl {
    width: 850px;
  }
}
@media (max-width: 900px) {
  .kt-app .kt-app__detail.kt-app__detail--xl {
    width: 800px;
  }
}
@media (max-width: 1024px) {
  .kt-app .kt-app__aside {
    padding: 35px 15px 15px 15px;
    background-color: #ffffff;
  }
  .kt-app .kt-app__aside .kt-portlet {
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.1);
  }
  .kt-app .kt-app__aside.kt-app__aside--fit {
    padding: 20px 0 0 0;
  }
  .kt-app .kt-app__aside.kt-app__aside--fit .kt-portlet {
    box-shadow: none;
  }
  .kt-app .kt-app__content {
    margin-left: 0;
  }
  .kt-app .kt-app__detail {
    margin-left: 0;
  }
}
.kt-app__aside-close {
  display: none;
}
@media (max-width: 1024px) {
  .kt-app__aside {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 300px !important;
    transition: left 0.3s ease, right 0.3s ease;
    left: -320px;
  }
  .kt-app__aside.kt-app__aside--on {
    transition: left 0.3s ease, right 0.3s ease;
    left: 0;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .kt-app__aside {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-app__aside--right .kt-app__aside {
    right: -320px;
    left: auto;
  }
  .kt-app__aside--right .kt-app__aside.kt-app__aside--on {
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto;
  }
}
@media (max-width: 1024px) {
  .kt-app__aside-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .kt-app__aside-close {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-app__aside-close > i {
    line-height: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .kt-app__aside-close:hover {
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .kt-app__aside--right .kt-app__aside-close {
    left: auto;
    right: -25px;
  }
}
@media (max-width: 1024px) {
  .kt-app__aside--on .kt-app__aside-close {
    transition: left 0.3s ease, right 0.3s ease;
    left: 274px;
  }
}
@media (max-width: 1024px) {
  .kt-app__aside--on.kt-app__aside--right .kt-app__aside-close {
    left: auto;
    right: 274px;
  }
}
@media (max-width: 1024px) {
  .kt-app__aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    animation: kt-animate-fade-in 0.3s linear 1;
  }
}
@media (max-width: 1024px) {
  .kt-app__aside-overlay {
    background: rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 1024px) {
  .kt-app__aside-close {
    background-color: #f7f8fa;
  }
  .kt-app__aside-close > i {
    color: #74788d;
  }
  .kt-app__aside-close:hover {
    background-color: transparent;
  }
  .kt-app__aside-close:hover > i {
    color: #5d78ff;
  }
}
@media (max-width: 350px) {
  .kt-app__aside {
    width: 90% !important;
  }
}
.kt-subheader {
  background-color: #fff;
  display: flex;
  align-items: stretch;
  margin: 10px 0;
}
.kt-subheader .kt-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.kt-subheader .btn {
  display: inline-flex;
  height: 32px !important;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.kt-subheader .btn i {
  font-size: 1rem !important;
}
.kt-subheader .btn.btn-icon {
  width: 32px !important;
}
.kt-subheader .btn:not(.dropdown-toggle-split) {
  margin-left: 0.5rem;
}
.kt-subheader .kt-subheader__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.25rem 0;
}
.kt-subheader .kt-subheader__main .btn:not(.dropdown-toggle-split) {
  margin-left: 0;
  margin-right: 0.5rem;
}
.kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
  display: none;
}
.kt-subheader .kt-subheader__main .kt-subheader__title {
  margin: 0;
  padding: 0 1rem 0 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #434349;
  display: flex;
  align-items: center;
}
.kt-subheader .kt-subheader__main .kt-subheader__title small, .kt-subheader .kt-subheader__main .kt-subheader__title .small {
  padding-left: 0.25rem;
  font-size: 0.9rem;
  color: #74788d;
}
.kt-subheader .kt-subheader__main .kt-subheader__desc {
  padding: 0 0.5rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  color: #959cb6;
}
.kt-subheader .kt-subheader__main .kt-subheader__separator {
  display: block;
  width: 12px;
  height: 4px;
  border-radius: 2px;
  background: #e7e8ef;
  margin: 0 1rem 0 0;
}
.kt-subheader .kt-subheader__main .kt-subheader__separator.kt-subheader__separator--v {
  width: 1px;
  height: 22px;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs {
  display: flex;
  align-items: center;
  list-style-type: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home {
  padding: 0px 0.65rem 0px 0px;
  transition: all 0.3s;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home > i {
  font-size: 1rem;
  color: #c5cbe7;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home:hover > i {
  transition: all 0.3s;
  color: #5d78ff;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home.kt-subheader__breadcrumbs-home--active > i {
  color: #5d78ff;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link {
  padding: 0 0.35rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  color: #959cb6;
  transition: all 0.3s;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover {
  color: #5d78ff;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link.kt-subheader__breadcrumbs-link--active {
  color: #5d78ff;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link:hover {
  transition: all 0.3s;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator {
  display: flex;
  justify-content: content;
  align-items: center;
  padding: 0 0.35rem 0 0;
}
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator:after {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: " ";
  background: #e7e8ef;
}
.kt-subheader .kt-subheader__main .kt-subheader__group {
  display: flex;
  align-items: center;
}
.kt-subheader .kt-subheader__toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
.kt-subheader .kt-subheader__toolbar .btn:not(.dropdown-toggle-split) {
  margin-left: 0.25rem;
}
.kt-subheader .kt-subheader__btn-primary {
  background: #f2f3f7;
  color: #959cb6;
  font-weight: 500;
}
.kt-subheader .kt-subheader__btn-primary i {
  color: #959cb6;
}
.kt-subheader .kt-subheader__btn-primary:hover, .kt-subheader .kt-subheader__btn-primary.active, .kt-subheader .kt-subheader__btn-primary:active, .kt-subheader .kt-subheader__btn-primary:focus {
  color: #ffffff;
  background: #5d78ff;
}
.kt-subheader .kt-subheader__btn-primary:hover i, .kt-subheader .kt-subheader__btn-primary.active i, .kt-subheader .kt-subheader__btn-primary:active i, .kt-subheader .kt-subheader__btn-primary:focus i {
  color: #ffffff;
}
.kt-subheader .kt-subheader__btn-primary:hover g [fill], .kt-subheader .kt-subheader__btn-primary.active g [fill], .kt-subheader .kt-subheader__btn-primary:active g [fill], .kt-subheader .kt-subheader__btn-primary:focus g [fill] {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.kt-subheader .kt-subheader__btn-primary:hover:hover g [fill], .kt-subheader .kt-subheader__btn-primary.active:hover g [fill], .kt-subheader .kt-subheader__btn-primary:active:hover g [fill], .kt-subheader .kt-subheader__btn-primary:focus:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-subheader .kt-subheader__btn-secondary {
  color: #959cb6;
  font-weight: 500;
}
.kt-subheader .kt-subheader__btn-secondary i {
  color: #aab1df;
}
.kt-subheader .kt-subheader__btn-secondary g [fill] {
  transition: fill 0.3s ease;
  fill: #aab1df;
}
.kt-subheader .kt-subheader__btn-secondary:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-subheader .kt-subheader__btn-secondary:hover, .kt-subheader .kt-subheader__btn-secondary.active, .kt-subheader .kt-subheader__btn-secondary:active, .kt-subheader .kt-subheader__btn-secondary:focus {
  background: #f2f3f7;
  color: #5d78ff;
}
.kt-subheader .kt-subheader__btn-secondary:hover g [fill], .kt-subheader .kt-subheader__btn-secondary.active g [fill], .kt-subheader .kt-subheader__btn-secondary:active g [fill], .kt-subheader .kt-subheader__btn-secondary:focus g [fill] {
  transition: fill 0.3s ease;
  fill: #5d78ff;
}
.kt-subheader .kt-subheader__btn-secondary:hover:hover g [fill], .kt-subheader .kt-subheader__btn-secondary.active:hover g [fill], .kt-subheader .kt-subheader__btn-secondary:active:hover g [fill], .kt-subheader .kt-subheader__btn-secondary:focus:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-subheader .kt-subheader__btn-daterange {
  background: #f2f3f7;
}
.kt-subheader .kt-subheader__btn-daterange .kt-subheader__btn-daterange-title {
  display: inline-block;
  color: #959cb6;
  font-weight: 500;
}
.kt-subheader .kt-subheader__btn-daterange .kt-subheader__btn-daterange-date {
  display: inline-block;
  color: #5d78ff;
  margin-right: 0.75rem;
  font-weight: 500;
}
.kt-subheader .kt-subheader__btn-daterange i {
  color: #5d78ff;
}
.kt-subheader .kt-subheader__btn-daterange:hover, .kt-subheader .kt-subheader__btn-daterange.active, .kt-subheader .kt-subheader__btn-daterange:active, .kt-subheader .kt-subheader__btn-daterange:focus {
  background: #f2f3f7;
}
.kt-subheader .kt-subheader__btn-daterange:hover i, .kt-subheader .kt-subheader__btn-daterange.active i, .kt-subheader .kt-subheader__btn-daterange:active i, .kt-subheader .kt-subheader__btn-daterange:focus i {
  color: #5d78ff;
}
.kt-subheader .kt-subheader__search {
  width: 175px;
  display: inline-block;
}
.kt-subheader .kt-subheader__search .form-control {
  font-size: 0.9rem;
  height: 33px;
  background: #f2f3f7;
  border-color: #f2f3f7 !important;
}
.kt-subheader .kt-subheader__search .kt-input-icon__icon i {
  font-size: 1.2rem;
  color: #74788d;
}
.kt-subheader--solid .kt-subheader {
  margin: 0 0 25px 0;
  min-height: 54px;
}
.kt-subheader--transparent .kt-subheader {
  background-color: transparent;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__separator {
  background: #dbdce7;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-home > i {
  color: #b7bee1;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link {
  color: #959cb6;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-separator:after {
  background: #dbdce7;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary {
  background: #e1e3ec;
  color: #959cb6;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary i {
  color: #959cb6;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary g [fill] {
  transition: fill 0.3s ease;
  fill: #959cb6;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:hover, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary.active, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:active, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:focus {
  background: #5d78ff;
  color: #ffffff;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:hover i, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary.active i, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:active i, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:focus i {
  color: #ffffff;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:hover g [fill], .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary.active g [fill], .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:active g [fill], .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:focus g [fill] {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:hover:hover g [fill], .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary.active:hover g [fill], .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:active:hover g [fill], .kt-subheader--transparent .kt-subheader .kt-subheader__btn-primary:focus:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary {
  color: #8c94b0;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary i {
  color: #9fa7db;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary:hover, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary.active, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary:active, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary:focus {
  background: #eaecf2;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-daterange {
  background: #e1e3ec;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-daterange:hover, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-daterange.active, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-daterange:active, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-daterange:focus {
  background: #d7dbe6;
}
.kt-subheader--transparent .kt-subheader .kt-subheader__search .form-control {
  background: #eaecf2;
  border-color: #eaecf2 !important;
}
@media (max-width: 1024px) {
  .kt-subheader {
    margin: 2px 0;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
    outline: none !important;
    width: 20px;
    height: 22px;
    transition: all 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span {
    display: block;
    position: absolute;
    top: 10px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::before {
    top: -6px;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::after {
    bottom: -6px;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left span:before {
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 50%;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left span:after {
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 75%;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left:hover span:after, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left:hover span:before {
    width: 100%;
    transition: all 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left.kt-subheader__mobile-toggle--active span:before {
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 50%;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--left.kt-subheader__mobile-toggle--active span:after {
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 75%;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right span:before {
    left: 0px;
    right: auto;
    width: 50%;
    transition: width 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right span:after {
    left: 0px;
    right: auto;
    width: 75%;
    transition: width 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right:hover span:after, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right:hover span:before {
    width: 100%;
    transition: width 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right.kt-subheader__mobile-toggle--active span:before {
    left: auto;
    right: 0px;
    width: 50%;
    transition: width 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--right.kt-subheader__mobile-toggle--active span:after {
    left: auto;
    right: 0px;
    width: 75%;
    transition: width 0.4s ease;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span {
    background: #74788d;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle span::after {
    background: #74788d;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle:hover span {
    background: #5d78ff;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle:hover span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle:hover span::after {
    background: #5d78ff;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--active span {
    background: #5d78ff;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--active span::before, .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle.kt-subheader__mobile-toggle--active span::after {
    background: #5d78ff;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__mobile-toggle {
    display: inline-block;
    margin-right: 1rem;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__title {
    padding: 0.5rem 1.25rem 0.5rem 0;
  }
  .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs {
    padding: 0.5rem 0;
  }
  .kt-subheader .kt-subheader__toolbar {
    padding: 0.5rem 0;
  }
  .kt-subheader--transparent .kt-subheader {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .kt-subheader .kt-subheader__toolbar {
    padding-top: 0.5rem;
  }
}
.kt-badge {
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 0.8rem;
}
.kt-badge.kt-badge--bold {
  font-weight: 500;
}
.kt-badge.kt-badge--bolder {
  font-weight: 600;
}
.kt-badge.kt-badge--boldest {
  font-weight: 700;
}
.kt-badge.kt-badge--md {
  height: 24px;
  width: 24px;
  font-size: 0.9rem;
}
.kt-badge.kt-badge--lg {
  height: 35px;
  width: 35px;
  font-size: 1rem;
}
.kt-badge.kt-badge--xl {
  height: 50px;
  width: 50px;
  font-size: 1.1rem;
  font-weight: 500;
}
.kt-badge.kt-badge__pics {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.kt-badge.kt-badge__pics .kt-badge__pic {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  margin-left: -0.7rem;
  border: 1px solid #ffffff;
  background-color: #f0f3ff;
  color: #a1a8c3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
}
.kt-badge.kt-badge__pics .kt-badge__pic img {
  width: 100%;
}
.kt-badge.kt-badge__pics .kt-badge__pic.kt-badge__pic--last {
  font-size: 1rem;
  font-weight: 500;
}
.kt-badge.kt-badge--brand {
  color: #ffffff;
  background: #5d78ff;
}
.kt-badge.kt-badge--outline.kt-badge--brand {
  background: transparent;
  color: #5d78ff;
  border: 1px solid #5d78ff;
}
.kt-badge.kt-badge--outline.kt-badge--brand.kt-badge--outline-2x {
  border: 2px solid #5d78ff;
}
.kt-badge.kt-badge--light {
  color: #282a3c;
  background: #ffffff;
}
.kt-badge.kt-badge--outline.kt-badge--light {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.kt-badge.kt-badge--outline.kt-badge--light.kt-badge--outline-2x {
  border: 2px solid #ffffff;
}
.kt-badge.kt-badge--dark {
  color: #ffffff;
  background: #282a3c;
}
.kt-badge.kt-badge--outline.kt-badge--dark {
  background: transparent;
  color: #282a3c;
  border: 1px solid #282a3c;
}
.kt-badge.kt-badge--outline.kt-badge--dark.kt-badge--outline-2x {
  border: 2px solid #282a3c;
}
.kt-badge.kt-badge--primary {
  color: #ffffff;
  background: #5867dd;
}
.kt-badge.kt-badge--outline.kt-badge--primary {
  background: transparent;
  color: #5867dd;
  border: 1px solid #5867dd;
}
.kt-badge.kt-badge--outline.kt-badge--primary.kt-badge--outline-2x {
  border: 2px solid #5867dd;
}
.kt-badge.kt-badge--success {
  color: #ffffff;
  background: #0abb87;
}
.kt-badge.kt-badge--outline.kt-badge--success {
  background: transparent;
  color: #0abb87;
  border: 1px solid #0abb87;
}
.kt-badge.kt-badge--outline.kt-badge--success.kt-badge--outline-2x {
  border: 2px solid #0abb87;
}
.kt-badge.kt-badge--info {
  color: #ffffff;
  background: #5578eb;
}
.kt-badge.kt-badge--outline.kt-badge--info {
  background: transparent;
  color: #5578eb;
  border: 1px solid #5578eb;
}
.kt-badge.kt-badge--outline.kt-badge--info.kt-badge--outline-2x {
  border: 2px solid #5578eb;
}
.kt-badge.kt-badge--warning {
  color: #111111;
  background: #ffb822;
}
.kt-badge.kt-badge--outline.kt-badge--warning {
  background: transparent;
  color: #ffb822;
  border: 1px solid #ffb822;
}
.kt-badge.kt-badge--outline.kt-badge--warning.kt-badge--outline-2x {
  border: 2px solid #ffb822;
}
.kt-badge.kt-badge--danger {
  color: #ffffff;
  background: #fd397a;
}
.kt-badge.kt-badge--outline.kt-badge--danger {
  background: transparent;
  color: #fd397a;
  border: 1px solid #fd397a;
}
.kt-badge.kt-badge--outline.kt-badge--danger.kt-badge--outline-2x {
  border: 2px solid #fd397a;
}
.kt-badge.kt-badge--unified-brand {
  color: #5d78ff;
  background: rgba(93, 120, 255, 0.1);
}
.kt-badge.kt-badge--unified-light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.kt-badge.kt-badge--unified-dark {
  color: #282a3c;
  background: rgba(40, 42, 60, 0.1);
}
.kt-badge.kt-badge--unified-primary {
  color: #5867dd;
  background: rgba(88, 103, 221, 0.1);
}
.kt-badge.kt-badge--unified-success {
  color: #0abb87;
  background: rgba(10, 187, 135, 0.1);
}
.kt-badge.kt-badge--unified-info {
  color: #5578eb;
  background: rgba(85, 120, 235, 0.1);
}
.kt-badge.kt-badge--unified-warning {
  color: #ffb822;
  background: rgba(255, 184, 34, 0.1);
}
.kt-badge.kt-badge--unified-danger {
  color: #fd397a;
  background: rgba(253, 57, 122, 0.1);
}
.kt-badge.kt-badge--inline {
  height: auto;
  width: auto;
  padding: 0.15rem 0.75rem;
  border-radius: 2px;
}
.kt-badge.kt-badge--inline.kt-badge--md {
  padding: 0.8rem 0.6rem;
}
.kt-badge.kt-badge--inline.kt-badge--lg {
  padding: 0.9rem 0.7rem;
}
.kt-badge.kt-badge--inline.kt-badge--xl {
  padding: 1rem 0.8rem;
}
.kt-badge.kt-badge--pill {
  border-radius: 2rem;
}
.kt-badge.kt-badge--rounded {
  border-radius: 4px;
}
.kt-badge.kt-badge--dot {
  display: inline-block;
  line-height: 6px;
  min-height: 6px;
  min-width: 6px;
  height: 6px;
  width: 6px;
  font-size: 0;
  vertical-align: middle;
  text-align: center;
}
.kt-badge.kt-badge--dot.kt-badge--sm {
  line-height: 4px;
  min-height: 4px;
  min-width: 4px;
  height: 4px;
  width: 4px;
}
.kt-badge.kt-badge--dot.kt-badge--lg {
  line-height: 8px;
  min-height: 8px;
  min-width: 8px;
  height: 8px;
  width: 8px;
}
.kt-badge.kt-badge--dot.kt-badge--xl {
  line-height: 10px;
  min-height: 10px;
  min-width: 10px;
  height: 10px;
  width: 10px;
}
.kt-badge.kt-badge--square {
  border-radius: 0;
}
.kt-badge.kt-badge--elevate {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.kt-demo-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 4px;
}
.kt-demo-icon .kt-demo-icon__preview {
  display: flex;
  padding-right: 20px;
  flex: 0 0 40px;
}
.kt-demo-icon .kt-demo-icon__preview i {
  line-height: 0;
  vertical-align: middle;
  font-size: 2.5rem !important;
}
.kt-demo-icon .kt-demo-icon__class {
  color: #74788d;
  display: flex;
  flex-grow: 1;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
}
.kt-demo-icon:hover {
  background-color: #f7f8fa;
}
.kt-demo-icon.kt-demo-icon--overlay {
  position: relative;
}
.kt-demo-icon.kt-demo-icon--overlay svg {
  height: 40px;
  width: 40px;
}
.kt-demo-icon.kt-demo-icon--overlay .kt-demo-icon__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3 ease;
  opacity: 0;
}
.kt-demo-icon.kt-demo-icon--overlay .kt-demo-icon__overlay .btn {
  margin-right: 10px;
}
.kt-demo-icon.kt-demo-icon--overlay .kt-demo-icon__overlay .btn:last-child {
  margin-right: 0;
}
.kt-demo-icon.kt-demo-icon--overlay:hover {
  background-color: transparent;
}
.kt-demo-icon.kt-demo-icon--overlay:hover .kt-demo-icon__overlay {
  transition: all 0.3 ease;
  opacity: 1;
}
.kt-divider {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kt-divider > span:first-child {
  width: 100%;
  height: 1px;
  flex: 1;
  background: #EBECF1;
  display: inline-block;
}
.kt-divider > span:last-child {
  width: 100%;
  height: 1px;
  flex: 1;
  background: #EBECF1;
  display: inline-block;
}
.kt-divider > span:not(:first-child):not(:last-child) {
  padding: 0 2rem;
}
.kt-heading {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0;
  margin: 1.75rem 0;
  color: #48465b;
}
.kt-heading.kt-heading--center {
  text-align: center;
}
.kt-heading.kt-heading--right {
  text-align: right;
}
.kt-heading.kt-heading--space-sm {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.kt-heading.kt-heading--space-md {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.kt-heading.kt-heading--space-lg {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.kt-heading.kt-heading--space-xl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.kt-heading.kt-heading--sm {
  font-size: 1.2rem;
}
.kt-heading.kt-heading--md {
  font-size: 1.4rem;
}
.kt-heading.kt-heading--lg {
  font-size: 1.6rem;
}
.kt-heading.kt-heading--xl {
  font-size: 2rem;
}
.kt-heading.kt-heading--xxl {
  font-size: 3rem;
}
.kt-heading.kt-heading--medium {
  font-weight: 600;
}
.kt-heading.kt-heading--bold {
  font-weight: 700;
}
.kt-heading.kt-heading--bolder {
  font-weight: 900;
}
.kt-heading.kt-heading--thin {
  font-weight: 300;
}
.kt-heading.kt-heading--no-top-margin {
  margin-top: 0;
}
.kt-heading.kt-heading--no-bottok-margin {
  margin-bottom: 0;
}
.kt-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #5d78ff;
}
.kt-link:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  top: 1rem;
  left: 0;
  width: 0%;
  transition: width 0.3s ease;
}
.kt-link:hover {
  text-decoration: none !important;
}
.kt-link:hover:after {
  width: 100%;
}
.kt-link:hover {
  color: #3e5fff;
}
.kt-link:hover:after {
  border-bottom: 1px solid #3e5fff;
  opacity: 0.3;
}
.kt-link.kt-link--brand {
  color: #5d78ff;
}
.kt-link.kt-link--brand:hover {
  color: #2a4eff;
}
.kt-link.kt-link--brand:hover:after {
  border-bottom: 1px solid #2a4eff;
  opacity: 0.3;
}
.kt-link.kt-link--light {
  color: #ffffff;
}
.kt-link.kt-link--light:hover {
  color: #e6e6e6;
}
.kt-link.kt-link--light:hover:after {
  border-bottom: 1px solid #e6e6e6;
  opacity: 0.3;
}
.kt-link.kt-link--dark {
  color: #282a3c;
}
.kt-link.kt-link--dark:hover {
  color: #14151d;
}
.kt-link.kt-link--dark:hover:after {
  border-bottom: 1px solid #14151d;
  opacity: 0.3;
}
.kt-link.kt-link--primary {
  color: #5867dd;
}
.kt-link.kt-link--primary:hover {
  color: #2e40d4;
}
.kt-link.kt-link--primary:hover:after {
  border-bottom: 1px solid #2e40d4;
  opacity: 0.3;
}
.kt-link.kt-link--success {
  color: #0abb87;
}
.kt-link.kt-link--success:hover {
  color: #078b64;
}
.kt-link.kt-link--success:hover:after {
  border-bottom: 1px solid #078b64;
  opacity: 0.3;
}
.kt-link.kt-link--info {
  color: #5578eb;
}
.kt-link.kt-link--info:hover {
  color: #2754e6;
}
.kt-link.kt-link--info:hover:after {
  border-bottom: 1px solid #2754e6;
  opacity: 0.3;
}
.kt-link.kt-link--warning {
  color: #ffb822;
}
.kt-link.kt-link--warning:hover {
  color: #eea200;
}
.kt-link.kt-link--warning:hover:after {
  border-bottom: 1px solid #eea200;
  opacity: 0.3;
}
.kt-link.kt-link--danger {
  color: #fd397a;
}
.kt-link.kt-link--danger:hover {
  color: #fc0758;
}
.kt-link.kt-link--danger:hover:after {
  border-bottom: 1px solid #fc0758;
  opacity: 0.3;
}
.kt-section {
  padding: 0;
  margin: 0 0 2rem 0;
}
.kt-section.kt-section--space-sm {
  margin-bottom: 1rem;
}
.kt-section.kt-section--space-md {
  margin-bottom: 2rem;
}
.kt-section.kt-section--space-lg {
  margin-bottom: 2.5rem;
}
.kt-section.kt-section--space-xl {
  margin-bottom: 3rem;
}
.kt-section .kt-section__heading,
.kt-section .kt-section__title {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0;
  margin: 0 0 1.75rem 0;
  color: #48465b;
}
.kt-section .kt-section__heading.kt-section__title-sm,
.kt-section .kt-section__title.kt-section__title-sm {
  font-size: 1.1rem;
}
.kt-section .kt-section__heading.kt-section__title-md,
.kt-section .kt-section__title.kt-section__title-md {
  font-size: 1.4rem;
}
.kt-section .kt-section__heading.kt-section__title-lg,
.kt-section .kt-section__title.kt-section__title-lg {
  font-size: 1.5rem;
}
.kt-section .kt-section__desc {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
  margin: 0 0 1rem 0;
  color: #595d6e;
}
.kt-section .kt-section__info {
  display: block;
  font-size: 1rem;
  padding: 0;
  margin: 0 0 1rem 0;
  color: #595d6e;
}
.kt-section .kt-section__content {
  display: block;
  padding: 0;
  margin: 0;
}
.kt-section .kt-section__content.kt-section__content--border {
  padding: 1.5rem;
  border: 3px solid #ebedf2;
  border-radius: 4px;
}
.kt-section .kt-section__content.kt-section__content--solid {
  padding: 1.5rem;
  border-left: 4px solid #e2e5ec;
  background-color: #f7f8fa;
  border-radius-top-left: 4px;
  border-radius-top-right: 4px;
}
.kt-section .kt-section__content.kt-section__content--x-fit {
  padding-left: 0;
  padding-right: 0;
}
.kt-section .kt-section__content.kt-section__content--fit {
  padding: 0;
}
.kt-section.kt-section--last {
  margin-bottom: 0;
}
.kt-section.kt-section--first {
  margin-top: 0;
}
.kt-separator {
  height: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ebedf2;
}
.kt-separator.kt-separator--border-dashed, .kt-separator.kt-separator--dashed {
  border-bottom: 1px dashed #ebedf2;
}
.kt-separator.kt-separator--border-2x {
  border-bottom-width: 2px;
}
.kt-separator.kt-separator--space {
  border-bottom: 0;
}
.kt-separator.kt-separator--space-sm, .kt-separator.kt-separator--sm {
  margin: 0.5rem 0;
}
.kt-separator.kt-separator--space-md, .kt-separator.kt-separator--md {
  margin: 2rem 0;
}
.kt-separator.kt-separator--space-lg, .kt-separator.kt-separator--lg {
  margin: 2.5rem 0;
}
.kt-separator.kt-separator--space-xl, .kt-separator.kt-separator--xl {
  margin: 3rem 0;
}
.kt-separator.kt-separator--fit {
  margin-left: -25px;
  margin-right: -25px;
}
.kt-separator.kt-separator--brand {
  border-bottom: 1px solid #5d78ff;
}
.kt-separator.kt-separator--brand.kt-separator--dashed {
  border-bottom: 1px dashed #5d78ff;
}
.kt-separator.kt-separator--light {
  border-bottom: 1px solid #ffffff;
}
.kt-separator.kt-separator--light.kt-separator--dashed {
  border-bottom: 1px dashed #ffffff;
}
.kt-separator.kt-separator--dark {
  border-bottom: 1px solid #282a3c;
}
.kt-separator.kt-separator--dark.kt-separator--dashed {
  border-bottom: 1px dashed #282a3c;
}
.kt-separator.kt-separator--primary {
  border-bottom: 1px solid #5867dd;
}
.kt-separator.kt-separator--primary.kt-separator--dashed {
  border-bottom: 1px dashed #5867dd;
}
.kt-separator.kt-separator--success {
  border-bottom: 1px solid #0abb87;
}
.kt-separator.kt-separator--success.kt-separator--dashed {
  border-bottom: 1px dashed #0abb87;
}
.kt-separator.kt-separator--info {
  border-bottom: 1px solid #5578eb;
}
.kt-separator.kt-separator--info.kt-separator--dashed {
  border-bottom: 1px dashed #5578eb;
}
.kt-separator.kt-separator--warning {
  border-bottom: 1px solid #ffb822;
}
.kt-separator.kt-separator--warning.kt-separator--dashed {
  border-bottom: 1px dashed #ffb822;
}
.kt-separator.kt-separator--danger {
  border-bottom: 1px solid #fd397a;
}
.kt-separator.kt-separator--danger.kt-separator--dashed {
  border-bottom: 1px dashed #fd397a;
}
.kt-svg-icon {
  height: 23px;
  width: 23px;
}
.kt-svg-icon g [fill] {
  fill: #5d78ff;
}
.kt-svg-icon.kt-svg-icon--brand g [fill] {
  fill: #5d78ff !important;
}
.kt-svg-icon.kt-svg-icon--light g [fill] {
  fill: #ffffff !important;
}
.kt-svg-icon.kt-svg-icon--dark g [fill] {
  fill: #282a3c !important;
}
.kt-svg-icon.kt-svg-icon--primary g [fill] {
  fill: #5867dd !important;
}
.kt-svg-icon.kt-svg-icon--success g [fill] {
  fill: #0abb87 !important;
}
.kt-svg-icon.kt-svg-icon--info g [fill] {
  fill: #5578eb !important;
}
.kt-svg-icon.kt-svg-icon--warning g [fill] {
  fill: #ffb822 !important;
}
.kt-svg-icon.kt-svg-icon--danger g [fill] {
  fill: #fd397a !important;
}
.kt-svg-icon.kt-svg-icon--sm {
  height: 20px;
  width: 20px;
}
.kt-svg-icon.kt-svg-icon--md {
  height: 30px;
  width: 30px;
}
.kt-svg-icon.kt-svg-icon--lg {
  height: 40px;
  width: 40px;
}
.kt-svg-icon.kt-svg-icon--xl {
  height: 50px;
  width: 50px;
}
.kt-widget1 {
  padding: 25px;
}
.kt-widget1.kt-widget1--fit {
  padding: 0;
}
.kt-widget1.kt-widget1--paddingless {
  padding: 0;
}
.kt-widget1 .kt-widget1__item {
  padding: 1.1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.07rem dashed #ebedf2;
}
.kt-widget1 .kt-widget1__item:last-child {
  padding-bottom: 0;
}
.kt-widget1 .kt-widget1__item:first-child {
  padding-top: 0;
}
.kt-widget1 .kt-widget1__item .kt-widget1__info .kt-widget1__title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #595d6e;
}
.kt-widget1 .kt-widget1__item .kt-widget1__info .kt-widget1__desc {
  font-size: 1rem;
  font-weight: normal;
  color: #74788d;
}
.kt-widget1 .kt-widget1__item .kt-widget1__number {
  font-size: 1.4rem;
  font-weight: 600;
  color: #74788d;
}
.kt-widget1 .kt-widget1__item:last-child {
  border-bottom: 0;
}
@media (max-width: 1024px) {
  .kt-widget1 {
    padding: 15px;
  }
}
.kt-widget2 .kt-widget2__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.4rem;
  position: relative;
}
.kt-widget2 .kt-widget2__item:before {
  position: absolute;
  display: block;
  width: 0.3rem;
  border-radius: 4px;
  width: 4px;
  border-radius: 4px;
  height: 100%;
  left: 0.8rem;
  content: "";
}
.kt-widget2 .kt-widget2__item .kt-widget2__checkbox {
  padding: 1rem 0 0 2.2rem;
}
.kt-widget2 .kt-widget2__item .kt-widget2__info {
  display: flex;
  flex-direction: column;
  padding-left: 0.23rem 0 0 0.3rem;
}
.kt-widget2 .kt-widget2__item .kt-widget2__info .kt-widget2__title {
  font-weight: 500;
  margin: 0;
  color: #595d6e;
  transition: color 0.3s ease;
}
.kt-widget2 .kt-widget2__item .kt-widget2__info .kt-widget2__title:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget2 .kt-widget2__item .kt-widget2__info .kt-widget2__username {
  text-decoration: none;
  font-size: 0.9rem;
  color: #74788d;
  transition: color 0.3s ease;
}
.kt-widget2 .kt-widget2__item .kt-widget2__info .kt-widget2__username:hover {
  text-decoration: none;
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget2 .kt-widget2__item .kt-widget2__actions {
  flex-grow: 1;
  text-align: right;
  padding: 0 0.5rem 0 0.8rem;
}
.kt-widget2 .kt-widget2__item .kt-widget2__actions a {
  text-decoration: none;
}
.kt-widget2 .kt-widget2__item .kt-widget2__actions i {
  font-size: 2.1rem;
}
.kt-widget2 .kt-widget2__item.kt-widget2__item--brand:before {
  background: #5d78ff;
}
.kt-widget2 .kt-widget2__item.kt-widget2__item--light:before {
  background: #ffffff;
}
.kt-widget2 .kt-widget2__item.kt-widget2__item--dark:before {
  background: #282a3c;
}
.kt-widget2 .kt-widget2__item.kt-widget2__item--primary:before {
  background: #5867dd;
}
.kt-widget2 .kt-widget2__item.kt-widget2__item--success:before {
  background: #0abb87;
}
.kt-widget2 .kt-widget2__item.kt-widget2__item--info:before {
  background: #5578eb;
}
.kt-widget2 .kt-widget2__item.kt-widget2__item--warning:before {
  background: #ffb822;
}
.kt-widget2 .kt-widget2__item.kt-widget2__item--danger:before {
  background: #fd397a;
}
.kt-widget3 .kt-widget3__item {
  margin-bottom: 1rem;
  border-bottom: 0.07rem dashed #ebedf2;
}
.kt-widget3 .kt-widget3__item .kt-widget3__header {
  margin-top: 1.5rem;
  padding-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__user-img .kt-widget3__img {
  width: 3.2rem;
  border-radius: 50%;
}
.kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__info {
  padding-left: 1rem;
}
.kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__info .kt-widget3__username {
  font-weight: 500;
  color: #595d6e;
  transition: color 0.3s ease;
}
.kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__info .kt-widget3__username:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__info .kt-widget3__time {
  font-size: 0.9rem;
  font-weight: 400;
  color: #74788d;
}
.kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__status {
  font-weight: 500;
  flex-grow: 1;
  text-align: right;
}
.kt-widget3 .kt-widget3__item .kt-widget3__body .kt-widget3__text {
  color: #74788d;
}
.kt-widget3 .kt-widget3__item:last-child {
  border-bottom: 0;
}
.kt-widget3 .kt-widget3__item:first-child .kt-widget3__header {
  margin-top: 0;
}
.kt-widget4 .kt-widget4__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ebedf2;
}
.kt-widget4 .kt-widget4__item .kt-widget4__pic {
  padding-right: 1rem;
}
.kt-widget4 .kt-widget4__item .kt-widget4__pic img {
  width: 2.5rem;
  border-radius: 4px;
}
.kt-widget4 .kt-widget4__item .kt-widget4__pic.kt-widget4__pic--sm img {
  width: 2.5rem;
}
.kt-widget4 .kt-widget4__item .kt-widget4__pic.kt-widget4__pic--lg img {
  width: 3.5rem;
}
.kt-widget4 .kt-widget4__item .kt-widget4__pic.kt-widget4__pic--xl img {
  width: 4rem;
}
.kt-widget4 .kt-widget4__item .kt-widget4__pic.kt-widget4__pic--circle img {
  border-radius: 50%;
}
.kt-widget4 .kt-widget4__item .kt-widget4__img {
  margin-right: 0.5rem;
}
.kt-widget4 .kt-widget4__item .kt-widget4__info {
  display: flex;
  flex-direction: column;
  padding-right: 1.25rem;
  flex-grow: 1;
}
.kt-widget4 .kt-widget4__item .kt-widget4__info .kt-widget4__username {
  font-weight: 500;
  font-size: 1rem;
  color: #595d6e;
  transition: color 0.3s ease;
}
.kt-widget4 .kt-widget4__item .kt-widget4__info .kt-widget4__username:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget4 .kt-widget4__item .kt-widget4__info .kt-widget4__title {
  font-weight: 500;
  font-size: 1.1rem;
  color: #595d6e;
}
.kt-widget4 .kt-widget4__item .kt-widget4__info .kt-widget4__text {
  font-size: 1rem;
  margin: 0;
  color: #74788d;
}
.kt-widget4 .kt-widget4__item .kt-widget4__title {
  color: #595d6e;
  font-size: 1rem;
  font-weight: 500;
  padding-right: 1.25rem;
  flex-grow: 1;
  transition: color 0.3s ease;
}
.kt-widget4 .kt-widget4__item .kt-widget4__title.kt-widget4__title--light {
  font-weight: 400;
}
.kt-widget4 .kt-widget4__item .kt-widget4__title:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget4 .kt-widget4__item .kt-widget4__number {
  width: 7rem;
  flex-grow: 1;
  text-align: right;
  font-weight: 500;
  font-size: 1.1rem;
}
.kt-widget4 .kt-widget4__item .kt-widget4__icon {
  padding-right: 1.25rem;
}
.kt-widget4 .kt-widget4__item .kt-widget4__icon > i {
  font-size: 1.6rem;
  text-align: right;
  color: #74788d;
}
.kt-widget4 .kt-widget4__item .kt-widget4__icon.kt-widget4__icon--2x > i {
  font-size: 2.2rem;
}
.kt-widget4 .kt-widget4__item:first-child {
  padding-top: 0;
}
.kt-widget4 .kt-widget4__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.kt-widget4.kt-widget4--progress .kt-widget4__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress {
  flex: 1;
  padding-right: 1.5rem;
}
.kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress .kt-widget4__stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7rem;
}
.kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress .kt-widget4__stats > span {
  line-height: 1.1;
}
.kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress .kt-widget4__stats > span:first-child {
  font-size: 1.1rem;
  font-weight: 600;
  color: #595d6e;
}
.kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress .kt-widget4__stats > span:last-child {
  font-size: 0.9rem;
  color: #74788d;
  font-weight: 400;
}
.kt-widget4.kt-widget4--progress .kt-widget4__content .kt-widget4__progress .progress {
  width: 100%;
}
.kt-widget4 .kt-widget4__chart {
  position: relative;
}
.kt-widget4.kt-widget4--sticky {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.kt-widget4.kt-widget4--sticky .kt-widget4__items {
  flex-grow: 1;
}
.kt-widget4.kt-widget4--sticky .kt-widget4__items.kt-widget4__items--bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.kt-widget4.kt-widget4--sticky .kt-widget4__chart canvas {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kt-widget5 .kt-widget5__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.07rem dashed #ebedf2;
}
.kt-widget5 .kt-widget5__item .kt-widget5__content {
  display: flex;
  align-items: center;
}
.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__pic {
  padding-right: 1.25rem;
}
.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__pic img {
  max-width: 8.5rem;
  border-radius: 4px;
}
.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #595d6e;
  transition: color 0.3s ease;
}
.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__title:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__desc {
  margin: 0;
  padding: 0.4rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__info span:nth-child(even) {
  font-weight: 500;
  margin-right: 0.71rem;
}
.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__stats {
  display: flex;
  flex-direction: column;
}
.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__stats .kt-widget5__number {
  font-size: 1.3rem;
  font-weight: 500;
  color: #595d6e;
}
.kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__stats:first-child {
  padding-right: 3rem;
}
.kt-widget5 .kt-widget5__item .kt-widget5__content:last-child {
  flex-grow: 1;
  text-align: right;
  justify-content: flex-end;
  padding-left: 1rem;
}
.kt-widget5 .kt-widget5__item:last-child {
  border-bottom: 0;
}
@media (max-width: 1024px) {
  .kt-widget5 {
    padding: 1rem;
  }
  .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__pic {
    padding-right: 0.5rem;
  }
  .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__pic img {
    max-width: 4rem;
  }
  .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__stats .kt-widget5__number {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .kt-widget5 .kt-widget5__item .kt-widget5__content .kt-widget5__stats:first-child {
    padding-right: 1rem;
  }
}
.kt-widget6 .kt-widget6__head .kt-widget6__item {
  display: flex;
  align-items: center;
  margin-bottom: 1.07rem;
}
.kt-widget6 .kt-widget6__head .kt-widget6__item > span {
  font-size: 1rem;
  color: #74788d;
  font-weight: 400;
  flex: 1;
  text-align: left;
}
.kt-widget6 .kt-widget6__head .kt-widget6__item > span:last-child {
  text-align: right;
}
.kt-widget6 .kt-widget6__body .kt-widget6__item {
  display: flex;
  align-items: center;
  padding: 1.07rem 0;
  border-bottom: 1px dashed #ebedf2;
}
.kt-widget6 .kt-widget6__body .kt-widget6__item > span {
  color: #595d6e;
  font-weight: 400;
  flex: 1;
  text-align: left;
  font-size: 1rem;
}
.kt-widget6 .kt-widget6__body .kt-widget6__item > span:last-child {
  text-align: right;
}
.kt-widget6 .kt-widget6__body .kt-widget6__item:last-child {
  border-bottom: 0;
}
.kt-widget6 .kt-widget6__foot .kt-widget6__action {
  text-align: right;
  margin-top: 1rem;
}
.kt-widget7 .kt-widget7__desc {
  text-align: center;
  margin-top: 7rem;
  font-size: 1.3rem;
  color: #595d6e;
}
.kt-widget7 .kt-widget7__content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.kt-widget7 .kt-widget7__content .kt-widget7__userpic img {
  width: 3.6rem;
  border-radius: 50%;
}
.kt-widget7 .kt-widget7__content .kt-widget7__info {
  padding-left: 1rem;
}
.kt-widget7 .kt-widget7__content .kt-widget7__info .kt-widget7__username {
  color: #595d6e;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.kt-widget7 .kt-widget7__content .kt-widget7__info .kt-widget7__time {
  color: #74788d;
  font-size: 0.9rem;
}
.kt-widget7 .kt-widget7__button {
  text-align: center;
  margin-top: 2rem;
}
.kt-widget7.kt-widget7--skin-light .kt-widget7__desc {
  color: #fff;
}
.kt-widget7.kt-widget7--skin-light .kt-widget7__info .kt-widget7__username {
  color: #fff;
}
.kt-widget7.kt-widget7--skin-light .kt-widget7__info .kt-widget7__time {
  color: #fff;
  opacity: 0.8;
}
.kt-widget9 {
  padding: 2.2rem;
}
.kt-widget9 .kt-widget9__header {
  padding: 1.1rem 0;
  margin-bottom: 0.5rem;
}
.kt-widget9 .kt-widget9__header .kt-widget9__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #595d6e;
}
.kt-widget9 .kt-widget9__header .kt-widget9__desc {
  display: inline-block;
  margin-top: 0.2rem;
  color: #74788d;
}
.kt-widget9 .kt-widget9__header .kt-widget9__text {
  color: #74788d;
}
.kt-widget9 .kt-widget9__chart {
  position: relative;
  margin-top: 0.5rem;
}
.kt-widget9 .kt-widget9__chart .kt-widget9__stat {
  font-size: 2.4rem;
  font-weight: 700;
  color: #74788d;
}
.kt-widget10 .kt-widget10__chart {
  margin-top: 1rem;
  margin-bottom: 3.5rem;
  position: relative;
}
.kt-widget10 .kt-widget10__chart canvas {
  border-radius: 8px;
}
.kt-widget10 .kt-widget10__items .kt-widget10__item .kt-widget10__stats {
  font-size: 1.1rem;
  font-weight: 700;
  color: #74788d;
}
.kt-widget10 .kt-widget10__items .kt-widget10__item .kt-widget10__text {
  font-size: 0.9rem;
  float: right;
  margin-top: 0.3rem;
  color: #74788d;
}
.kt-widget10 .kt-widget10__items .kt-widget10__item .progress {
  margin-bottom: 1.6rem;
}
.kt-widget10 .kt-widget10__desc {
  margin-top: 1.6rem;
  font-size: 1rem;
}
.kt-widget11 .table-responsive {
  overflow-y: hidden;
}
.kt-widget11 .table thead > tr > td {
  padding: 0;
  vertical-align: top;
  border-top: 0;
  font-weight: 500;
  color: #74788d;
}
.kt-widget11 .table tbody > tr {
  border-bottom: 1px dashed #ebedf2;
}
.kt-widget11 .table tbody > tr > td {
  border: 0;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 20px;
  vertical-align: top;
  color: #595d6e;
}
.kt-widget11 .table tbody > tr > td > label {
  right: 0;
  top: 0.5rem;
  vertical-align: top;
}
.kt-widget11 .table tbody > tr > td .kt-widget11__chart {
  position: relative;
  margin-top: -0.6rem;
}
.kt-widget11 .table tbody > tr > td:last-child {
  padding-right: 0;
}
.kt-widget11 .table tbody > tr .kt-widget11__title {
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  color: #595d6e;
  transition: color 0.3s ease;
}
.kt-widget11 .table tbody > tr .kt-widget11__title:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget11 .table tbody > tr .kt-widget11__title > span {
  color: #74788d;
}
.kt-widget11 .table tbody > tr .kt-widget11__sub {
  display: block;
  font-size: 1rem;
}
.kt-widget11 .table tbody > tr:last-child {
  border: 0;
}
.kt-widget12 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.kt-widget12 .kt-widget12__content {
  display: flex;
  padding-bottom: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.kt-widget12 .kt-widget12__content .kt-widget12__item {
  display: flex;
  margin-bottom: 2.5rem;
  align-items: center;
}
.kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info {
  flex: 1;
}
.kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__desc {
  font-size: 1rem;
  color: #74788d;
  padding-bottom: 0.5rem;
  font-weight: 500;
  display: block;
}
.kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__value {
  font-size: 1.4rem;
  font-weight: 600;
  color: #595d6e;
  display: block;
}
.kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0;
  padding-top: 1rem;
}
.kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__progress .progress {
  width: 100%;
  height: 0.6rem;
}
.kt-widget12 .kt-widget12__content .kt-widget12__item .kt-widget12__info .kt-widget12__progress .kt-widget12__stat {
  font-size: 1.3rem;
  font-weight: 700;
  color: #74788d;
  padding-left: 1rem;
}
.kt-widget12 .kt-widget12__chart {
  position: relative;
}
.kt-widget12 .kt-widget12__chart canvas {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kt-widget13 {
  padding: 2rem 0;
}
.kt-widget13 .kt-widget13__item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.kt-widget13 .kt-widget13__item .kt-widget13__desc {
  color: #74788d;
  text-align: right;
  padding-right: 1rem;
  font-weight: 400;
}
.kt-widget13 .kt-widget13__item .kt-widget13__text {
  color: #74788d;
  padding-left: 1rem;
  font-weight: 400;
}
.kt-widget13 .kt-widget13__item .kt-widget13__text.kt-widget13__text--bold {
  color: #595d6e;
  font-size: 1.2rem;
  font-weight: 500;
}
.kt-widget13 .kt-widget13__item > span {
  flex: 1;
}
.kt-widget13 .kt-widget13__item:lasst-child {
  margin-bottom: 0;
}
.kt-widget13 .kt-widget13__action {
  margin-top: 30px;
  padding-top: 30px;
}
.kt-widget13 .kt-widget13__action .kt-widget__detalis {
  margin-right: 10px;
  border-top: 0.07rem dashed #ebedf2;
}
.kt-widget13 .kt-widget13__action .kt-widget13__action {
  border-top: 0.07rem dashed #ebedf2;
}
.kt-widget14 {
  padding: 25px;
}
.kt-widget14.kt-widget14--no-padding {
  padding: 0;
}
.kt-widget14 .kt-widget14__header {
  padding: 0.5rem 0 1.1rem 0;
  margin-bottom: 0.5rem;
}
.kt-widget14 .kt-widget14__header .kt-widget14__title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #595d6e;
}
.kt-widget14 .kt-widget14__header .kt-widget14__desc {
  display: inline-block;
  margin-top: 0.2rem;
  color: #74788d;
}
.kt-widget14 .kt-widget14__content {
  display: flex;
  align-items: center;
}
.kt-widget14 .kt-widget14__legends {
  padding-left: 2rem;
  flex-grow: 1;
}
.kt-widget14 .kt-widget14__legends .kt-widget14__legend {
  display: flex;
  align-items: center;
}
.kt-widget14 .kt-widget14__legends .kt-widget14__legend .kt-widget14__bullet {
  width: 1.5rem;
  height: 0.45rem;
  border-radius: 1.1rem;
}
.kt-widget14 .kt-widget14__legends .kt-widget14__legend .kt-widget14__stats {
  color: #74788d;
  font-weight: 500;
  flex: 1;
  padding-left: 1rem;
}
.kt-widget14 .kt-widget14__legends .kt-widget14__legend:not(:first-child):not(:last-child) {
  padding: 0.5rem 0;
}
.kt-widget14 .kt-widget14__chart {
  position: relative;
}
.kt-widget14 .kt-widget14__chart .kt-widget14__stat {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 2.2rem;
  font-weight: 500;
  color: #a2a5b9;
  opacity: 0.7;
}
.kt-widget14 .kt-widget14__chart canvas {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .kt-widget14 {
    padding: 15px;
  }
  .kt-widget14 .kt-widget14__legends {
    padding-left: 0.5rem;
  }
}
.kt-widget15 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.kt-widget15 .kt-widget15__items {
  flex-grow: 1;
}
.kt-widget15 .kt-widget15__items.kt-widget15__items--bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.kt-widget15 .kt-widget15__items .kt-widget15__item .kt-widget15__stats {
  font-size: 1.1rem;
  font-weight: 500;
  color: #74788d;
}
.kt-widget15 .kt-widget15__items .kt-widget15__item .kt-widget15__text {
  font-size: 1rem;
  float: right;
  margin-top: 0.3rem;
  font-weight: 400;
  color: #74788d;
}
.kt-widget15 .kt-widget15__items .kt-widget15__item .progress {
  margin-bottom: 1.6rem;
  height: 0.45rem;
}
.kt-widget15 .kt-widget15__items .kt-widget15__desc {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #74788d;
}
.kt-widget16 {
  display: flex;
}
.kt-widget16 .kt-widget16__items {
  flex: 1;
  padding-right: 1rem;
  width: 50%;
}
.kt-widget16 .kt-widget16__items .kt-widget16__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0;
  border-bottom: 1px dashed #ebedf2;
}
.kt-widget16 .kt-widget16__items .kt-widget16__item .kt-widget16__sceduled {
  font-weight: 500;
  color: #74788d;
  font-size: 1rem;
}
.kt-widget16 .kt-widget16__items .kt-widget16__item .kt-widget16__amount {
  font-size: 1rem;
  font-weight: 500;
  color: #74788d;
  text-align: right;
}
.kt-widget16 .kt-widget16__items .kt-widget16__item .kt-widget16__date {
  font-size: 1rem;
  font-weight: 300;
  color: #74788d;
}
.kt-widget16 .kt-widget16__items .kt-widget16__item .kt-widget16__price {
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
}
.kt-widget16 .kt-widget16__items .kt-widget16__item:last-child {
  border-bottom: 0;
}
.kt-widget16 .kt-widget16__stats {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 1rem;
  width: 50%;
}
.kt-widget16 .kt-widget16__stats .kt-widget16__legends {
  font-weight: 1;
  padding-left: 2rem;
}
.kt-widget16 .kt-widget16__stats .kt-widget16__legends .kt-widget16__legend .kt-widget16__bullet {
  width: 1.5rem;
  height: 0.45rem;
  display: inline-block;
  border-radius: 1.1rem;
  margin: 0 1rem 0.1rem 0;
}
.kt-widget16 .kt-widget16__stats .kt-widget16__legends .kt-widget16__legend .kt-widget16__stat {
  display: inline-block;
  color: #74788d;
  font-weight: 500;
}
.kt-widget16 .kt-widget16__stats .kt-widget16__legends .kt-widget16__legend:not(:first-child):not(:last-child) {
  padding: 0.5rem 0;
}
.kt-widget16 .kt-widget16__stats .kt-widget16__legends:last-child {
  margin-bottom: 0;
}
.kt-widget16 .kt-widget16__stats .kt-widget16__visual .kt-widget16__chart {
  margin-top: 0.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.kt-widget16 .kt-widget16__stats .kt-widget16__visual .kt-widget16__chart .kt-widget16__stat {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 2.2rem;
  font-weight: 500;
  color: #a2a5b9;
}
.kt-widget16 .kt-widget16__stats .kt-widget16__visual .kt-widget16__chart canvas {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .kt-widget16 {
    display: flex;
    flex-direction: column;
  }
  .kt-widget16 .kt-widget16__items {
    width: 100%;
  }
  .kt-widget16 .kt-widget16__stats {
    width: 100%;
  }
  .kt-widget16 .kt-widget16__stats .kt-widget16__legends {
    padding-left: 1rem;
  }
}
.kt-widget17 .kt-widget17__visual {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kt-widget17 .kt-widget17__visual .kt-widget17__chart {
  position: relative;
  padding-top: 8rem;
}
.kt-widget17 .kt-widget17__stats {
  display: column;
  margin: -4.3rem auto 0 auto;
  position: relative;
  width: 90%;
}
.kt-widget17 .kt-widget17__stats .kt-widget17__items {
  display: flex;
}
.kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item {
  padding: 2rem;
  flex: 1;
  overflow: hidden;
  background-color: white;
  margin: 0.3rem;
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.06);
  cursor: pointer;
  transition: all 0.3s ease;
}
.kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__icon {
  display: block;
}
.kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__icon > i {
  font-size: 2.6rem;
}
.kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__icon svg {
  margin-left: -4px;
  width: 38px;
  height: 38px;
}
.kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__subtitle {
  display: block;
  margin-top: 0.75rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #595d6e;
}
.kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item .kt-widget17__desc {
  display: block;
  font-size: 1rem;
  color: #74788d;
}
.kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item:hover {
  transition: all 0.3s ease;
  box-shadow: 0px 1px 21px 1px rgba(69, 65, 78, 0.12);
}
@media (max-width: 768px) {
  .kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item {
    padding-left: 0.5rem;
  }
}
.kt-widget19 .kt-widget19__pic {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.kt-widget19 .kt-widget19__pic > img {
  width: 100%;
}
.kt-widget19 .kt-widget19__pic .kt-widget19__shadow {
  position: absolute;
  top: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.5) 90%) no-repeat scroll 0 0;
}
.kt-widget19 .kt-widget19__pic .kt-widget19__title {
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 1;
  padding-left: 25px;
  padding-bottom: 12.5px;
  color: #595d6e;
}
.kt-widget19 .kt-widget19__pic .kt-widget19__labels {
  position: absolute;
  top: 25px;
  left: 25px;
}
@media (max-width: 1024px) {
  .kt-widget19 .kt-widget19__pic .kt-widget19__labels {
    top: 15px;
    left: 15px;
  }
}
.kt-widget19 .kt-widget19__wrapper {
  margin-bottom: 1rem;
}
.kt-widget19 .kt-widget19__wrapper .kt-widget19__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1.75rem 0;
}
.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__userpic > img {
  width: 3.2rem;
  border-radius: 100%;
}
.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__info {
  padding-left: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__info .kt-widget19__username {
  font-size: 1.1rem;
  font-weight: 500;
  color: #595d6e;
  transition: color 0.3s ease;
}
.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__info .kt-widget19__username:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__info .kt-widget19__time {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__stats {
  font-size: 1rem;
  font-weight: 500;
}
.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__stats .kt-widget19__number {
  font-size: 1.4rem;
  font-weight: 700;
}
.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__stats .kt-widget19__comment {
  font-size: 0.9rem;
  color: #74788d;
  transition: color 0.3s ease;
}
.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__stats .kt-widget19__comment:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__stats span {
  text-align: center;
  display: block;
}
.kt-widget19 .kt-widget19__wrapper .kt-widget19__text {
  text-align: justify;
  color: #74788d;
  font-size: 1.1rem;
  font-weight: 400;
}
.kt-widget19 .kt-widget19__action {
  margin-top: 1.5rem;
}
.kt-widget20 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.kt-widget20 .kt-widget20__content {
  display: flex;
  padding-top: 1.15rem;
  padding-bottom: 1.25rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.kt-widget20 .kt-widget20__content .kt-widget20__desc {
  color: #74788d;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.25rem;
}
.kt-widget20 .kt-widget20__content .kt-widget20__number {
  flex-grow: 1;
  font-weight: 600;
  font-size: 1.8rem;
}
.kt-widget20 .kt-widget20__chart {
  position: relative;
}
.kt-widget20 .kt-widget20__chart canvas {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kt-widget21 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.kt-widget21 .kt-widget21__content {
  display: flex;
  padding-top: 1.15rem;
  padding-bottom: 1.25rem;
  flex-grow: 1;
  display: flex;
}
.kt-widget21 .kt-widget21__content .kt-widget21__item {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 2rem;
  margin-top: 1.5rem;
}
.kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__icon i {
  font-size: 1.4rem;
}
.kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__info {
  padding-left: 1rem;
  flex: 1;
}
.kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__info .kt-widget21__title {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  color: #595d6e;
}
.kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__info .kt-widget21__sub {
  display: block;
  font-size: 1rem;
  color: #74788d;
}
.kt-widget21 .kt-widget21__chart {
  position: relative;
}
.kt-widget21 .kt-widget21__chart canvas {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 768px) {
  .kt-widget21 .kt-widget21__content .kt-widget21__item {
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .kt-widget21 .kt-widget21__content .kt-widget21__item .kt-widget21__info {
    padding-left: 0.5rem;
  }
}
.kt-widget24 {
  padding: 25px;
  flex: 1;
}
.kt-widget24 .kt-widget24__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kt-widget24 .kt-widget24__details .kt-widget24__info .kt-widget24__title {
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  color: #595d6e;
  transition: color 0.3s ease;
}
.kt-widget24 .kt-widget24__details .kt-widget24__info .kt-widget24__title:hover {
  transition: color 0.3s ease;
  color: #5d78ff;
}
.kt-widget24 .kt-widget24__details .kt-widget24__info .kt-widget24__desc {
  color: #74788d;
  font-weight: 400;
}
.kt-widget24 .kt-widget24__details .kt-widget24__stats {
  font-size: 1.75rem;
  font-weight: 500;
  padding-left: 0.5rem;
}
.kt-widget24 .progress {
  height: 0.5rem;
  margin: 2rem 0 0.5rem 0;
}
.kt-widget24 .kt-widget24__action {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
.kt-widget24 .kt-widget24__action .kt-widget24__change {
  color: #74788d;
}
.kt-widget24 .kt-widget24__action .kt-widget24__number {
  color: #74788d;
}
.kt-widget24.kt-widget24--solid {
  border: 1px solid #ebedf2;
  padding: 1rem;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .kt-widget24 {
    padding: 15px;
  }
}
.kt-widget25 {
  margin: 2rem 0;
}
.kt-widget25 .kt-widget25__stats {
  font-size: 4.5rem;
  font-weight: 500;
  color: #595d6e;
}
.kt-widget25 .kt-widget25__subtitle {
  color: #74788d;
  font-size: 1.1rem;
  padding-left: 1rem;
}
.kt-widget25 .kt-widget25__items {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.kt-widget25 .kt-widget25__items .kt-widget25__item {
  flex: 1;
}
.kt-widget25 .kt-widget25__items .kt-widget25__item .kt-widget25__progress-sub {
  display: inline-block;
  margin-top: 6px;
  font-size: 1.1rem;
  font-weight: 500;
}
.kt-widget25 .kt-widget25__items .kt-widget25__item .kt-widget25__number {
  font-size: 2rem;
  font-weight: 600;
}
.kt-widget25 .kt-widget25__items .kt-widget25__item .progress {
  height: 0.5rem;
}
.kt-widget25 .kt-widget25__items .kt-widget25__item .kt-widget25__desc {
  font-size: 1.1rem;
  font-weight: 500;
  color: #74788d;
  padding-top: 0.7rem;
  display: block;
}
.kt-widget25 .kt-widget25__items .kt-widget25__item:not(:first-child):not(:last-child) {
  margin: 0 2rem;
}
.kt-widget26 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.kt-widget26 .kt-widget26__content {
  display: flex;
  padding-bottom: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.kt-widget26 .kt-widget26__content .kt-widget26__number {
  font-weight: 600;
  font-size: 1.8rem;
}
.kt-widget26 .kt-widget26__content .kt-widget26__desc {
  color: #74788d;
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 0.55rem;
}
.kt-widget26 .kt-widget26__chart {
  position: relative;
}
.kt-widget26 .kt-widget26__chart canvas {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kt-widget27 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kt-widget27 .kt-widget27__visual {
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kt-widget27 .kt-widget27__visual > img {
  width: 100%;
  height: 286px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kt-widget27 .kt-widget27__visual .kt-widget27__title {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 1;
  color: #ffffff;
}
.kt-widget27 .kt-widget27__visual .kt-widget27__title > span {
  font-size: 4.5rem;
}
.kt-widget27 .kt-widget27__visual .kt-widget27__title > span > span {
  font-size: 2.5rem;
  padding-right: 0.4rem;
}
.kt-widget27 .kt-widget27__visual .kt-widget27__btn .btn {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block;
  padding: 1rem 2.5rem;
}
.kt-widget27 .kt-widget27__visual .kt-widget27__btn .btn:hover, .kt-widget27 .kt-widget27__visual .kt-widget27__btn .btn:focus, .kt-widget27 .kt-widget27__visual .kt-widget27__btn .btn:active {
  background-color: #fff;
}
.kt-widget27 .kt-widget27__container {
  margin: 3rem 0;
  width: 100%;
  padding: 1rem 0.5rem 0 0.5rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kt-widget27 .kt-widget27__container .nav {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0.7rem;
}
.kt-widget27 .kt-widget27__container .nav .nav-item {
  display: table-cell;
}
.kt-widget27 .kt-widget27__container .nav .nav-item > a {
  text-align: center;
  font-weight: 600;
  padding: 0.8rem 0 0.8rem 0;
  color: #74788d;
  border: 1px solid #f7f8fa;
}
.kt-widget27 .kt-widget27__container .nav .nav-item > a.active {
  background-color: #5d78ff;
  border-color: #5d78ff !important;
  color: #ffffff;
}
.kt-widget27 .kt-widget27__container .tab-content {
  padding: 0 1rem;
}
.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__header {
  padding: 1.1rem 0;
  margin-bottom: 0.5rem;
}
.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__header .kt-widget27__title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0;
}
.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__header .kt-widget27__desc {
  display: inline-block;
  margin-top: 0.2rem;
}
.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__legends .kt-widget27__legend {
  margin-bottom: 0.9rem;
}
.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__legends .kt-widget27__legend:last-child {
  margin-bottom: 0;
}
.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__legends .kt-widget27__legend .kt-widget27__stats {
  color: #74788d;
  display: inline-block;
  font-weight: 500;
}
.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__legends .kt-widget27__legend .kt-widget27__bullet {
  width: 1.5rem;
  height: 0.45rem;
  display: inline-block;
  border-radius: 1.1rem;
  margin: 0 1rem 0.1rem 0;
}
.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__chart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  flex: 1;
}
.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__chart .kt-widget27__stat {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 2.2rem;
  font-weight: 500;
  color: #74788d;
}
.kt-widget27 .kt-widget27__container .tab-content .kt-widget27__chart canvas {
  position: relative;
  z-index: 1;
}
.kt-widget28 .kt-widget28__visual {
  position: relative;
  min-height: 286px;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kt-widget28 .kt-widget28__wrapper {
  width: 100%;
}
.kt-widget28 .kt-widget28__wrapper .nav {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 1.2rem;
  margin-top: -8rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 1rem;
}
.kt-widget28 .kt-widget28__wrapper .nav .nav-item {
  display: table-cell;
}
.kt-widget28 .kt-widget28__wrapper .nav .nav-item > a {
  text-align: center;
  padding: 1rem 0 1rem 0;
  border: 1px solid rgba(255, 255, 255, 0);
}
.kt-widget28 .kt-widget28__wrapper .nav .nav-item > a > span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}
.kt-widget28 .kt-widget28__wrapper .nav .nav-item > a > span > i {
  font-size: 2.2rem;
  margin-right: 0;
  padding-bottom: 1rem;
  padding-top: 0.4rem;
}
.kt-widget28 .kt-widget28__wrapper .nav .nav-item > a > span:last-child {
  font-weight: 400;
  font-size: 1rem;
}
.kt-widget28 .kt-widget28__wrapper .nav .nav-item > a.active {
  border: 1px solid white;
  background-color: transparent;
}
.kt-widget28 .kt-widget28__wrapper .nav .nav-item > a.active > span {
  color: #fff;
  transition: color 0.3s ease;
}
.kt-widget28 .kt-widget28__wrapper .nav .nav-item > a.active > span > i {
  color: #fff;
  transition: color 0.3s ease;
}
.kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:focus, .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:active, .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:hover {
  background-color: transparent;
}
.kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:focus > span, .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:active > span, .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:hover > span {
  color: #fff;
  transition: color 0.3s ease;
}
.kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:focus > span > i, .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:active > span > i, .kt-widget28 .kt-widget28__wrapper .nav .nav-item > a:hover > span > i {
  color: #fff;
  transition: color 0.3s ease;
}
.kt-widget28 .kt-widget28__wrapper .tab-content {
  margin-top: 2rem;
}
.kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item {
  margin-top: 1.2rem;
  border-bottom: 1px solid #ebedf2;
}
.kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item > span {
  display: block;
}
.kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item > span:first-child {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item > span:last-child {
  color: #595d6e;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item:first-child {
  margin-top: 0;
}
.kt-widget28 .kt-widget28__wrapper .tab-content .tab-pane .kt-widget28__tab-items .kt-widget28__tab-item:last-child {
  border-bottom: none;
}
.kt-widget29 {
  margin-top: 1rem;
}
.kt-widget29 .kt-widget29__content {
  margin-bottom: 1.25rem;
  padding: 2rem;
  background-color: #fff;
}
.kt-widget29 .kt-widget29__content .kt-widget29__title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #595d6e;
}
.kt-widget29 .kt-widget29__content .kt-widget29__item {
  display: flex;
}
.kt-widget29 .kt-widget29__content .kt-widget29__item .kt-widget29__info {
  flex: 1;
  text-align: left;
}
.kt-widget29 .kt-widget29__content .kt-widget29__item .kt-widget29__info .kt-widget29__subtitle {
  display: block;
  color: #74788d;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.25rem 0;
}
.kt-widget29 .kt-widget29__content .kt-widget29__item .kt-widget29__info .kt-widget29__stats {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
.kt-widget29 .kt-widget29__content:last-child {
  margin-bottom: 0;
}
.kt-widget29 .kt-widget29__actions {
  margin-top: 1.5rem;
  padding: 0rem;
}
@media (max-width: 768px) {
  .kt-widget29 .kt-widget29__content {
    padding: 2.2rem 1rem;
  }
  .kt-widget29 .kt-widget29__content .kt-widget29__item .kt-widget29__info > span {
    padding-right: 1rem;
  }
  .kt-widget29 .kt-widget29__content .kt-widget29__item .kt-widget29__info > span:last-child {
    padding-right: 0;
  }
}
.kt-widget30 {
  margin: 1.5rem 0;
}
.kt-widget30 .kt-widget30__head {
  padding: 0;
  max-width: 100%;
  margin: 0 auto 2rem auto;
}
.kt-widget30 .kt-widget30__head .owl-carousel .carousel {
  cursor: pointer;
  text-align: center;
  padding: 1rem 0;
  margin: 1rem 1rem;
  box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
.kt-widget30 .kt-widget30__head .owl-carousel .carousel > span {
  display: block;
}
.kt-widget30 .kt-widget30__head .owl-carousel .carousel > span:first-child {
  font-size: 1.1rem;
  font-weight: 500;
  color: #595d6e;
}
.kt-widget30 .kt-widget30__head .owl-carousel .carousel > span:last-child {
  font-size: 0.9rem;
  font-weight: 400;
  color: #74788d;
}
.kt-widget30 .kt-widget30__head .owl-carousel .center > div {
  cursor: auto;
  background-color: #5d78ff;
  box-shadow: 0px 2px 14px 2px rgba(93, 120, 255, 0.2);
}
.kt-widget30 .kt-widget30__head .owl-carousel .center > div > span:first-child {
  color: #ffffff;
}
.kt-widget30 .kt-widget30__head .owl-carousel .center > div > span:last-child {
  color: rgba(255, 255, 255, 0.7);
}
.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items {
  padding: 0 2.2rem;
  border-bottom: 1px dashed #ebedf2;
}
.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item .kt-widget30__pic > img {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item .kt-widget30__info {
  width: 100%;
  text-align: left;
  padding: 0 1rem;
  font-weight: 500;
  color: #74788d;
}
.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item .kt-widget30__info > a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #595d6e;
  transition: color 0.3s ease;
}
.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item .kt-widget30__info > a:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item .kt-widget30__info > span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items .kt-widget30__item:last-child {
  border-bottom: none;
}
.kt-widget30 .kt-widget30__body .owl-carousel .kt-widget30__items:last-child {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .kt-widget30 {
    margin: 1rem 0;
  }
}
.kt-widget31 .kt-widget31__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.kt-widget31 .kt-widget31__item .kt-widget31__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__pic > img {
  width: 4rem;
  border-radius: 50%;
}
.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__info {
  padding: 0 1.2rem;
  flex-grow: 1;
}
.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__info .kt-widget31__username {
  font-weight: 500;
  font-size: 1.1rem;
  color: #595d6e;
  transition: color 0.3s ease;
}
.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__info .kt-widget31__username:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__info .kt-widget31__text {
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
  color: #74788d;
}
.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress {
  flex: 1;
  padding-right: 3rem;
}
.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress .kt-widget31__stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7rem;
}
.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress .kt-widget31__stats > span {
  line-height: 1.1;
}
.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress .kt-widget31__stats > span:first-child {
  font-size: 1.1rem;
  font-weight: 500;
  color: #595d6e;
}
.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress .kt-widget31__stats > span:last-child {
  font-size: 1rem;
  color: #74788d;
  font-weight: 400;
}
.kt-widget31 .kt-widget31__item .kt-widget31__content .kt-widget31__progress .progress {
  width: 100%;
}
.kt-widget31 .kt-widget31__item .kt-widget31__content:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.kt-widget31 .kt-widget31__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .kt-widget31 .kt-widget31__item {
    display: flex;
    flex-wrap: wrap;
  }
  .kt-widget31 .kt-widget31__item .kt-widget31__content {
    width: 100%;
  }
  .kt-widget31 .kt-widget31__item .kt-widget31__content:last-child {
    width: 100%;
    margin: 1rem 0;
  }
}
.kt-widget__files .kt-widget__media {
  text-align: center;
}
.kt-widget__files .kt-widget__media img {
  width: 5rem;
}
.kt-widget__files .kt-widget__media g [fill] {
  fill: rgba(40, 42, 60, 0.2);
}
.kt-widget__files .kt-widget__media .kt-widget__icon {
  height: 5rem;
  display: block;
  text-align: center;
}
.kt-widget__files .kt-widget__media .kt-widget__icon svg {
  width: 4rem;
  height: 4rem;
}
.kt-widget__files .kt-widget__desc {
  text-align: center;
  display: block;
  font-weight: 500;
  color: #595d6e;
  font-size: 1.2rem;
  padding-top: 5rem;
}
.kt-widget__files .kt-widget__desc:hover {
  color: #5d78ff;
  transition: all 0.3s ease;
}
.kt-widget__files .kt-widget__desc.kt-widget__desc--m {
  padding-top: 1rem;
  margin-bottom: 4rem;
}
.kt-widget33 .kt-widget33__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3rem;
}
.kt-widget33 .kt-widget33__head .kt-widget33__title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #595d6e;
}
.kt-widget33 .kt-widget33__head .kt-widget33__title:hover {
  color: #5d78ff;
  transition: all 0.3s ease;
}
.kt-widget33 .kt-widget33__body .kt-widget33__title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #595d6e;
}
.kt-widget33 .kt-widget33__body .kt-widget33__title:hover {
  color: #5d78ff;
  transition: all 0.3s ease;
}
.kt-widget33 .kt-widget33__body .kt-widget33__desc {
  display: block;
  font-weight: 500;
  color: #74788d;
}
.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #ebedf2;
}
.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__pic {
  width: 8rem;
  margin-right: 2rem;
  border-radius: 4px;
}
.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__content {
  flex-grow: 1;
  margin-top: -0.4rem;
}
.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__content .kt-widget33__subtitle {
  font-weight: 500;
  color: #74788d;
  margin-bottom: 0.5rem;
  display: block;
}
.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__content .kt-widget33__action {
  display: flex;
  align-items: center;
}
.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__content .kt-widget33__action .kt-widget33__check {
  border-radius: 4px;
}
.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__content .kt-widget33__action .btn {
  width: 23px;
  height: 23px;
  padding: 0;
  margin: 0;
}
.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__content .kt-widget33__action .btn i {
  padding: 0;
  font-size: 0.8rem;
}
.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__content .kt-widget33__action span {
  font-size: 1.2rem;
  font-weight: 600;
  color: #595d6e;
  padding-left: 1rem;
}
.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item .kt-widget33__price {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
  font-weight: 600;
  color: #595d6e;
  margin-top: -2.7rem;
}
.kt-widget33 .kt-widget33__body .kt-widget33__items .kt-widget33__item:last-child {
  border-bottom: none;
}
.kt-widget33 .kt-widget33__foot .kt-widget33__section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.kt-widget33 .kt-widget33__foot .kt-widget33__section .kt-widget33__desc {
  font-weight: 600;
  font-size: 1.2rem;
  color: #48465b;
}
.kt-widget33 .kt-widget33__foot .kt-widget33__section .kt-widget33__subtotal {
  font-weight: 600;
  color: #48465b;
  font-size: 1.2rem;
}
.kt-widget33 .kt-widget33__foot .kt-widget33__button {
  text-align: center;
}
.kt-widget33 .kt-widget33__foot .kt-widget33__button .btn {
  width: 100%;
  padding: 1rem 0;
}
.kt-widget.kt-widget--user-profile-1 {
  padding-bottom: 1.7rem;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__head {
  display: flex;
  align-items: flex-start;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__media img {
  width: 90px;
  max-width: 100%;
  border-radius: 8px;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content {
  padding-left: 1.6rem;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username {
  font-size: 1.3rem;
  color: #48465b;
  font-weight: 500;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username i {
  font-size: 1.1rem;
  padding-left: 0.4rem;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__subtitle {
  font-size: 1;
  display: block;
  padding: 0.25rem 0 0 0;
  font-weight: 500;
  color: #74788d;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__action {
  margin-top: 1rem;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__action .btn {
  margin-right: 0.4rem;
  font-weight: 600;
  padding: 0.3rem 1rem;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content {
  padding: 1.9rem 0 2.1rem 0;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info .kt-widget__label {
  color: #48465b;
  font-weight: 500;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info .kt-widget__data {
  color: #74788d;
  font-weight: 400;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info a.kt-widget__data:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info:last-child {
  padding-bottom: 0;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.05rem 0.9rem 0.6rem;
  margin: 0.4rem 0;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item.kt-widget__item--active {
  transition: color 0.3s ease;
  background: #f2f3f7;
  border-radius: 4px;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item.kt-widget__item--active .kt-widget__section .kt-widget__desc {
  color: #5d78ff;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item.kt-widget__item--active .kt-widget__section .kt-widget__icon .kt-svg-icon g [fill] {
  fill: #5d78ff;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item .kt-widget__section .kt-widget__icon svg {
  width: 2rem;
  height: 1.5rem;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item .kt-widget__section .kt-widget__icon .kt-svg-icon g [fill] {
  fill: #74788d;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item .kt-widget__section .kt-widget__desc {
  color: #74788d;
  font-weight: 500;
  padding-left: 0.3rem;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item:hover {
  transition: color 0.3s ease;
  background: #f2f3f7;
  cursor: pointer;
  border-radius: 4px;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item:hover .kt-widget__desc {
  color: #5d78ff;
}
.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__items .kt-widget__item:hover .kt-widget__icon .kt-svg-icon g [fill] {
  fill: #5d78ff;
}
.kt-portlet__body.kt-portlet__body--fit-y .kt-widget {
  margin-top: -10px;
}
@media (max-width: 1024px) {
  .kt-widget.kt-widget--user-profile-1 {
    padding-bottom: 1.2rem;
  }
  .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__media img {
    max-width: 60px;
  }
  .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username {
    font-size: 1.1rem;
    color: #48465b;
    font-weight: 500;
  }
  .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__action {
    margin-top: 0.5rem;
  }
  .kt-widget.kt-widget--user-profile-1 .kt-widget__head .kt-widget__content .kt-widget__action .btn {
    margin-right: 0.4rem;
    font-weight: 500;
    padding: 0.25rem 1.25rem;
  }
  .kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content {
    padding-bottom: 2rem;
  }
}
.kt-widget.kt-widget--user-profile-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head {
  display: flex;
  align-items: center;
  margin-top: -45px;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__img {
  max-width: 90px;
  border-radius: 50%;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-size: 1.5rem;
  border-radius: 50%;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--brand {
  background: rgba(93, 120, 255, 0.1);
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--light {
  background: rgba(255, 255, 255, 0.1);
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--dark {
  background: rgba(40, 42, 60, 0.1);
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--primary {
  background: rgba(88, 103, 221, 0.1);
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--success {
  background: rgba(10, 187, 135, 0.1);
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--info {
  background: rgba(85, 120, 235, 0.1);
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--warning {
  background: rgba(255, 184, 34, 0.1);
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--danger {
  background: rgba(253, 57, 122, 0.1);
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info {
  padding-left: 1rem;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__username {
  font-size: 1.4rem;
  color: #48465b;
  font-weight: 500;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__username:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__titel {
  font-size: 1.4rem;
  color: #48465b;
  font-weight: 500;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__titel:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__desc {
  display: block;
  font-weight: 500;
  font-size: 1.1rem;
  padding-top: 0.4rem;
  color: #74788d;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__body {
  flex: 1;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__section {
  padding: 1rem 0 1rem 0;
  color: #595d6e;
  font-weight: 400;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__section a {
  padding-right: 0.3rem;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content {
  display: flex;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content .kt-widget__stats {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-bottom: 1.7rem;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content .kt-widget__stats .kt-widget__icon i {
  font-size: 2.7rem;
  color: #a2a5b9;
  font-weight: 400;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content .kt-widget__stats .kt-widget__details {
  padding-left: 1rem;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content .kt-widget__stats .kt-widget__details .kt-widget__title {
  display: block;
  color: #595d6e;
  font-weight: 500;
  font-size: 0.95rem;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__content .kt-widget__stats .kt-widget__details .kt-widget__value {
  display: block;
  color: #48465b;
  font-weight: 600;
  font-size: 1.2rem;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item {
  padding: 0.7rem 0;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact .kt-widget__label {
  color: #48465b;
  font-weight: 600;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact .kt-widget__data {
  color: #74788d;
  font-weight: 400;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact a.kt-widget__data:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact:last-child {
  padding-bottom: 0;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__footer {
  margin-top: 2rem;
}
.kt-widget.kt-widget--user-profile-2 .kt-widget__footer .btn {
  font-size: 1rem;
  font-weight: 600;
  padding: 1.1rem 0;
  width: 100%;
}
@media (max-width: 768px) {
  .kt-widget.kt-widget--user-profile-2 .kt-widget__head {
    margin-top: -30px;
  }
  .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__img {
    max-width: 60px;
  }
  .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__pic {
    max-width: 60px;
    max-height: 60px;
    font-size: 1.2rem;
  }
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top {
  display: flex;
  align-items: flex-start;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__media {
  margin-top: 0.2rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__media img {
  width: 110px;
  border-radius: 8px;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic {
  margin-top: 0.2rem;
  width: 100%;
  max-width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  border-radius: 8px;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--brand {
  background: rgba(93, 120, 255, 0.1);
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--light {
  background: rgba(255, 255, 255, 0.1);
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--dark {
  background: rgba(40, 42, 60, 0.1);
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--primary {
  background: rgba(88, 103, 221, 0.1);
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--success {
  background: rgba(10, 187, 135, 0.1);
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--info {
  background: rgba(85, 120, 235, 0.1);
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--warning {
  background: rgba(255, 184, 34, 0.1);
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic.kt-widget__pic--danger {
  background: rgba(253, 57, 122, 0.1);
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content {
  width: 100%;
  padding-left: 1.7rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__user {
  display: flex;
  align-items: center;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__username {
  font-size: 1.3rem;
  color: #48465b;
  font-weight: 500;
  align-items: center;
  margin-right: 0.5rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__username:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__username i {
  font-size: 1.2rem;
  color: #57c974;
  padding-left: 0.5rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__title {
  font-size: 1.3rem;
  color: #48465b;
  font-weight: 600;
  margin: 0.8rem 0 0.7rem 0;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__title:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__action .btn {
  font-weight: 600;
  margin-left: 0.5rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead {
  padding: 0.6rem 0 0.8rem 0;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead a {
  padding-right: 2rem;
  color: #74788d;
  font-weight: 500;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead a:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead a i {
  padding-right: 0.5rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info {
  display: flex;
  flex-flow: row wrap;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__desc {
  color: #595d6e;
  font-weight: 400;
  padding-right: 2rem;
  flex-grow: 1;
  margin-bottom: 0.5rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__progress {
  display: flex;
  align-items: center;
  max-width: 500px;
  width: 100%;
  margin: 0.1rem 0;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__progress .kt-widget__text {
  padding-right: 1rem;
  color: #595d6e;
  font-weight: 500;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__progress .kt-widget__stats {
  padding-left: 1rem;
  color: #48465b;
  font-weight: 600;
  font-size: 1.1rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats {
  margin-bottom: 0.7rem;
  display: flex;
  flex-wrap: wrap;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item {
  padding-top: 1rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item .kt-widget__date {
  color: #595d6e;
  font-weight: 500;
  padding-bottom: 1rem;
  display: block;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item .kt-widget__subtitel {
  color: #595d6e;
  font-weight: 500;
  display: block;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item .kt-widget__progress {
  width: 100%;
  margin: 1.4rem 0 0.5rem 0;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item .kt-widget__progress .kt-widget__stat {
  padding-left: 0.7rem;
  color: #48465b;
  font-weight: 600;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item:not(:first-child):not(:last-child) {
  margin: 0 2.2rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__stats .kt-widget__item:last-child {
  padding-left: 1rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-top: 1px solid #ebedf2;
  margin-top: 2rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 2rem 1.5rem 0 0;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__icon i {
  font-size: 2.7rem;
  color: #a2a5b9;
  font-weight: 400;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details {
  padding-left: 1rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-widget__title {
  display: block;
  color: #595d6e;
  font-weight: 600;
  font-size: 0.95rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-widget__value {
  display: block;
  color: #48465b;
  font-weight: 600;
  font-size: 1.2rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-widget__value span {
  color: #595d6e;
  font-weight: 400;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details a.kt-widget__value {
  font-size: 0.95rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details a.kt-widget__value:hover {
  color: #5d78ff;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__details .kt-section__content {
  padding-left: 0.7rem;
}
.kt-widget.kt-widget--user-profile-3 .kt-widget__form {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .kt-widget.kt-widget--user-profile-3 {
    padding-top: 0.5rem;
  }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__top {
    display: flex;
    align-items: flex-start;
  }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__media {
    margin-top: 0.5rem;
  }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__media img {
    max-width: 60px;
  }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__pic {
    width: 60px;
    height: 60px;
    margin-top: 0.5rem;
    font-size: 1.3rem;
  }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content {
    padding-left: 1rem;
    margin-top: 0;
  }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__username {
    padding-bottom: 0.6rem;
  }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead {
    padding: 1.2rem 0;
  }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead a:not(:first-child):not(:last-child) {
    padding: 0.5rem 1rem 0.5rem 0;
  }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info {
    display: flex;
    flex-direction: column;
  }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__desc {
    padding-bottom: 1rem;
  }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__info .kt-widget__progress {
    width: 100%;
  }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom {
    padding-top: 1rem;
  }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
    padding: 1rem 1rem 0 0;
  }
  .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__icon i {
    font-size: 2.5rem;
  }
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head {
  margin-top: 1rem;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media {
  display: flex;
  justify-content: center;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__img {
  max-width: 90px;
  max-height: 90px;
  border-radius: 50%;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-size: 1.5rem;
  border-radius: 50%;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--brand {
  background: rgba(93, 120, 255, 0.1);
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--light {
  background: rgba(255, 255, 255, 0.1);
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--dark {
  background: rgba(40, 42, 60, 0.1);
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--primary {
  background: rgba(88, 103, 221, 0.1);
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--success {
  background: rgba(10, 187, 135, 0.1);
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--info {
  background: rgba(85, 120, 235, 0.1);
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--warning {
  background: rgba(255, 184, 34, 0.1);
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic.kt-widget__pic--danger {
  background: rgba(253, 57, 122, 0.1);
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username {
  text-align: center;
  display: block;
  padding: 0.8rem 0 0.6rem 0;
  font-size: 1.3rem;
  color: #48465b;
  font-weight: 500;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__username:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__button {
  text-align: center;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__button .btn {
  font-weight: 600;
  padding: 0.3rem 0.8rem;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__action {
  text-align: center;
  margin-top: 2.3rem;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__action > .btn-label-warning:hover {
  color: #fff;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__content .kt-widget__section .kt-widget__action .btn:not(:first-child):not(:last-child) {
  margin: 0 1rem;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__body {
  margin-top: 2.5rem;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__body .kt-widget__item {
  display: block;
  text-align: center;
  color: #595d6e;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 0.9rem 0;
  margin: 0.4rem 0;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__body .kt-widget__item:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
  background: #edf0fc;
  cursor: pointer;
  border-radius: 4px;
}
.kt-widget.kt-widget--user-profile-4 .kt-widget__body .kt-widget__item.kt-widget__item--active {
  transition: color 0.3s ease;
  background: #edf0fc;
  color: #5d78ff;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__img {
    max-width: 80px;
    max-height: 80px;
  }
  .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__pic {
    max-width: 80px;
    max-height: 80px;
    font-size: 1.2rem;
  }
}
.kt-widget.kt-widget--users .kt-widget__item {
  display: flex;
  margin: 1.3rem 0 2.3rem 0;
}
.kt-widget.kt-widget--users .kt-widget__item .kt-media img {
  width: 100%;
  max-width: 43px;
  height: 43px;
}
.kt-widget.kt-widget--users .kt-widget__item:last-child {
  margin-bottom: 0;
}
.kt-widget.kt-widget--users .kt-widget__item .kt-widget__info {
  padding-top: 0.1rem;
  flex: 3;
  margin-left: 1rem;
}
.kt-widget.kt-widget--users .kt-widget__item .kt-widget__info .kt-widget__section {
  display: flex;
  align-items: center;
}
.kt-widget.kt-widget--users .kt-widget__item .kt-widget__info .kt-widget__section .kt-widget__username {
  font-size: 1.1rem;
  color: #48465b;
  font-weight: 500;
}
.kt-widget.kt-widget--users .kt-widget__item .kt-widget__info .kt-widget__section .kt-widget__username:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--users .kt-widget__item .kt-widget__info .kt-widget__section .kt-badge {
  margin-left: 0.5rem;
}
.kt-widget.kt-widget--users .kt-widget__item .kt-widget__info .kt-widget__desc {
  display: block;
  color: #74788d;
  font-weight: 500;
}
.kt-widget.kt-widget--users .kt-widget__item .kt-widget__action {
  text-align: right;
  padding-top: 0.2rem;
  flex: 1.1;
}
.kt-widget.kt-widget--users .kt-widget__item .kt-widget__action .kt-widget__date {
  display: block;
  color: #74788d;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .kt-widget.kt-widget--users .kt-widget__item .kt-widget__info {
    flex: 1.5;
  }
  .kt-widget.kt-widget--users .kt-widget__item .kt-widget__action {
    flex: 1;
  }
}
.kt-widget.kt-widget--project-1 {
  display: flex;
  flex-direction: column;
  height: calc(100% + 20px);
}
.kt-widget.kt-widget--project-1 .kt-widget__head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px;
}
.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label {
  display: flex;
}
.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__media .kt-media .kt-widget__icon {
  max-width: 62px;
  height: 62px;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}
.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__media .kt-media img {
  width: 65px;
}
.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__media.kt-widget__media--m {
  margin-top: 1.5px;
}
.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__info {
  padding: 0.25rem 0 0 1rem;
}
.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__info .kt-widget__title {
  font-size: 1.3rem;
  color: #48465b;
  font-weight: 600;
}
.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__info .kt-widget__title:hover {
  color: #5d78ff;
  transition: color 0.3s ease;
}
.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__label .kt-widget__info .kt-widget__desc {
  padding-top: 0.4rem;
  color: #595d6e;
  font-weight: 500;
  display: block;
}
.kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__toolbar {
  display: flex;
  align-items: flex-start;
}
.kt-widget.kt-widget--project-1 .kt-widget__body {
  padding: 25px;
  height: 100%;
  padding-top: 0 !important;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats {
  display: flex;
  flex-wrap: wrap;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item {
  padding-top: 1rem;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item .kt-widget__date {
  color: #595d6e;
  font-weight: 500;
  padding-bottom: 1rem;
  display: block;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item .kt-widget__subtitel {
  color: #595d6e;
  font-weight: 500;
  display: block;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item .kt-widget__progress {
  width: 100%;
  margin: 1.4rem 0 0.5rem 0;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item .kt-widget__progress .kt-widget__stat {
  padding-left: 0.7rem;
  color: #48465b;
  font-weight: 600;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item:not(:first-child):not(:last-child) {
  margin: 0 2.2rem;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item:last-child {
  padding-left: 1rem;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__container {
  display: flex;
  align-items: center;
  margin: 2.7rem 0 1.2rem 0;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__container .kt-widget__subtitel {
  color: #595d6e;
  font-weight: 500;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__container .kt-widget__progress {
  width: 100%;
  margin: 0 1rem;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__container .kt-widget__progress .kt-widget__stat {
  padding-left: 0.7rem;
  color: #48465b;
  font-weight: 600;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__text {
  color: #595d6e;
  font-weight: 500;
  margin-top: 2.7rem;
  display: block;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content {
  padding: 1rem 0 1.3rem 0;
  display: flex;
  flex-wrap: wrap;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details {
  margin-right: 3.7rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details .kt-widget__subtitle {
  color: #595d6e;
  font-weight: 600;
  padding-bottom: 1.1rem;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details .kt-widget__value {
  color: #48465b;
  font-weight: 600;
  font-size: 1.2rem;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details .kt-widget__value span {
  color: #74788d;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details .kt-badge {
  margin: 0.3rem 0 0 7px;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details:last-child {
  margin-right: 0;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details:last-child .kt-widget__subtitle {
  margin-top: 0rem;
}
.kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details .kt-media-group {
  margin-top: -0.5rem;
}
.kt-widget.kt-widget--project-1 .kt-widget__footer {
  border-top: 1px solid #ebedf2;
  width: 100%;
}
.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper {
  padding: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section {
  display: flex;
  align-items: center;
}
.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog {
  display: flex;
  align-items: center;
}
.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog i {
  font-size: 1.3rem;
  color: #d2d8e8;
}
.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog .kt-widget__value {
  font-weight: 700;
  padding-left: 0.6rem;
}
.kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog:last-child {
  padding-left: 1.7rem;
}
@media (max-width: 1024px) {
  .kt-widget.kt-widget--project-1 .kt-widget__head {
    padding-bottom: 1rem;
    padding: 15px;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media img {
    width: 100%;
    max-width: 50px;
    height: 50px;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media span {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media.kt-media--fixed {
    width: 50px;
    height: 50px;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media.kt-media--fixed img {
    width: 50px;
    height: 50px;
    max-width: auto;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media img {
    width: 50px;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media.kt-media--md img {
    width: 100%;
    max-width: 45px;
    height: 45px;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media.kt-media--md span {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media.kt-media--md.kt-media--fixed {
    width: 45px;
    height: 45px;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media.kt-media--md.kt-media--fixed img {
    width: 45px;
    height: 45px;
    max-width: auto;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media.kt-media--md img {
    width: 47px;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media .kt-media .kt-widget__icon {
    margin-top: -0.7rem;
    width: 62px;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__media.kt-widget__media--m {
    margin-top: 1px;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__head .kt-widget__info {
    padding: 0.2rem 0 0 1rem;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__body {
    padding: 15px;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item:not(:first-child):not(:last-child) {
    margin: 0 1.5rem;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__stats .kt-widget__item:last-child {
    padding-left: 0;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__text {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content {
    padding: 0.5rem 0 1rem 0;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details {
    margin-right: 1.2rem;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details:last-child {
    margin-right: 0;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__body .kt-widget__content .kt-widget__details:last-child .kt-widget__subtitle {
    margin-top: 0rem;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper {
    padding: 15px;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section {
    padding-right: 1rem;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog .kt-widget__value {
    padding-left: 0.4rem;
  }
  .kt-widget.kt-widget--project-1 .kt-widget__footer .kt-widget__wrapper .kt-widget__section .kt-widget__blog:last-child {
    padding-left: 1.2rem;
  }
}
body {
  background: #f2f3f8;
}
.kt-subheader.kt-subheader--clear {
  margin-bottom: 0 !important;
}
@media (min-width: 1025px) {
  .kt-wrapper {
    transition: all 0.3s ease;
  }
  .kt-header--fixed .kt-wrapper {
    padding-top: 65px;
  }
  .kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper {
    padding-top: 119px;
  }
  .kt-aside--fixed .kt-wrapper {
    padding-left: 265px;
  }
  .kt-aside--fixed.kt-aside--minimize .kt-wrapper {
    padding-left: 70px;
    transition: all 0.3s ease;
  }

  .kt-header--fixed.kt-subheader--fixed .kt-subheader {
    position: fixed;
    height: 54px;
    top: 65px;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    z-index: 94;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    margin: 0;
  }
  .kt-header--fixed.kt-header--minimize.kt-subheader--fixed .kt-subheader {
    top: 55px;
    transition: top 0.3s ease;
  }
  .kt-aside--enabled.kt-subheader--fixed .kt-subheader {
    left: 265px;
  }
  .kt-subheader--fixed.kt-aside--minimize-hover .kt-subheader, .kt-subheader--fixed.kt-aside--minimize .kt-subheader {
    left: 70px;
    transition: all 0.3s ease;
  }

  .kt-container {
    padding: 0 25px;
  }

  .kt-subheader--enabled:not(.kt-subheader--fixed) .kt-content {
    padding-top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1430px) {
  body:not(.kt-aside--enabled) .kt-container:not(.kt-container--fluid) {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1695px) {
  .kt-aside--enabled:not(.kt-aside--minimize) .kt-container:not(.kt-container--fluid) {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .kt-aside--enabled.kt-aside--minimize .kt-container:not(.kt-container--fluid) {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .kt-header-mobile--fixed .kt-wrapper {
    padding-top: 50px;
  }

  .kt-container {
    padding: 0 15px;
  }

  .kt-subheader--enabled .kt-content {
    padding-top: 0;
  }

  .kt-subheader--enabled.kt-subheader--solid .kt-subheader {
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .kt-header {
    display: flex;
    justify-content: space-between;
    height: 65px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
  }
  .kt-header.kt-header--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 97;
  }
  .kt-aside--enabled .kt-header.kt-header--fixed {
    left: 265px;
  }
  .kt-header--fixed.kt-header--minimize .kt-header {
    height: 55px;
    transition: height 0.3s ease;
  }
  .kt-header--fixed.kt-aside--minimize .kt-header {
    left: 70px;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1025px) {
  .kt-header-mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .kt-header-mobile {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    height: 50px;
    min-height: 50px;
    position: relative;
    z-index: 1;
  }
  .kt-header-mobile--fixed .kt-header-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 97;
  }
  .kt-header-mobile .kt-header-mobile__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .kt-header-mobile .kt-header-mobile__toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
    outline: none !important;
    width: 24px;
    height: 24px;
    transition: all 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span {
    display: block;
    position: absolute;
    top: 11px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::before {
    top: -8px;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::after {
    bottom: -8px;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left span:before {
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 50%;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left span:after {
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 75%;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left:hover span:after, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left:hover span:before {
    width: 100%;
    transition: all 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left.kt-header-mobile__toggler--active span:before {
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 50%;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left.kt-header-mobile__toggler--active span:after {
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 75%;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right span:before {
    left: 0px;
    right: auto;
    width: 50%;
    transition: width 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right span:after {
    left: 0px;
    right: auto;
    width: 75%;
    transition: width 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right:hover span:after, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right:hover span:before {
    width: 100%;
    transition: width 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right.kt-header-mobile__toggler--active span:before {
    left: auto;
    right: 0px;
    width: 50%;
    transition: width 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right.kt-header-mobile__toggler--active span:after {
    left: auto;
    right: 0px;
    width: 75%;
    transition: width 0.4s ease;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span {
    background: rgba(255, 255, 255, 0.2);
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::after {
    background: rgba(255, 255, 255, 0.2);
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler:hover span {
    background: #5d78ff;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler:hover span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler:hover span::after {
    background: #5d78ff;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--active span {
    background: #5d78ff;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--active span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--active span::after {
    background: #5d78ff;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler {
    margin: 0 0 0 1.5rem;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
    outline: none !important;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 0.5rem 0 1rem;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler i {
    transition: all 0.3s;
    color: rgba(255, 255, 255, 0.2);
    font-size: 1.5rem;
    line-height: 0;
  }
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler.kt-header-mobile__topbar-toggler--active i, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler:hover i {
    transition: all 0.3s;
    color: #5d78ff;
  }
}
@media (min-width: 1025px) {
  .kt-header-menu {
    display: flex;
    align-items: stretch;
    height: 100%;
    margin: 0 0 0 25px;
  }
  .kt-header-menu .kt-menu__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link {
    display: flex;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    align-items: stretch;
    outline: none !important;
    text-decoration: none;
    cursor: pointer;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__link-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__link-badge {
    display: flex;
    align-items: center;
    line-height: 0;
    white-space: nowrap;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__link-icon {
    display: flex;
    align-items: center;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__hor-arrow {
    display: flex;
    align-items: center;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow {
    display: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link:hover, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link:active, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link:focus {
    text-decoration: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link > .kt-menu__link-text {
    width: auto;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--icon-only > .kt-menu__link {
    justify-content: center;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--icon-only > .kt-menu__link > .kt-menu__link-icon {
    justify-content: center;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    display: none;
    z-index: 98;
    position: absolute;
    top: 100%;
    border-radius: 4px;
    padding: 20px 0px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__scroll {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
    list-style: none !important;
    padding: 0;
    margin: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    width: 275px;
    margin: 0 auto;
    left: auto;
    right: auto;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--full {
    margin: 0 auto;
    width: auto;
    left: 20px;
    right: 20px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed {
    left: auto;
    right: auto;
    width: auto;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--right {
    right: 0;
    left: auto;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--right.kt-menu__submenu--pull {
    margin-right: -40px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--left {
    right: auto;
    left: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--left.kt-menu__submenu--pull {
    margin-left: -40px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--center {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu {
    top: 0;
    display: none;
    margin-top: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--left {
    right: 100%;
    left: auto;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--right {
    left: 100%;
    right: auto;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__content {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__content > .kt-menu__item {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__content > .kt-menu__item:last-child {
    border-right: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    position: relative;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__link-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__link-badge {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__link-icon {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 0 10px 0 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__hor-arrow {
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__heading .kt-menu__ver-arrow {
    display: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item {
    display: flex;
    flex-grow: 1;
    margin: 0;
    padding: 10px 20px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link {
    display: flex;
    align-items: center;
    flex-grow: 1;
    text-decoration: none;
    position: relative;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link:hover, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link:active, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link:focus,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link:hover,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link:active,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link:focus {
    outline: none;
    text-decoration: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-text,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-badge,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-badge {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0px 0px 0px 5px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-icon,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-icon {
    display: flex;
    align-items: center;
    flex: 0 0 33px;
    padding: 0;
    font-size: 1.4rem;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__link-bullet,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-bullet {
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__hor-arrow,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__hor-arrow {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 10px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow,
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow {
    display: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__inner {
    padding: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__submenu {
    margin-left: 1px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__submenu.kt-menu__submenu--left {
    margin-right: 1px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu.kt-menu__item--tabs > .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu {
    top: 100%;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu.kt-menu__item--tabs > .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--left {
    right: 100%;
    left: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--submenu.kt-menu__item--tabs > .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--submenu > .kt-menu__submenu.kt-menu__submenu--right {
    left: 100%;
    right: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item {
    display: flex;
    align-items: center;
    padding: 0px 0.25rem;
    padding: 0px 0.25rem;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--rel {
    position: relative;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link:hover {
    transition: all 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    font-size: 1.4rem;
    width: 30px;
    padding: 0;
    line-height: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    height: 23px;
    width: 23px;
    margin-left: -2px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    width: 20px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    font-size: 0.8rem;
    width: 20px;
    justify-content: flex-end;
  }
  [direction=rtl] .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow:before {
    content: "\f111" !important;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu {
    padding: 0px;
    border-radius: 4px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item {
    padding: 0px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 11px 30px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link:hover {
    transition: all 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    font-size: 1.4rem;
    width: 33px;
    padding: 0;
    line-height: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    height: 23px;
    width: 23px;
    margin-left: -2px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    width: 20px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 9px;
    height: 1px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    font-size: 0.8rem;
    width: 20px;
    justify-content: flex-end;
    padding: 0px 0px 0px 10px;
  }
  [direction=rtl] .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow:before {
    content: "\f111" !important;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content {
    align-items: stretch;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content > .kt-menu__item {
    flex-grow: 1;
    flex-basis: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content > .kt-menu__item:last-child {
    border-right: 0 !important;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading {
    padding: 30px 30px 10px 30px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading > .kt-menu__link-text {
    font-weight: 500;
    font-size: 1.07rem;
    text-transform: initial;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading > .kt-menu__link-icon {
    font-size: 1.35rem;
    flex: 0 0 30px;
    padding: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__heading .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner {
    padding: 0 0 20px 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item {
    padding: 0px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link {
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 11px 30px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link:hover {
    transition: all 0.3s ease;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    font-size: 1.4rem;
    width: 33px;
    padding: 0;
    line-height: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    height: 23px;
    width: 23px;
    margin-left: -2px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    width: 20px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 9px;
    height: 1px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    font-size: 0.8rem;
    width: 20px;
    justify-content: flex-end;
    padding: 0px 0px 0px 10px;
  }
  [direction=rtl] .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow:before {
    content: "\f111" !important;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--classic {
    padding: 20px 0px;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--inline {
    display: flex;
    flex: 0 0 auto;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--inline > .kt-menu__subnav > .kt-menu__item {
    display: flex;
    padding: 5px 0;
  }
  .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--resize {
    display: none;
  }
  .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu {
    display: block;
    animation: kt-header-menu-submenu-fade-in 0.3s ease 1, kt-header-menu-submenu-move-down 0.3s ease-out 1;
  }
}
@media screen and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 1025px) and (-ms-high-contrast: none) {
  .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu {
    animation: none;
  }
}
@media (min-width: 1025px) {
  .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu {
    display: block;
    animation: kt-header-menu-submenu-fade-in 0.3s ease 1, kt-header-menu-submenu-move-up 0.3s ease-out 1;
  }
}
@media screen and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 1025px) and (-ms-high-contrast: none) {
  .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--active-tab .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu, .kt-header-menu .kt-menu__nav .kt-menu__item.kt-menu__item--hover .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu {
    animation: none;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--full, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--auto, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--auto.kt-menu__submenu--mimimal-desktop-wide, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xl, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xxl {
    margin: 0 auto;
    width: auto;
    left: 20px;
    right: 20px;
  }
}
@media (min-width: 0) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xs {
    width: -60px;
  }
}
@media (min-width: 576px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-sm {
    width: 516px;
  }
}
@media (min-width: 768px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-md {
    width: 708px;
  }
}
@media (min-width: 1024px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-lg {
    width: 964px;
  }
}
@media (min-width: 1399px) {
  .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--fixed-xl {
    width: 1339px;
  }
}
@keyframes kt-header-menu-submenu-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes kt-header-menu-submenu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kt-header-menu-submenu-move-up {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes kt-header-menu-submenu-move-down {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-mobile .kt-menu__nav {
    margin: 0;
    list-style: none;
    padding: 10px 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__scroll {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__subnav {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    list-style: none !important;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu {
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    width: auto !important;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content {
    padding: 0;
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner {
    display: flex;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link {
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    float: none;
    padding: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link {
    display: flex;
    flex-grow: 1;
    align-items: stretch;
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    outline: none;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading:hover,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link:hover {
    text-decoration: none;
    cursor: pointer;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__hor-arrow,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
    display: none;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
    transform: rotateZ(90deg) /*rtl:ignore*/;
  }
  [direction=rtl] .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before,
[direction=rtl] .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__submenu,
.kt-header-menu-mobile .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__inner {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__item .kt-menu__submenu .kt-menu__item--parent {
    display: none;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__section {
    display: flex;
    padding: 0 27px;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__section.kt-menu__section--first {
    margin-top: 0 !important;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__section .kt-menu__section-text {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__section .kt-menu__section-icon {
    display: none;
    align-items: center;
    justify-content: center;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__separator {
    height: 0;
    overflow: hidden;
  }
  .kt-header-menu-mobile .kt-menu__nav .kt-menu__separator.kt-menu__separator--marginles {
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item {
    position: relative;
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    cursor: pointer;
    min-height: 44px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1.02rem;
    text-transform: initial;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    flex: 0 0 35px;
    font-size: 1.4rem;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    margin-left: -2px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    vertical-align: middle;
    text-align: left;
    flex: 0 0 15px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
    text-align: right;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    flex: 0 0 20px;
    font-size: 0.7rem;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    display: inline-block;
    transition: all 0.3s ease;
  }
  [direction=rtl] .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
[direction=rtl] .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    content: "\f111" !important;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
    transition: all 0.3s ease;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item {
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link {
    cursor: pointer;
    min-height: 40px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    flex: 0 0 35px;
    font-size: 1.35rem;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    margin-left: -2px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    vertical-align: middle;
    text-align: left;
    flex: 0 0 20px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    flex: 0 0 20px;
    font-size: 0.7rem;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    display: inline-block;
    transition: all 0.3s ease;
  }
  [direction=rtl] .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
[direction=rtl] .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    content: "\f111" !important;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
    transition: all 0.3s ease;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section {
    margin: 20px 0 0 0;
    height: 40px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text {
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator {
    margin: 15px 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator .kt-menu__separator--marginles {
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__section {
    margin: 20px 0 0 0;
    height: 40px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
    font-size: 0.83rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__separator {
    margin: 15px 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__separator .kt-menu__separator--marginles {
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    padding: 9px 30px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__heading {
    padding: 0 30px;
    padding-left: 45px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner {
    padding: 0;
    margin: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner .kt-menu__link {
    padding: 0 30px;
    padding-left: 60px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 0 30px;
    padding-left: 45px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
    padding: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav {
    padding: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 0 30px;
    padding-left: 60px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
    padding: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 0 30px;
    padding-left: 75px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    padding-left: 45px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
    padding: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    padding-left: 60px;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
    padding: 0;
  }
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    padding-left: 75px;
  }
}
.kt-header-menu-wrapper-close {
  display: none;
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 275px !important;
    transition: left 0.3s ease, right 0.3s ease;
    left: -295px;
  }
  .kt-header-menu-wrapper.kt-header-menu-wrapper--on {
    transition: left 0.3s ease, right 0.3s ease;
    left: 0;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .kt-header-menu-wrapper {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper--right .kt-header-menu-wrapper {
    right: -295px;
    left: auto;
  }
  .kt-header-menu-wrapper--right .kt-header-menu-wrapper.kt-header-menu-wrapper--on {
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .kt-header-menu-wrapper-close {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper-close > i {
    line-height: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper-close:hover {
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper--right .kt-header-menu-wrapper-close {
    left: auto;
    right: -25px;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper--on .kt-header-menu-wrapper-close {
    transition: left 0.3s ease, right 0.3s ease;
    left: 249px;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper--on.kt-header-menu-wrapper--right .kt-header-menu-wrapper-close {
    left: auto;
    right: 249px;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    animation: kt-animate-fade-in 0.3s linear 1;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper {
    background: #ffffff;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper-overlay {
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper-close {
    background-color: #e8e8f2;
  }
  .kt-header-menu-wrapper-close > i {
    color: #968ad4;
  }
  .kt-header-menu-wrapper-close:hover {
    background-color: #5d78ff;
  }
  .kt-header-menu-wrapper-close:hover > i {
    color: #ffffff;
  }
}
@media (max-width: 325px) {
  .kt-header-menu-wrapper {
    width: 90% !important;
  }
}
@media (min-width: 1025px) {
  body:not(.kt-aside--enabled) .kt-header-menu-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  body:not(.kt-aside--enabled) .kt-header-menu-wrapper .kt-header-logo {
    padding: 0 25px;
    display: flex;
    align-items: center;
    margin-right: 25px;
  }

  .kt-header-menu .kt-menu__nav > .kt-menu__item:first-child {
    padding-left: 0;
  }
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .kt-header-menu.kt-header-menu--layout-default .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    padding: 0.65rem 1.1rem;
  }
  .kt-header-menu.kt-header-menu--layout-tab .kt-menu__nav > .kt-menu__item {
    margin: 0 1rem;
    align-items: stretch;
  }
  .kt-header-menu.kt-header-menu--layout-tab .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    align-items: stretch;
    background-color: transparent !important;
    padding: 0 !important;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    border-radius: 0 !important;
  }
  .kt-header-menu.kt-header-menu--layout-tab .kt-menu__nav > .kt-menu__item:first-child {
    margin-left: 0 !important;
  }
  .kt-header-menu.kt-header-menu--layout-tab .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link, .kt-header-menu.kt-header-menu--layout-tab .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: transparent !important;
    border-bottom: 1px solid #5d78ff !important;
  }
}
@media (max-width: 1024px) {
  .kt-header-menu-wrapper .kt-header-logo {
    display: none;
  }
}
.kt-header__topbar {
  display: flex;
  align-items: stretch;
  padding: 0;
  padding-right: 15px;
}
.kt-header__topbar .kt-header__topbar-item {
  display: flex;
  align-items: stretch;
  margin: 0;
}
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper {
  cursor: pointer;
  display: flex;
  align-items: stretch;
}
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-badge.kt-badge--notify {
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 14px;
}
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
}
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon i {
  transition: all 0.3s;
  font-size: 1.4rem;
  color: #ffffff;
}
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon svg {
  height: 24px;
  width: 24px;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user {
  padding: 0 8px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  height: 44px;
  cursor: pointer;
  border-radius: 4px;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-welcome {
  display: flex;
  align-self: center;
  padding: 0 0.55rem 0 0;
  font-weight: 500;
  font-size: 0.9rem;
  color: #636177;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-username {
  display: flex;
  align-self: center;
  padding: 0 0.55rem 0 0;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user img {
  align-self: center;
  max-height: 34px;
  border-radius: 4px;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-badge.kt-badge--username {
  height: 34px;
  width: 34px;
  border-radius: 4px;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs .kt-header__topbar-icon img {
  border-radius: 4px;
  width: 17px;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs .dropdown-menu .kt-nav__link-icon {
  padding-right: 10px;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs .dropdown-menu .kt-nav__link-icon img {
  border-radius: 4px;
  width: 18px;
}
.kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon, .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
  transition: all 0.3s;
  background-color: rgba(33, 32, 41, 0.7);
}
.kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon i, .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon i {
  transition: all 0.3s;
  color: #fff;
}
.kt-header__topbar .kt-header__topbar-item:hover.kt-header__topbar-item--user .kt-header__topbar-user, .kt-header__topbar .kt-header__topbar-item.show.kt-header__topbar-item--user .kt-header__topbar-user {
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .kt-header__topbar {
    padding: 0 15px;
    background-color: #2b2a35;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-top: -50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    justify-content: flex-end;
  }
  .kt-header-mobile--fixed .kt-header__topbar {
    position: fixed;
    z-index: 96;
  }
  .kt-header__topbar--mobile-on .kt-header__topbar {
    margin-top: 0;
    transition: all 0.3s ease;
  }
  .kt-header__topbar .kt-header__topbar-item {
    margin: 0 2px;
    padding: 0;
  }
  .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper {
    display: flex;
    align-items: stretch;
  }
  .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-badge.kt-badge--notify {
    top: 6px;
  }
  .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon {
    height: 34px;
    width: 34px;
  }
  .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon i {
    font-size: 1.3rem;
  }
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user {
    margin-left: 2px;
    margin-right: 0;
    padding: 0;
  }
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user {
    padding: 0 2px;
    height: 34px;
  }
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-welcome {
    padding: 0 0.35rem 0 0;
    font-size: 0.9rem;
  }
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-username {
    padding: 0 0.55rem 0 0;
    font-size: 0.9rem;
  }
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user img {
    max-height: 30px;
  }
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-badge.kt-badge--username {
    height: 30px;
    width: 30px;
  }
}
.kt-aside__brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0 25px;
  height: 65px;
}
.kt-aside__brand .kt-aside__brand-logo {
  display: flex;
  justify-content: flex-begin;
}
.kt-aside--minimize .kt-aside__brand .kt-aside__brand-logo img {
  display: none;
}
.kt-aside__brand .kt-aside__brand-tools {
  display: flex;
  justify-content: flex-end;
}
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler {
  display: inline-block;
  padding: 0;
  border: 0;
  background: none;
  outline: none !important;
  box-shadow: none;
}
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler > span {
  display: inline-block;
}
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler > span:nth-child(2) {
  display: none;
}
.kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler svg {
  height: 26px;
  width: 26px;
  margin-right: -2px;
}
@media (min-width: 1025px) {
  .kt-aside__brand {
    transition: all 0.3s ease;
  }
  .kt-header--fixed.kt-aside--static .kt-aside__brand {
    position: fixed;
    top: 0;
    left: 0;
    width: 265px;
    z-index: 97;
  }
  .kt-header--fixed.kt-aside--minimize .kt-aside__brand {
    justify-content: center;
  }
  .kt-header--fixed.kt-aside--minimize .kt-aside__brand .kt-aside__brand-tools {
    justify-content: center;
  }
  .kt-header--fixed.kt-aside--minimize .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler > span:nth-child(1) {
    display: none;
  }
  .kt-header--fixed.kt-aside--minimize .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler > span:nth-child(2) {
    display: inline-block;
  }
  .kt-header--fixed.kt-aside--static.kt-aside--minimize .kt-aside__brand {
    transition: all 0.3s ease;
    width: 70px;
  }
}
@media (max-width: 1024px) {
  .kt-aside__brand {
    display: none;
  }
}
.kt-aside {
  width: 265px;
  transition: all 0.3s ease;
}
.kt-aside .kt-aside-menu {
  margin: 15px 0;
}
.kt-aside .kt-aside-menu .ps__rail-y {
  right: 3px;
}
.kt-aside .kt-aside__footer .kt-aside__footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 30px;
}
.kt-aside .kt-aside__footer .kt-aside__footer-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kt-aside .kt-aside__footer .btn {
  height: 45px;
  width: 45px;
  background-color: #f0f0f6;
  border-radius: 50%;
}
.kt-aside .kt-aside__footer .btn i {
  transition: all 0.3s;
  font-size: 1.4rem;
  color: #5d78ff;
}
.kt-aside .kt-aside__footer .btn:hover {
  background-color: #5d78ff;
}
.kt-aside .kt-aside__footer .btn:hover i {
  transition: all 0.3s;
  color: #ffffff;
}
.kt-aside--minimize .kt-aside .kt-aside__footer .dropdown.dropdown-inline,
.kt-aside--minimize .kt-aside .kt-aside__footer .btn {
  display: none;
}
.kt-aside--minimize .kt-aside .kt-aside__footer .dropdown.dropdown-inline:last-child,
.kt-aside--minimize .kt-aside .kt-aside__footer .btn:last-child {
  display: inline-block;
  opacity: 0;
}
@media (min-width: 1025px) {
  .kt-aside--fixed .kt-aside {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
  }
  .kt-aside--static .kt-aside {
    position: relative;
    z-index: 1;
  }
  .kt-aside--minimize .kt-aside {
    width: 70px;
    transition: all 0.3s ease;
  }
  .kt-aside--minimizing .kt-aside {
    overflow: hidden;
  }
  .kt-aside--minimizing .kt-aside .kt-aside-menu .kt-menu__nav {
    width: 265px;
    overflow: hidden;
  }
  .kt-aside .ps > .ps__rail-y {
    width: 4px;
  }
  .kt-aside .ps > .ps__rail-y:hover, .kt-aside .ps > .ps__rail-y:focus {
    width: 4px;
  }
  .kt-aside .ps > .ps__rail-y > .ps__thumb-y {
    width: 4px;
    border-radius: 4px;
  }
  .kt-aside .ps > .ps__rail-y > .ps__thumb-y:hover, .kt-aside .ps > .ps__rail-y > .ps__thumb-y:focus {
    width: 4px;
  }

  .kt-aside--fixed.kt-aside--minimize-hover .kt-aside {
    width: 265px;
    transition: all 0.3s ease;
  }
  .kt-aside--fixed.kt-aside--minimize-hover .kt-header {
    transition: all 0.3s ease;
    left: 70px;
  }
  .kt-aside--fixed.kt-aside--minimize-hover .kt-wrapper {
    transition: all 0.3s ease;
    padding-left: 70px;
  }
}
/* Push mobile aside down the mobile header when it's toggled
@include kt-tablet-and-mobile {
	.kt-aside {
		.kt-aside--fixed & {
			top: kt-get($kt-header-config, base, mobile, self, default, height);
		}
	}
}
*/
.kt-aside-menu .kt-menu__nav {
  margin: 0;
  list-style: none;
  padding: 15px 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__scroll {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.kt-aside-menu .kt-menu__nav .kt-menu__subnav {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  list-style: none !important;
}
.kt-aside-menu .kt-menu__nav .kt-menu__inner,
.kt-aside-menu .kt-menu__nav .kt-menu__submenu {
  display: none;
  float: none;
  margin: 0;
  padding: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content,
.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content {
  padding: 0;
  margin: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item,
.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item {
  padding: 0;
  margin: 0;
  list-style: none;
}
.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner,
.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner {
  display: flex;
}
.kt-aside-menu .kt-menu__nav .kt-menu__inner .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link,
.kt-aside-menu .kt-menu__nav .kt-menu__submenu .kt-menu__content > .kt-menu__item.kt-menu--no-heading > .kt-menu__inner > li > .kt-menu__link {
  margin: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  float: none;
  padding: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link {
  display: flex;
  flex-grow: 1;
  align-items: stretch;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  outline: none;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading:hover,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link:hover {
  text-decoration: none;
  cursor: pointer;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  display: flex;
  align-items: center;
  line-height: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
  display: flex;
  align-items: center;
  line-height: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 0;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
  -webkit-transform: translate3d(0, 0, 0);
}
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__heading .kt-menu__hor-arrow,
.kt-aside-menu .kt-menu__nav .kt-menu__item > .kt-menu__link .kt-menu__hor-arrow {
  display: none;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
  transform: rotateZ(90deg) /*rtl:ignore*/;
}
[direction=rtl] .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__heading > .kt-menu__ver-arrow:before,
[direction=rtl] .kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__link > .kt-menu__ver-arrow:before {
  transform: rotateZ(-90deg) /*rtl:ignore*/;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__submenu,
.kt-aside-menu .kt-menu__nav .kt-menu__item.kt-menu__item--open > .kt-menu__inner {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item .kt-menu__submenu .kt-menu__item--parent {
  display: none;
}
.kt-aside-menu .kt-menu__nav .kt-menu__section {
  display: flex;
  padding: 0 25px;
}
.kt-aside-menu .kt-menu__nav .kt-menu__section.kt-menu__section--first {
  margin-top: 0 !important;
}
.kt-aside-menu .kt-menu__nav .kt-menu__section .kt-menu__section-text {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.kt-aside-menu .kt-menu__nav .kt-menu__section .kt-menu__section-icon {
  display: none;
  align-items: center;
  justify-content: center;
}
.kt-aside-menu .kt-menu__nav .kt-menu__separator {
  height: 0;
  overflow: hidden;
}
.kt-aside-menu .kt-menu__nav .kt-menu__separator.kt-menu__separator--marginles {
  margin: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item {
  position: relative;
  margin: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
  cursor: pointer;
  min-height: 44px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  font-weight: 400;
  font-size: 1rem;
  text-transform: initial;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  flex: 0 0 35px;
  font-size: 1.3rem;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
  height: 23px;
  width: 23px;
  margin-left: -2px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
  vertical-align: middle;
  text-align: left;
  flex: 0 0 15px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
  vertical-align: middle;
  display: inline-block;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  width: 5px;
  height: 1px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
  padding: 0px 0px 0px 5px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  flex: 0 0 20px;
  font-size: 0.7rem;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
  display: inline-block;
  transition: all 0.3s ease;
}
[direction=rtl] .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
[direction=rtl] .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
  content: "\f111" !important;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
  display: none;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
  transition: all 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
  margin: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item {
  margin: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link {
  cursor: pointer;
  min-height: 40px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  font-weight: 400;
  font-size: 1rem;
  text-transform: initial;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
  flex: 0 0 35px;
  font-size: 1.3rem;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
  height: 24px;
  width: 24px;
  margin-left: -2px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
  vertical-align: middle;
  text-align: left;
  flex: 0 0 15px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
  vertical-align: middle;
  display: inline-block;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
  width: 5px;
  height: 1px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
  padding: 0px 0px 0px 5px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
  flex: 0 0 20px;
  font-size: 0.7rem;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
  display: inline-block;
  transition: all 0.3s ease;
}
[direction=rtl] .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
[direction=rtl] .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
  content: "\f111" !important;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__item-here {
  display: none;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
  transition: all 0.3s ease;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section {
  margin: 20px 0 0 0;
  height: 40px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__section .kt-menu__section-text {
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator {
  margin: 15px 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__separator .kt-menu__separator--marginles {
  margin: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__section {
  margin: 20px 0 0 0;
  height: 40px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__separator {
  margin: 15px 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__separator .kt-menu__separator--marginles {
  margin: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
  padding: 9px 25px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__heading {
  padding: 0 25px;
  padding-left: 40px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner {
  padding: 0;
  margin: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav .kt-menu__content .kt-menu__inner .kt-menu__link {
  padding: 0 25px;
  padding-left: 55px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
  padding: 0 25px;
  padding-left: 40px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
  padding: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav {
  padding: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
  padding: 0 25px;
  padding-left: 55px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
  padding: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
  padding: 0 25px;
  padding-left: 70px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
  padding-left: 40px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
  padding: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
  padding-left: 55px;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu {
  padding: 0;
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
  padding-left: 70px;
}
@media (min-width: 1025px) {
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__link > .kt-menu__ver-arrow:before,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__link > .kt-menu__ver-arrow:before {
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]) > .kt-menu__submenu {
    display: none !important;
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover {
    position: relative;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu {
    top: -10px;
    position: absolute;
    z-index: 98;
    display: flex !important;
    width: 245px;
    margin-left: 245px;
    border-radius: 4px;
    animation: kt-aside-menu-submenu-fade-in 0.3s ease 1, kt-aside-menu-submenu-move-up 0.3s ease-out 1;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up {
    bottom: 0;
    top: auto;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up {
    top: auto;
    bottom: -10px;
    animation: kt-aside-menu-submenu-fade-in 0.3s ease 1, kt-aside-menu-submenu-move-down 0.3s ease-out 1;
  }
}
@media screen and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 1025px) and (-ms-high-contrast: none) {
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up {
    animation: none;
  }
}
@media (min-width: 1025px) {
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav {
    padding: 20px 0;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item {
    margin: 0;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link {
    justify-content: flex-start;
    padding: 7px 30px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-title,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-title {
    display: flex;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu_link-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu_link-text {
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-icon {
    display: flex;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-bullet,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-bullet {
    display: flex;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-badge,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__link-badge {
    display: flex;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link .kt-menu__ver-arrow {
    display: flex;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
    padding: 20px 0;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 7px 30px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav {
    padding: 20px 0;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 7px 30px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__section,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    padding: 0 25px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    cursor: pointer;
    min-height: 40px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    flex: 0 0 35px;
    font-size: 1.35rem;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon svg,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg {
    margin-left: -2px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    vertical-align: middle;
    text-align: left;
    flex: 0 0 15px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--line > span,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__link-badge,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
    text-align: right;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    flex: 0 0 20px;
    font-size: 0.7rem;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    display: inline-block;
    transition: all 0.3s ease;
  }
  [direction=rtl] .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
[direction=rtl] .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before,
[direction=rtl] .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__ver-arrow:before,
[direction=rtl] .kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow:before {
    content: "\f111" !important;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__item-here,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__heading .kt-menu__item-here,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__item-here {
    display: none;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__ver-arrow:before,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__ver-arrow:before {
    transition: all 0.3s ease;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section {
    margin: 20px 0 0 0;
    height: 40px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section .kt-menu__section-text,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__section .kt-menu__section-text {
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator {
    margin: 15px 0;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator .kt-menu__separator--marginles,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__separator .kt-menu__separator--marginles {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav > .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu {
    margin-left: 265px;
    top: -5px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up,
.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav > .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu.kt-menu__submenu--up {
    bottom: -10px;
  }
}
@keyframes kt-aside-menu-submenu-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes kt-aside-menu-submenu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kt-aside-menu-submenu-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes kt-aside-menu-submenu-move-down {
  from {
    margin-bottom: 10px;
  }
  to {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav {
    padding: 15px 0;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    width: 100%;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
    display: none;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    display: none;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge {
    padding: 0;
    position: relative;
    right: 7px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-badge .kt-badge {
    text-indent: -9999px;
    position: relative;
    padding: 0;
    min-width: 6px;
    width: 6px;
    min-height: 6px;
    height: 6px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
    display: none;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu {
    display: none !important;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__arrow {
    display: inline-block;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover {
    position: relative;
    z-index: 96;
    width: 316px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover.kt-menu__item--open {
    background: transparent;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link {
    width: 70px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__link .kt-menu__link-title {
    display: none;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu {
    top: 0;
    bottom: auto;
    display: flex !important;
    margin-left: 71px !important;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--parent {
    display: flex;
    margin: 0;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--parent > .kt-menu__link {
    height: 40px;
    padding: 0 30px 10px 30px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--parent > .kt-menu__link .kt-menu__link-text {
    font-weight: 400;
    font-size: 1.05rem;
    text-transform: initial;
    cursor: text !important;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--parent > .kt-menu__link .kt-menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item.kt-menu__item--parent + .kt-menu__item {
    margin-top: 0px;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover > .kt-menu__arrow {
    display: none;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__section {
    justify-content: center;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text {
    display: none;
  }
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    animation: kt-animate-fade-in 0.7s;
  }
}
.kt-aside-close {
  display: none;
}
@media (max-width: 1024px) {
  .kt-aside {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 275px !important;
    transition: left 0.3s ease, right 0.3s ease;
    left: -295px;
  }
  .kt-aside.kt-aside--on {
    transition: left 0.3s ease, right 0.3s ease;
    left: 0;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .kt-aside {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-aside--right .kt-aside {
    right: -295px;
    left: auto;
  }
  .kt-aside--right .kt-aside.kt-aside--on {
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto;
  }
}
@media (max-width: 1024px) {
  .kt-aside-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .kt-aside-close {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-aside-close > i {
    line-height: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .kt-aside-close:hover {
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .kt-aside--right .kt-aside-close {
    left: auto;
    right: -25px;
  }
}
@media (max-width: 1024px) {
  .kt-aside--on .kt-aside-close {
    transition: left 0.3s ease, right 0.3s ease;
    left: 249px;
  }
}
@media (max-width: 1024px) {
  .kt-aside--on.kt-aside--right .kt-aside-close {
    left: auto;
    right: 249px;
  }
}
@media (max-width: 1024px) {
  .kt-aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    animation: kt-animate-fade-in 0.3s linear 1;
  }
}
@media (max-width: 1024px) {
  .kt-aside {
    background: #ffffff;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
  }
}
@media (max-width: 1024px) {
  .kt-aside-overlay {
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1024px) {
  .kt-aside-close {
    background-color: #e8e8f2;
  }
  .kt-aside-close > i {
    color: #968ad4;
  }
  .kt-aside-close:hover {
    background-color: #5d78ff;
  }
  .kt-aside-close:hover > i {
    color: #ffffff;
  }
}
@media (max-width: 325px) {
  .kt-aside {
    width: 90% !important;
  }
}
@media (min-width: 1025px) {
  .kt-content {
    padding: 25px 0;
  }
  .kt-content.kt-content--fit-top {
    padding-top: 0;
  }
  .kt-content.kt-content--fit-bottom {
    padding-bottom: 0;
  }
  .kt-footer--fixed .kt-content {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .kt-content {
    padding: 15px 0;
  }
  .kt-content.kt-content--fit-top {
    padding-top: 0;
  }
  .kt-content.kt-content--fit-bottom {
    padding-bottom: 0;
  }
  .kt-subheader--enabled.kt-subheader--transparent .kt-content {
    padding-top: 0;
  }
}
.kt-footer {
  padding: 20px 0px;
  background: #ffffff;
}
.kt-footer .kt-container {
  display: flex;
  justify-content: space-between;
}
.kt-footer .kt-footer__copyright {
  display: flex;
  margin: 0;
  padding: 0 1.25rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  justify-content: flex-start;
  color: #74788d;
}
.kt-footer .kt-footer__copyright .kt-link {
  color: #74788d;
}
.kt-footer .kt-footer__copyright .kt-link:hover {
  color: #5d78ff;
}
.kt-footer .kt-footer__copyright .kt-link:hover:after {
  border-bottom: 1px solid #5d78ff;
  opacity: 0.3;
}
.kt-footer .kt-footer__menu {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0 0.75rem;
  margin: 0;
}
.kt-footer .kt-footer__menu .kt-footer__menu-link {
  margin: 0 0 0 1.25rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #595d6e;
}
.kt-footer .kt-footer__menu .kt-footer__menu-link:hover {
  color: #5d78ff;
}
.kt-footer .kt-footer__menu .kt-footer__menu-link:hover:after {
  border-bottom: 1px solid #5d78ff;
  opacity: 0.3;
}
@media (min-width: 1025px) {
  .kt-footer--fixed .kt-footer {
    position: fixed;
    transition: all 0.3s ease;
    height: 60px;
    bottom: 0;
    right: 0;
    left: 265px;
    box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  }
  .kt-aside--minimize-hover.kt-footer--fixed .kt-footer, .kt-aside--minimize.kt-footer--fixed .kt-footer {
    transition: all 0.3s ease;
    left: 70px;
  }
}
@media (max-width: 1024px) {
  .kt-footer {
    padding: 15px 0px;
  }
}
@media (max-width: 768px) {
  .kt-footer .kt-container {
    flex-direction: column;
    justify-content: center;
  }
  .kt-footer .kt-footer__copyright {
    justify-content: center;
    padding: 0;
    order: 2;
  }
  .kt-footer .kt-footer__menu {
    justify-content: center;
    order: 1;
    padding: 0;
    margin: 0 0 0.5rem 0;
  }
  .kt-footer .kt-footer__menu .kt-footer__menu-link:first-child {
    padding-left: 0;
    margin-left: 0;
  }
}
.my-custom-style {
  padding: 1rem 0.5rem;
  color: #5d78ff;
}
.my-custom-style .my-custom-element {
  margin-left: 1rem;
}
@media (max-width: 1024px) {
  .my-custom-style {
    padding: 0.5rem 0.25rem;
  }
  .my-custom-style .my-custom-element {
    margin-left: 0.5rem;
  }
}
.my-custom-style {
  padding: 1rem 0.5rem;
  color: #5d78ff;
}
.my-custom-style .my-custom-element {
  margin-left: 1rem;
}
@media (max-width: 1024px) {
  .my-custom-style {
    padding: 0.5rem 0.25rem;
  }
  .my-custom-style .my-custom-element {
    margin-left: 0.5rem;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/assets/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Roboto Font Family Normal */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url('Roboto-Thin.ttf') format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url('Roboto-Light.ttf') format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url('Roboto-Regular.ttf') format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url('Roboto-Medium.ttf') format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url('Roboto-Bold.ttf') format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url('Roboto-Black.ttf') format("truetype");
  font-display: swap;
}
/* Roboto Italic Font Family */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url('Roboto-ThinItalic.ttf') format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url('Roboto-LightItalic.ttf') format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url('Roboto-Italic.ttf') format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url('Roboto-MediumItalic.ttf') format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url('Roboto-BoldItalic.ttf') format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url('Roboto-BlackItalic.ttf') format("truetype");
  font-display: swap;
}
/*     brand Colors              */
/*      light colors         */
.btn,
.navbar .navbar-nav > a.btn {
  border-width: 2px;
  font-weight: 400;
  font-size: 0.8171em;
  line-height: 1.35em;
  margin: 5px 1px;
  border: none;
  border-radius: 0.2875rem;
  padding: 8px 18px;
  cursor: pointer;
  background-color: #888888;
  color: #FFFFFF;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover, .btn.active:focus, .btn.active:hover, .show > .btn.dropdown-toggle, .show > .btn.dropdown-toggle:focus, .show > .btn.dropdown-toggle:hover,
.navbar .navbar-nav > a.btn:hover,
.navbar .navbar-nav > a.btn:focus,
.navbar .navbar-nav > a.btn:active,
.navbar .navbar-nav > a.btn.active,
.navbar .navbar-nav > a.btn:active:focus,
.navbar .navbar-nav > a.btn:active:hover,
.navbar .navbar-nav > a.btn.active:focus,
.navbar .navbar-nav > a.btn.active:hover,
.show > .navbar .navbar-nav > a.btn.dropdown-toggle,
.show > .navbar .navbar-nav > a.btn.dropdown-toggle:focus,
.show > .navbar .navbar-nav > a.btn.dropdown-toggle:hover {
  box-shadow: none;
}
.btn:hover,
.navbar .navbar-nav > a.btn:hover {
  box-shadow: 0 3px 8px 0 rgba(41, 42, 51, 0.17);
}
.btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled.active, .btn:disabled, .btn:disabled:hover, .btn:disabled:focus, .btn:disabled.focus, .btn:disabled:active, .btn:disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled].active, fieldset[disabled] .btn, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn.active,
.navbar .navbar-nav > a.btn.disabled,
.navbar .navbar-nav > a.btn.disabled:hover,
.navbar .navbar-nav > a.btn.disabled:focus,
.navbar .navbar-nav > a.btn.disabled.focus,
.navbar .navbar-nav > a.btn.disabled:active,
.navbar .navbar-nav > a.btn.disabled.active,
.navbar .navbar-nav > a.btn:disabled,
.navbar .navbar-nav > a.btn:disabled:hover,
.navbar .navbar-nav > a.btn:disabled:focus,
.navbar .navbar-nav > a.btn:disabled.focus,
.navbar .navbar-nav > a.btn:disabled:active,
.navbar .navbar-nav > a.btn:disabled.active,
.navbar .navbar-nav > a.btn[disabled],
.navbar .navbar-nav > a.btn[disabled]:hover,
.navbar .navbar-nav > a.btn[disabled]:focus,
.navbar .navbar-nav > a.btn[disabled].focus,
.navbar .navbar-nav > a.btn[disabled]:active,
.navbar .navbar-nav > a.btn[disabled].active,
fieldset[disabled] .navbar .navbar-nav > a.btn,
fieldset[disabled] .navbar .navbar-nav > a.btn:hover,
fieldset[disabled] .navbar .navbar-nav > a.btn:focus,
fieldset[disabled] .navbar .navbar-nav > a.btn.focus,
fieldset[disabled] .navbar .navbar-nav > a.btn:active,
fieldset[disabled] .navbar .navbar-nav > a.btn.active {
  background-color: #888888;
  border-color: #888888;
}
.btn.btn-simple,
.navbar .navbar-nav > a.btn.btn-simple {
  color: #888888;
  border-color: #888888;
}
.btn.btn-simple:hover, .btn.btn-simple:focus, .btn.btn-simple:active,
.navbar .navbar-nav > a.btn.btn-simple:hover,
.navbar .navbar-nav > a.btn.btn-simple:focus,
.navbar .navbar-nav > a.btn.btn-simple:active {
  background-color: transparent;
  color: #979797;
  border-color: #979797;
  box-shadow: none;
}
.btn.btn-link,
.navbar .navbar-nav > a.btn.btn-link {
  color: #888888;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active,
.navbar .navbar-nav > a.btn.btn-link:hover,
.navbar .navbar-nav > a.btn.btn-link:focus,
.navbar .navbar-nav > a.btn.btn-link:active {
  background-color: transparent;
  color: #979797;
  text-decoration: none;
  box-shadow: none;
}
.btn:hover, .btn:focus,
.navbar .navbar-nav > a.btn:hover,
.navbar .navbar-nav > a.btn:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  outline: 0 !important;
}
.btn:active, .btn.active, .open > .btn.dropdown-toggle,
.navbar .navbar-nav > a.btn:active,
.navbar .navbar-nav > a.btn.active,
.open > .navbar .navbar-nav > a.btn.dropdown-toggle {
  box-shadow: none;
  outline: 0 !important;
}
.btn.btn-icon,
.navbar .navbar-nav > a.btn.btn-icon {
  height: 2.375rem;
  min-width: 2.375rem;
  width: 2.375rem;
  padding: 0;
  font-size: 0.9375rem;
  overflow: hidden;
  position: relative;
  line-height: 2.375rem;
}
.btn.btn-icon.btn-simple,
.navbar .navbar-nav > a.btn.btn-icon.btn-simple {
  padding: 0;
}
.btn.btn-icon.btn-sm,
.navbar .navbar-nav > a.btn.btn-icon.btn-sm {
  height: 1.875rem;
  min-width: 1.875rem;
  width: 1.875rem;
}
.btn.btn-icon.btn-sm i.fa,
.btn.btn-icon.btn-sm i.now-ui-icons,
.navbar .navbar-nav > a.btn.btn-icon.btn-sm i.fa,
.navbar .navbar-nav > a.btn.btn-icon.btn-sm i.now-ui-icons {
  font-size: 0.6875rem;
}
.btn.btn-icon.btn-lg,
.navbar .navbar-nav > a.btn.btn-icon.btn-lg {
  height: 3.6rem;
  min-width: 3.6rem;
  width: 3.6rem;
}
.btn.btn-icon.btn-lg i.now-ui-icons,
.btn.btn-icon.btn-lg i.fa,
.navbar .navbar-nav > a.btn.btn-icon.btn-lg i.now-ui-icons,
.navbar .navbar-nav > a.btn.btn-icon.btn-lg i.fa {
  font-size: 1.325rem;
}
.btn.btn-icon:not(.btn-footer) i.now-ui-icons, .btn.btn-icon:not(.btn-footer) i.fa,
.navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.now-ui-icons,
.navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-12px, -12px);
  line-height: 1.5626rem;
  width: 25px;
}
.btn:not(.btn-icon) .now-ui-icons,
.navbar .navbar-nav > a.btn:not(.btn-icon) .now-ui-icons {
  position: relative;
  top: 1px;
}
.btn-default {
  background-color: #888888;
  color: #FFFFFF;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:focus, .btn-default.active:hover, .show > .btn-default.dropdown-toggle, .show > .btn-default.dropdown-toggle:focus, .show > .btn-default.dropdown-toggle:hover {
  box-shadow: none;
}
.btn-default:hover {
  box-shadow: 0 3px 8px 0 rgba(41, 42, 51, 0.17);
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default:disabled, .btn-default:disabled:hover, .btn-default:disabled:focus, .btn-default:disabled.focus, .btn-default:disabled:active, .btn-default:disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #888888;
  border-color: #888888;
}
.btn-default.btn-simple {
  color: #888888;
  border-color: #888888;
}
.btn-default.btn-simple:hover, .btn-default.btn-simple:focus, .btn-default.btn-simple:active {
  background-color: transparent;
  color: #979797;
  border-color: #979797;
  box-shadow: none;
}
.btn-default.btn-link {
  color: #888888;
}
.btn-default.btn-link:hover, .btn-default.btn-link:focus, .btn-default.btn-link:active {
  background-color: transparent;
  color: #979797;
  text-decoration: none;
  box-shadow: none;
}
.btn-primary {
  background-color: #0c7ce6;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary.active:hover, .show > .btn-primary.dropdown-toggle, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:hover {
  box-shadow: none;
}
.btn-primary:hover {
  box-shadow: 0 3px 8px 0 rgba(41, 42, 51, 0.17);
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:active, .btn-primary:disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #0c7ce6;
  border-color: #0c7ce6;
}
.btn-primary.btn-simple {
  color: #0c7ce6;
  border-color: #0c7ce6;
}
.btn-primary.btn-simple:hover, .btn-primary.btn-simple:focus, .btn-primary.btn-simple:active {
  background-color: transparent;
  color: #1d8bf3;
  border-color: #1d8bf3;
  box-shadow: none;
}
.btn-primary.btn-link {
  color: #0c7ce6;
}
.btn-primary.btn-link:hover, .btn-primary.btn-link:focus, .btn-primary.btn-link:active {
  background-color: transparent;
  color: #1d8bf3;
  text-decoration: none;
  box-shadow: none;
}
.btn-success {
  background-color: #04BE5B;
  color: #FFFFFF;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:focus, .btn-success.active:hover, .show > .btn-success.dropdown-toggle, .show > .btn-success.dropdown-toggle:focus, .show > .btn-success.dropdown-toggle:hover {
  box-shadow: none;
}
.btn-success:hover {
  box-shadow: 0 3px 8px 0 rgba(41, 42, 51, 0.17);
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success:disabled, .btn-success:disabled:hover, .btn-success:disabled:focus, .btn-success:disabled.focus, .btn-success:disabled:active, .btn-success:disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #04BE5B;
  border-color: #04BE5B;
}
.btn-success.btn-simple {
  color: #04BE5B;
  border-color: #04BE5B;
}
.btn-success.btn-simple:hover, .btn-success.btn-simple:focus, .btn-success.btn-simple:active {
  background-color: transparent;
  color: #05dc69;
  border-color: #05dc69;
  box-shadow: none;
}
.btn-success.btn-link {
  color: #04BE5B;
}
.btn-success.btn-link:hover, .btn-success.btn-link:focus, .btn-success.btn-link:active {
  background-color: transparent;
  color: #05dc69;
  text-decoration: none;
  box-shadow: none;
}
.btn-info {
  background-color: #1cbfd0;
  color: #FFFFFF;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:focus, .btn-info.active:hover, .show > .btn-info.dropdown-toggle, .show > .btn-info.dropdown-toggle:focus, .show > .btn-info.dropdown-toggle:hover {
  box-shadow: none;
}
.btn-info:hover {
  box-shadow: 0 3px 8px 0 rgba(41, 42, 51, 0.17);
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info:disabled, .btn-info:disabled:hover, .btn-info:disabled:focus, .btn-info:disabled.focus, .btn-info:disabled:active, .btn-info:disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #1cbfd0;
  border-color: #1cbfd0;
}
.btn-info.btn-simple {
  color: #1cbfd0;
  border-color: #1cbfd0;
}
.btn-info.btn-simple:hover, .btn-info.btn-simple:focus, .btn-info.btn-simple:active {
  background-color: transparent;
  color: #28d1e2;
  border-color: #28d1e2;
  box-shadow: none;
}
.btn-info.btn-link {
  color: #1cbfd0;
}
.btn-info.btn-link:hover, .btn-info.btn-link:focus, .btn-info.btn-link:active {
  background-color: transparent;
  color: #28d1e2;
  text-decoration: none;
  box-shadow: none;
}
.btn-warning {
  background-color: #FF9948;
  color: #FFFFFF;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning.active:focus, .btn-warning.active:hover, .show > .btn-warning.dropdown-toggle, .show > .btn-warning.dropdown-toggle:focus, .show > .btn-warning.dropdown-toggle:hover {
  box-shadow: none;
}
.btn-warning:hover {
  box-shadow: 0 3px 8px 0 rgba(41, 42, 51, 0.17);
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning:disabled, .btn-warning:disabled:hover, .btn-warning:disabled:focus, .btn-warning:disabled.focus, .btn-warning:disabled:active, .btn-warning:disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #FF9948;
  border-color: #FF9948;
}
.btn-warning.btn-simple {
  color: #FF9948;
  border-color: #FF9948;
}
.btn-warning.btn-simple:hover, .btn-warning.btn-simple:focus, .btn-warning.btn-simple:active {
  background-color: transparent;
  color: #ffaa67;
  border-color: #ffaa67;
  box-shadow: none;
}
.btn-warning.btn-link {
  color: #FF9948;
}
.btn-warning.btn-link:hover, .btn-warning.btn-link:focus, .btn-warning.btn-link:active {
  background-color: transparent;
  color: #ffaa67;
  text-decoration: none;
  box-shadow: none;
}
.btn-danger {
  background-color: #ee2558;
  color: #FFFFFF;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.active:focus, .btn-danger.active:hover, .show > .btn-danger.dropdown-toggle, .show > .btn-danger.dropdown-toggle:focus, .show > .btn-danger.dropdown-toggle:hover {
  box-shadow: none;
}
.btn-danger:hover {
  box-shadow: 0 3px 8px 0 rgba(41, 42, 51, 0.17);
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger:disabled, .btn-danger:disabled:hover, .btn-danger:disabled:focus, .btn-danger:disabled.focus, .btn-danger:disabled:active, .btn-danger:disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #ee2558;
  border-color: #ee2558;
}
.btn-danger.btn-simple {
  color: #ee2558;
  border-color: #ee2558;
}
.btn-danger.btn-simple:hover, .btn-danger.btn-simple:focus, .btn-danger.btn-simple:active {
  background-color: transparent;
  color: #f0416e;
  border-color: #f0416e;
  box-shadow: none;
}
.btn-danger.btn-link {
  color: #ee2558;
}
.btn-danger.btn-link:hover, .btn-danger.btn-link:focus, .btn-danger.btn-link:active {
  background-color: transparent;
  color: #f0416e;
  text-decoration: none;
  box-shadow: none;
}
.btn-neutral {
  background-color: #FFFFFF;
  color: #0c7ce6;
}
.btn-neutral:hover, .btn-neutral:focus, .btn-neutral:active, .btn-neutral.active, .btn-neutral:active:focus, .btn-neutral:active:hover, .btn-neutral.active:focus, .btn-neutral.active:hover, .show > .btn-neutral.dropdown-toggle, .show > .btn-neutral.dropdown-toggle:focus, .show > .btn-neutral.dropdown-toggle:hover {
  box-shadow: none;
}
.btn-neutral:hover {
  box-shadow: 0 3px 8px 0 rgba(41, 42, 51, 0.17);
}
.btn-neutral.disabled, .btn-neutral.disabled:hover, .btn-neutral.disabled:focus, .btn-neutral.disabled.focus, .btn-neutral.disabled:active, .btn-neutral.disabled.active, .btn-neutral:disabled, .btn-neutral:disabled:hover, .btn-neutral:disabled:focus, .btn-neutral:disabled.focus, .btn-neutral:disabled:active, .btn-neutral:disabled.active, .btn-neutral[disabled], .btn-neutral[disabled]:hover, .btn-neutral[disabled]:focus, .btn-neutral[disabled].focus, .btn-neutral[disabled]:active, .btn-neutral[disabled].active, fieldset[disabled] .btn-neutral, fieldset[disabled] .btn-neutral:hover, fieldset[disabled] .btn-neutral:focus, fieldset[disabled] .btn-neutral.focus, fieldset[disabled] .btn-neutral:active, fieldset[disabled] .btn-neutral.active {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-neutral.btn-danger {
  color: #ee2558;
}
.btn-neutral.btn-danger:hover, .btn-neutral.btn-danger:focus, .btn-neutral.btn-danger:active {
  color: #f0416e;
}
.btn-neutral.btn-info {
  color: #1cbfd0;
}
.btn-neutral.btn-info:hover, .btn-neutral.btn-info:focus, .btn-neutral.btn-info:active {
  color: #28d1e2;
}
.btn-neutral.btn-warning {
  color: #FF9948;
}
.btn-neutral.btn-warning:hover, .btn-neutral.btn-warning:focus, .btn-neutral.btn-warning:active {
  color: #ffaa67;
}
.btn-neutral.btn-success {
  color: #04BE5B;
}
.btn-neutral.btn-success:hover, .btn-neutral.btn-success:focus, .btn-neutral.btn-success:active {
  color: #05dc69;
}
.btn-neutral.btn-default {
  color: #888888;
}
.btn-neutral.btn-default:hover, .btn-neutral.btn-default:focus, .btn-neutral.btn-default:active {
  color: #979797;
}
.btn-neutral.active, .btn-neutral:active, .btn-neutral:active:focus, .btn-neutral:active:hover, .btn-neutral.active:focus, .btn-neutral.active:hover, .show > .btn-neutral.dropdown-toggle, .show > .btn-neutral.dropdown-toggle:focus, .show > .btn-neutral.dropdown-toggle:hover {
  background-color: #FFFFFF;
  color: #1d8bf3;
  box-shadow: none;
}
.btn-neutral:hover, .btn-neutral:focus {
  color: #1d8bf3;
}
.btn-neutral:hover:not(.nav-link), .btn-neutral:focus:not(.nav-link) {
  box-shadow: none;
}
.btn-neutral.btn-simple {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-neutral.btn-simple:hover, .btn-neutral.btn-simple:focus, .btn-neutral.btn-simple:active {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: none;
}
.btn-neutral.btn-link {
  color: #FFFFFF;
}
.btn-neutral.btn-link:hover, .btn-neutral.btn-link:focus, .btn-neutral.btn-link:active {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: none;
}
.btn:disabled, .btn[disabled], .btn.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn i {
  font-size: 14px;
}
.btn-round {
  border-width: 1px;
  border-radius: 30px !important;
  padding: 8px 23px;
}
.btn-round.btn-simple {
  padding: 7px 22px;
}
.btn-simple {
  border: #f0f0f0;
  border-color: #888888;
  padding: 7px 22px;
  background-color: transparent;
}
.btn-simple.disabled, .btn-simple.disabled:hover, .btn-simple.disabled:focus, .btn-simple.disabled.focus, .btn-simple.disabled:active, .btn-simple.disabled.active, .btn-simple:disabled, .btn-simple:disabled:hover, .btn-simple:disabled:focus, .btn-simple:disabled.focus, .btn-simple:disabled:active, .btn-simple:disabled.active, .btn-simple[disabled], .btn-simple[disabled]:hover, .btn-simple[disabled]:focus, .btn-simple[disabled].focus, .btn-simple[disabled]:active, .btn-simple[disabled].active, fieldset[disabled] .btn-simple, fieldset[disabled] .btn-simple:hover, fieldset[disabled] .btn-simple:focus, fieldset[disabled] .btn-simple.focus, fieldset[disabled] .btn-simple:active, fieldset[disabled] .btn-simple.active,
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled.focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link:disabled,
.btn-link:disabled:hover,
.btn-link:disabled:focus,
.btn-link:disabled.focus,
.btn-link:disabled:active,
.btn-link:disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled].focus,
.btn-link[disabled]:active,
.btn-link[disabled].active,
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link.focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
  background-color: transparent;
}
.btn-lg {
  font-size: 1em;
  border-radius: 0.35rem;
  padding: 12px 40px;
}
.btn-lg.btn-simple {
  padding: 11px 39px;
}
.btn-sm {
  font-size: 12px;
  border-radius: 0.2875rem;
  padding: 5px 12px;
}
.btn-sm.btn-simple {
  padding: 4px 11px;
}
.btn-link {
  border: 0;
  padding: 0.5rem 0.7rem;
  background-color: transparent;
}
.btn-wd {
  min-width: 140px;
}
.btn-group.select {
  width: 100%;
}
.btn-group.select .btn {
  text-align: left;
}
.btn-group.select .caret {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 8px;
}
.form-group label.error {
  color: #ee2558;
  font-size: 12px;
}
.form-control {
  font-size: 14px;
  background: transparent;
  height: auto;
}
.form-control.form-control-success {
  border-color: #04BE5B;
}
.form-control.form-control-danger {
  border-color: #ee2558;
}
.form-control.form-control-warning {
  border-color: #FF9948;
}
.input-group .input-group-append .btn-outline-secondary,
.input-group .input-group-prepend .btn-outline-secondary {
  margin: 0;
  border: 1px solid;
}
.input-group-text {
  background: transparent;
  padding: 0 0.75rem;
}
.checkbox,
.radio {
  margin-bottom: 12px;
}
.checkbox label,
.radio label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 33px;
  line-height: 27px;
}
.checkbox label::before, .checkbox label::after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  cursor: pointer;
  border-radius: 3px;
  top: 0;
  background-color: transparent;
  border: 1px solid #ced4da;
  transition: opacity 0.3s linear;
}
.checkbox label:after {
  color: #555555;
  font-size: 14px;
  font-family: "Material-Design-Iconic-Font";
  content: "\f26b";
  top: 0px;
  text-align: center;
  opacity: 0;
  border: 0;
  background-color: inherit;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox input[type=checkbox],
.radio input[type=radio] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.checkbox input[type=checkbox]:disabled + label,
.radio input[type=radio]:disabled + label {
  color: #9A9A9A;
  opacity: 0.5;
}
.checkbox input[type=checkbox]:disabled + label::before,
.checkbox input[type=checkbox]:disabled + label::after {
  cursor: not-allowed;
}
.checkbox input[type=checkbox]:disabled + label,
.radio input[type=radio]:disabled + label {
  cursor: not-allowed;
}
.checkbox-primary input[type=checkbox]:checked + label::before {
  background-color: #0c7ce6;
  border-color: #0c7ce6;
}
.checkbox-primary input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox-danger input[type=checkbox]:checked + label::before {
  background-color: #ee2558;
  border-color: #ee2558;
}
.checkbox-danger input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox-info input[type=checkbox]:checked + label::before {
  background-color: #1cbfd0;
  border-color: #1cbfd0;
}
.checkbox-info input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox-warning input[type=checkbox]:checked + label::before {
  background-color: #FF9948;
  border-color: #FF9948;
}
.checkbox-warning input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox-success input[type=checkbox]:checked + label::before {
  background-color: #04BE5B;
  border-color: #04BE5B;
}
.checkbox-success input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.radio label::before, .radio label::after {
  content: " ";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ced4da;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 3px;
  padding: 1px;
  transition: opacity 0.3s linear;
}
.radio input[type=radio] + label:after,
.radio input[type=radio] {
  opacity: 0;
}
.radio input[type=radio]:checked + label::after {
  width: 4px;
  height: 4px;
  background-color: #555555;
  border-color: #555555;
  top: 11px;
  left: 11px;
  opacity: 1;
}
.radio input[type=radio]:disabled + label {
  color: #9A9A9A;
}
.radio input[type=radio]:disabled + label::before,
.radio input[type=radio]:disabled + label::after {
  color: #9A9A9A;
}
.radio.radio-inline {
  margin-top: 0;
}
.progress-container {
  position: relative;
}
.progress-container + .progress-container, .progress-container ~ .progress-container {
  margin-top: 15px;
}
.progress-container .progress-badge {
  color: #888888;
  font-size: 12px;
  text-transform: uppercase;
}
.progress-container .progress {
  background: rgba(222, 222, 222, 0.8);
  height: 1px;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
}
.progress-container .progress .progress-bar {
  background-color: #888888;
  height: 1px;
  box-shadow: none;
}
.progress-container .progress .progress-value {
  color: #888888;
  font-size: 0.8171em;
  position: absolute;
  top: 6px;
  right: 0;
}
.progress-container.progress-neutral .progress {
  background: rgba(255, 255, 255, 0.3);
}
.progress-container.progress-neutral .progress-bar {
  background: #ffffff;
}
.progress-container.progress-neutral .progress-value,
.progress-container.progress-neutral .progress-badge {
  color: #FFFFFF;
}
.progress-container.progress-primary .progress {
  background: rgba(12, 124, 230, 0.3);
}
.progress-container.progress-primary .progress-bar {
  background: #0c7ce6;
}
.progress-container.progress-primary .progress-value,
.progress-container.progress-primary .progress-badge {
  color: #0c7ce6;
}
.progress-container.progress-info .progress {
  background: rgba(28, 191, 208, 0.3);
}
.progress-container.progress-info .progress-bar {
  background: #1cbfd0;
}
.progress-container.progress-info .progress-value,
.progress-container.progress-info .progress-badge {
  color: #1cbfd0;
}
.progress-container.progress-success .progress {
  background: rgba(4, 190, 91, 0.3);
}
.progress-container.progress-success .progress-bar {
  background: #04BE5B;
}
.progress-container.progress-success .progress-value,
.progress-container.progress-success .progress-badge {
  color: #04BE5B;
}
.progress-container.progress-warning .progress {
  background: rgba(255, 153, 72, 0.3);
}
.progress-container.progress-warning .progress-bar {
  background: #FF9948;
}
.progress-container.progress-warning .progress-value,
.progress-container.progress-warning .progress-badge {
  color: #FF9948;
}
.progress-container.progress-danger .progress {
  background: rgba(238, 37, 88, 0.3);
}
.progress-container.progress-danger .progress-bar {
  background: #ee2558;
}
.progress-container.progress-danger .progress-value,
.progress-container.progress-danger .progress-badge {
  color: #ee2558;
}
.pagination .page-item .page-link {
  color: #2c2c2c;
  font-size: 14px;
  border: 0;
  border-radius: 30px !important;
  padding: 0px 11px;
  margin: 0 3px;
  min-width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-transform: uppercase;
  background: transparent;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
  color: #2c2c2c;
  background-color: rgba(222, 222, 222, 0.5);
  border: none;
}
.pagination .arrow-margin-left,
.pagination .arrow-margin-right {
  position: absolute;
}
.pagination .arrow-margin-right {
  right: 0;
}
.pagination .arrow-margin-left {
  left: 0;
}
.pagination .page-item.active > .page-link {
  color: #E3E3E3;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.pagination .page-item.active > .page-link, .pagination .page-item.active > .page-link:focus, .pagination .page-item.active > .page-link:hover {
  background-color: #888888;
  border-color: #888888;
  color: #FFFFFF;
}
.pagination .page-item.disabled > .page-link {
  opacity: 0.5;
  background-color: rgba(41, 42, 51, 0.2);
  color: #FFFFFF;
}
.pagination.pagination-info .page-item.active > .page-link, .pagination.pagination-info .page-item.active > .page-link:focus, .pagination.pagination-info .page-item.active > .page-link:hover {
  background-color: #1cbfd0;
  border-color: #1cbfd0;
}
.pagination.pagination-success .page-item.active > .page-link, .pagination.pagination-success .page-item.active > .page-link:focus, .pagination.pagination-success .page-item.active > .page-link:hover {
  background-color: #04BE5B;
  border-color: #04BE5B;
}
.pagination.pagination-primary .page-item.active > .page-link, .pagination.pagination-primary .page-item.active > .page-link:focus, .pagination.pagination-primary .page-item.active > .page-link:hover {
  background-color: #0c7ce6;
  border-color: #0c7ce6;
}
.pagination.pagination-warning .page-item.active > .page-link, .pagination.pagination-warning .page-item.active > .page-link:focus, .pagination.pagination-warning .page-item.active > .page-link:hover {
  background-color: #FF9948;
  border-color: #FF9948;
}
.pagination.pagination-danger .page-item.active > .page-link, .pagination.pagination-danger .page-item.active > .page-link:focus, .pagination.pagination-danger .page-item.active > .page-link:hover {
  background-color: #ee2558;
  border-color: #ee2558;
}
.pagination.pagination-neutral .page-item > .page-link {
  color: #FFFFFF;
}
.pagination.pagination-neutral .page-item > .page-link:focus, .pagination.pagination-neutral .page-item > .page-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}
.pagination.pagination-neutral .page-item.active > .page-link, .pagination.pagination-neutral .page-item.active > .page-link:focus, .pagination.pagination-neutral .page-item.active > .page-link:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0c7ce6;
}
a {
  color: #0c7ce6;
}
a:hover, a:focus {
  color: #0c7ce6;
}
h1, .h1 {
  font-size: 3em;
  line-height: 1.15;
  margin-bottom: 30px;
}
h1 small, .h1 small {
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.8;
}
h2, .h2 {
  font-size: 2em;
  margin-bottom: 30px;
}
h3, .h3 {
  font-size: 1.8em;
  margin-bottom: 30px;
  line-height: 1.4em;
}
h4, .h4 {
  font-size: 1.614em;
  line-height: 1.45em;
  margin-top: 30px;
  margin-bottom: 15px;
}
h4 + .category, h4.title + .category, .h4 + .category, .h4.title + .category {
  margin-top: -10px;
}
h5, .h5 {
  font-size: 1.37em;
  line-height: 1.4em;
  margin-bottom: 15px;
}
h6, .h6 {
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}
p {
  line-height: 1.61em;
}
.description p, p.description {
  font-size: 1.14em;
}
.title {
  font-weight: 700;
}
.title.title-up {
  text-transform: uppercase;
}
.title.title-up a {
  color: #2c2c2c;
  text-decoration: none;
}
.title + .category {
  margin-top: -25px;
}
.description,
.card-description,
.footer-big p {
  color: #9A9A9A;
  font-weight: 300;
}
.category {
  text-transform: uppercase;
  font-weight: 700;
  color: #9A9A9A;
}
.text-primary {
  color: #0c7ce6 !important;
}
.text-info {
  color: #1cbfd0 !important;
}
.text-success {
  color: #04BE5B !important;
}
.text-warning {
  color: #FF9948 !important;
}
.text-danger {
  color: #ee2558 !important;
}
.text-black {
  color: #444444;
}
.blockquote {
  border-left: none;
  border: 1px solid #888888;
  padding: 20px;
  font-size: 1.1em;
  line-height: 1.8;
}
.blockquote small {
  color: #888888;
  font-size: 0.8171em;
  text-transform: uppercase;
}
.blockquote.blockquote-primary {
  border-color: #0c7ce6;
  color: #0c7ce6;
}
.blockquote.blockquote-primary small {
  color: #0c7ce6;
}
.blockquote.blockquote-danger {
  border-color: #ee2558;
  color: #ee2558;
}
.blockquote.blockquote-danger small {
  color: #ee2558;
}
.blockquote.blockquote-white {
  border-color: rgba(255, 255, 255, 0.8);
  color: #FFFFFF;
}
.blockquote.blockquote-white small {
  color: rgba(255, 255, 255, 0.8);
}
/* Animations */
.nav-pills .nav-link,
.nav-item .nav-link,
.navbar,
.nav-tabs .nav-link {
  transition: all 300ms ease 0s;
}
.dropdown-toggle:after,
.bootstrap-switch-label:before {
  transition: all 150ms ease 0s;
}
.dropdown-toggle[aria-expanded=true]:after {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.button-bar {
  display: block;
  position: relative;
  width: 22px;
  height: 1px;
  border-radius: 1px;
  background: #ffffff;
}
.button-bar + .button-bar {
  margin-top: 7px;
}
.button-bar:nth-child(2) {
  width: 17px;
}
.open {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.separator {
  height: 2px;
  width: 44px;
  background-color: #888888;
  margin: 20px auto;
}
.separator.separator-primary {
  background-color: #0c7ce6;
}
.nav-pills .nav-item .nav-link {
  padding: 0 15.5px;
  text-align: center;
  height: 60px;
  width: 60px;
  font-weight: 400;
  color: #9A9A9A;
  margin-right: 19px;
  background-color: rgba(222, 222, 222, 0.3);
  border-radius: 30px;
}
.nav-pills .nav-item .nav-link:hover {
  background-color: rgba(222, 222, 222, 0.3);
}
.nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link.active:focus, .nav-pills .nav-item .nav-link.active:hover {
  background-color: #9A9A9A;
  color: #FFFFFF;
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}
.nav-pills .nav-item .nav-link.disabled, .nav-pills .nav-item .nav-link:disabled, .nav-pills .nav-item .nav-link[disabled] {
  opacity: 0.5;
}
.nav-pills .nav-item i {
  display: block;
  font-size: 20px;
  line-height: 60px;
}
.nav-pills.nav-pills-neutral .nav-item .nav-link {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}
.nav-pills.nav-pills-neutral .nav-item .nav-link.active, .nav-pills.nav-pills-neutral .nav-item .nav-link.active:focus, .nav-pills.nav-pills-neutral .nav-item .nav-link.active:hover {
  background-color: #FFFFFF;
  color: #0c7ce6;
}
.nav-pills.nav-pills-primary .nav-item .nav-link.active, .nav-pills.nav-pills-primary .nav-item .nav-link.active:focus, .nav-pills.nav-pills-primary .nav-item .nav-link.active:hover {
  background-color: #0c7ce6;
}
.nav-pills.nav-pills-info .nav-item .nav-link.active, .nav-pills.nav-pills-info .nav-item .nav-link.active:focus, .nav-pills.nav-pills-info .nav-item .nav-link.active:hover {
  background-color: #1cbfd0;
}
.nav-pills.nav-pills-success .nav-item .nav-link.active, .nav-pills.nav-pills-success .nav-item .nav-link.active:focus, .nav-pills.nav-pills-success .nav-item .nav-link.active:hover {
  background-color: #04BE5B;
}
.nav-pills.nav-pills-warning .nav-item .nav-link.active, .nav-pills.nav-pills-warning .nav-item .nav-link.active:focus, .nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
  background-color: #FF9948;
}
.nav-pills.nav-pills-danger .nav-item .nav-link.active, .nav-pills.nav-pills-danger .nav-item .nav-link.active:focus, .nav-pills.nav-pills-danger .nav-item .nav-link.active:hover {
  background-color: #ee2558;
}
.tab-space {
  padding: 20px 0 50px 0px;
}
.nav-align-center {
  text-align: center;
}
.nav-align-center .nav-pills {
  display: inline-flex;
}
.btn-twitter {
  color: #55acee;
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active {
  color: #3ea1ec;
}
.btn-facebook {
  color: #3b5998;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
  color: #344e86;
}
.btn-google {
  color: #dd4b39;
}
.btn-google:hover, .btn-google:focus, .btn-google:active {
  color: #d73925;
}
.btn-linkedin {
  color: #0077B5;
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active {
  color: #00669c;
}
.nav-tabs {
  border: 0;
  padding: 12px 0.7rem;
}
.nav-tabs > .nav-item > .nav-link {
  color: #888888;
  margin: 0;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 12px;
  padding: 8px 23px;
  line-height: 1.5;
}
.nav-tabs > .nav-item > .nav-link:hover {
  background-color: transparent;
}
.nav-tabs > .nav-item > .nav-link.active {
  border: 1px solid #888888;
  border-radius: 30px;
}
.nav-tabs > .nav-item > .nav-link i.now-ui-icons {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.nav-tabs > .nav-item.disabled > .nav-link, .nav-tabs > .nav-item.disabled > .nav-link:hover {
  color: rgba(255, 255, 255, 0.5);
}
.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
  color: #FFFFFF;
}
.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
  border-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}
.nav-tabs.nav-tabs-primary > .nav-item > .nav-link.active {
  border-color: #0c7ce6;
  color: #0c7ce6;
}
.nav-tabs.nav-tabs-info > .nav-item > .nav-link.active {
  border-color: #1cbfd0;
  color: #1cbfd0;
}
.nav-tabs.nav-tabs-danger > .nav-item > .nav-link.active {
  border-color: #ee2558;
  color: #ee2558;
}
.nav-tabs.nav-tabs-warning > .nav-item > .nav-link.active {
  border-color: #FF9948;
  color: #FF9948;
}
.nav-tabs.nav-tabs-success > .nav-item > .nav-link.active {
  border-color: #04BE5B;
  color: #04BE5B;
}
.nav-tabs.sm > .nav-item > .nav-link {
  font-size: 12px;
  padding: 6px 5px;
}
.nav-tabs.sm > .nav-item > .nav-link.active, .nav-tabs.sm > .nav-item > .nav-link:hover {
  padding: 6px 20px;
}
.navbar {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  min-height: 53px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.navbar a {
  vertical-align: middle;
}
.navbar a:not(.btn):not(.dropdown-item) {
  color: #FFFFFF;
}
.navbar p {
  display: inline-block;
  margin: 0;
  line-height: 21px;
}
.navbar .navbar-nav .nav-link.btn {
  padding: 8px 18px;
}
.navbar .navbar-nav .nav-link.btn.btn-lg {
  padding: 12px 40px;
}
.navbar .navbar-nav .nav-link.btn.btn-sm {
  padding: 5px 12px;
}
.navbar .navbar-nav .nav-link:not(.btn) {
  text-transform: uppercase;
  font-size: 0.7142em;
  padding: 0.5rem 0.7rem;
  line-height: 1.625rem;
}
.navbar .navbar-nav .nav-link:not(.btn) i.fa + p,
.navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons + p {
  margin-left: 5px;
}
.navbar .navbar-nav .nav-link:not(.btn) i.fa,
.navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
  font-size: 18px;
  position: relative;
  top: 2px;
  text-align: center;
  width: 21px;
}
.navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
  font-size: 16px;
  top: 4px;
}
.navbar .navbar-nav .nav-link:not(.btn).disabled {
  opacity: 0.5;
  color: #FFFFFF;
}
.navbar .navbar-nav .nav-item.active .nav-link:not(.btn),
.navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
.navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
.navbar .navbar-nav .nav-item .nav-link:not(.btn):active {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.2875rem;
}
.navbar .logo-container {
  width: 27px;
  height: 27px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid transparent;
}
.navbar .navbar-brand {
  text-transform: uppercase;
  font-size: 0.8171em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.625rem;
}
.navbar .navbar-toggler {
  width: 37px;
  height: 27px;
  outline: 0;
  cursor: pointer;
}
.navbar .navbar-toggler.navbar-toggler-left {
  position: relative;
  left: 0;
  padding-left: 0;
}
.navbar .navbar-toggler:hover .navbar-toggler-bar.bar2 {
  width: 22px;
}
.navbar .button-dropdown .navbar-toggler-bar:nth-child(2) {
  width: 17px;
}
.navbar.navbar-transparent {
  background-color: transparent !important;
  box-shadow: none;
  color: #FFFFFF;
  padding-top: 20px;
}
.navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item) {
  color: #888888;
}
.navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item).disabled {
  opacity: 0.5;
  color: #888888;
}
.navbar.bg-white:not(.navbar-transparent) .button-bar {
  background: #888888;
}
.navbar.bg-white:not(.navbar-transparent) .nav-item.active .nav-link:not(.btn),
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):focus,
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):hover,
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):active {
  background-color: rgba(222, 222, 222, 0.3);
}
.navbar.bg-white:not(.navbar-transparent) .logo-container {
  border: 1px solid #888888;
}
.bg-default {
  background-color: #888888 !important;
}
.bg-primary {
  background-color: #0c7ce6 !important;
}
.bg-info {
  background-color: #1cbfd0 !important;
}
.bg-success {
  background-color: #04BE5B !important;
}
.bg-danger {
  background-color: #ee2558 !important;
}
.bg-warning {
  background-color: #FF9948 !important;
}
.bg-white {
  background-color: #FFFFFF !important;
}
.alert {
  border: 0;
  border-radius: 0.35rem;
  color: #FFFFFF;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  position: relative;
}
.alert.alert-success {
  background-color: rgba(4, 190, 91, 0.8);
}
.alert.alert-danger {
  background-color: rgba(238, 37, 88, 0.8);
}
.alert.alert-warning {
  background-color: rgba(255, 153, 72, 0.8);
}
.alert.alert-info {
  background-color: rgba(28, 191, 208, 0.8);
}
.alert.alert-primary {
  background-color: rgba(12, 124, 230, 0.8);
}
.alert .alert-icon {
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: -1px;
}
.alert strong {
  font-size: 12px;
  text-transform: uppercase;
}
.alert i.fa,
.alert i.now-ui-icons {
  font-size: 20px;
}
.alert .close {
  color: #FFFFFF;
  opacity: 0.9;
  text-shadow: none;
  line-height: 0;
  outline: 0;
}
.alert a, .alert .alert-link {
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
}
.alert.bootstrap-notify-container {
  max-width: 400px;
}
.alert.bootstrap-notify-container .close {
  top: 15px !important;
}
img {
  max-width: 100%;
  border-radius: 1px;
}
.img-raised {
  box-shadow: 0px 10px 25px 0px rgba(41, 42, 51, 0.3);
}
.popover {
  font-size: 12px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  border: none;
  line-height: 1.7;
  max-width: 240px;
}
.popover.bs-popover-top .arrow:before, .popover.bs-popover-left .arrow:before, .popover.bs-popover-right .arrow:before, .popover.bs-popover-bottom .arrow:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.popover .popover-header {
  color: rgba(136, 136, 136, 0.6);
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  margin-top: 5px;
  border: none;
  background-color: transparent;
}
.popover:before {
  display: none;
}
.popover.bs-tether-element-attached-top:after {
  border-bottom-color: #FFFFFF;
  top: -9px;
}
.popover.popover-primary {
  background-color: #0c7ce6;
}
.popover.popover-primary .popover-body {
  color: #FFFFFF;
}
.popover.popover-primary.bs-popover-right .arrow:after {
  border-right-color: #0c7ce6;
}
.popover.popover-primary.bs-popover-top .arrow:after {
  border-top-color: #0c7ce6;
}
.popover.popover-primary.bs-popover-bottom .arrow:after {
  border-bottom-color: #0c7ce6;
}
.popover.popover-primary.bs-popover-left .arrow:after {
  border-left-color: #0c7ce6;
}
.popover.popover-primary .popover-header {
  color: #FFFFFF;
  opacity: 0.6;
}
.popover.popover-info {
  background-color: #1cbfd0;
}
.popover.popover-info .popover-body {
  color: #FFFFFF;
}
.popover.popover-info.bs-popover-right .arrow:after {
  border-right-color: #1cbfd0;
}
.popover.popover-info.bs-popover-top .arrow:after {
  border-top-color: #1cbfd0;
}
.popover.popover-info.bs-popover-bottom .arrow:after {
  border-bottom-color: #1cbfd0;
}
.popover.popover-info.bs-popover-left .arrow:after {
  border-left-color: #1cbfd0;
}
.popover.popover-info .popover-header {
  color: #FFFFFF;
  opacity: 0.6;
}
.popover.popover-warning {
  background-color: #FF9948;
}
.popover.popover-warning .popover-body {
  color: #FFFFFF;
}
.popover.popover-warning.bs-popover-right .arrow:after {
  border-right-color: #FF9948;
}
.popover.popover-warning.bs-popover-top .arrow:after {
  border-top-color: #FF9948;
}
.popover.popover-warning.bs-popover-bottom .arrow:after {
  border-bottom-color: #FF9948;
}
.popover.popover-warning.bs-popover-left .arrow:after {
  border-left-color: #FF9948;
}
.popover.popover-warning .popover-header {
  color: #FFFFFF;
  opacity: 0.6;
}
.popover.popover-danger {
  background-color: #ee2558;
}
.popover.popover-danger .popover-body {
  color: #FFFFFF;
}
.popover.popover-danger.bs-popover-right .arrow:after {
  border-right-color: #ee2558;
}
.popover.popover-danger.bs-popover-top .arrow:after {
  border-top-color: #ee2558;
}
.popover.popover-danger.bs-popover-bottom .arrow:after {
  border-bottom-color: #ee2558;
}
.popover.popover-danger.bs-popover-left .arrow:after {
  border-left-color: #ee2558;
}
.popover.popover-danger .popover-header {
  color: #FFFFFF;
  opacity: 0.6;
}
.popover.popover-success {
  background-color: #04BE5B;
}
.popover.popover-success .popover-body {
  color: #FFFFFF;
}
.popover.popover-success.bs-popover-right .arrow:after {
  border-right-color: #04BE5B;
}
.popover.popover-success.bs-popover-top .arrow:after {
  border-top-color: #04BE5B;
}
.popover.popover-success.bs-popover-bottom .arrow:after {
  border-bottom-color: #04BE5B;
}
.popover.popover-success.bs-popover-left .arrow:after {
  border-left-color: #04BE5B;
}
.popover.popover-success .popover-header {
  color: #FFFFFF;
  opacity: 0.6;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #FFFFFF;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #FFFFFF;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #FFFFFF;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #FFFFFF;
}
.tooltip-inner {
  padding: 0.5rem 0.7rem;
  min-width: 130px;
  background-color: #FFFFFF;
  font-size: 12px;
  color: inherit;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.modal-content {
  border-radius: 0.2875rem;
  border: none;
  box-shadow: 0px 10px 50px 0px rgba(41, 42, 51, 0.5);
}
.modal-content .modal-header {
  border-bottom: none;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 24px;
}
.modal-content .modal-header button {
  position: absolute;
  right: 27px;
  top: 30px;
  outline: 0;
}
.modal-content .modal-header .title {
  margin-top: 5px;
  margin-bottom: 0;
}
.modal-content .modal-header .modal-title {
  margin-top: 5px;
}
.modal-content .modal-body {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  line-height: 1.9;
}
.modal-content .modal-footer {
  border-top: none;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
}
.modal-content .modal-footer button {
  margin: 0 5px;
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
}
.modal-content .modal-body + .modal-footer {
  padding-top: 0;
}
.modal-backdrop {
  background: rgba(41, 42, 51, 0.3);
}
.modal.modal-mini p {
  text-align: center;
}
.modal.modal-mini .modal-dialog {
  max-width: 255px;
  margin: 0 auto;
}
.modal.modal-mini .modal-profile {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 50px 0px rgba(41, 42, 51, 0.3);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 5.9;
}
.modal.modal-mini .modal-profile i {
  color: #0c7ce6;
  font-size: 21px;
}
.modal.modal-mini .modal-profile[class*=modal-profile-] i {
  color: #FFFFFF;
}
.modal.modal-mini .modal-profile.modal-profile-primary {
  background-color: #0c7ce6;
}
.modal.modal-mini .modal-profile.modal-profile-danger {
  background-color: #ee2558;
}
.modal.modal-mini .modal-profile.modal-profile-warning {
  background-color: #FF9948;
}
.modal.modal-mini .modal-profile.modal-profile-success {
  background-color: #04BE5B;
}
.modal.modal-mini .modal-profile.modal-profile-info {
  background-color: #1cbfd0;
}
.modal.modal-mini .modal-footer button {
  text-transform: uppercase;
}
.modal.modal-mini .modal-footer button:first-child {
  opacity: 0.5;
}
.modal.modal-default .modal-content {
  background-color: #FFFFFF;
  color: #2c2c2c;
}
.modal.modal-default .modal-header .close {
  color: #2c2c2c;
}
.modal.modal-primary .modal-content {
  background-color: #0c7ce6;
  color: #FFFFFF;
}
.modal.modal-primary .modal-header .close {
  color: #FFFFFF;
}
.modal.modal-danger .modal-content {
  background-color: #ee2558;
  color: #FFFFFF;
}
.modal.modal-danger .modal-header .close {
  color: #FFFFFF;
}
.modal.modal-warning .modal-content {
  background-color: #FF9948;
  color: #FFFFFF;
}
.modal.modal-warning .modal-header .close {
  color: #FFFFFF;
}
.modal.modal-success .modal-content {
  background-color: #04BE5B;
  color: #FFFFFF;
}
.modal.modal-success .modal-header .close {
  color: #FFFFFF;
}
.modal.modal-info .modal-content {
  background-color: #1cbfd0;
  color: #FFFFFF;
}
.modal.modal-info .modal-header .close {
  color: #FFFFFF;
}
.modal.show.modal-mini .modal-dialog {
  transform: translate(0, 30%);
}
.modal .modal-header .close {
  color: #ee2558;
  text-shadow: none;
}
.modal .modal-header .close:hover, .modal .modal-header .close:focus {
  opacity: 1;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.carousel .carousel-inner {
  box-shadow: 0px 10px 25px 0px rgba(41, 42, 51, 0.3);
}
.carousel .now-ui-icons {
  font-size: 2em;
}
.card .card-body {
  min-height: 190px;
}
.card[data-background-color=orange] {
  background-color: #0c7ce6;
}
.card[data-background-color=red] {
  background-color: #ee2558;
}
.card[data-background-color=yellow] {
  background-color: #FF9948;
}
.card[data-background-color=blue] {
  background-color: #1cbfd0;
}
.card[data-background-color=green] {
  background-color: #04BE5B;
}
.card-signup {
  max-width: 350px;
  margin: 0 auto;
}
.card-signup .header {
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px 0;
}
.card-signup .text-divider {
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}
.card-signup .card-body {
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: auto;
}
.card-signup .checkbox {
  margin-top: 20px;
}
.card-signup .checkbox label {
  margin-left: 17px;
}
.card-signup .checkbox .checkbox-material {
  padding-right: 12px;
}
.card-signup .social-line {
  margin-top: 20px;
  text-align: center;
}
.card-signup .social-line .btn.btn-icon,
.card-signup .social-line .btn.btn-icon .btn-icon -mini {
  margin-left: 5px;
  margin-right: 5px;
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
}
.card-signup .footer {
  margin-bottom: 10px;
  margin-top: 24px;
}
.card-plain {
  background: transparent;
  box-shadow: none;
}
.card-plain .header {
  margin-left: 0;
  margin-right: 0;
}
.card-plain .content {
  padding-left: 0;
  padding-right: 0;
}
.footer {
  padding: 20px 0;
}
.footer.footer-default {
  background-color: #f7f7f7;
}
.footer nav {
  display: inline-block;
}
.footer ul {
  padding: 0;
  list-style: none;
}
.footer ul li {
  display: inline-block;
}
.footer ul li a {
  padding: 0.5rem;
  font-size: 0.8171em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
}
.footer ul li a:hover {
  text-decoration: none;
}
.footer:after {
  display: table;
  clear: both;
  content: " ";
}
.copyright {
  font-size: 0.8171em;
}
@media only screen and (max-width: 992px) {
  .navbar-nav .nav-link.profile-photo {
    padding: 0;
    margin: 7px 0.7rem;
  }
  .navbar-nav .nav-link.btn:not(.btn-sm) {
    margin: 0;
  }
  .navbar-nav .nav-item:not(:last-child) {
    margin-right: 5px;
  }

  .dropdown-menu .dropdown-item {
    color: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .button-dropdown {
    display: none;
  }

  .navbar-nav .nav-link i.fa,
.navbar-nav .nav-link i.now-ui-icons {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 768px) {
  .nav-tabs {
    width: 100%;
    text-align: center;
  }
  .nav-tabs .nav-item > .nav-link {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 576px) {
  .navbar[class*=navbar-expand-] .container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 580px) {
  .alert button.close {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 517px) {
  .alert .alert-icon {
    margin-top: 10px;
  }
}
/* Material Icons ============================== */
@font-face {
  font-family: Material-Design-Iconic-Font;
  src: url(/assets/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format("woff2"), url(/assets/fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format("woff"), url(/assets/fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format("truetype");
}
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.zmdi-hc-2x {
  font-size: 2em;
}
.zmdi-hc-3x {
  font-size: 3em;
}
.zmdi-hc-4x {
  font-size: 4em;
}
.zmdi-hc-5x {
  font-size: 5em;
}
.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center;
}
.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.zmdi-hc-ul > li {
  position: relative;
}
.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}
.zmdi-hc-border {
  padding: 0.1em 0.25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px;
}
.zmdi-hc-border-circle {
  padding: 0.1em 0.25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 50%;
}
.zmdi.pull-left {
  float: left;
  margin-right: 0.15em;
}
.zmdi.pull-right {
  float: right;
  margin-left: 0.15em;
}
.zmdi-hc-spin {
  animation: zmdi-spin 1.5s infinite linear;
}
.zmdi-hc-spin-reverse {
  animation: zmdi-spin-reverse 1.5s infinite linear;
}
@keyframes zmdi-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes zmdi-spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
.zmdi-hc-rotate-90 {
  transform: rotate(90deg);
}
.zmdi-hc-rotate-180 {
  transform: rotate(180deg);
}
.zmdi-hc-rotate-270 {
  transform: rotate(270deg);
}
.zmdi-hc-flip-horizontal {
  transform: scale(-1, 1);
}
.zmdi-hc-flip-vertical {
  transform: scale(1, -1);
}
.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.zmdi-hc-stack-1x, .zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.zmdi-hc-stack-1x {
  line-height: inherit;
}
.zmdi-hc-stack-2x {
  font-size: 2em;
}
.zmdi-hc-inverse {
  color: #fff;
}
.zmdi-3d-rotation:before {
  content: "\f101";
}
.zmdi-airplane-off:before {
  content: "\f102";
}
.zmdi-airplane:before {
  content: "\f103";
}
.zmdi-album:before {
  content: "\f104";
}
.zmdi-archive:before {
  content: "\f105";
}
.zmdi-assignment-account:before {
  content: "\f106";
}
.zmdi-assignment-alert:before {
  content: "\f107";
}
.zmdi-assignment-check:before {
  content: "\f108";
}
.zmdi-assignment-o:before {
  content: "\f109";
}
.zmdi-assignment-return:before {
  content: "\f10a";
}
.zmdi-assignment-returned:before {
  content: "\f10b";
}
.zmdi-assignment:before {
  content: "\f10c";
}
.zmdi-attachment-alt:before {
  content: "\f10d";
}
.zmdi-attachment:before {
  content: "\f10e";
}
.zmdi-audio:before {
  content: "\f10f";
}
.zmdi-badge-check:before {
  content: "\f110";
}
.zmdi-balance-wallet:before {
  content: "\f111";
}
.zmdi-balance:before {
  content: "\f112";
}
.zmdi-battery-alert:before {
  content: "\f113";
}
.zmdi-battery-flash:before {
  content: "\f114";
}
.zmdi-battery-unknown:before {
  content: "\f115";
}
.zmdi-battery:before {
  content: "\f116";
}
.zmdi-bike:before {
  content: "\f117";
}
.zmdi-block-alt:before {
  content: "\f118";
}
.zmdi-block:before {
  content: "\f119";
}
.zmdi-boat:before {
  content: "\f11a";
}
.zmdi-book-image:before {
  content: "\f11b";
}
.zmdi-book:before {
  content: "\f11c";
}
.zmdi-bookmark-outline:before {
  content: "\f11d";
}
.zmdi-bookmark:before {
  content: "\f11e";
}
.zmdi-brush:before {
  content: "\f11f";
}
.zmdi-bug:before {
  content: "\f120";
}
.zmdi-bus:before {
  content: "\f121";
}
.zmdi-cake:before {
  content: "\f122";
}
.zmdi-car-taxi:before {
  content: "\f123";
}
.zmdi-car-wash:before {
  content: "\f124";
}
.zmdi-car:before {
  content: "\f125";
}
.zmdi-card-giftcard:before {
  content: "\f126";
}
.zmdi-card-membership:before {
  content: "\f127";
}
.zmdi-card-travel:before {
  content: "\f128";
}
.zmdi-card:before {
  content: "\f129";
}
.zmdi-case-check:before {
  content: "\f12a";
}
.zmdi-case-download:before {
  content: "\f12b";
}
.zmdi-case-play:before {
  content: "\f12c";
}
.zmdi-case:before {
  content: "\f12d";
}
.zmdi-cast-connected:before {
  content: "\f12e";
}
.zmdi-cast:before {
  content: "\f12f";
}
.zmdi-chart-donut:before {
  content: "\f130";
}
.zmdi-chart:before {
  content: "\f131";
}
.zmdi-city-alt:before {
  content: "\f132";
}
.zmdi-city:before {
  content: "\f133";
}
.zmdi-close-circle-o:before {
  content: "\f134";
}
.zmdi-close-circle:before {
  content: "\f135";
}
.zmdi-close:before {
  content: "\f136";
}
.zmdi-cocktail:before {
  content: "\f137";
}
.zmdi-code-setting:before {
  content: "\f138";
}
.zmdi-code-smartphone:before {
  content: "\f139";
}
.zmdi-code:before {
  content: "\f13a";
}
.zmdi-coffee:before {
  content: "\f13b";
}
.zmdi-collection-bookmark:before {
  content: "\f13c";
}
.zmdi-collection-case-play:before {
  content: "\f13d";
}
.zmdi-collection-folder-image:before {
  content: "\f13e";
}
.zmdi-collection-image-o:before {
  content: "\f13f";
}
.zmdi-collection-image:before {
  content: "\f140";
}
.zmdi-collection-item-1:before {
  content: "\f141";
}
.zmdi-collection-item-2:before {
  content: "\f142";
}
.zmdi-collection-item-3:before {
  content: "\f143";
}
.zmdi-collection-item-4:before {
  content: "\f144";
}
.zmdi-collection-item-5:before {
  content: "\f145";
}
.zmdi-collection-item-6:before {
  content: "\f146";
}
.zmdi-collection-item-7:before {
  content: "\f147";
}
.zmdi-collection-item-8:before {
  content: "\f148";
}
.zmdi-collection-item-9-plus:before {
  content: "\f149";
}
.zmdi-collection-item-9:before {
  content: "\f14a";
}
.zmdi-collection-item:before {
  content: "\f14b";
}
.zmdi-collection-music:before {
  content: "\f14c";
}
.zmdi-collection-pdf:before {
  content: "\f14d";
}
.zmdi-collection-plus:before {
  content: "\f14e";
}
.zmdi-collection-speaker:before {
  content: "\f14f";
}
.zmdi-collection-text:before {
  content: "\f150";
}
.zmdi-collection-video:before {
  content: "\f151";
}
.zmdi-compass:before {
  content: "\f152";
}
.zmdi-cutlery:before {
  content: "\f153";
}
.zmdi-delete:before {
  content: "\f154";
}
.zmdi-dialpad:before {
  content: "\f155";
}
.zmdi-dns:before {
  content: "\f156";
}
.zmdi-drink:before {
  content: "\f157";
}
.zmdi-edit:before {
  content: "\f158";
}
.zmdi-email-open:before {
  content: "\f159";
}
.zmdi-email:before {
  content: "\f15a";
}
.zmdi-eye-off:before {
  content: "\f15b";
}
.zmdi-eye:before {
  content: "\f15c";
}
.zmdi-eyedropper:before {
  content: "\f15d";
}
.zmdi-favorite-outline:before {
  content: "\f15e";
}
.zmdi-favorite:before {
  content: "\f15f";
}
.zmdi-filter-list:before {
  content: "\f160";
}
.zmdi-fire:before {
  content: "\f161";
}
.zmdi-flag:before {
  content: "\f162";
}
.zmdi-flare:before {
  content: "\f163";
}
.zmdi-flash-auto:before {
  content: "\f164";
}
.zmdi-flash-off:before {
  content: "\f165";
}
.zmdi-flash:before {
  content: "\f166";
}
.zmdi-flip:before {
  content: "\f167";
}
.zmdi-flower-alt:before {
  content: "\f168";
}
.zmdi-flower:before {
  content: "\f169";
}
.zmdi-font:before {
  content: "\f16a";
}
.zmdi-fullscreen-alt:before {
  content: "\f16b";
}
.zmdi-fullscreen-exit:before {
  content: "\f16c";
}
.zmdi-fullscreen:before {
  content: "\f16d";
}
.zmdi-functions:before {
  content: "\f16e";
}
.zmdi-gas-station:before {
  content: "\f16f";
}
.zmdi-gesture:before {
  content: "\f170";
}
.zmdi-globe-alt:before {
  content: "\f171";
}
.zmdi-globe-lock:before {
  content: "\f172";
}
.zmdi-globe:before {
  content: "\f173";
}
.zmdi-graduation-cap:before {
  content: "\f174";
}
.zmdi-home:before {
  content: "\f175";
}
.zmdi-hospital-alt:before {
  content: "\f176";
}
.zmdi-hospital:before {
  content: "\f177";
}
.zmdi-hotel:before {
  content: "\f178";
}
.zmdi-hourglass-alt:before {
  content: "\f179";
}
.zmdi-hourglass-outline:before {
  content: "\f17a";
}
.zmdi-hourglass:before {
  content: "\f17b";
}
.zmdi-http:before {
  content: "\f17c";
}
.zmdi-image-alt:before {
  content: "\f17d";
}
.zmdi-image-o:before {
  content: "\f17e";
}
.zmdi-image:before {
  content: "\f17f";
}
.zmdi-inbox:before {
  content: "\f180";
}
.zmdi-invert-colors-off:before {
  content: "\f181";
}
.zmdi-invert-colors:before {
  content: "\f182";
}
.zmdi-key:before {
  content: "\f183";
}
.zmdi-label-alt-outline:before {
  content: "\f184";
}
.zmdi-label-alt:before {
  content: "\f185";
}
.zmdi-label-heart:before {
  content: "\f186";
}
.zmdi-label:before {
  content: "\f187";
}
.zmdi-labels:before {
  content: "\f188";
}
.zmdi-lamp:before {
  content: "\f189";
}
.zmdi-landscape:before {
  content: "\f18a";
}
.zmdi-layers-off:before {
  content: "\f18b";
}
.zmdi-layers:before {
  content: "\f18c";
}
.zmdi-library:before {
  content: "\f18d";
}
.zmdi-link:before {
  content: "\f18e";
}
.zmdi-lock-open:before {
  content: "\f18f";
}
.zmdi-lock-outline:before {
  content: "\f190";
}
.zmdi-lock:before {
  content: "\f191";
}
.zmdi-mail-reply-all:before {
  content: "\f192";
}
.zmdi-mail-reply:before {
  content: "\f193";
}
.zmdi-mail-send:before {
  content: "\f194";
}
.zmdi-mall:before {
  content: "\f195";
}
.zmdi-map:before {
  content: "\f196";
}
.zmdi-menu:before {
  content: "\f197";
}
.zmdi-money-box:before {
  content: "\f198";
}
.zmdi-money-off:before {
  content: "\f199";
}
.zmdi-money:before {
  content: "\f19a";
}
.zmdi-more-vert:before {
  content: "\f19b";
}
.zmdi-more:before {
  content: "\f19c";
}
.zmdi-movie-alt:before {
  content: "\f19d";
}
.zmdi-movie:before {
  content: "\f19e";
}
.zmdi-nature-people:before {
  content: "\f19f";
}
.zmdi-nature:before {
  content: "\f1a0";
}
.zmdi-navigation:before {
  content: "\f1a1";
}
.zmdi-open-in-browser:before {
  content: "\f1a2";
}
.zmdi-open-in-new:before {
  content: "\f1a3";
}
.zmdi-palette:before {
  content: "\f1a4";
}
.zmdi-parking:before {
  content: "\f1a5";
}
.zmdi-pin-account:before {
  content: "\f1a6";
}
.zmdi-pin-assistant:before {
  content: "\f1a7";
}
.zmdi-pin-drop:before {
  content: "\f1a8";
}
.zmdi-pin-help:before {
  content: "\f1a9";
}
.zmdi-pin-off:before {
  content: "\f1aa";
}
.zmdi-pin:before {
  content: "\f1ab";
}
.zmdi-pizza:before {
  content: "\f1ac";
}
.zmdi-plaster:before {
  content: "\f1ad";
}
.zmdi-power-setting:before {
  content: "\f1ae";
}
.zmdi-power:before {
  content: "\f1af";
}
.zmdi-print:before {
  content: "\f1b0";
}
.zmdi-puzzle-piece:before {
  content: "\f1b1";
}
.zmdi-quote:before {
  content: "\f1b2";
}
.zmdi-railway:before {
  content: "\f1b3";
}
.zmdi-receipt:before {
  content: "\f1b4";
}
.zmdi-refresh-alt:before {
  content: "\f1b5";
}
.zmdi-refresh-sync-alert:before {
  content: "\f1b6";
}
.zmdi-refresh-sync-off:before {
  content: "\f1b7";
}
.zmdi-refresh-sync:before {
  content: "\f1b8";
}
.zmdi-refresh:before {
  content: "\f1b9";
}
.zmdi-roller:before {
  content: "\f1ba";
}
.zmdi-ruler:before {
  content: "\f1bb";
}
.zmdi-scissors:before {
  content: "\f1bc";
}
.zmdi-screen-rotation-lock:before {
  content: "\f1bd";
}
.zmdi-screen-rotation:before {
  content: "\f1be";
}
.zmdi-search-for:before {
  content: "\f1bf";
}
.zmdi-search-in-file:before {
  content: "\f1c0";
}
.zmdi-search-in-page:before {
  content: "\f1c1";
}
.zmdi-search-replace:before {
  content: "\f1c2";
}
.zmdi-search:before {
  content: "\f1c3";
}
.zmdi-seat:before {
  content: "\f1c4";
}
.zmdi-settings-square:before {
  content: "\f1c5";
}
.zmdi-settings:before {
  content: "\f1c6";
}
.zmdi-shield-check:before {
  content: "\f1c7";
}
.zmdi-shield-security:before {
  content: "\f1c8";
}
.zmdi-shopping-basket:before {
  content: "\f1c9";
}
.zmdi-shopping-cart-plus:before {
  content: "\f1ca";
}
.zmdi-shopping-cart:before {
  content: "\f1cb";
}
.zmdi-sign-in:before {
  content: "\f1cc";
}
.zmdi-sort-amount-asc:before {
  content: "\f1cd";
}
.zmdi-sort-amount-desc:before {
  content: "\f1ce";
}
.zmdi-sort-asc:before {
  content: "\f1cf";
}
.zmdi-sort-desc:before {
  content: "\f1d0";
}
.zmdi-spellcheck:before {
  content: "\f1d1";
}
.zmdi-storage:before {
  content: "\f1d2";
}
.zmdi-store-24:before {
  content: "\f1d3";
}
.zmdi-store:before {
  content: "\f1d4";
}
.zmdi-subway:before {
  content: "\f1d5";
}
.zmdi-sun:before {
  content: "\f1d6";
}
.zmdi-tab-unselected:before {
  content: "\f1d7";
}
.zmdi-tab:before {
  content: "\f1d8";
}
.zmdi-tag-close:before {
  content: "\f1d9";
}
.zmdi-tag-more:before {
  content: "\f1da";
}
.zmdi-tag:before {
  content: "\f1db";
}
.zmdi-thumb-down:before {
  content: "\f1dc";
}
.zmdi-thumb-up-down:before {
  content: "\f1dd";
}
.zmdi-thumb-up:before {
  content: "\f1de";
}
.zmdi-ticket-star:before {
  content: "\f1df";
}
.zmdi-toll:before {
  content: "\f1e0";
}
.zmdi-toys:before {
  content: "\f1e1";
}
.zmdi-traffic:before {
  content: "\f1e2";
}
.zmdi-translate:before {
  content: "\f1e3";
}
.zmdi-triangle-down:before {
  content: "\f1e4";
}
.zmdi-triangle-up:before {
  content: "\f1e5";
}
.zmdi-truck:before {
  content: "\f1e6";
}
.zmdi-turning-sign:before {
  content: "\f1e7";
}
.zmdi-wallpaper:before {
  content: "\f1e8";
}
.zmdi-washing-machine:before {
  content: "\f1e9";
}
.zmdi-window-maximize:before {
  content: "\f1ea";
}
.zmdi-window-minimize:before {
  content: "\f1eb";
}
.zmdi-window-restore:before {
  content: "\f1ec";
}
.zmdi-wrench:before {
  content: "\f1ed";
}
.zmdi-zoom-in:before {
  content: "\f1ee";
}
.zmdi-zoom-out:before {
  content: "\f1ef";
}
.zmdi-alert-circle-o:before {
  content: "\f1f0";
}
.zmdi-alert-circle:before {
  content: "\f1f1";
}
.zmdi-alert-octagon:before {
  content: "\f1f2";
}
.zmdi-alert-polygon:before {
  content: "\f1f3";
}
.zmdi-alert-triangle:before {
  content: "\f1f4";
}
.zmdi-help-outline:before {
  content: "\f1f5";
}
.zmdi-help:before {
  content: "\f1f6";
}
.zmdi-info-outline:before {
  content: "\f1f7";
}
.zmdi-info:before {
  content: "\f1f8";
}
.zmdi-notifications-active:before {
  content: "\f1f9";
}
.zmdi-notifications-add:before {
  content: "\f1fa";
}
.zmdi-notifications-none:before {
  content: "\f1fb";
}
.zmdi-notifications-off:before {
  content: "\f1fc";
}
.zmdi-notifications-paused:before {
  content: "\f1fd";
}
.zmdi-notifications:before {
  content: "\f1fe";
}
.zmdi-account-add:before {
  content: "\f1ff";
}
.zmdi-account-box-mail:before {
  content: "\f200";
}
.zmdi-account-box-o:before {
  content: "\f201";
}
.zmdi-account-box-phone:before {
  content: "\f202";
}
.zmdi-account-box:before {
  content: "\f203";
}
.zmdi-account-calendar:before {
  content: "\f204";
}
.zmdi-account-circle:before {
  content: "\f205";
}
.zmdi-account-o:before {
  content: "\f206";
}
.zmdi-account:before {
  content: "\f207";
}
.zmdi-accounts-add:before {
  content: "\f208";
}
.zmdi-accounts-alt:before {
  content: "\f209";
}
.zmdi-accounts-list-alt:before {
  content: "\f20a";
}
.zmdi-accounts-list:before {
  content: "\f20b";
}
.zmdi-accounts-outline:before {
  content: "\f20c";
}
.zmdi-accounts:before {
  content: "\f20d";
}
.zmdi-face:before {
  content: "\f20e";
}
.zmdi-female:before {
  content: "\f20f";
}
.zmdi-male-alt:before {
  content: "\f210";
}
.zmdi-male-female:before {
  content: "\f211";
}
.zmdi-male:before {
  content: "\f212";
}
.zmdi-mood-bad:before {
  content: "\f213";
}
.zmdi-mood:before {
  content: "\f214";
}
.zmdi-run:before {
  content: "\f215";
}
.zmdi-walk:before {
  content: "\f216";
}
.zmdi-cloud-box:before {
  content: "\f217";
}
.zmdi-cloud-circle:before {
  content: "\f218";
}
.zmdi-cloud-done:before {
  content: "\f219";
}
.zmdi-cloud-download:before {
  content: "\f21a";
}
.zmdi-cloud-off:before {
  content: "\f21b";
}
.zmdi-cloud-outline-alt:before {
  content: "\f21c";
}
.zmdi-cloud-outline:before {
  content: "\f21d";
}
.zmdi-cloud-upload:before {
  content: "\f21e";
}
.zmdi-cloud:before {
  content: "\f21f";
}
.zmdi-download:before {
  content: "\f220";
}
.zmdi-file-plus:before {
  content: "\f221";
}
.zmdi-file-text:before {
  content: "\f222";
}
.zmdi-file:before {
  content: "\f223";
}
.zmdi-folder-outline:before {
  content: "\f224";
}
.zmdi-folder-person:before {
  content: "\f225";
}
.zmdi-folder-star-alt:before {
  content: "\f226";
}
.zmdi-folder-star:before {
  content: "\f227";
}
.zmdi-folder:before {
  content: "\f228";
}
.zmdi-gif:before {
  content: "\f229";
}
.zmdi-upload:before {
  content: "\f22a";
}
.zmdi-border-all:before {
  content: "\f22b";
}
.zmdi-border-bottom:before {
  content: "\f22c";
}
.zmdi-border-clear:before {
  content: "\f22d";
}
.zmdi-border-color:before {
  content: "\f22e";
}
.zmdi-border-horizontal:before {
  content: "\f22f";
}
.zmdi-border-inner:before {
  content: "\f230";
}
.zmdi-border-left:before {
  content: "\f231";
}
.zmdi-border-outer:before {
  content: "\f232";
}
.zmdi-border-right:before {
  content: "\f233";
}
.zmdi-border-style:before {
  content: "\f234";
}
.zmdi-border-top:before {
  content: "\f235";
}
.zmdi-border-vertical:before {
  content: "\f236";
}
.zmdi-copy:before {
  content: "\f237";
}
.zmdi-crop:before {
  content: "\f238";
}
.zmdi-format-align-center:before {
  content: "\f239";
}
.zmdi-format-align-justify:before {
  content: "\f23a";
}
.zmdi-format-align-left:before {
  content: "\f23b";
}
.zmdi-format-align-right:before {
  content: "\f23c";
}
.zmdi-format-bold:before {
  content: "\f23d";
}
.zmdi-format-clear-all:before {
  content: "\f23e";
}
.zmdi-format-clear:before {
  content: "\f23f";
}
.zmdi-format-color-fill:before {
  content: "\f240";
}
.zmdi-format-color-reset:before {
  content: "\f241";
}
.zmdi-format-color-text:before {
  content: "\f242";
}
.zmdi-format-indent-decrease:before {
  content: "\f243";
}
.zmdi-format-indent-increase:before {
  content: "\f244";
}
.zmdi-format-italic:before {
  content: "\f245";
}
.zmdi-format-line-spacing:before {
  content: "\f246";
}
.zmdi-format-list-bulleted:before {
  content: "\f247";
}
.zmdi-format-list-numbered:before {
  content: "\f248";
}
.zmdi-format-ltr:before {
  content: "\f249";
}
.zmdi-format-rtl:before {
  content: "\f24a";
}
.zmdi-format-size:before {
  content: "\f24b";
}
.zmdi-format-strikethrough-s:before {
  content: "\f24c";
}
.zmdi-format-strikethrough:before {
  content: "\f24d";
}
.zmdi-format-subject:before {
  content: "\f24e";
}
.zmdi-format-underlined:before {
  content: "\f24f";
}
.zmdi-format-valign-bottom:before {
  content: "\f250";
}
.zmdi-format-valign-center:before {
  content: "\f251";
}
.zmdi-format-valign-top:before {
  content: "\f252";
}
.zmdi-redo:before {
  content: "\f253";
}
.zmdi-select-all:before {
  content: "\f254";
}
.zmdi-space-bar:before {
  content: "\f255";
}
.zmdi-text-format:before {
  content: "\f256";
}
.zmdi-transform:before {
  content: "\f257";
}
.zmdi-undo:before {
  content: "\f258";
}
.zmdi-wrap-text:before {
  content: "\f259";
}
.zmdi-comment-alert:before {
  content: "\f25a";
}
.zmdi-comment-alt-text:before {
  content: "\f25b";
}
.zmdi-comment-alt:before {
  content: "\f25c";
}
.zmdi-comment-edit:before {
  content: "\f25d";
}
.zmdi-comment-image:before {
  content: "\f25e";
}
.zmdi-comment-list:before {
  content: "\f25f";
}
.zmdi-comment-more:before {
  content: "\f260";
}
.zmdi-comment-outline:before {
  content: "\f261";
}
.zmdi-comment-text-alt:before {
  content: "\f262";
}
.zmdi-comment-text:before {
  content: "\f263";
}
.zmdi-comment-video:before {
  content: "\f264";
}
.zmdi-comment:before {
  content: "\f265";
}
.zmdi-comments:before {
  content: "\f266";
}
.zmdi-check-all:before {
  content: "\f267";
}
.zmdi-check-circle-u:before {
  content: "\f268";
}
.zmdi-check-circle:before {
  content: "\f269";
}
.zmdi-check-square:before {
  content: "\f26a";
}
.zmdi-check:before {
  content: "\f26b";
}
.zmdi-circle-o:before {
  content: "\f26c";
}
.zmdi-circle:before {
  content: "\f26d";
}
.zmdi-dot-circle-alt:before {
  content: "\f26e";
}
.zmdi-dot-circle:before {
  content: "\f26f";
}
.zmdi-minus-circle-outline:before {
  content: "\f270";
}
.zmdi-minus-circle:before {
  content: "\f271";
}
.zmdi-minus-square:before {
  content: "\f272";
}
.zmdi-minus:before {
  content: "\f273";
}
.zmdi-plus-circle-o-duplicate:before {
  content: "\f274";
}
.zmdi-plus-circle-o:before {
  content: "\f275";
}
.zmdi-plus-circle:before {
  content: "\f276";
}
.zmdi-plus-square:before {
  content: "\f277";
}
.zmdi-plus:before {
  content: "\f278";
}
.zmdi-square-o:before {
  content: "\f279";
}
.zmdi-star-circle:before {
  content: "\f27a";
}
.zmdi-star-half:before {
  content: "\f27b";
}
.zmdi-star-outline:before {
  content: "\f27c";
}
.zmdi-star:before {
  content: "\f27d";
}
.zmdi-bluetooth-connected:before {
  content: "\f27e";
}
.zmdi-bluetooth-off:before {
  content: "\f27f";
}
.zmdi-bluetooth-search:before {
  content: "\f280";
}
.zmdi-bluetooth-setting:before {
  content: "\f281";
}
.zmdi-bluetooth:before {
  content: "\f282";
}
.zmdi-camera-add:before {
  content: "\f283";
}
.zmdi-camera-alt:before {
  content: "\f284";
}
.zmdi-camera-bw:before {
  content: "\f285";
}
.zmdi-camera-front:before {
  content: "\f286";
}
.zmdi-camera-mic:before {
  content: "\f287";
}
.zmdi-camera-party-mode:before {
  content: "\f288";
}
.zmdi-camera-rear:before {
  content: "\f289";
}
.zmdi-camera-roll:before {
  content: "\f28a";
}
.zmdi-camera-switch:before {
  content: "\f28b";
}
.zmdi-camera:before {
  content: "\f28c";
}
.zmdi-card-alert:before {
  content: "\f28d";
}
.zmdi-card-off:before {
  content: "\f28e";
}
.zmdi-card-sd:before {
  content: "\f28f";
}
.zmdi-card-sim:before {
  content: "\f290";
}
.zmdi-desktop-mac:before {
  content: "\f291";
}
.zmdi-desktop-windows:before {
  content: "\f292";
}
.zmdi-device-hub:before {
  content: "\f293";
}
.zmdi-devices-off:before {
  content: "\f294";
}
.zmdi-devices:before {
  content: "\f295";
}
.zmdi-dock:before {
  content: "\f296";
}
.zmdi-floppy:before {
  content: "\f297";
}
.zmdi-gamepad:before {
  content: "\f298";
}
.zmdi-gps-dot:before {
  content: "\f299";
}
.zmdi-gps-off:before {
  content: "\f29a";
}
.zmdi-gps:before {
  content: "\f29b";
}
.zmdi-headset-mic:before {
  content: "\f29c";
}
.zmdi-headset:before {
  content: "\f29d";
}
.zmdi-input-antenna:before {
  content: "\f29e";
}
.zmdi-input-composite:before {
  content: "\f29f";
}
.zmdi-input-hdmi:before {
  content: "\f2a0";
}
.zmdi-input-power:before {
  content: "\f2a1";
}
.zmdi-input-svideo:before {
  content: "\f2a2";
}
.zmdi-keyboard-hide:before {
  content: "\f2a3";
}
.zmdi-keyboard:before {
  content: "\f2a4";
}
.zmdi-laptop-chromebook:before {
  content: "\f2a5";
}
.zmdi-laptop-mac:before {
  content: "\f2a6";
}
.zmdi-laptop:before {
  content: "\f2a7";
}
.zmdi-mic-off:before {
  content: "\f2a8";
}
.zmdi-mic-outline:before {
  content: "\f2a9";
}
.zmdi-mic-setting:before {
  content: "\f2aa";
}
.zmdi-mic:before {
  content: "\f2ab";
}
.zmdi-mouse:before {
  content: "\f2ac";
}
.zmdi-network-alert:before {
  content: "\f2ad";
}
.zmdi-network-locked:before {
  content: "\f2ae";
}
.zmdi-network-off:before {
  content: "\f2af";
}
.zmdi-network-outline:before {
  content: "\f2b0";
}
.zmdi-network-setting:before {
  content: "\f2b1";
}
.zmdi-network:before {
  content: "\f2b2";
}
.zmdi-phone-bluetooth:before {
  content: "\f2b3";
}
.zmdi-phone-end:before {
  content: "\f2b4";
}
.zmdi-phone-forwarded:before {
  content: "\f2b5";
}
.zmdi-phone-in-talk:before {
  content: "\f2b6";
}
.zmdi-phone-locked:before {
  content: "\f2b7";
}
.zmdi-phone-missed:before {
  content: "\f2b8";
}
.zmdi-phone-msg:before {
  content: "\f2b9";
}
.zmdi-phone-paused:before {
  content: "\f2ba";
}
.zmdi-phone-ring:before {
  content: "\f2bb";
}
.zmdi-phone-setting:before {
  content: "\f2bc";
}
.zmdi-phone-sip:before {
  content: "\f2bd";
}
.zmdi-phone:before {
  content: "\f2be";
}
.zmdi-portable-wifi-changes:before {
  content: "\f2bf";
}
.zmdi-portable-wifi-off:before {
  content: "\f2c0";
}
.zmdi-portable-wifi:before {
  content: "\f2c1";
}
.zmdi-radio:before {
  content: "\f2c2";
}
.zmdi-reader:before {
  content: "\f2c3";
}
.zmdi-remote-control-alt:before {
  content: "\f2c4";
}
.zmdi-remote-control:before {
  content: "\f2c5";
}
.zmdi-router:before {
  content: "\f2c6";
}
.zmdi-scanner:before {
  content: "\f2c7";
}
.zmdi-smartphone-android:before {
  content: "\f2c8";
}
.zmdi-smartphone-download:before {
  content: "\f2c9";
}
.zmdi-smartphone-erase:before {
  content: "\f2ca";
}
.zmdi-smartphone-info:before {
  content: "\f2cb";
}
.zmdi-smartphone-iphone:before {
  content: "\f2cc";
}
.zmdi-smartphone-landscape-lock:before {
  content: "\f2cd";
}
.zmdi-smartphone-landscape:before {
  content: "\f2ce";
}
.zmdi-smartphone-lock:before {
  content: "\f2cf";
}
.zmdi-smartphone-portrait-lock:before {
  content: "\f2d0";
}
.zmdi-smartphone-ring:before {
  content: "\f2d1";
}
.zmdi-smartphone-setting:before {
  content: "\f2d2";
}
.zmdi-smartphone-setup:before {
  content: "\f2d3";
}
.zmdi-smartphone:before {
  content: "\f2d4";
}
.zmdi-speaker:before {
  content: "\f2d5";
}
.zmdi-tablet-android:before {
  content: "\f2d6";
}
.zmdi-tablet-mac:before {
  content: "\f2d7";
}
.zmdi-tablet:before {
  content: "\f2d8";
}
.zmdi-tv-alt-play:before {
  content: "\f2d9";
}
.zmdi-tv-list:before {
  content: "\f2da";
}
.zmdi-tv-play:before {
  content: "\f2db";
}
.zmdi-tv:before {
  content: "\f2dc";
}
.zmdi-usb:before {
  content: "\f2dd";
}
.zmdi-videocam-off:before {
  content: "\f2de";
}
.zmdi-videocam-switch:before {
  content: "\f2df";
}
.zmdi-videocam:before {
  content: "\f2e0";
}
.zmdi-watch:before {
  content: "\f2e1";
}
.zmdi-wifi-alt-2:before {
  content: "\f2e2";
}
.zmdi-wifi-alt:before {
  content: "\f2e3";
}
.zmdi-wifi-info:before {
  content: "\f2e4";
}
.zmdi-wifi-lock:before {
  content: "\f2e5";
}
.zmdi-wifi-off:before {
  content: "\f2e6";
}
.zmdi-wifi-outline:before {
  content: "\f2e7";
}
.zmdi-wifi:before {
  content: "\f2e8";
}
.zmdi-arrow-left-bottom:before {
  content: "\f2e9";
}
.zmdi-arrow-left:before {
  content: "\f2ea";
}
.zmdi-arrow-merge:before {
  content: "\f2eb";
}
.zmdi-arrow-missed:before {
  content: "\f2ec";
}
.zmdi-arrow-right-top:before {
  content: "\f2ed";
}
.zmdi-arrow-right:before {
  content: "\f2ee";
}
.zmdi-arrow-split:before {
  content: "\f2ef";
}
.zmdi-arrows:before {
  content: "\f2f0";
}
.zmdi-caret-down-circle:before {
  content: "\f2f1";
}
.zmdi-caret-down:before {
  content: "\f2f2";
}
.zmdi-caret-left-circle:before {
  content: "\f2f3";
}
.zmdi-caret-left:before {
  content: "\f2f4";
}
.zmdi-caret-right-circle:before {
  content: "\f2f5";
}
.zmdi-caret-right:before {
  content: "\f2f6";
}
.zmdi-caret-up-circle:before {
  content: "\f2f7";
}
.zmdi-caret-up:before {
  content: "\f2f8";
}
.zmdi-chevron-down:before {
  content: "\f2f9";
}
.zmdi-chevron-left:before {
  content: "\f2fa";
}
.zmdi-chevron-right:before {
  content: "\f2fb";
}
.zmdi-chevron-up:before {
  content: "\f2fc";
}
.zmdi-forward:before {
  content: "\f2fd";
}
.zmdi-long-arrow-down:before {
  content: "\f2fe";
}
.zmdi-long-arrow-left:before {
  content: "\f2ff";
}
.zmdi-long-arrow-return:before {
  content: "\f300";
}
.zmdi-long-arrow-right:before {
  content: "\f301";
}
.zmdi-long-arrow-tab:before {
  content: "\f302";
}
.zmdi-long-arrow-up:before {
  content: "\f303";
}
.zmdi-rotate-ccw:before {
  content: "\f304";
}
.zmdi-rotate-cw:before {
  content: "\f305";
}
.zmdi-rotate-left:before {
  content: "\f306";
}
.zmdi-rotate-right:before {
  content: "\f307";
}
.zmdi-square-down:before {
  content: "\f308";
}
.zmdi-square-right:before {
  content: "\f309";
}
.zmdi-swap-alt:before {
  content: "\f30a";
}
.zmdi-swap-vertical-circle:before {
  content: "\f30b";
}
.zmdi-swap-vertical:before {
  content: "\f30c";
}
.zmdi-swap:before {
  content: "\f30d";
}
.zmdi-trending-down:before {
  content: "\f30e";
}
.zmdi-trending-flat:before {
  content: "\f30f";
}
.zmdi-trending-up:before {
  content: "\f310";
}
.zmdi-unfold-less:before {
  content: "\f311";
}
.zmdi-unfold-more:before {
  content: "\f312";
}
.zmdi-apps:before {
  content: "\f313";
}
.zmdi-grid-off:before {
  content: "\f314";
}
.zmdi-grid:before {
  content: "\f315";
}
.zmdi-view-agenda:before {
  content: "\f316";
}
.zmdi-view-array:before {
  content: "\f317";
}
.zmdi-view-carousel:before {
  content: "\f318";
}
.zmdi-view-column:before {
  content: "\f319";
}
.zmdi-view-comfy:before {
  content: "\f31a";
}
.zmdi-view-compact:before {
  content: "\f31b";
}
.zmdi-view-dashboard:before {
  content: "\f31c";
}
.zmdi-view-day:before {
  content: "\f31d";
}
.zmdi-view-headline:before {
  content: "\f31e";
}
.zmdi-view-list-alt:before {
  content: "\f31f";
}
.zmdi-view-list:before {
  content: "\f320";
}
.zmdi-view-module:before {
  content: "\f321";
}
.zmdi-view-quilt:before {
  content: "\f322";
}
.zmdi-view-stream:before {
  content: "\f323";
}
.zmdi-view-subtitles:before {
  content: "\f324";
}
.zmdi-view-toc:before {
  content: "\f325";
}
.zmdi-view-web:before {
  content: "\f326";
}
.zmdi-view-week:before {
  content: "\f327";
}
.zmdi-widgets:before {
  content: "\f328";
}
.zmdi-alarm-check:before {
  content: "\f329";
}
.zmdi-alarm-off:before {
  content: "\f32a";
}
.zmdi-alarm-plus:before {
  content: "\f32b";
}
.zmdi-alarm-snooze:before {
  content: "\f32c";
}
.zmdi-alarm:before {
  content: "\f32d";
}
.zmdi-calendar-alt:before {
  content: "\f32e";
}
.zmdi-calendar-check:before {
  content: "\f32f";
}
.zmdi-calendar-close:before {
  content: "\f330";
}
.zmdi-calendar-note:before {
  content: "\f331";
}
.zmdi-calendar:before {
  content: "\f332";
}
.zmdi-time-countdown:before {
  content: "\f333";
}
.zmdi-time-interval:before {
  content: "\f334";
}
.zmdi-time-restore-setting:before {
  content: "\f335";
}
.zmdi-time-restore:before {
  content: "\f336";
}
.zmdi-time:before {
  content: "\f337";
}
.zmdi-timer-off:before {
  content: "\f338";
}
.zmdi-timer:before {
  content: "\f339";
}
.zmdi-android-alt:before {
  content: "\f33a";
}
.zmdi-android:before {
  content: "\f33b";
}
.zmdi-apple:before {
  content: "\f33c";
}
.zmdi-behance:before {
  content: "\f33d";
}
.zmdi-codepen:before {
  content: "\f33e";
}
.zmdi-dribbble:before {
  content: "\f33f";
}
.zmdi-dropbox:before {
  content: "\f340";
}
.zmdi-evernote:before {
  content: "\f341";
}
.zmdi-facebook-box:before {
  content: "\f342";
}
.zmdi-facebook:before {
  content: "\f343";
}
.zmdi-github-box:before {
  content: "\f344";
}
.zmdi-github:before {
  content: "\f345";
}
.zmdi-google-drive:before {
  content: "\f346";
}
.zmdi-google-earth:before {
  content: "\f347";
}
.zmdi-google-glass:before {
  content: "\f348";
}
.zmdi-google-maps:before {
  content: "\f349";
}
.zmdi-google-pages:before {
  content: "\f34a";
}
.zmdi-google-play:before {
  content: "\f34b";
}
.zmdi-google-plus-box:before {
  content: "\f34c";
}
.zmdi-google-plus:before {
  content: "\f34d";
}
.zmdi-google:before {
  content: "\f34e";
}
.zmdi-instagram:before {
  content: "\f34f";
}
.zmdi-language-css3:before {
  content: "\f350";
}
.zmdi-language-html5:before {
  content: "\f351";
}
.zmdi-language-javascript:before {
  content: "\f352";
}
.zmdi-language-python-alt:before {
  content: "\f353";
}
.zmdi-language-python:before {
  content: "\f354";
}
.zmdi-lastfm:before {
  content: "\f355";
}
.zmdi-linkedin-box:before {
  content: "\f356";
}
.zmdi-paypal:before {
  content: "\f357";
}
.zmdi-pinterest-box:before {
  content: "\f358";
}
.zmdi-pocket:before {
  content: "\f359";
}
.zmdi-polymer:before {
  content: "\f35a";
}
.zmdi-share:before {
  content: "\f35b";
}
.zmdi-stackoverflow:before {
  content: "\f35c";
}
.zmdi-steam-square:before {
  content: "\f35d";
}
.zmdi-steam:before {
  content: "\f35e";
}
.zmdi-twitter-box:before {
  content: "\f35f";
}
.zmdi-twitter:before {
  content: "\f360";
}
.zmdi-vk:before {
  content: "\f361";
}
.zmdi-wikipedia:before {
  content: "\f362";
}
.zmdi-windows:before {
  content: "\f363";
}
.zmdi-aspect-ratio-alt:before {
  content: "\f364";
}
.zmdi-aspect-ratio:before {
  content: "\f365";
}
.zmdi-blur-circular:before {
  content: "\f366";
}
.zmdi-blur-linear:before {
  content: "\f367";
}
.zmdi-blur-off:before {
  content: "\f368";
}
.zmdi-blur:before {
  content: "\f369";
}
.zmdi-brightness-2:before {
  content: "\f36a";
}
.zmdi-brightness-3:before {
  content: "\f36b";
}
.zmdi-brightness-4:before {
  content: "\f36c";
}
.zmdi-brightness-5:before {
  content: "\f36d";
}
.zmdi-brightness-6:before {
  content: "\f36e";
}
.zmdi-brightness-7:before {
  content: "\f36f";
}
.zmdi-brightness-auto:before {
  content: "\f370";
}
.zmdi-brightness-setting:before {
  content: "\f371";
}
.zmdi-broken-image:before {
  content: "\f372";
}
.zmdi-center-focus-strong:before {
  content: "\f373";
}
.zmdi-center-focus-weak:before {
  content: "\f374";
}
.zmdi-compare:before {
  content: "\f375";
}
.zmdi-crop-16-9:before {
  content: "\f376";
}
.zmdi-crop-3-2:before {
  content: "\f377";
}
.zmdi-crop-5-4:before {
  content: "\f378";
}
.zmdi-crop-7-5:before {
  content: "\f379";
}
.zmdi-crop-din:before {
  content: "\f37a";
}
.zmdi-crop-free:before {
  content: "\f37b";
}
.zmdi-crop-landscape:before {
  content: "\f37c";
}
.zmdi-crop-portrait:before {
  content: "\f37d";
}
.zmdi-crop-square:before {
  content: "\f37e";
}
.zmdi-exposure-alt:before {
  content: "\f37f";
}
.zmdi-exposure:before {
  content: "\f380";
}
.zmdi-filter-b-and-w:before {
  content: "\f381";
}
.zmdi-filter-center-focus:before {
  content: "\f382";
}
.zmdi-filter-frames:before {
  content: "\f383";
}
.zmdi-filter-tilt-shift:before {
  content: "\f384";
}
.zmdi-gradient:before {
  content: "\f385";
}
.zmdi-grain:before {
  content: "\f386";
}
.zmdi-graphic-eq:before {
  content: "\f387";
}
.zmdi-hdr-off:before {
  content: "\f388";
}
.zmdi-hdr-strong:before {
  content: "\f389";
}
.zmdi-hdr-weak:before {
  content: "\f38a";
}
.zmdi-hdr:before {
  content: "\f38b";
}
.zmdi-iridescent:before {
  content: "\f38c";
}
.zmdi-leak-off:before {
  content: "\f38d";
}
.zmdi-leak:before {
  content: "\f38e";
}
.zmdi-looks:before {
  content: "\f38f";
}
.zmdi-loupe:before {
  content: "\f390";
}
.zmdi-panorama-horizontal:before {
  content: "\f391";
}
.zmdi-panorama-vertical:before {
  content: "\f392";
}
.zmdi-panorama-wide-angle:before {
  content: "\f393";
}
.zmdi-photo-size-select-large:before {
  content: "\f394";
}
.zmdi-photo-size-select-small:before {
  content: "\f395";
}
.zmdi-picture-in-picture:before {
  content: "\f396";
}
.zmdi-slideshow:before {
  content: "\f397";
}
.zmdi-texture:before {
  content: "\f398";
}
.zmdi-tonality:before {
  content: "\f399";
}
.zmdi-vignette:before {
  content: "\f39a";
}
.zmdi-wb-auto:before {
  content: "\f39b";
}
.zmdi-eject-alt:before {
  content: "\f39c";
}
.zmdi-eject:before {
  content: "\f39d";
}
.zmdi-equalizer:before {
  content: "\f39e";
}
.zmdi-fast-forward:before {
  content: "\f39f";
}
.zmdi-fast-rewind:before {
  content: "\f3a0";
}
.zmdi-forward-10:before {
  content: "\f3a1";
}
.zmdi-forward-30:before {
  content: "\f3a2";
}
.zmdi-forward-5:before {
  content: "\f3a3";
}
.zmdi-hearing:before {
  content: "\f3a4";
}
.zmdi-pause-circle-outline:before {
  content: "\f3a5";
}
.zmdi-pause-circle:before {
  content: "\f3a6";
}
.zmdi-pause:before {
  content: "\f3a7";
}
.zmdi-play-circle-outline:before {
  content: "\f3a8";
}
.zmdi-play-circle:before {
  content: "\f3a9";
}
.zmdi-play:before {
  content: "\f3aa";
}
.zmdi-playlist-audio:before {
  content: "\f3ab";
}
.zmdi-playlist-plus:before {
  content: "\f3ac";
}
.zmdi-repeat-one:before {
  content: "\f3ad";
}
.zmdi-repeat:before {
  content: "\f3ae";
}
.zmdi-replay-10:before {
  content: "\f3af";
}
.zmdi-replay-30:before {
  content: "\f3b0";
}
.zmdi-replay-5:before {
  content: "\f3b1";
}
.zmdi-replay:before {
  content: "\f3b2";
}
.zmdi-shuffle:before {
  content: "\f3b3";
}
.zmdi-skip-next:before {
  content: "\f3b4";
}
.zmdi-skip-previous:before {
  content: "\f3b5";
}
.zmdi-stop:before {
  content: "\f3b6";
}
.zmdi-surround-sound:before {
  content: "\f3b7";
}
.zmdi-tune:before {
  content: "\f3b8";
}
.zmdi-volume-down:before {
  content: "\f3b9";
}
.zmdi-volume-mute:before {
  content: "\f3ba";
}
.zmdi-volume-off:before {
  content: "\f3bb";
}
.zmdi-volume-up:before {
  content: "\f3bc";
}
.zmdi-n-1-square:before {
  content: "\f3bd";
}
.zmdi-n-2-square:before {
  content: "\f3be";
}
.zmdi-n-3-square:before {
  content: "\f3bf";
}
.zmdi-n-4-square:before {
  content: "\f3c0";
}
.zmdi-n-5-square:before {
  content: "\f3c1";
}
.zmdi-n-6-square:before {
  content: "\f3c2";
}
.zmdi-neg-1:before {
  content: "\f3c3";
}
.zmdi-neg-2:before {
  content: "\f3c4";
}
.zmdi-plus-1:before {
  content: "\f3c5";
}
.zmdi-plus-2:before {
  content: "\f3c6";
}
.zmdi-sec-10:before {
  content: "\f3c7";
}
.zmdi-sec-3:before {
  content: "\f3c8";
}
.zmdi-zero:before {
  content: "\f3c9";
}
.zmdi-airline-seat-flat-angled:before {
  content: "\f3ca";
}
.zmdi-airline-seat-flat:before {
  content: "\f3cb";
}
.zmdi-airline-seat-individual-suite:before {
  content: "\f3cc";
}
.zmdi-airline-seat-legroom-extra:before {
  content: "\f3cd";
}
.zmdi-airline-seat-legroom-normal:before {
  content: "\f3ce";
}
.zmdi-airline-seat-legroom-reduced:before {
  content: "\f3cf";
}
.zmdi-airline-seat-recline-extra:before {
  content: "\f3d0";
}
.zmdi-airline-seat-recline-normal:before {
  content: "\f3d1";
}
.zmdi-airplay:before {
  content: "\f3d2";
}
.zmdi-closed-caption:before {
  content: "\f3d3";
}
.zmdi-confirmation-number:before {
  content: "\f3d4";
}
.zmdi-developer-board:before {
  content: "\f3d5";
}
.zmdi-disc-full:before {
  content: "\f3d6";
}
.zmdi-explicit:before {
  content: "\f3d7";
}
.zmdi-flight-land:before {
  content: "\f3d8";
}
.zmdi-flight-takeoff:before {
  content: "\f3d9";
}
.zmdi-flip-to-back:before {
  content: "\f3da";
}
.zmdi-flip-to-front:before {
  content: "\f3db";
}
.zmdi-group-work:before {
  content: "\f3dc";
}
.zmdi-hd:before {
  content: "\f3dd";
}
.zmdi-hq:before {
  content: "\f3de";
}
.zmdi-markunread-mailbox:before {
  content: "\f3df";
}
.zmdi-memory:before {
  content: "\f3e0";
}
.zmdi-nfc:before {
  content: "\f3e1";
}
.zmdi-play-for-work:before {
  content: "\f3e2";
}
.zmdi-power-input:before {
  content: "\f3e3";
}
.zmdi-present-to-all:before {
  content: "\f3e4";
}
.zmdi-satellite:before {
  content: "\f3e5";
}
.zmdi-tap-and-play:before {
  content: "\f3e6";
}
.zmdi-vibration:before {
  content: "\f3e7";
}
.zmdi-voicemail:before {
  content: "\f3e8";
}
.zmdi-group:before {
  content: "\f3e9";
}
.zmdi-rss:before {
  content: "\f3ea";
}
.zmdi-shape:before {
  content: "\f3eb";
}
.zmdi-spinner:before {
  content: "\f3ec";
}
.zmdi-ungroup:before {
  content: "\f3ed";
}
.zmdi-500px:before {
  content: "\f3ee";
}
.zmdi-8tracks:before {
  content: "\f3ef";
}
.zmdi-amazon:before {
  content: "\f3f0";
}
.zmdi-blogger:before {
  content: "\f3f1";
}
.zmdi-delicious:before {
  content: "\f3f2";
}
.zmdi-disqus:before {
  content: "\f3f3";
}
.zmdi-flattr:before {
  content: "\f3f4";
}
.zmdi-flickr:before {
  content: "\f3f5";
}
.zmdi-github-alt:before {
  content: "\f3f6";
}
.zmdi-google-old:before {
  content: "\f3f7";
}
.zmdi-linkedin:before {
  content: "\f3f8";
}
.zmdi-odnoklassniki:before {
  content: "\f3f9";
}
.zmdi-outlook:before {
  content: "\f3fa";
}
.zmdi-paypal-alt:before {
  content: "\f3fb";
}
.zmdi-pinterest:before {
  content: "\f3fc";
}
.zmdi-playstation:before {
  content: "\f3fd";
}
.zmdi-reddit:before {
  content: "\f3fe";
}
.zmdi-skype:before {
  content: "\f3ff";
}
.zmdi-slideshare:before {
  content: "\f400";
}
.zmdi-soundcloud:before {
  content: "\f401";
}
.zmdi-tumblr:before {
  content: "\f402";
}
.zmdi-twitch:before {
  content: "\f403";
}
.zmdi-vimeo:before {
  content: "\f404";
}
.zmdi-whatsapp:before {
  content: "\f405";
}
.zmdi-xbox:before {
  content: "\f406";
}
.zmdi-yahoo:before {
  content: "\f407";
}
.zmdi-youtube-play:before {
  content: "\f408";
}
.zmdi-youtube:before {
  content: "\f409";
}
.zmdi-3d-rotation:before {
  content: "\f101";
}
.zmdi-airplane-off:before {
  content: "\f102";
}
.zmdi-airplane:before {
  content: "\f103";
}
.zmdi-album:before {
  content: "\f104";
}
.zmdi-archive:before {
  content: "\f105";
}
.zmdi-assignment-account:before {
  content: "\f106";
}
.zmdi-assignment-alert:before {
  content: "\f107";
}
.zmdi-assignment-check:before {
  content: "\f108";
}
.zmdi-assignment-o:before {
  content: "\f109";
}
.zmdi-assignment-return:before {
  content: "\f10a";
}
.zmdi-assignment-returned:before {
  content: "\f10b";
}
.zmdi-assignment:before {
  content: "\f10c";
}
.zmdi-attachment-alt:before {
  content: "\f10d";
}
.zmdi-attachment:before {
  content: "\f10e";
}
.zmdi-audio:before {
  content: "\f10f";
}
.zmdi-badge-check:before {
  content: "\f110";
}
.zmdi-balance-wallet:before {
  content: "\f111";
}
.zmdi-balance:before {
  content: "\f112";
}
.zmdi-battery-alert:before {
  content: "\f113";
}
.zmdi-battery-flash:before {
  content: "\f114";
}
.zmdi-battery-unknown:before {
  content: "\f115";
}
.zmdi-battery:before {
  content: "\f116";
}
.zmdi-bike:before {
  content: "\f117";
}
.zmdi-block-alt:before {
  content: "\f118";
}
.zmdi-block:before {
  content: "\f119";
}
.zmdi-boat:before {
  content: "\f11a";
}
.zmdi-book-image:before {
  content: "\f11b";
}
.zmdi-book:before {
  content: "\f11c";
}
.zmdi-bookmark-outline:before {
  content: "\f11d";
}
.zmdi-bookmark:before {
  content: "\f11e";
}
.zmdi-brush:before {
  content: "\f11f";
}
.zmdi-bug:before {
  content: "\f120";
}
.zmdi-bus:before {
  content: "\f121";
}
.zmdi-cake:before {
  content: "\f122";
}
.zmdi-car-taxi:before {
  content: "\f123";
}
.zmdi-car-wash:before {
  content: "\f124";
}
.zmdi-car:before {
  content: "\f125";
}
.zmdi-card-giftcard:before {
  content: "\f126";
}
.zmdi-card-membership:before {
  content: "\f127";
}
.zmdi-card-travel:before {
  content: "\f128";
}
.zmdi-card:before {
  content: "\f129";
}
.zmdi-case-check:before {
  content: "\f12a";
}
.zmdi-case-download:before {
  content: "\f12b";
}
.zmdi-case-play:before {
  content: "\f12c";
}
.zmdi-case:before {
  content: "\f12d";
}
.zmdi-cast-connected:before {
  content: "\f12e";
}
.zmdi-cast:before {
  content: "\f12f";
}
.zmdi-chart-donut:before {
  content: "\f130";
}
.zmdi-chart:before {
  content: "\f131";
}
.zmdi-city-alt:before {
  content: "\f132";
}
.zmdi-city:before {
  content: "\f133";
}
.zmdi-close-circle-o:before {
  content: "\f134";
}
.zmdi-close-circle:before {
  content: "\f135";
}
.zmdi-close:before {
  content: "\f136";
}
.zmdi-cocktail:before {
  content: "\f137";
}
.zmdi-code-setting:before {
  content: "\f138";
}
.zmdi-code-smartphone:before {
  content: "\f139";
}
.zmdi-code:before {
  content: "\f13a";
}
.zmdi-coffee:before {
  content: "\f13b";
}
.zmdi-collection-bookmark:before {
  content: "\f13c";
}
.zmdi-collection-case-play:before {
  content: "\f13d";
}
.zmdi-collection-folder-image:before {
  content: "\f13e";
}
.zmdi-collection-image-o:before {
  content: "\f13f";
}
.zmdi-collection-image:before {
  content: "\f140";
}
.zmdi-collection-item-1:before {
  content: "\f141";
}
.zmdi-collection-item-2:before {
  content: "\f142";
}
.zmdi-collection-item-3:before {
  content: "\f143";
}
.zmdi-collection-item-4:before {
  content: "\f144";
}
.zmdi-collection-item-5:before {
  content: "\f145";
}
.zmdi-collection-item-6:before {
  content: "\f146";
}
.zmdi-collection-item-7:before {
  content: "\f147";
}
.zmdi-collection-item-8:before {
  content: "\f148";
}
.zmdi-collection-item-9-plus:before {
  content: "\f149";
}
.zmdi-collection-item-9:before {
  content: "\f14a";
}
.zmdi-collection-item:before {
  content: "\f14b";
}
.zmdi-collection-music:before {
  content: "\f14c";
}
.zmdi-collection-pdf:before {
  content: "\f14d";
}
.zmdi-collection-plus:before {
  content: "\f14e";
}
.zmdi-collection-speaker:before {
  content: "\f14f";
}
.zmdi-collection-text:before {
  content: "\f150";
}
.zmdi-collection-video:before {
  content: "\f151";
}
.zmdi-compass:before {
  content: "\f152";
}
.zmdi-cutlery:before {
  content: "\f153";
}
.zmdi-delete:before {
  content: "\f154";
}
.zmdi-dialpad:before {
  content: "\f155";
}
.zmdi-dns:before {
  content: "\f156";
}
.zmdi-drink:before {
  content: "\f157";
}
.zmdi-edit:before {
  content: "\f158";
}
.zmdi-email-open:before {
  content: "\f159";
}
.zmdi-email:before {
  content: "\f15a";
}
.zmdi-eye-off:before {
  content: "\f15b";
}
.zmdi-eye:before {
  content: "\f15c";
}
.zmdi-eyedropper:before {
  content: "\f15d";
}
.zmdi-favorite-outline:before {
  content: "\f15e";
}
.zmdi-favorite:before {
  content: "\f15f";
}
.zmdi-filter-list:before {
  content: "\f160";
}
.zmdi-fire:before {
  content: "\f161";
}
.zmdi-flag:before {
  content: "\f162";
}
.zmdi-flare:before {
  content: "\f163";
}
.zmdi-flash-auto:before {
  content: "\f164";
}
.zmdi-flash-off:before {
  content: "\f165";
}
.zmdi-flash:before {
  content: "\f166";
}
.zmdi-flip:before {
  content: "\f167";
}
.zmdi-flower-alt:before {
  content: "\f168";
}
.zmdi-flower:before {
  content: "\f169";
}
.zmdi-font:before {
  content: "\f16a";
}
.zmdi-fullscreen-alt:before {
  content: "\f16b";
}
.zmdi-fullscreen-exit:before {
  content: "\f16c";
}
.zmdi-fullscreen:before {
  content: "\f16d";
}
.zmdi-functions:before {
  content: "\f16e";
}
.zmdi-gas-station:before {
  content: "\f16f";
}
.zmdi-gesture:before {
  content: "\f170";
}
.zmdi-globe-alt:before {
  content: "\f171";
}
.zmdi-globe-lock:before {
  content: "\f172";
}
.zmdi-globe:before {
  content: "\f173";
}
.zmdi-graduation-cap:before {
  content: "\f174";
}
.zmdi-home:before {
  content: "\f175";
}
.zmdi-hospital-alt:before {
  content: "\f176";
}
.zmdi-hospital:before {
  content: "\f177";
}
.zmdi-hotel:before {
  content: "\f178";
}
.zmdi-hourglass-alt:before {
  content: "\f179";
}
.zmdi-hourglass-outline:before {
  content: "\f17a";
}
.zmdi-hourglass:before {
  content: "\f17b";
}
.zmdi-http:before {
  content: "\f17c";
}
.zmdi-image-alt:before {
  content: "\f17d";
}
.zmdi-image-o:before {
  content: "\f17e";
}
.zmdi-image:before {
  content: "\f17f";
}
.zmdi-inbox:before {
  content: "\f180";
}
.zmdi-invert-colors-off:before {
  content: "\f181";
}
.zmdi-invert-colors:before {
  content: "\f182";
}
.zmdi-key:before {
  content: "\f183";
}
.zmdi-label-alt-outline:before {
  content: "\f184";
}
.zmdi-label-alt:before {
  content: "\f185";
}
.zmdi-label-heart:before {
  content: "\f186";
}
.zmdi-label:before {
  content: "\f187";
}
.zmdi-labels:before {
  content: "\f188";
}
.zmdi-lamp:before {
  content: "\f189";
}
.zmdi-landscape:before {
  content: "\f18a";
}
.zmdi-layers-off:before {
  content: "\f18b";
}
.zmdi-layers:before {
  content: "\f18c";
}
.zmdi-library:before {
  content: "\f18d";
}
.zmdi-link:before {
  content: "\f18e";
}
.zmdi-lock-open:before {
  content: "\f18f";
}
.zmdi-lock-outline:before {
  content: "\f190";
}
.zmdi-lock:before {
  content: "\f191";
}
.zmdi-mail-reply-all:before {
  content: "\f192";
}
.zmdi-mail-reply:before {
  content: "\f193";
}
.zmdi-mail-send:before {
  content: "\f194";
}
.zmdi-mall:before {
  content: "\f195";
}
.zmdi-map:before {
  content: "\f196";
}
.zmdi-menu:before {
  content: "\f197";
}
.zmdi-money-box:before {
  content: "\f198";
}
.zmdi-money-off:before {
  content: "\f199";
}
.zmdi-money:before {
  content: "\f19a";
}
.zmdi-more-vert:before {
  content: "\f19b";
}
.zmdi-more:before {
  content: "\f19c";
}
.zmdi-movie-alt:before {
  content: "\f19d";
}
.zmdi-movie:before {
  content: "\f19e";
}
.zmdi-nature-people:before {
  content: "\f19f";
}
.zmdi-nature:before {
  content: "\f1a0";
}
.zmdi-navigation:before {
  content: "\f1a1";
}
.zmdi-open-in-browser:before {
  content: "\f1a2";
}
.zmdi-open-in-new:before {
  content: "\f1a3";
}
.zmdi-palette:before {
  content: "\f1a4";
}
.zmdi-parking:before {
  content: "\f1a5";
}
.zmdi-pin-account:before {
  content: "\f1a6";
}
.zmdi-pin-assistant:before {
  content: "\f1a7";
}
.zmdi-pin-drop:before {
  content: "\f1a8";
}
.zmdi-pin-help:before {
  content: "\f1a9";
}
.zmdi-pin-off:before {
  content: "\f1aa";
}
.zmdi-pin:before {
  content: "\f1ab";
}
.zmdi-pizza:before {
  content: "\f1ac";
}
.zmdi-plaster:before {
  content: "\f1ad";
}
.zmdi-power-setting:before {
  content: "\f1ae";
}
.zmdi-power:before {
  content: "\f1af";
}
.zmdi-print:before {
  content: "\f1b0";
}
.zmdi-puzzle-piece:before {
  content: "\f1b1";
}
.zmdi-quote:before {
  content: "\f1b2";
}
.zmdi-railway:before {
  content: "\f1b3";
}
.zmdi-receipt:before {
  content: "\f1b4";
}
.zmdi-refresh-alt:before {
  content: "\f1b5";
}
.zmdi-refresh-sync-alert:before {
  content: "\f1b6";
}
.zmdi-refresh-sync-off:before {
  content: "\f1b7";
}
.zmdi-refresh-sync:before {
  content: "\f1b8";
}
.zmdi-refresh:before {
  content: "\f1b9";
}
.zmdi-roller:before {
  content: "\f1ba";
}
.zmdi-ruler:before {
  content: "\f1bb";
}
.zmdi-scissors:before {
  content: "\f1bc";
}
.zmdi-screen-rotation-lock:before {
  content: "\f1bd";
}
.zmdi-screen-rotation:before {
  content: "\f1be";
}
.zmdi-search-for:before {
  content: "\f1bf";
}
.zmdi-search-in-file:before {
  content: "\f1c0";
}
.zmdi-search-in-page:before {
  content: "\f1c1";
}
.zmdi-search-replace:before {
  content: "\f1c2";
}
.zmdi-search:before {
  content: "\f1c3";
}
.zmdi-seat:before {
  content: "\f1c4";
}
.zmdi-settings-square:before {
  content: "\f1c5";
}
.zmdi-settings:before {
  content: "\f1c6";
}
.zmdi-shield-check:before {
  content: "\f1c7";
}
.zmdi-shield-security:before {
  content: "\f1c8";
}
.zmdi-shopping-basket:before {
  content: "\f1c9";
}
.zmdi-shopping-cart-plus:before {
  content: "\f1ca";
}
.zmdi-shopping-cart:before {
  content: "\f1cb";
}
.zmdi-sign-in:before {
  content: "\f1cc";
}
.zmdi-sort-amount-asc:before {
  content: "\f1cd";
}
.zmdi-sort-amount-desc:before {
  content: "\f1ce";
}
.zmdi-sort-asc:before {
  content: "\f1cf";
}
.zmdi-sort-desc:before {
  content: "\f1d0";
}
.zmdi-spellcheck:before {
  content: "\f1d1";
}
.zmdi-storage:before {
  content: "\f1d2";
}
.zmdi-store-24:before {
  content: "\f1d3";
}
.zmdi-store:before {
  content: "\f1d4";
}
.zmdi-subway:before {
  content: "\f1d5";
}
.zmdi-sun:before {
  content: "\f1d6";
}
.zmdi-tab-unselected:before {
  content: "\f1d7";
}
.zmdi-tab:before {
  content: "\f1d8";
}
.zmdi-tag-close:before {
  content: "\f1d9";
}
.zmdi-tag-more:before {
  content: "\f1da";
}
.zmdi-tag:before {
  content: "\f1db";
}
.zmdi-thumb-down:before {
  content: "\f1dc";
}
.zmdi-thumb-up-down:before {
  content: "\f1dd";
}
.zmdi-thumb-up:before {
  content: "\f1de";
}
.zmdi-ticket-star:before {
  content: "\f1df";
}
.zmdi-toll:before {
  content: "\f1e0";
}
.zmdi-toys:before {
  content: "\f1e1";
}
.zmdi-traffic:before {
  content: "\f1e2";
}
.zmdi-translate:before {
  content: "\f1e3";
}
.zmdi-triangle-down:before {
  content: "\f1e4";
}
.zmdi-triangle-up:before {
  content: "\f1e5";
}
.zmdi-truck:before {
  content: "\f1e6";
}
.zmdi-turning-sign:before {
  content: "\f1e7";
}
.zmdi-wallpaper:before {
  content: "\f1e8";
}
.zmdi-washing-machine:before {
  content: "\f1e9";
}
.zmdi-window-maximize:before {
  content: "\f1ea";
}
.zmdi-window-minimize:before {
  content: "\f1eb";
}
.zmdi-window-restore:before {
  content: "\f1ec";
}
.zmdi-wrench:before {
  content: "\f1ed";
}
.zmdi-zoom-in:before {
  content: "\f1ee";
}
.zmdi-zoom-out:before {
  content: "\f1ef";
}
.zmdi-alert-circle-o:before {
  content: "\f1f0";
}
.zmdi-alert-circle:before {
  content: "\f1f1";
}
.zmdi-alert-octagon:before {
  content: "\f1f2";
}
.zmdi-alert-polygon:before {
  content: "\f1f3";
}
.zmdi-alert-triangle:before {
  content: "\f1f4";
}
.zmdi-help-outline:before {
  content: "\f1f5";
}
.zmdi-help:before {
  content: "\f1f6";
}
.zmdi-info-outline:before {
  content: "\f1f7";
}
.zmdi-info:before {
  content: "\f1f8";
}
.zmdi-notifications-active:before {
  content: "\f1f9";
}
.zmdi-notifications-add:before {
  content: "\f1fa";
}
.zmdi-notifications-none:before {
  content: "\f1fb";
}
.zmdi-notifications-off:before {
  content: "\f1fc";
}
.zmdi-notifications-paused:before {
  content: "\f1fd";
}
.zmdi-notifications:before {
  content: "\f1fe";
}
.zmdi-account-add:before {
  content: "\f1ff";
}
.zmdi-account-box-mail:before {
  content: "\f200";
}
.zmdi-account-box-o:before {
  content: "\f201";
}
.zmdi-account-box-phone:before {
  content: "\f202";
}
.zmdi-account-box:before {
  content: "\f203";
}
.zmdi-account-calendar:before {
  content: "\f204";
}
.zmdi-account-circle:before {
  content: "\f205";
}
.zmdi-account-o:before {
  content: "\f206";
}
.zmdi-account:before {
  content: "\f207";
}
.zmdi-accounts-add:before {
  content: "\f208";
}
.zmdi-accounts-alt:before {
  content: "\f209";
}
.zmdi-accounts-list-alt:before {
  content: "\f20a";
}
.zmdi-accounts-list:before {
  content: "\f20b";
}
.zmdi-accounts-outline:before {
  content: "\f20c";
}
.zmdi-accounts:before {
  content: "\f20d";
}
.zmdi-face:before {
  content: "\f20e";
}
.zmdi-female:before {
  content: "\f20f";
}
.zmdi-male-alt:before {
  content: "\f210";
}
.zmdi-male-female:before {
  content: "\f211";
}
.zmdi-male:before {
  content: "\f212";
}
.zmdi-mood-bad:before {
  content: "\f213";
}
.zmdi-mood:before {
  content: "\f214";
}
.zmdi-run:before {
  content: "\f215";
}
.zmdi-walk:before {
  content: "\f216";
}
.zmdi-cloud-box:before {
  content: "\f217";
}
.zmdi-cloud-circle:before {
  content: "\f218";
}
.zmdi-cloud-done:before {
  content: "\f219";
}
.zmdi-cloud-download:before {
  content: "\f21a";
}
.zmdi-cloud-off:before {
  content: "\f21b";
}
.zmdi-cloud-outline-alt:before {
  content: "\f21c";
}
.zmdi-cloud-outline:before {
  content: "\f21d";
}
.zmdi-cloud-upload:before {
  content: "\f21e";
}
.zmdi-cloud:before {
  content: "\f21f";
}
.zmdi-download:before {
  content: "\f220";
}
.zmdi-file-plus:before {
  content: "\f221";
}
.zmdi-file-text:before {
  content: "\f222";
}
.zmdi-file:before {
  content: "\f223";
}
.zmdi-folder-outline:before {
  content: "\f224";
}
.zmdi-folder-person:before {
  content: "\f225";
}
.zmdi-folder-star-alt:before {
  content: "\f226";
}
.zmdi-folder-star:before {
  content: "\f227";
}
.zmdi-folder:before {
  content: "\f228";
}
.zmdi-gif:before {
  content: "\f229";
}
.zmdi-upload:before {
  content: "\f22a";
}
.zmdi-border-all:before {
  content: "\f22b";
}
.zmdi-border-bottom:before {
  content: "\f22c";
}
.zmdi-border-clear:before {
  content: "\f22d";
}
.zmdi-border-color:before {
  content: "\f22e";
}
.zmdi-border-horizontal:before {
  content: "\f22f";
}
.zmdi-border-inner:before {
  content: "\f230";
}
.zmdi-border-left:before {
  content: "\f231";
}
.zmdi-border-outer:before {
  content: "\f232";
}
.zmdi-border-right:before {
  content: "\f233";
}
.zmdi-border-style:before {
  content: "\f234";
}
.zmdi-border-top:before {
  content: "\f235";
}
.zmdi-border-vertical:before {
  content: "\f236";
}
.zmdi-copy:before {
  content: "\f237";
}
.zmdi-crop:before {
  content: "\f238";
}
.zmdi-format-align-center:before {
  content: "\f239";
}
.zmdi-format-align-justify:before {
  content: "\f23a";
}
.zmdi-format-align-left:before {
  content: "\f23b";
}
.zmdi-format-align-right:before {
  content: "\f23c";
}
.zmdi-format-bold:before {
  content: "\f23d";
}
.zmdi-format-clear-all:before {
  content: "\f23e";
}
.zmdi-format-clear:before {
  content: "\f23f";
}
.zmdi-format-color-fill:before {
  content: "\f240";
}
.zmdi-format-color-reset:before {
  content: "\f241";
}
.zmdi-format-color-text:before {
  content: "\f242";
}
.zmdi-format-indent-decrease:before {
  content: "\f243";
}
.zmdi-format-indent-increase:before {
  content: "\f244";
}
.zmdi-format-italic:before {
  content: "\f245";
}
.zmdi-format-line-spacing:before {
  content: "\f246";
}
.zmdi-format-list-bulleted:before {
  content: "\f247";
}
.zmdi-format-list-numbered:before {
  content: "\f248";
}
.zmdi-format-ltr:before {
  content: "\f249";
}
.zmdi-format-rtl:before {
  content: "\f24a";
}
.zmdi-format-size:before {
  content: "\f24b";
}
.zmdi-format-strikethrough-s:before {
  content: "\f24c";
}
.zmdi-format-strikethrough:before {
  content: "\f24d";
}
.zmdi-format-subject:before {
  content: "\f24e";
}
.zmdi-format-underlined:before {
  content: "\f24f";
}
.zmdi-format-valign-bottom:before {
  content: "\f250";
}
.zmdi-format-valign-center:before {
  content: "\f251";
}
.zmdi-format-valign-top:before {
  content: "\f252";
}
.zmdi-redo:before {
  content: "\f253";
}
.zmdi-select-all:before {
  content: "\f254";
}
.zmdi-space-bar:before {
  content: "\f255";
}
.zmdi-text-format:before {
  content: "\f256";
}
.zmdi-transform:before {
  content: "\f257";
}
.zmdi-undo:before {
  content: "\f258";
}
.zmdi-wrap-text:before {
  content: "\f259";
}
.zmdi-comment-alert:before {
  content: "\f25a";
}
.zmdi-comment-alt-text:before {
  content: "\f25b";
}
.zmdi-comment-alt:before {
  content: "\f25c";
}
.zmdi-comment-edit:before {
  content: "\f25d";
}
.zmdi-comment-image:before {
  content: "\f25e";
}
.zmdi-comment-list:before {
  content: "\f25f";
}
.zmdi-comment-more:before {
  content: "\f260";
}
.zmdi-comment-outline:before {
  content: "\f261";
}
.zmdi-comment-text-alt:before {
  content: "\f262";
}
.zmdi-comment-text:before {
  content: "\f263";
}
.zmdi-comment-video:before {
  content: "\f264";
}
.zmdi-comment:before {
  content: "\f265";
}
.zmdi-comments:before {
  content: "\f266";
}
.zmdi-check-all:before {
  content: "\f267";
}
.zmdi-check-circle-u:before {
  content: "\f268";
}
.zmdi-check-circle:before {
  content: "\f269";
}
.zmdi-check-square:before {
  content: "\f26a";
}
.zmdi-check:before {
  content: "\f26b";
}
.zmdi-circle-o:before {
  content: "\f26c";
}
.zmdi-circle:before {
  content: "\f26d";
}
.zmdi-dot-circle-alt:before {
  content: "\f26e";
}
.zmdi-dot-circle:before {
  content: "\f26f";
}
.zmdi-minus-circle-outline:before {
  content: "\f270";
}
.zmdi-minus-circle:before {
  content: "\f271";
}
.zmdi-minus-square:before {
  content: "\f272";
}
.zmdi-minus:before {
  content: "\f273";
}
.zmdi-plus-circle-o-duplicate:before {
  content: "\f274";
}
.zmdi-plus-circle-o:before {
  content: "\f275";
}
.zmdi-plus-circle:before {
  content: "\f276";
}
.zmdi-plus-square:before {
  content: "\f277";
}
.zmdi-plus:before {
  content: "\f278";
}
.zmdi-square-o:before {
  content: "\f279";
}
.zmdi-star-circle:before {
  content: "\f27a";
}
.zmdi-star-half:before {
  content: "\f27b";
}
.zmdi-star-outline:before {
  content: "\f27c";
}
.zmdi-star:before {
  content: "\f27d";
}
.zmdi-bluetooth-connected:before {
  content: "\f27e";
}
.zmdi-bluetooth-off:before {
  content: "\f27f";
}
.zmdi-bluetooth-search:before {
  content: "\f280";
}
.zmdi-bluetooth-setting:before {
  content: "\f281";
}
.zmdi-bluetooth:before {
  content: "\f282";
}
.zmdi-camera-add:before {
  content: "\f283";
}
.zmdi-camera-alt:before {
  content: "\f284";
}
.zmdi-camera-bw:before {
  content: "\f285";
}
.zmdi-camera-front:before {
  content: "\f286";
}
.zmdi-camera-mic:before {
  content: "\f287";
}
.zmdi-camera-party-mode:before {
  content: "\f288";
}
.zmdi-camera-rear:before {
  content: "\f289";
}
.zmdi-camera-roll:before {
  content: "\f28a";
}
.zmdi-camera-switch:before {
  content: "\f28b";
}
.zmdi-camera:before {
  content: "\f28c";
}
.zmdi-card-alert:before {
  content: "\f28d";
}
.zmdi-card-off:before {
  content: "\f28e";
}
.zmdi-card-sd:before {
  content: "\f28f";
}
.zmdi-card-sim:before {
  content: "\f290";
}
.zmdi-desktop-mac:before {
  content: "\f291";
}
.zmdi-desktop-windows:before {
  content: "\f292";
}
.zmdi-device-hub:before {
  content: "\f293";
}
.zmdi-devices-off:before {
  content: "\f294";
}
.zmdi-devices:before {
  content: "\f295";
}
.zmdi-dock:before {
  content: "\f296";
}
.zmdi-floppy:before {
  content: "\f297";
}
.zmdi-gamepad:before {
  content: "\f298";
}
.zmdi-gps-dot:before {
  content: "\f299";
}
.zmdi-gps-off:before {
  content: "\f29a";
}
.zmdi-gps:before {
  content: "\f29b";
}
.zmdi-headset-mic:before {
  content: "\f29c";
}
.zmdi-headset:before {
  content: "\f29d";
}
.zmdi-input-antenna:before {
  content: "\f29e";
}
.zmdi-input-composite:before {
  content: "\f29f";
}
.zmdi-input-hdmi:before {
  content: "\f2a0";
}
.zmdi-input-power:before {
  content: "\f2a1";
}
.zmdi-input-svideo:before {
  content: "\f2a2";
}
.zmdi-keyboard-hide:before {
  content: "\f2a3";
}
.zmdi-keyboard:before {
  content: "\f2a4";
}
.zmdi-laptop-chromebook:before {
  content: "\f2a5";
}
.zmdi-laptop-mac:before {
  content: "\f2a6";
}
.zmdi-laptop:before {
  content: "\f2a7";
}
.zmdi-mic-off:before {
  content: "\f2a8";
}
.zmdi-mic-outline:before {
  content: "\f2a9";
}
.zmdi-mic-setting:before {
  content: "\f2aa";
}
.zmdi-mic:before {
  content: "\f2ab";
}
.zmdi-mouse:before {
  content: "\f2ac";
}
.zmdi-network-alert:before {
  content: "\f2ad";
}
.zmdi-network-locked:before {
  content: "\f2ae";
}
.zmdi-network-off:before {
  content: "\f2af";
}
.zmdi-network-outline:before {
  content: "\f2b0";
}
.zmdi-network-setting:before {
  content: "\f2b1";
}
.zmdi-network:before {
  content: "\f2b2";
}
.zmdi-phone-bluetooth:before {
  content: "\f2b3";
}
.zmdi-phone-end:before {
  content: "\f2b4";
}
.zmdi-phone-forwarded:before {
  content: "\f2b5";
}
.zmdi-phone-in-talk:before {
  content: "\f2b6";
}
.zmdi-phone-locked:before {
  content: "\f2b7";
}
.zmdi-phone-missed:before {
  content: "\f2b8";
}
.zmdi-phone-msg:before {
  content: "\f2b9";
}
.zmdi-phone-paused:before {
  content: "\f2ba";
}
.zmdi-phone-ring:before {
  content: "\f2bb";
}
.zmdi-phone-setting:before {
  content: "\f2bc";
}
.zmdi-phone-sip:before {
  content: "\f2bd";
}
.zmdi-phone:before {
  content: "\f2be";
}
.zmdi-portable-wifi-changes:before {
  content: "\f2bf";
}
.zmdi-portable-wifi-off:before {
  content: "\f2c0";
}
.zmdi-portable-wifi:before {
  content: "\f2c1";
}
.zmdi-radio:before {
  content: "\f2c2";
}
.zmdi-reader:before {
  content: "\f2c3";
}
.zmdi-remote-control-alt:before {
  content: "\f2c4";
}
.zmdi-remote-control:before {
  content: "\f2c5";
}
.zmdi-router:before {
  content: "\f2c6";
}
.zmdi-scanner:before {
  content: "\f2c7";
}
.zmdi-smartphone-android:before {
  content: "\f2c8";
}
.zmdi-smartphone-download:before {
  content: "\f2c9";
}
.zmdi-smartphone-erase:before {
  content: "\f2ca";
}
.zmdi-smartphone-info:before {
  content: "\f2cb";
}
.zmdi-smartphone-iphone:before {
  content: "\f2cc";
}
.zmdi-smartphone-landscape-lock:before {
  content: "\f2cd";
}
.zmdi-smartphone-landscape:before {
  content: "\f2ce";
}
.zmdi-smartphone-lock:before {
  content: "\f2cf";
}
.zmdi-smartphone-portrait-lock:before {
  content: "\f2d0";
}
.zmdi-smartphone-ring:before {
  content: "\f2d1";
}
.zmdi-smartphone-setting:before {
  content: "\f2d2";
}
.zmdi-smartphone-setup:before {
  content: "\f2d3";
}
.zmdi-smartphone:before {
  content: "\f2d4";
}
.zmdi-speaker:before {
  content: "\f2d5";
}
.zmdi-tablet-android:before {
  content: "\f2d6";
}
.zmdi-tablet-mac:before {
  content: "\f2d7";
}
.zmdi-tablet:before {
  content: "\f2d8";
}
.zmdi-tv-alt-play:before {
  content: "\f2d9";
}
.zmdi-tv-list:before {
  content: "\f2da";
}
.zmdi-tv-play:before {
  content: "\f2db";
}
.zmdi-tv:before {
  content: "\f2dc";
}
.zmdi-usb:before {
  content: "\f2dd";
}
.zmdi-videocam-off:before {
  content: "\f2de";
}
.zmdi-videocam-switch:before {
  content: "\f2df";
}
.zmdi-videocam:before {
  content: "\f2e0";
}
.zmdi-watch:before {
  content: "\f2e1";
}
.zmdi-wifi-alt-2:before {
  content: "\f2e2";
}
.zmdi-wifi-alt:before {
  content: "\f2e3";
}
.zmdi-wifi-info:before {
  content: "\f2e4";
}
.zmdi-wifi-lock:before {
  content: "\f2e5";
}
.zmdi-wifi-off:before {
  content: "\f2e6";
}
.zmdi-wifi-outline:before {
  content: "\f2e7";
}
.zmdi-wifi:before {
  content: "\f2e8";
}
.zmdi-arrow-left-bottom:before {
  content: "\f2e9";
}
.zmdi-arrow-left:before {
  content: "\f2ea";
}
.zmdi-arrow-merge:before {
  content: "\f2eb";
}
.zmdi-arrow-missed:before {
  content: "\f2ec";
}
.zmdi-arrow-right-top:before {
  content: "\f2ed";
}
.zmdi-arrow-right:before {
  content: "\f2ee";
}
.zmdi-arrow-split:before {
  content: "\f2ef";
}
.zmdi-arrows:before {
  content: "\f2f0";
}
.zmdi-caret-down-circle:before {
  content: "\f2f1";
}
.zmdi-caret-down:before {
  content: "\f2f2";
}
.zmdi-caret-left-circle:before {
  content: "\f2f3";
}
.zmdi-caret-left:before {
  content: "\f2f4";
}
.zmdi-caret-right-circle:before {
  content: "\f2f5";
}
.zmdi-caret-right:before {
  content: "\f2f6";
}
.zmdi-caret-up-circle:before {
  content: "\f2f7";
}
.zmdi-caret-up:before {
  content: "\f2f8";
}
.zmdi-chevron-down:before {
  content: "\f2f9";
}
.zmdi-chevron-left:before {
  content: "\f2fa";
}
.zmdi-chevron-right:before {
  content: "\f2fb";
}
.zmdi-chevron-up:before {
  content: "\f2fc";
}
.zmdi-forward:before {
  content: "\f2fd";
}
.zmdi-long-arrow-down:before {
  content: "\f2fe";
}
.zmdi-long-arrow-left:before {
  content: "\f2ff";
}
.zmdi-long-arrow-return:before {
  content: "\f300";
}
.zmdi-long-arrow-right:before {
  content: "\f301";
}
.zmdi-long-arrow-tab:before {
  content: "\f302";
}
.zmdi-long-arrow-up:before {
  content: "\f303";
}
.zmdi-rotate-ccw:before {
  content: "\f304";
}
.zmdi-rotate-cw:before {
  content: "\f305";
}
.zmdi-rotate-left:before {
  content: "\f306";
}
.zmdi-rotate-right:before {
  content: "\f307";
}
.zmdi-square-down:before {
  content: "\f308";
}
.zmdi-square-right:before {
  content: "\f309";
}
.zmdi-swap-alt:before {
  content: "\f30a";
}
.zmdi-swap-vertical-circle:before {
  content: "\f30b";
}
.zmdi-swap-vertical:before {
  content: "\f30c";
}
.zmdi-swap:before {
  content: "\f30d";
}
.zmdi-trending-down:before {
  content: "\f30e";
}
.zmdi-trending-flat:before {
  content: "\f30f";
}
.zmdi-trending-up:before {
  content: "\f310";
}
.zmdi-unfold-less:before {
  content: "\f311";
}
.zmdi-unfold-more:before {
  content: "\f312";
}
.zmdi-apps:before {
  content: "\f313";
}
.zmdi-grid-off:before {
  content: "\f314";
}
.zmdi-grid:before {
  content: "\f315";
}
.zmdi-view-agenda:before {
  content: "\f316";
}
.zmdi-view-array:before {
  content: "\f317";
}
.zmdi-view-carousel:before {
  content: "\f318";
}
.zmdi-view-column:before {
  content: "\f319";
}
.zmdi-view-comfy:before {
  content: "\f31a";
}
.zmdi-view-compact:before {
  content: "\f31b";
}
.zmdi-view-dashboard:before {
  content: "\f31c";
}
.zmdi-view-day:before {
  content: "\f31d";
}
.zmdi-view-headline:before {
  content: "\f31e";
}
.zmdi-view-list-alt:before {
  content: "\f31f";
}
.zmdi-view-list:before {
  content: "\f320";
}
.zmdi-view-module:before {
  content: "\f321";
}
.zmdi-view-quilt:before {
  content: "\f322";
}
.zmdi-view-stream:before {
  content: "\f323";
}
.zmdi-view-subtitles:before {
  content: "\f324";
}
.zmdi-view-toc:before {
  content: "\f325";
}
.zmdi-view-web:before {
  content: "\f326";
}
.zmdi-view-week:before {
  content: "\f327";
}
.zmdi-widgets:before {
  content: "\f328";
}
.zmdi-alarm-check:before {
  content: "\f329";
}
.zmdi-alarm-off:before {
  content: "\f32a";
}
.zmdi-alarm-plus:before {
  content: "\f32b";
}
.zmdi-alarm-snooze:before {
  content: "\f32c";
}
.zmdi-alarm:before {
  content: "\f32d";
}
.zmdi-calendar-alt:before {
  content: "\f32e";
}
.zmdi-calendar-check:before {
  content: "\f32f";
}
.zmdi-calendar-close:before {
  content: "\f330";
}
.zmdi-calendar-note:before {
  content: "\f331";
}
.zmdi-calendar:before {
  content: "\f332";
}
.zmdi-time-countdown:before {
  content: "\f333";
}
.zmdi-time-interval:before {
  content: "\f334";
}
.zmdi-time-restore-setting:before {
  content: "\f335";
}
.zmdi-time-restore:before {
  content: "\f336";
}
.zmdi-time:before {
  content: "\f337";
}
.zmdi-timer-off:before {
  content: "\f338";
}
.zmdi-timer:before {
  content: "\f339";
}
.zmdi-android-alt:before {
  content: "\f33a";
}
.zmdi-android:before {
  content: "\f33b";
}
.zmdi-apple:before {
  content: "\f33c";
}
.zmdi-behance:before {
  content: "\f33d";
}
.zmdi-codepen:before {
  content: "\f33e";
}
.zmdi-dribbble:before {
  content: "\f33f";
}
.zmdi-dropbox:before {
  content: "\f340";
}
.zmdi-evernote:before {
  content: "\f341";
}
.zmdi-facebook-box:before {
  content: "\f342";
}
.zmdi-facebook:before {
  content: "\f343";
}
.zmdi-github-box:before {
  content: "\f344";
}
.zmdi-github:before {
  content: "\f345";
}
.zmdi-google-drive:before {
  content: "\f346";
}
.zmdi-google-earth:before {
  content: "\f347";
}
.zmdi-google-glass:before {
  content: "\f348";
}
.zmdi-google-maps:before {
  content: "\f349";
}
.zmdi-google-pages:before {
  content: "\f34a";
}
.zmdi-google-play:before {
  content: "\f34b";
}
.zmdi-google-plus-box:before {
  content: "\f34c";
}
.zmdi-google-plus:before {
  content: "\f34d";
}
.zmdi-google:before {
  content: "\f34e";
}
.zmdi-instagram:before {
  content: "\f34f";
}
.zmdi-language-css3:before {
  content: "\f350";
}
.zmdi-language-html5:before {
  content: "\f351";
}
.zmdi-language-javascript:before {
  content: "\f352";
}
.zmdi-language-python-alt:before {
  content: "\f353";
}
.zmdi-language-python:before {
  content: "\f354";
}
.zmdi-lastfm:before {
  content: "\f355";
}
.zmdi-linkedin-box:before {
  content: "\f356";
}
.zmdi-paypal:before {
  content: "\f357";
}
.zmdi-pinterest-box:before {
  content: "\f358";
}
.zmdi-pocket:before {
  content: "\f359";
}
.zmdi-polymer:before {
  content: "\f35a";
}
.zmdi-share:before {
  content: "\f35b";
}
.zmdi-stackoverflow:before {
  content: "\f35c";
}
.zmdi-steam-square:before {
  content: "\f35d";
}
.zmdi-steam:before {
  content: "\f35e";
}
.zmdi-twitter-box:before {
  content: "\f35f";
}
.zmdi-twitter:before {
  content: "\f360";
}
.zmdi-vk:before {
  content: "\f361";
}
.zmdi-wikipedia:before {
  content: "\f362";
}
.zmdi-windows:before {
  content: "\f363";
}
.zmdi-aspect-ratio-alt:before {
  content: "\f364";
}
.zmdi-aspect-ratio:before {
  content: "\f365";
}
.zmdi-blur-circular:before {
  content: "\f366";
}
.zmdi-blur-linear:before {
  content: "\f367";
}
.zmdi-blur-off:before {
  content: "\f368";
}
.zmdi-blur:before {
  content: "\f369";
}
.zmdi-brightness-2:before {
  content: "\f36a";
}
.zmdi-brightness-3:before {
  content: "\f36b";
}
.zmdi-brightness-4:before {
  content: "\f36c";
}
.zmdi-brightness-5:before {
  content: "\f36d";
}
.zmdi-brightness-6:before {
  content: "\f36e";
}
.zmdi-brightness-7:before {
  content: "\f36f";
}
.zmdi-brightness-auto:before {
  content: "\f370";
}
.zmdi-brightness-setting:before {
  content: "\f371";
}
.zmdi-broken-image:before {
  content: "\f372";
}
.zmdi-center-focus-strong:before {
  content: "\f373";
}
.zmdi-center-focus-weak:before {
  content: "\f374";
}
.zmdi-compare:before {
  content: "\f375";
}
.zmdi-crop-16-9:before {
  content: "\f376";
}
.zmdi-crop-3-2:before {
  content: "\f377";
}
.zmdi-crop-5-4:before {
  content: "\f378";
}
.zmdi-crop-7-5:before {
  content: "\f379";
}
.zmdi-crop-din:before {
  content: "\f37a";
}
.zmdi-crop-free:before {
  content: "\f37b";
}
.zmdi-crop-landscape:before {
  content: "\f37c";
}
.zmdi-crop-portrait:before {
  content: "\f37d";
}
.zmdi-crop-square:before {
  content: "\f37e";
}
.zmdi-exposure-alt:before {
  content: "\f37f";
}
.zmdi-exposure:before {
  content: "\f380";
}
.zmdi-filter-b-and-w:before {
  content: "\f381";
}
.zmdi-filter-center-focus:before {
  content: "\f382";
}
.zmdi-filter-frames:before {
  content: "\f383";
}
.zmdi-filter-tilt-shift:before {
  content: "\f384";
}
.zmdi-gradient:before {
  content: "\f385";
}
.zmdi-grain:before {
  content: "\f386";
}
.zmdi-graphic-eq:before {
  content: "\f387";
}
.zmdi-hdr-off:before {
  content: "\f388";
}
.zmdi-hdr-strong:before {
  content: "\f389";
}
.zmdi-hdr-weak:before {
  content: "\f38a";
}
.zmdi-hdr:before {
  content: "\f38b";
}
.zmdi-iridescent:before {
  content: "\f38c";
}
.zmdi-leak-off:before {
  content: "\f38d";
}
.zmdi-leak:before {
  content: "\f38e";
}
.zmdi-looks:before {
  content: "\f38f";
}
.zmdi-loupe:before {
  content: "\f390";
}
.zmdi-panorama-horizontal:before {
  content: "\f391";
}
.zmdi-panorama-vertical:before {
  content: "\f392";
}
.zmdi-panorama-wide-angle:before {
  content: "\f393";
}
.zmdi-photo-size-select-large:before {
  content: "\f394";
}
.zmdi-photo-size-select-small:before {
  content: "\f395";
}
.zmdi-picture-in-picture:before {
  content: "\f396";
}
.zmdi-slideshow:before {
  content: "\f397";
}
.zmdi-texture:before {
  content: "\f398";
}
.zmdi-tonality:before {
  content: "\f399";
}
.zmdi-vignette:before {
  content: "\f39a";
}
.zmdi-wb-auto:before {
  content: "\f39b";
}
.zmdi-eject-alt:before {
  content: "\f39c";
}
.zmdi-eject:before {
  content: "\f39d";
}
.zmdi-equalizer:before {
  content: "\f39e";
}
.zmdi-fast-forward:before {
  content: "\f39f";
}
.zmdi-fast-rewind:before {
  content: "\f3a0";
}
.zmdi-forward-10:before {
  content: "\f3a1";
}
.zmdi-forward-30:before {
  content: "\f3a2";
}
.zmdi-forward-5:before {
  content: "\f3a3";
}
.zmdi-hearing:before {
  content: "\f3a4";
}
.zmdi-pause-circle-outline:before {
  content: "\f3a5";
}
.zmdi-pause-circle:before {
  content: "\f3a6";
}
.zmdi-pause:before {
  content: "\f3a7";
}
.zmdi-play-circle-outline:before {
  content: "\f3a8";
}
.zmdi-play-circle:before {
  content: "\f3a9";
}
.zmdi-play:before {
  content: "\f3aa";
}
.zmdi-playlist-audio:before {
  content: "\f3ab";
}
.zmdi-playlist-plus:before {
  content: "\f3ac";
}
.zmdi-repeat-one:before {
  content: "\f3ad";
}
.zmdi-repeat:before {
  content: "\f3ae";
}
.zmdi-replay-10:before {
  content: "\f3af";
}
.zmdi-replay-30:before {
  content: "\f3b0";
}
.zmdi-replay-5:before {
  content: "\f3b1";
}
.zmdi-replay:before {
  content: "\f3b2";
}
.zmdi-shuffle:before {
  content: "\f3b3";
}
.zmdi-skip-next:before {
  content: "\f3b4";
}
.zmdi-skip-previous:before {
  content: "\f3b5";
}
.zmdi-stop:before {
  content: "\f3b6";
}
.zmdi-surround-sound:before {
  content: "\f3b7";
}
.zmdi-tune:before {
  content: "\f3b8";
}
.zmdi-volume-down:before {
  content: "\f3b9";
}
.zmdi-volume-mute:before {
  content: "\f3ba";
}
.zmdi-volume-off:before {
  content: "\f3bb";
}
.zmdi-volume-up:before {
  content: "\f3bc";
}
.zmdi-n-1-square:before {
  content: "\f3bd";
}
.zmdi-n-2-square:before {
  content: "\f3be";
}
.zmdi-n-3-square:before {
  content: "\f3bf";
}
.zmdi-n-4-square:before {
  content: "\f3c0";
}
.zmdi-n-5-square:before {
  content: "\f3c1";
}
.zmdi-n-6-square:before {
  content: "\f3c2";
}
.zmdi-neg-1:before {
  content: "\f3c3";
}
.zmdi-neg-2:before {
  content: "\f3c4";
}
.zmdi-plus-1:before {
  content: "\f3c5";
}
.zmdi-plus-2:before {
  content: "\f3c6";
}
.zmdi-sec-10:before {
  content: "\f3c7";
}
.zmdi-sec-3:before {
  content: "\f3c8";
}
.zmdi-zero:before {
  content: "\f3c9";
}
.zmdi-airline-seat-flat-angled:before {
  content: "\f3ca";
}
.zmdi-airline-seat-flat:before {
  content: "\f3cb";
}
.zmdi-airline-seat-individual-suite:before {
  content: "\f3cc";
}
.zmdi-airline-seat-legroom-extra:before {
  content: "\f3cd";
}
.zmdi-airline-seat-legroom-normal:before {
  content: "\f3ce";
}
.zmdi-airline-seat-legroom-reduced:before {
  content: "\f3cf";
}
.zmdi-airline-seat-recline-extra:before {
  content: "\f3d0";
}
.zmdi-airline-seat-recline-normal:before {
  content: "\f3d1";
}
.zmdi-airplay:before {
  content: "\f3d2";
}
.zmdi-closed-caption:before {
  content: "\f3d3";
}
.zmdi-confirmation-number:before {
  content: "\f3d4";
}
.zmdi-developer-board:before {
  content: "\f3d5";
}
.zmdi-disc-full:before {
  content: "\f3d6";
}
.zmdi-explicit:before {
  content: "\f3d7";
}
.zmdi-flight-land:before {
  content: "\f3d8";
}
.zmdi-flight-takeoff:before {
  content: "\f3d9";
}
.zmdi-flip-to-back:before {
  content: "\f3da";
}
.zmdi-flip-to-front:before {
  content: "\f3db";
}
.zmdi-group-work:before {
  content: "\f3dc";
}
.zmdi-hd:before {
  content: "\f3dd";
}
.zmdi-hq:before {
  content: "\f3de";
}
.zmdi-markunread-mailbox:before {
  content: "\f3df";
}
.zmdi-memory:before {
  content: "\f3e0";
}
.zmdi-nfc:before {
  content: "\f3e1";
}
.zmdi-play-for-work:before {
  content: "\f3e2";
}
.zmdi-power-input:before {
  content: "\f3e3";
}
.zmdi-present-to-all:before {
  content: "\f3e4";
}
.zmdi-satellite:before {
  content: "\f3e5";
}
.zmdi-tap-and-play:before {
  content: "\f3e6";
}
.zmdi-vibration:before {
  content: "\f3e7";
}
.zmdi-voicemail:before {
  content: "\f3e8";
}
.zmdi-group:before {
  content: "\f3e9";
}
.zmdi-rss:before {
  content: "\f3ea";
}
.zmdi-shape:before {
  content: "\f3eb";
}
.zmdi-spinner:before {
  content: "\f3ec";
}
.zmdi-ungroup:before {
  content: "\f3ed";
}
.zmdi-500px:before {
  content: "\f3ee";
}
.zmdi-8tracks:before {
  content: "\f3ef";
}
.zmdi-amazon:before {
  content: "\f3f0";
}
.zmdi-blogger:before {
  content: "\f3f1";
}
.zmdi-delicious:before {
  content: "\f3f2";
}
.zmdi-disqus:before {
  content: "\f3f3";
}
.zmdi-flattr:before {
  content: "\f3f4";
}
.zmdi-flickr:before {
  content: "\f3f5";
}
.zmdi-github-alt:before {
  content: "\f3f6";
}
.zmdi-google-old:before {
  content: "\f3f7";
}
.zmdi-linkedin:before {
  content: "\f3f8";
}
.zmdi-odnoklassniki:before {
  content: "\f3f9";
}
.zmdi-outlook:before {
  content: "\f3fa";
}
.zmdi-paypal-alt:before {
  content: "\f3fb";
}
.zmdi-pinterest:before {
  content: "\f3fc";
}
.zmdi-playstation:before {
  content: "\f3fd";
}
.zmdi-reddit:before {
  content: "\f3fe";
}
.zmdi-skype:before {
  content: "\f3ff";
}
.zmdi-slideshare:before {
  content: "\f400";
}
.zmdi-soundcloud:before {
  content: "\f401";
}
.zmdi-tumblr:before {
  content: "\f402";
}
.zmdi-twitch:before {
  content: "\f403";
}
.zmdi-vimeo:before {
  content: "\f404";
}
.zmdi-whatsapp:before {
  content: "\f405";
}
.zmdi-xbox:before {
  content: "\f406";
}
.zmdi-yahoo:before {
  content: "\f407";
}
.zmdi-youtube-play:before {
  content: "\f408";
}
.zmdi-youtube:before {
  content: "\f409";
}
.zmdi-import-export:before {
  content: "\f30c";
}
.zmdi-swap-vertical-:before {
  content: "\f30c";
}
.zmdi-airplanemode-inactive:before {
  content: "\f102";
}
.zmdi-airplanemode-active:before {
  content: "\f103";
}
.zmdi-rate-review:before {
  content: "\f103";
}
.zmdi-comment-sign:before {
  content: "\f25a";
}
.zmdi-network-warning:before {
  content: "\f2ad";
}
.zmdi-shopping-cart-add:before {
  content: "\f1ca";
}
.zmdi-file-add:before {
  content: "\f221";
}
.zmdi-network-wifi-scan:before {
  content: "\f2e4";
}
.zmdi-collection-add:before {
  content: "\f14e";
}
.zmdi-format-playlist-add:before {
  content: "\f3ac";
}
.zmdi-format-queue-music:before {
  content: "\f3ab";
}
.zmdi-plus-box:before {
  content: "\f277";
}
.zmdi-tag-backspace:before {
  content: "\f1d9";
}
.zmdi-alarm-add:before {
  content: "\f32b";
}
.zmdi-battery-charging:before {
  content: "\f114";
}
.zmdi-daydream-setting:before {
  content: "\f217";
}
.zmdi-more-horiz:before {
  content: "\f19c";
}
.zmdi-book-photo:before {
  content: "\f11b";
}
.zmdi-incandescent:before {
  content: "\f189";
}
.zmdi-wb-iridescent:before {
  content: "\f38c";
}
.zmdi-calendar-remove:before {
  content: "\f330";
}
.zmdi-refresh-sync-disabled:before {
  content: "\f1b7";
}
.zmdi-refresh-sync-problem:before {
  content: "\f1b6";
}
.zmdi-crop-original:before {
  content: "\f17e";
}
.zmdi-power-off:before {
  content: "\f1af";
}
.zmdi-power-off-setting:before {
  content: "\f1ae";
}
.zmdi-leak-remove:before {
  content: "\f38d";
}
.zmdi-star-border:before {
  content: "\f27c";
}
.zmdi-brightness-low:before {
  content: "\f36d";
}
.zmdi-brightness-medium:before {
  content: "\f36e";
}
.zmdi-brightness-high:before {
  content: "\f36f";
}
.zmdi-smartphone-portrait:before {
  content: "\f2d4";
}
.zmdi-live-tv:before {
  content: "\f2d9";
}
.zmdi-format-textdirection-l-to-r:before {
  content: "\f249";
}
.zmdi-format-textdirection-r-to-l:before {
  content: "\f24a";
}
.zmdi-arrow-back:before {
  content: "\f2ea";
}
.zmdi-arrow-forward:before {
  content: "\f2ee";
}
.zmdi-arrow-in:before {
  content: "\f2e9";
}
.zmdi-arrow-out:before {
  content: "\f2ed";
}
.zmdi-rotate-90-degrees-ccw:before {
  content: "\f304";
}
.zmdi-adb:before {
  content: "\f33a";
}
.zmdi-network-wifi:before {
  content: "\f2e8";
}
.zmdi-network-wifi-alt:before {
  content: "\f2e3";
}
.zmdi-network-wifi-lock:before {
  content: "\f2e5";
}
.zmdi-network-wifi-off:before {
  content: "\f2e6";
}
.zmdi-network-wifi-outline:before {
  content: "\f2e7";
}
.zmdi-network-wifi-info:before {
  content: "\f2e4";
}
.zmdi-layers-clear:before {
  content: "\f18b";
}
.zmdi-colorize:before {
  content: "\f15d";
}
.zmdi-format-paint:before {
  content: "\f1ba";
}
.zmdi-format-quote:before {
  content: "\f1b2";
}
.zmdi-camera-monochrome-photos:before {
  content: "\f285";
}
.zmdi-sort-by-alpha:before {
  content: "\f1cf";
}
.zmdi-folder-shared:before {
  content: "\f225";
}
.zmdi-folder-special:before {
  content: "\f226";
}
.zmdi-comment-dots:before {
  content: "\f260";
}
.zmdi-reorder:before {
  content: "\f31e";
}
.zmdi-dehaze:before {
  content: "\f197";
}
.zmdi-sort:before {
  content: "\f1ce";
}
.zmdi-pages:before {
  content: "\f34a";
}
.zmdi-stack-overflow:before {
  content: "\f35c";
}
.zmdi-calendar-account:before {
  content: "\f204";
}
.zmdi-paste:before {
  content: "\f109";
}
.zmdi-cut:before {
  content: "\f1bc";
}
.zmdi-save:before {
  content: "\f297";
}
.zmdi-smartphone-code:before {
  content: "\f139";
}
.zmdi-directions-bike:before {
  content: "\f117";
}
.zmdi-directions-boat:before {
  content: "\f11a";
}
.zmdi-directions-bus:before {
  content: "\f121";
}
.zmdi-directions-car:before {
  content: "\f125";
}
.zmdi-directions-railway:before {
  content: "\f1b3";
}
.zmdi-directions-run:before {
  content: "\f215";
}
.zmdi-directions-subway:before {
  content: "\f1d5";
}
.zmdi-directions-walk:before {
  content: "\f216";
}
.zmdi-local-hotel:before {
  content: "\f178";
}
.zmdi-local-activity:before {
  content: "\f1df";
}
.zmdi-local-play:before {
  content: "\f1df";
}
.zmdi-local-airport:before {
  content: "\f103";
}
.zmdi-local-atm:before {
  content: "\f198";
}
.zmdi-local-bar:before {
  content: "\f137";
}
.zmdi-local-cafe:before {
  content: "\f13b";
}
.zmdi-local-car-wash:before {
  content: "\f124";
}
.zmdi-local-convenience-store:before {
  content: "\f1d3";
}
.zmdi-local-dining:before {
  content: "\f153";
}
.zmdi-local-drink:before {
  content: "\f157";
}
.zmdi-local-florist:before {
  content: "\f168";
}
.zmdi-local-gas-station:before {
  content: "\f16f";
}
.zmdi-local-grocery-store:before {
  content: "\f1cb";
}
.zmdi-local-hospital:before {
  content: "\f177";
}
.zmdi-local-laundry-service:before {
  content: "\f1e9";
}
.zmdi-local-library:before {
  content: "\f18d";
}
.zmdi-local-mall:before {
  content: "\f195";
}
.zmdi-local-movies:before {
  content: "\f19d";
}
.zmdi-local-offer:before {
  content: "\f187";
}
.zmdi-local-parking:before {
  content: "\f1a5";
}
.zmdi-local-parking:before {
  content: "\f1a5";
}
.zmdi-local-pharmacy:before {
  content: "\f176";
}
.zmdi-local-phone:before {
  content: "\f2be";
}
.zmdi-local-pizza:before {
  content: "\f1ac";
}
.zmdi-local-post-office:before {
  content: "\f15a";
}
.zmdi-local-printshop:before {
  content: "\f1b0";
}
.zmdi-local-see:before {
  content: "\f28c";
}
.zmdi-local-shipping:before {
  content: "\f1e6";
}
.zmdi-local-store:before {
  content: "\f1d4";
}
.zmdi-local-taxi:before {
  content: "\f123";
}
.zmdi-local-wc:before {
  content: "\f211";
}
.zmdi-my-location:before {
  content: "\f299";
}
.zmdi-directions:before {
  content: "\f1e7";
}
@font-face {
  font-family: "themify";
  src: url('themify.eot?-fvbane');
  src: url('themify.eot?#iefix-fvbane') format("embedded-opentype"), url('themify.woff?-fvbane') format("woff"), url('themify.ttf?-fvbane') format("truetype"), url('themify.svg?-fvbane#themify') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ti-], [class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
  content: "\e600";
}
.ti-volume:before {
  content: "\e601";
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-minus:before {
  content: "\e622";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-import:before {
  content: "\e632";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-folder:before {
  content: "\e639";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-export:before {
  content: "\e63e";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-close:before {
  content: "\e646";
}
.ti-clip:before {
  content: "\e647";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-move:before {
  content: "\e656";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-zip:before {
  content: "\e664";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-loop:before {
  content: "\e692";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-list:before {
  content: "\e694";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-android:before {
  content: "\e745";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-email:before {
  content: "\e75a";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}
body {
  transition: all 0.5s;
  font-family: "Gilroy", sans-serif;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 15px;
}
button,
input,
select,
a {
  outline: none !important;
}
button:hover,
input:hover,
select:hover,
a:hover {
  text-decoration: none;
}
section.content {
  transition: all 0.5s;
  border-radius: 10px;
  background: #f5f5f5;
  border: 5px solid #ffffff;
  padding: 10px;
  position: relative;
  margin: 20px 70px 20px 260px;
  box-shadow: 0 0 16px rgba(41, 42, 51, 0.06), 0 6px 20px rgba(41, 42, 51, 0.02);
}
.ls-toggle-menu .slimScrollDiv {
  overflow: visible !important;
}
.ls-toggle-menu .slimScrollDiv .list {
  overflow: visible !important;
}
.ls-toggle-menu .navbar-brand a {
  display: none;
}
.ls-toggle-menu .sidebar {
  width: 50px;
}
.ls-toggle-menu .sidebar .user-info .image {
  padding: 8px !important;
}
.ls-toggle-menu .sidebar .user-info .image img {
  box-shadow: none;
}
.ls-toggle-menu .sidebar .user-info .detail {
  display: none;
}
.ls-toggle-menu .sidebar .menu .list {
  margin: 0;
}
.ls-toggle-menu .sidebar .menu .list a {
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ls-toggle-menu .sidebar .menu .list a {
    padding: 8px 0;
  }
}
.ls-toggle-menu .sidebar .menu .list a span {
  display: none;
}
.ls-toggle-menu .sidebar .menu .list li {
  position: relative;
}
.ls-toggle-menu .sidebar .menu .list li:hover .ml-menu {
  display: block !important;
}
.ls-toggle-menu .sidebar .menu .list li.open_top .ml-menu {
  bottom: 0;
  top: auto;
}
.ls-toggle-menu .sidebar .menu .list .menu-toggle:after,
.ls-toggle-menu .sidebar .menu .list .menu-toggle:before,
.ls-toggle-menu .sidebar .menu .list .progress-container {
  display: none;
}
.ls-toggle-menu .sidebar .menu .list .ml-menu {
  transition: all 0.5s;
  border-radius: 10px;
  background: #ffffff;
  min-width: 240px;
  display: none !important;
  position: absolute;
  top: 0;
  left: 50px;
  padding: 15px 15px 15px 5px;
  text-align: left;
  box-shadow: 0px 10px 50px 0px rgba(41, 42, 51, 0.2);
}
.ls-toggle-menu .sidebar .menu .list .ml-menu li a {
  text-align: left;
}
.ls-toggle-menu section.content {
  margin-left: 50px;
}
.right_icon_toggle .right_icon_toggle_btn i::before {
  content: "\f2ea";
}
.right_icon_toggle .navbar-right .navbar-nav {
  right: -70px;
}
.right_icon_toggle section.content {
  margin-right: 20px;
}
.ls-closed .sidebar {
  background: #ffffff;
  position: fixed;
}
.ls-closed section.content {
  margin-left: 60px;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .ls-closed section.content {
    margin-right: 10px;
    padding: 0;
    overflow: visible !important;
    height: 100%;
  }
  .ls-closed section.content > .slimScrollDiv {
    height: auto !important;
    overflow: visible !important;
  }
  .ls-closed section.content > .slimScrollDiv .body_scroll {
    height: auto !important;
    overflow: visible !important;
  }
}
@media only screen and (max-width: 767px) {
  .ls-closed section.content {
    margin: 0;
  }
}
.ls-closed .navbar-right .navbar-nav {
  width: 30px;
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .ls-closed .navbar-right .navbar-nav {
    right: -40px;
  }
}
.ls-closed .navbar-right .navbar-nav > li > a {
  width: 30px;
}
.ls-closed.right_icon_toggle section.content {
  margin-right: 20px;
}
#search {
  transition: all 0.5s;
  transform: translate(0px, -100%) scale(0, 0);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9999;
}
#search input[type=search] {
  color: #ffffff;
  background: rgba(41, 42, 51, 0);
  font-weight: 300;
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 60px;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  left: auto;
  margin: 0;
  opacity: 1;
}
#search .close:hover {
  background: #ffffff;
}
#search .close i {
  width: 38px;
  line-height: 38px;
  text-shadow: none;
}
#search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
.mobile_menu {
  display: none;
  position: fixed !important;
  top: 10px;
  right: 20px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .mobile_menu {
    display: block;
  }
}
.table.c_table {
  border-collapse: separate !important;
  border-spacing: 0 5px !important;
  font-size: 14px;
}
.table.c_table tr {
  background: #ffffff;
}
.table.c_table tr td, .table.c_table tr th {
  border: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.table.c_table tr td:first-child, .table.c_table tr th:first-child {
  border-radius: 0.2875rem 0 0 0.2875rem;
}
.table.c_table tr td:last-child, .table.c_table tr th:last-child {
  border-radius: 0 0.2875rem 0.2875rem 0;
}
.table.c_table tr td .checkbox, .table.c_table tr th .checkbox {
  position: relative;
  height: 24px;
  width: 24px;
}
.table.c_table tr td .checkbox label, .table.c_table tr th .checkbox label {
  position: unset;
  padding: 0;
}
.table.theme-color thead td, .table.theme-color thead th {
  color: #ffffff;
}
.search_page {
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .search_page {
    table-layout: auto;
  }
}
.search_page td, .search_page th {
  white-space: nowrap;
  vertical-align: middle;
}
.search_page .title {
  font-size: 16px;
}
.search_page .link {
  font-size: 13px;
  color: #1cbfd0;
  display: block;
}
.search_page .max_ellipsis {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.blockquote {
  border-radius: 3px;
  -ms-box-shadow: 0 0 10px rgba(41, 42, 51, 0.1);
  box-shadow: 0 0 10px rgba(41, 42, 51, 0.1);
  font-size: 18px;
  border-left: 5px solid #5CC5CD !important;
  border-color: transparent;
  line-height: 27px;
  padding: 40px;
  position: relative;
  z-index: 1;
}
.checkbox.simple {
  position: relative;
  margin: 0;
  width: 24px;
  height: 24px;
}
.checkbox.simple label {
  position: unset;
}
@media only screen and (max-width: 992px) {
  .hidden-md-down {
    display: none;
  }
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  transition: all 0.5s ease-out;
  transition-property: transform, opacity;
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
  transition: none !important;
}
.waves-button,
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all 300ms;
}
.waves-float:active {
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* slideUp */
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
.slideUp2 {
  animation-name: slideUp2;
  -webkit-animation-name: slideUp2;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideUp2 {
  0% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(-1%);
  }
  65% {
    transform: translateY(5%);
  }
  80% {
    transform: translateY(-2%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* slideLeft */
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* slideRight */
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* slideExpandUp */
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important;
}
@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5);
  }
  30% {
    transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    transform: translateY(2%) scaleX(0.5);
  }
  50% {
    transform: translateY(0%) scaleX(1.1);
  }
  60% {
    transform: translateY(0%) scaleX(0.9);
  }
  70% {
    transform: translateY(0%) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleX(0.95);
  }
  90% {
    transform: translateY(0%) scaleX(1.02);
  }
  100% {
    transform: translateY(0%) scaleX(1);
  }
}
/* expandUp */
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
/* fadeIn */
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  80% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* expandOpen */
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes expandOpen {
  0% {
    transform: scale(1.8);
  }
  50% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
/* bigEntrance */
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
/* hatch */
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important;
}
@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    transform: rotate(2deg) scaleY(1);
  }
  50% {
    transform: rotate(-2deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }
  60% {
    transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
/*
==============================================
pulse
==============================================
*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
/*
==============================================
pullUp
==============================================
*/
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes pullUp {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
/*
==============================================
stretchLeft
==============================================
*/
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}
@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
.page-loader-wrapper {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  overflow: hidden;
  text-align: center;
}
.page-loader-wrapper p {
  font-size: 13px;
  font-weight: 700;
  color: #777777;
  margin-top: 10px;
}
.page-loader-wrapper .loader {
  position: relative;
  top: calc(40% - 30px);
}
.navbar {
  border-radius: 0;
  font-family: "Gilroy", sans-serif;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
}
.navbar .navbar-toggle {
  text-decoration: none;
  color: #ffffff;
  width: 20px;
  height: 20px;
  margin-top: -4px;
  margin-right: 17px;
}
.navbar .navbar-toggle:before {
  content: "\e8d5";
  font-family: "Material-Design-Iconic-Font";
  font-size: 26px;
}
.navbar .navbar-collapse.in {
  overflow: visible;
}
.overlay-open .bars:before {
  transform: scale(0);
}
.overlay-open .bars:after {
  transform: scale(1);
}
.navbar-right .navbar-nav {
  transition: all 0.5s;
  position: fixed;
  right: 0;
  width: 50px;
  margin: 0 10px;
  z-index: 999;
}
.navbar-right .navbar-nav > li > a {
  transition: all 0.5s;
  border-radius: 5px;
  color: #222222;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.navbar-right .navbar-nav > li > a:hover {
  color: #ffffff !important;
}
.navbar-right .navbar-nav > li > a i {
  font-size: 20px;
  vertical-align: middle;
}
.navbar-right .navbar-nav .dropdown-menu {
  transition: all 0.5s;
  position: absolute;
  right: 60px;
  left: auto !important;
  transform: none !important;
}
.navbar-right .navbar-nav .dropdown-menu:before {
  color: #ffffff;
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  top: 15px;
  left: auto;
  right: -10px;
  border-left: 0.6em solid;
  border-top: 0.6em solid transparent;
  border-bottom: 0.6em solid transparent;
}
.navbar-right .navbar-nav .app_sortcut {
  padding: 15px;
  text-align: center;
}
.navbar-right .navbar-nav .app_sortcut li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  height: 100px;
  width: 120px;
}
.navbar-right .navbar-nav .app_sortcut li a {
  border-radius: 4px;
  color: #444444;
  display: block;
}
.navbar-right .navbar-nav .app_sortcut li a p {
  font-size: 14px;
}
.navbar-right .navbar-nav .tasks {
  padding: 20px;
}
.navbar-right .navbar-nav .tasks li {
  margin-bottom: 15px;
}
.label-count {
  border-radius: 3px;
  background-color: #000000;
  font-size: 10px;
  position: absolute;
  top: 2px;
  right: 6px;
  line-height: 15px;
  padding: 0 4px;
}
@media only screen and (max-width: 1169px) {
  .navbar-header {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-toggle {
    position: relative;
    margin-right: 12px;
    margin-top: 10px;
  }
  .navbar .navbar-toggle:before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.overlay {
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 42, 51, 0.5);
  display: none;
  z-index: 999;
}
.navbar-brand {
  display: flex;
  align-items: center;
  margin: 10px 10px 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.navbar-brand .btn-menu {
  transition: all 0.5s;
  border: 0;
  background: transparent;
  line-height: 15px;
  opacity: 0.6;
  padding: 6px;
}
.navbar-brand .btn-menu:hover {
  opacity: 1;
  cursor: pointer;
}
.navbar-brand a {
  margin-left: 10px;
  width: 100%;
}
.navbar-brand span {
  font-size: 16px;
  color: #444444;
}
.sidebar {
  transition: all 0.5s;
  font-family: "Gilroy", sans-serif;
  width: 250px;
  height: calc(100vh - 0px);
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: none;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .sidebar {
    left: -250px;
  }
}
.sidebar .legal {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  padding: 15px;
  overflow: hidden;
}
.sidebar .user-info {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.sidebar .user-info .image img {
  border-radius: 8px;
  width: 50px;
  vertical-align: bottom !important;
  border: 3px solid #ffffff;
  box-shadow: 0px 5px 5px 0px rgba(41, 42, 51, 0.2);
}
.sidebar .user-info .detail h4 {
  font-size: 20px;
}
.sidebar .menu {
  position: relative;
}
.sidebar .menu .list {
  list-style: none;
  margin: 0 10px;
}
.sidebar .menu .list li.active > :first-child span {
  font-weight: 700;
}
.sidebar .menu .list .menu-toggle:after, .sidebar .menu .list .menu-toggle:before {
  transform: scale(0);
  transition: all 0.5s;
  font-size: 14px;
  position: absolute;
  top: calc(50% - 11px);
  right: 17px;
  font-family: "Material-Design-Iconic-Font";
}
.sidebar .menu .list .menu-toggle:before {
  content: "\f2fb";
  transform: scale(1);
}
.sidebar .menu .list .menu-toggle:after {
  content: "\f2f9";
  transform: scale(0);
}
.sidebar .menu .list .menu-toggle.toggled:before {
  content: "\f2f9";
  transform: scale(0);
  font-family: "Material-Design-Iconic-Font";
}
.sidebar .menu .list .menu-toggle.toggled:after {
  transform: scale(1);
}
.sidebar .menu .list a {
  color: #222222;
  position: relative;
  padding: 15px 10px;
}
.sidebar .menu .list a:hover, .sidebar .menu .list a:active, .sidebar .menu .list a:focus {
  text-decoration: none !important;
}
.sidebar .menu .list a:hover i, .sidebar .menu .list a:active i, .sidebar .menu .list a:focus i {
  transform: rotate(-20deg);
}
.sidebar .menu .list a i {
  transform: rotate(20deg);
  transition: all 0.5s;
  width: 16px;
}
.sidebar .menu .list a small {
  position: absolute;
  top: calc(50% - 7.5px);
  right: 15px;
}
.sidebar .menu .list a span {
  margin: 0 0 0 12px;
}
.sidebar .menu .list .ml-menu {
  list-style: none;
  display: none;
}
.sidebar .menu .list .ml-menu span {
  font-weight: 400;
  margin: 3px 0 1px 6px;
}
.sidebar .menu .list .ml-menu li a {
  font-size: 14px;
  padding-left: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sidebar .menu .list .ml-menu li a:before {
  font-size: 12px;
  color: #999999;
  content: "\f30f";
  position: absolute;
  left: 14px;
  font-family: "Material-Design-Iconic-Font";
  top: 8px;
}
.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle) {
  font-weight: 700;
}
.sidebar .menu .progress-container {
  margin: 12px;
}
.sidebar.open {
  left: 0;
  -ms-box-shadow: 0px 5px 15px rgba(41, 42, 51, 0.3);
  box-shadow: 0px 5px 15px rgba(41, 42, 51, 0.3);
}
.right-sidebar {
  -ms-box-shadow: -2px 2px 5px rgba(41, 42, 51, 0.1);
  box-shadow: -2px 2px 5px rgba(41, 42, 51, 0.1);
  transition: 0.5s;
  border-radius: 10px;
  background: #ffffff;
  width: 280px;
  height: calc(100vh - 40px);
  position: fixed;
  right: -300px;
  top: 20px;
  z-index: 999;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .right-sidebar {
    width: 280px;
  }
}
.right-sidebar.open {
  right: 20px;
}
.right-sidebar .card {
  padding: 10px 20px;
}
.right-sidebar .card h6 {
  font-size: 12px;
}
.right-sidebar .nav-tabs {
  padding: 10px 20px;
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (max-width: 1024px) {
  .right-sidebar .nav-tabs {
    padding: 7px 15px;
  }
  .right-sidebar .nav-tabs li {
    display: inline-block;
  }
  .right-sidebar .nav-tabs li a {
    margin: 0px !important;
  }
}
.right-sidebar .choose-skin,
.right-sidebar .bg_color {
  display: flex;
  justify-content: space-between;
  font-size: 0;
}
.right-sidebar .choose-skin li,
.right-sidebar .bg_color li {
  position: relative;
  cursor: pointer;
}
.right-sidebar .choose-skin li.active:after,
.right-sidebar .bg_color li.active:after {
  color: #ffffff;
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  top: 0px;
  right: 9px;
  content: "\f26b";
  font-size: 16px;
}
.right-sidebar .choose-skin li div,
.right-sidebar .bg_color li div {
  border-radius: 3px;
  width: 33px;
  height: 25px;
}
.right-sidebar .choose-skin li span,
.right-sidebar .bg_color li span {
  position: relative;
  bottom: 7px;
  left: 5px;
}
.right-sidebar .choose-skin .red,
.right-sidebar .bg_color .red {
  background-color: #ee2558;
}
.right-sidebar .choose-skin .pink,
.right-sidebar .bg_color .pink {
  background-color: #ff4dab;
}
.right-sidebar .choose-skin .purple,
.right-sidebar .bg_color .purple {
  background-color: #6f42c1;
}
.right-sidebar .choose-skin .deep-purple,
.right-sidebar .bg_color .deep-purple {
  background-color: #673AB7;
}
.right-sidebar .choose-skin .blue,
.right-sidebar .bg_color .blue {
  background-color: #46b6fe;
}
.right-sidebar .choose-skin .cyan,
.right-sidebar .bg_color .cyan {
  background-color: #5CC5CD;
}
.right-sidebar .choose-skin .green,
.right-sidebar .bg_color .green {
  background-color: #04BE5B;
}
.right-sidebar .choose-skin .light-green,
.right-sidebar .bg_color .light-green {
  background-color: #8BC34A;
}
.right-sidebar .choose-skin .yellow,
.right-sidebar .bg_color .yellow {
  background-color: #fdd932;
}
.right-sidebar .choose-skin .orange,
.right-sidebar .bg_color .orange {
  background-color: #FF9948;
}
.right-sidebar .choose-skin .deep-orange,
.right-sidebar .bg_color .deep-orange {
  background-color: #f83600;
}
.right-sidebar .choose-skin .grey,
.right-sidebar .bg_color .grey {
  background-color: #9E9E9E;
}
.right-sidebar .choose-skin .blue-grey,
.right-sidebar .bg_color .blue-grey {
  background-color: #607D8B;
}
.right-sidebar .choose-skin .indigo,
.right-sidebar .bg_color .indigo {
  background-color: #9988ff;
}
.right-sidebar .choose-skin .light-blue,
.right-sidebar .bg_color .light-blue {
  background-color: #03A9F4;
}
.right-sidebar .choose-skin .teal,
.right-sidebar .bg_color .teal {
  background-color: #009688;
}
.right-sidebar .choose-skin .lime,
.right-sidebar .bg_color .lime {
  background-color: #82c885;
}
.right-sidebar .choose-skin .amber,
.right-sidebar .bg_color .amber {
  background-color: #FFC107;
}
.right-sidebar .choose-skin .brown,
.right-sidebar .bg_color .brown {
  background-color: #795548;
}
.right-sidebar .choose-skin .blush,
.right-sidebar .bg_color .blush {
  background-color: #e47297;
}
.right-sidebar .choose-skin .black,
.right-sidebar .bg_color .black {
  background-color: #000000;
}
.right-sidebar .choose-skin .white,
.right-sidebar .bg_color .white {
  background-color: #ffffff;
}
.right-sidebar .right_chat li {
  position: relative;
}
.right-sidebar .right_chat li.offline .status {
  background: #FF9948;
}
.right-sidebar .right_chat li.online .status {
  background: #04BE5B;
}
.right-sidebar .right_chat li.me .status {
  background: #46b6fe;
}
.right-sidebar .right_chat .media {
  border-bottom: 1px dotted #eeeeee;
}
.right-sidebar .right_chat .media .media-object {
  border-radius: 3px;
  width: 30px;
}
.right-sidebar .right_chat .media .name {
  color: #222222;
  font-size: 15px;
  display: block;
}
.right-sidebar .right_chat .media .name small {
  color: #999999;
}
.right-sidebar .right_chat .media .message {
  font-size: 13px;
}
.right-sidebar .right_chat .media .status {
  border-radius: 50px;
  position: absolute;
  left: 23px;
  top: 0px;
  width: 9px;
  height: 9px;
  padding: 0;
  min-width: inherit;
  border: 2px solid #ffffff;
}
.l-green {
  background: linear-gradient(0deg, #04BE5B, rgba(4, 190, 91, 0.7)) !important;
  color: #ffffff !important;
}
.l-blue {
  background: linear-gradient(0deg, #46b6fe, rgba(70, 182, 254, 0.7)) !important;
  color: #ffffff !important;
}
.l-amber {
  background: linear-gradient(0deg, #f9bd65, rgba(249, 189, 101, 0.7)) !important;
  color: #ffffff !important;
}
.l-purple {
  background: linear-gradient(0deg, #6f42c1, rgba(111, 66, 193, 0.7)) !important;
  color: #ffffff !important;
}
.l-cyan {
  background: linear-gradient(0deg, #5CC5CD, rgba(92, 197, 205, 0.7)) !important;
  color: #ffffff !important;
}
.l-blush {
  background: linear-gradient(0deg, #e47297, rgba(228, 114, 151, 0.7)) !important;
  color: #ffffff !important;
}
.l-pink {
  background: linear-gradient(0deg, #ff4dab, rgba(255, 77, 171, 0.7)) !important;
  color: #ffffff !important;
}
.l-khaki {
  background: linear-gradient(0deg, #fdd932, rgba(253, 217, 50, 0.7)) !important;
  color: #ffffff !important;
}
.l-slategray {
  background: linear-gradient(0deg, #777777, rgba(119, 119, 119, 0.7)) !important;
  color: #ffffff !important;
}
.xl-green {
  background: rgba(4, 190, 91, 0.5) !important;
}
.xl-blue {
  background: rgba(70, 182, 254, 0.5) !important;
}
.xl-amber {
  background: rgba(249, 189, 101, 0.5) !important;
}
.xl-purple {
  background: rgba(111, 66, 193, 0.5) !important;
}
.xl-cyan {
  background: rgba(92, 197, 205, 0.5) !important;
}
.xl-blush {
  background: rgba(228, 114, 151, 0.5) !important;
}
.xl-pink {
  background: rgba(255, 77, 171, 0.5) !important;
}
.xl-khaki {
  background: rgba(253, 217, 50, 0.5) !important;
}
.text-green {
  color: #04BE5B;
}
.text-blue {
  color: #46b6fe;
}
.text-amber {
  color: #f9bd65;
}
.text-purple {
  color: #6f42c1;
}
.text-cyan {
  color: #5CC5CD;
}
.text-blush {
  color: #e47297;
}
.text-pink {
  color: #ff4dab;
}
.text-khaki {
  color: #fdd932;
}
.align-left, .dropdown-menu .header {
  text-align: left;
}
.align-center, .file_folder .icon, .social_icon, .profile_state li, .product-report .icon, .mcard_3, .dropdown-menu ul.menu .icon-circle, .sidebar .user-info, .sidebar .menu .list a i {
  text-align: center;
}
.align-right, .wizard .actions {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.no-resize {
  resize: none;
}
.font-bold {
  font-weight: bold;
}
.font-italic {
  font-style: italic;
}
.font-underline {
  text-decoration: underline;
}
.font-line-through {
  text-decoration: line-through;
}
.font-overline {
  text-decoration: overline;
}
.inlineblock, .contact .c_list .c_name, .contact .c_list .checkbox, .social_icon, .mcard_4 .social-links li, .mcard_3 .social-links li, .team-info li, .dropdown-menu ul.menu .icon-circle, .wizard .actions ul, .card .header .header-dropdown li, .card, .navbar-right .navbar-nav > li, .navbar-right .navbar-nav > li > a, .sidebar, .right-sidebar .choose-skin li div,
.right-sidebar .bg_color li div, .right-sidebar .right_chat .media .message, .right-sidebar .right_chat .media .status, .right-sidebar .theme-light-dark li {
  display: inline-block;
}
.displayblock, .file_manager .file .file-name small, .social_media_table .list-name, .mcard_3 .text-pink, .dropdown-menu > li > a, .dropdown-menu .footer a, .dropdown-menu ul.menu li a, .wizard .steps a:hover, .wizard .steps a:active, .wizard .steps a, .wizard .steps, .wizard .actions a:hover, .wizard .actions a:active, .wizard .actions a, .wizard .actions, .card .header h2 small, .card .header .header-dropdown li a, .card .card-inside-title small, .card .card-inside-title, .sidebar .menu .list a {
  display: block;
}
.z-index {
  z-index: 9999;
}
.w25 {
  width: 25px;
}
.w34 {
  width: 34px;
}
.w40 {
  width: 40px;
}
.w50 {
  width: 50px;
}
.w70 {
  width: 70px;
}
.w100 {
  width: 100px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.m-l--125 {
  margin-left: -125px;
}
.m-t--125 {
  margin-top: -125px;
}
.m-r--125 {
  margin-right: -125px;
}
.m-b--125 {
  margin-bottom: -125px;
}
.m-l--120 {
  margin-left: -120px;
}
.m-t--120 {
  margin-top: -120px;
}
.m-r--120 {
  margin-right: -120px;
}
.m-b--120 {
  margin-bottom: -120px;
}
.m-l--115 {
  margin-left: -115px;
}
.m-t--115 {
  margin-top: -115px;
}
.m-r--115 {
  margin-right: -115px;
}
.m-b--115 {
  margin-bottom: -115px;
}
.m-l--110 {
  margin-left: -110px;
}
.m-t--110 {
  margin-top: -110px;
}
.m-r--110 {
  margin-right: -110px;
}
.m-b--110 {
  margin-bottom: -110px;
}
.m-l--105 {
  margin-left: -105px;
}
.m-t--105 {
  margin-top: -105px;
}
.m-r--105 {
  margin-right: -105px;
}
.m-b--105 {
  margin-bottom: -105px;
}
.m-l--100 {
  margin-left: -100px;
}
.m-t--100 {
  margin-top: -100px;
}
.m-r--100 {
  margin-right: -100px;
}
.m-b--100 {
  margin-bottom: -100px;
}
.m-l--95 {
  margin-left: -95px;
}
.m-t--95 {
  margin-top: -95px;
}
.m-r--95 {
  margin-right: -95px;
}
.m-b--95 {
  margin-bottom: -95px;
}
.m-l--90 {
  margin-left: -90px;
}
.m-t--90 {
  margin-top: -90px;
}
.m-r--90 {
  margin-right: -90px;
}
.m-b--90 {
  margin-bottom: -90px;
}
.m-l--85 {
  margin-left: -85px;
}
.m-t--85 {
  margin-top: -85px;
}
.m-r--85 {
  margin-right: -85px;
}
.m-b--85 {
  margin-bottom: -85px;
}
.m-l--80 {
  margin-left: -80px;
}
.m-t--80 {
  margin-top: -80px;
}
.m-r--80 {
  margin-right: -80px;
}
.m-b--80 {
  margin-bottom: -80px;
}
.m-l--75 {
  margin-left: -75px;
}
.m-t--75 {
  margin-top: -75px;
}
.m-r--75 {
  margin-right: -75px;
}
.m-b--75 {
  margin-bottom: -75px;
}
.m-l--70 {
  margin-left: -70px;
}
.m-t--70 {
  margin-top: -70px;
}
.m-r--70 {
  margin-right: -70px;
}
.m-b--70 {
  margin-bottom: -70px;
}
.m-l--65 {
  margin-left: -65px;
}
.m-t--65 {
  margin-top: -65px;
}
.m-r--65 {
  margin-right: -65px;
}
.m-b--65 {
  margin-bottom: -65px;
}
.m-l--60 {
  margin-left: -60px;
}
.m-t--60 {
  margin-top: -60px;
}
.m-r--60 {
  margin-right: -60px;
}
.m-b--60 {
  margin-bottom: -60px;
}
.m-l--55 {
  margin-left: -55px;
}
.m-t--55 {
  margin-top: -55px;
}
.m-r--55 {
  margin-right: -55px;
}
.m-b--55 {
  margin-bottom: -55px;
}
.m-l--50 {
  margin-left: -50px;
}
.m-t--50 {
  margin-top: -50px;
}
.m-r--50 {
  margin-right: -50px;
}
.m-b--50 {
  margin-bottom: -50px;
}
.m-l--45 {
  margin-left: -45px;
}
.m-t--45 {
  margin-top: -45px;
}
.m-r--45 {
  margin-right: -45px;
}
.m-b--45 {
  margin-bottom: -45px;
}
.m-l--40 {
  margin-left: -40px;
}
.m-t--40 {
  margin-top: -40px;
}
.m-r--40 {
  margin-right: -40px;
}
.m-b--40 {
  margin-bottom: -40px;
}
.m-l--35 {
  margin-left: -35px;
}
.m-t--35 {
  margin-top: -35px;
}
.m-r--35 {
  margin-right: -35px;
}
.m-b--35 {
  margin-bottom: -35px;
}
.m-l--30 {
  margin-left: -30px;
}
.m-t--30 {
  margin-top: -30px;
}
.m-r--30 {
  margin-right: -30px;
}
.m-b--30 {
  margin-bottom: -30px;
}
.m-l--25 {
  margin-left: -25px;
}
.m-t--25 {
  margin-top: -25px;
}
.m-r--25 {
  margin-right: -25px;
}
.m-b--25 {
  margin-bottom: -25px;
}
.m-l--20 {
  margin-left: -20px;
}
.m-t--20 {
  margin-top: -20px;
}
.m-r--20 {
  margin-right: -20px;
}
.m-b--20 {
  margin-bottom: -20px;
}
.m-l--15 {
  margin-left: -15px;
}
.m-t--15 {
  margin-top: -15px;
}
.m-r--15 {
  margin-right: -15px;
}
.m-b--15 {
  margin-bottom: -15px;
}
.m-l--10 {
  margin-left: -10px;
}
.m-t--10 {
  margin-top: -10px;
}
.m-r--10 {
  margin-right: -10px;
}
.m-b--10 {
  margin-bottom: -10px;
}
.m-l--5 {
  margin-left: -5px;
}
.m-t--5 {
  margin-top: -5px;
}
.m-r--5 {
  margin-right: -5px;
}
.m-b--5 {
  margin-bottom: -5px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-t-0, .contact .c_list .checkbox, .product-report .counter, .activity li h4, .card .card-inside-title:first-child, .sidebar .user-info .detail h4 {
  margin-top: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-b-0, .profile-page #timeline .timeline .timeline-item, .contact .c_list address, .contact .c_list .c_name, .contact .c_list .checkbox, .social_media_table .table, .profile_state li h4, .members_profiles .table, .project_list .table, .inbox_widget, .activity li h4, .activity, .media p:last-child, .card .header, .block-header .breadcrumb, .checkbox label,
.radio label, .table.c_table tr td .checkbox, .table.c_table tr th .checkbox, .search_page .title, .sidebar .user-info .detail h4, .right-sidebar .card ul {
  margin-bottom: 0px;
}
.m-l-5, .blogitem .blogitem-share li, .wizard .actions a {
  margin-left: 5px;
}
.m-t-5, .team-info, .card .header h2 small, .card .card-inside-title small {
  margin-top: 5px;
}
.m-r-5, .blogitem .blogitem-meta span i {
  margin-right: 5px;
}
.m-b-5, .inbox.left .mail-side .nav li, .taskboard .dd-item {
  margin-bottom: 5px;
}
.m-l-10, .contact .c_list .c_name, .mcard_2 .user .details, .dropdown-menu ul.menu .menu-info {
  margin-left: 10px;
}
.m-t-10, .product_item .product_details .product_price, .profile_state li h4, .mcard_3 .social-links {
  margin-top: 10px;
}
.m-r-10, .file_folder .icon, .chat-widget ul, .right-sidebar .right_chat .media .media-object {
  margin-right: 10px;
}
.m-b-10, .state_w1 h5, .block-header, .search_page .link {
  margin-bottom: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15, .product-report .icon, .small_mcard_1 .user img, .inbox_widget .inbox-img {
  margin-right: 15px;
}
.m-b-15, .blogitem .blogitem-image, .feed .user, .widget_2 h2, .card .card-inside-title, .sidebar .user-info, .right-sidebar .card h6 {
  margin-bottom: 15px;
}
.m-l-20, .media.mright .media-right {
  margin-left: 20px;
}
.m-t-20, .product_item .product_details, .mcard_4 .social-links, .event_list .e_list {
  margin-top: 20px;
}
.m-r-20, .media.mleft .media-left, .media .media-left {
  margin-right: 20px;
}
.m-b-20, .chat_list .nav-tabs, .mcard_2 .user, .chat-widget ul li, .media {
  margin-bottom: 20px;
}
.m-l-25, .activity li {
  margin-left: 25px;
}
.m-t-25, .card .card-inside-title {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-b-30, .card {
  margin-bottom: 30px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-t-55, .mcard_2 .user .details {
  margin-top: 55px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-l-75 {
  margin-left: 75px;
}
.m-t-75 {
  margin-top: 75px;
}
.m-r-75 {
  margin-right: 75px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-l-80 {
  margin-left: 80px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-r-80 {
  margin-right: 80px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-l-85 {
  margin-left: 85px;
}
.m-t-85 {
  margin-top: 85px;
}
.m-r-85 {
  margin-right: 85px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-r-90 {
  margin-right: 90px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-t-95 {
  margin-top: 95px;
}
.m-r-95 {
  margin-right: 95px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.m-l-100 {
  margin-left: 100px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-r-100 {
  margin-right: 100px;
}
.m-b-100 {
  margin-bottom: 100px;
}
.m-l-105 {
  margin-left: 105px;
}
.m-t-105 {
  margin-top: 105px;
}
.m-r-105 {
  margin-right: 105px;
}
.m-b-105 {
  margin-bottom: 105px;
}
.m-l-110 {
  margin-left: 110px;
}
.m-t-110 {
  margin-top: 110px;
}
.m-r-110 {
  margin-right: 110px;
}
.m-b-110 {
  margin-bottom: 110px;
}
.m-l-115 {
  margin-left: 115px;
}
.m-t-115 {
  margin-top: 115px;
}
.m-r-115 {
  margin-right: 115px;
}
.m-b-115 {
  margin-bottom: 115px;
}
.m-l-120 {
  margin-left: 120px;
}
.m-t-120 {
  margin-top: 120px;
}
.m-r-120 {
  margin-right: 120px;
}
.m-b-120 {
  margin-bottom: 120px;
}
.m-l-125 {
  margin-left: 125px;
}
.m-t-125 {
  margin-top: 125px;
}
.m-r-125 {
  margin-right: 125px;
}
.m-b-125 {
  margin-bottom: 125px;
}
.margin-0, .profile_state, .dropdown-menu ul.menu .menu-info p, .dropdown-menu ul.menu .menu-info h4, .wizard .content .body label.error, .wizard .content, .media .media-body .media-heading, .card .header h2, .card .header .header-dropdown {
  margin: 0 !important;
}
.p-l-0, .invoice .nav-tabs, .dropdown-menu ul.menu, .sidebar .menu .list, .sidebar .menu .list .ml-menu {
  padding-left: 0px;
}
.p-t-0 {
  padding-top: 0px;
}
.p-r-0, .invoice .nav-tabs {
  padding-right: 0px;
}
.p-b-0, .activity li:last-child, .sidebar .user-info {
  padding-bottom: 0px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-r-5, .wizard.vertical > .steps {
  padding-right: 5px;
}
.p-b-5, .right-sidebar .card h6 {
  padding-bottom: 5px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-t-15, .right-sidebar .slim_scroll {
  padding-top: 15px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-b-20, .right-sidebar .right_chat .media {
  padding-bottom: 20px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-b-25, .activity li {
  padding-bottom: 25px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-r-35 {
  padding-right: 35px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-r-45 {
  padding-right: 45px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-r-50 {
  padding-right: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-l-55 {
  padding-left: 55px;
}
.p-t-55 {
  padding-top: 55px;
}
.p-r-55 {
  padding-right: 55px;
}
.p-b-55 {
  padding-bottom: 55px;
}
.p-l-60 {
  padding-left: 60px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-r-60 {
  padding-right: 60px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-l-65 {
  padding-left: 65px;
}
.p-t-65 {
  padding-top: 65px;
}
.p-r-65 {
  padding-right: 65px;
}
.p-b-65 {
  padding-bottom: 65px;
}
.p-l-70 {
  padding-left: 70px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-r-70 {
  padding-right: 70px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-l-75 {
  padding-left: 75px;
}
.p-t-75 {
  padding-top: 75px;
}
.p-r-75 {
  padding-right: 75px;
}
.p-b-75 {
  padding-bottom: 75px;
}
.p-l-80 {
  padding-left: 80px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-r-80 {
  padding-right: 80px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.p-l-85 {
  padding-left: 85px;
}
.p-t-85 {
  padding-top: 85px;
}
.p-r-85 {
  padding-right: 85px;
}
.p-b-85 {
  padding-bottom: 85px;
}
.p-l-90 {
  padding-left: 90px;
}
.p-t-90 {
  padding-top: 90px;
}
.p-r-90 {
  padding-right: 90px;
}
.p-b-90 {
  padding-bottom: 90px;
}
.p-l-95 {
  padding-left: 95px;
}
.p-t-95 {
  padding-top: 95px;
}
.p-r-95 {
  padding-right: 95px;
}
.p-b-95 {
  padding-bottom: 95px;
}
.p-l-100 {
  padding-left: 100px;
}
.p-t-100 {
  padding-top: 100px;
}
.p-r-100 {
  padding-right: 100px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.p-l-105 {
  padding-left: 105px;
}
.p-t-105 {
  padding-top: 105px;
}
.p-r-105 {
  padding-right: 105px;
}
.p-b-105 {
  padding-bottom: 105px;
}
.p-l-110 {
  padding-left: 110px;
}
.p-t-110 {
  padding-top: 110px;
}
.p-r-110 {
  padding-right: 110px;
}
.p-b-110 {
  padding-bottom: 110px;
}
.p-l-115 {
  padding-left: 115px;
}
.p-t-115 {
  padding-top: 115px;
}
.p-r-115 {
  padding-right: 115px;
}
.p-b-115 {
  padding-bottom: 115px;
}
.p-l-120 {
  padding-left: 120px;
}
.p-t-120 {
  padding-top: 120px;
}
.p-r-120 {
  padding-right: 120px;
}
.p-b-120 {
  padding-bottom: 120px;
}
.p-l-125 {
  padding-left: 125px;
}
.p-t-125 {
  padding-top: 125px;
}
.p-r-125 {
  padding-right: 125px;
}
.p-b-125 {
  padding-bottom: 125px;
}
.padding-0, .file_manager .file, .profile_state li, .profile_state, .chat-widget ul, .card .header .header-dropdown, .block-header .breadcrumb, .navbar, .navbar-right .navbar-nav > li > a {
  padding: 0 !important;
}
.font-6 {
  font-size: 6px;
}
.font-7 {
  font-size: 7px;
}
.font-8 {
  font-size: 8px;
}
.font-9 {
  font-size: 9px;
}
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12, .block-header h2 small {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-17 {
  font-size: 17px;
}
.font-18 {
  font-size: 18px;
}
.font-19 {
  font-size: 19px;
}
.font-20 {
  font-size: 20px;
}
.font-21 {
  font-size: 21px;
}
.font-22 {
  font-size: 22px;
}
.font-23 {
  font-size: 23px;
}
.font-24 {
  font-size: 24px;
}
.font-25 {
  font-size: 25px;
}
.font-26 {
  font-size: 26px;
}
.font-27 {
  font-size: 27px;
}
.font-28 {
  font-size: 28px;
}
.font-29 {
  font-size: 29px;
}
.font-30 {
  font-size: 30px;
}
.font-31 {
  font-size: 31px;
}
.font-32 {
  font-size: 32px;
}
.font-33 {
  font-size: 33px;
}
.font-34 {
  font-size: 34px;
}
.font-35 {
  font-size: 35px;
}
.font-36 {
  font-size: 36px;
}
.font-37 {
  font-size: 37px;
}
.font-38 {
  font-size: 38px;
}
.font-39 {
  font-size: 39px;
}
.font-40 {
  font-size: 40px;
}
.font-41 {
  font-size: 41px;
}
.font-42 {
  font-size: 42px;
}
.font-43 {
  font-size: 43px;
}
.font-44 {
  font-size: 44px;
}
.font-45 {
  font-size: 45px;
}
.font-46 {
  font-size: 46px;
}
.font-47 {
  font-size: 47px;
}
.font-48 {
  font-size: 48px;
}
.font-49 {
  font-size: 49px;
}
.font-50 {
  font-size: 50px;
}
.block-header {
  padding: 10px 15px;
}
@media only screen and (max-width: 767px) {
  .block-header .col-lg-5.col-md-6.col-sm-12 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .block-header .right_icon_toggle_btn {
    display: none;
  }
}
.block-header h2 {
  font-size: 22px;
  margin: 0 !important;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .block-header h2 {
    font-size: 18px;
  }
}
.block-header h2 small {
  color: #666666;
  display: block;
  margin-top: 8px;
}
.block-header h2 small a {
  font-weight: 700;
  color: #777777;
}
.block-header .breadcrumb {
  border-radius: 50px;
  background: transparent;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .block-header .breadcrumb {
    font-size: 12px;
  }
  .block-header .breadcrumb i {
    font-size: 14px;
  }
}
.bg-red {
  background-color: #ee2558 !important;
  color: #ffffff;
}
.bg-red .content .text,
.bg-red .content .number {
  color: #ffffff !important;
}
.bg-pink {
  background-color: #ff4dab !important;
  color: #ffffff;
}
.bg-pink .content .text,
.bg-pink .content .number {
  color: #ffffff !important;
}
.bg-purple {
  background-color: #6f42c1 !important;
  color: #ffffff;
}
.bg-purple .content .text,
.bg-purple .content .number {
  color: #ffffff !important;
}
.bg-deep-purple {
  background-color: #673AB7 !important;
  color: #ffffff;
}
.bg-deep-purple .content .text,
.bg-deep-purple .content .number {
  color: #ffffff !important;
}
.bg-blue {
  background-color: #46b6fe !important;
  color: #ffffff;
}
.bg-blue .content .text,
.bg-blue .content .number {
  color: #ffffff !important;
}
.bg-cyan {
  background-color: #5CC5CD !important;
  color: #ffffff;
}
.bg-cyan .content .text,
.bg-cyan .content .number {
  color: #ffffff !important;
}
.bg-green {
  background-color: #04BE5B !important;
  color: #ffffff;
}
.bg-green .content .text,
.bg-green .content .number {
  color: #ffffff !important;
}
.bg-light-green {
  background-color: #8BC34A !important;
  color: #ffffff;
}
.bg-light-green .content .text,
.bg-light-green .content .number {
  color: #ffffff !important;
}
.bg-yellow {
  background-color: #fdd932 !important;
  color: #ffffff;
}
.bg-yellow .content .text,
.bg-yellow .content .number {
  color: #ffffff !important;
}
.bg-orange {
  background-color: #FF9948 !important;
  color: #ffffff;
}
.bg-orange .content .text,
.bg-orange .content .number {
  color: #ffffff !important;
}
.bg-deep-orange {
  background-color: #f83600 !important;
  color: #ffffff;
}
.bg-deep-orange .content .text,
.bg-deep-orange .content .number {
  color: #ffffff !important;
}
.bg-grey {
  background-color: #9E9E9E !important;
  color: #ffffff;
}
.bg-grey .content .text,
.bg-grey .content .number {
  color: #ffffff !important;
}
.bg-blue-grey {
  background-color: #607D8B !important;
  color: #ffffff;
}
.bg-blue-grey .content .text,
.bg-blue-grey .content .number {
  color: #ffffff !important;
}
.bg-indigo {
  background-color: #9988ff !important;
  color: #ffffff;
}
.bg-indigo .content .text,
.bg-indigo .content .number {
  color: #ffffff !important;
}
.bg-light-blue {
  background-color: #03A9F4 !important;
  color: #ffffff;
}
.bg-light-blue .content .text,
.bg-light-blue .content .number {
  color: #ffffff !important;
}
.bg-teal {
  background-color: #009688 !important;
  color: #ffffff;
}
.bg-teal .content .text,
.bg-teal .content .number {
  color: #ffffff !important;
}
.bg-lime {
  background-color: #82c885 !important;
  color: #ffffff;
}
.bg-lime .content .text,
.bg-lime .content .number {
  color: #ffffff !important;
}
.bg-amber {
  background-color: #FFC107 !important;
  color: #ffffff;
}
.bg-amber .content .text,
.bg-amber .content .number {
  color: #ffffff !important;
}
.bg-brown {
  background-color: #795548 !important;
  color: #ffffff;
}
.bg-brown .content .text,
.bg-brown .content .number {
  color: #ffffff !important;
}
.bg-blush {
  background-color: #e47297 !important;
  color: #ffffff;
}
.bg-blush .content .text,
.bg-blush .content .number {
  color: #ffffff !important;
}
.bg-black {
  background-color: #000000 !important;
  color: #ffffff;
}
.bg-black .content .text,
.bg-black .content .number {
  color: #ffffff !important;
}
.bg-white {
  background-color: #ffffff !important;
  color: #ffffff;
}
.bg-white .content .text,
.bg-white .content .number {
  color: #ffffff !important;
}
.col-red {
  color: #ee2558 !important;
}
.col-pink {
  color: #ff4dab !important;
}
.col-purple {
  color: #6f42c1 !important;
}
.col-deep-purple {
  color: #673AB7 !important;
}
.col-blue {
  color: #46b6fe !important;
}
.col-cyan {
  color: #5CC5CD !important;
}
.col-green {
  color: #04BE5B !important;
}
.col-light-green {
  color: #8BC34A !important;
}
.col-yellow {
  color: #fdd932 !important;
}
.col-orange {
  color: #FF9948 !important;
}
.col-deep-orange {
  color: #f83600 !important;
}
.col-grey {
  color: #9E9E9E !important;
}
.col-blue-grey {
  color: #607D8B !important;
}
.col-indigo {
  color: #9988ff !important;
}
.col-light-blue {
  color: #03A9F4 !important;
}
.col-teal {
  color: #009688 !important;
}
.col-lime {
  color: #82c885 !important;
}
.col-amber {
  color: #FFC107 !important;
}
.col-brown {
  color: #795548 !important;
}
.col-blush {
  color: #e47297 !important;
}
.col-black {
  color: #000000 !important;
}
.col-white {
  color: #ffffff !important;
}
.button-demo ul {
  padding-left: 0;
}
.button-demo ul li {
  list-style: none;
  padding-left: 0;
  display: inline-block;
  margin-right: 7px;
}
.button-demo ul li .btn {
  display: block;
  min-width: 175px;
}
.button-demo .btn {
  margin-right: 8px;
  margin-bottom: 13px;
  min-width: 120px;
}
.demo-color-box {
  border-radius: 3px;
  padding: 15px 0;
  text-align: center;
}
.demo-color-box .color-name {
  font-size: 16px;
  margin-bottom: 5px;
}
.demo-color-box .color-code,
.demo-color-box .color-class-name {
  font-size: 13px;
}
.irs-demo {
  margin-bottom: 40px;
}
.irs-demo .irs {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .navbar .nav > li {
    display: inline-block;
  }
  .navbar .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    position: absolute;
  }
  .navbar .dropdown-menu {
    right: -85px;
  }
  .navbar .dropdown-menu::before {
    display: none;
  }

  .dt-buttons {
    float: none !important;
    text-align: center;
    margin-bottom: 15px;
  }
}
.bootstrap-tagsinput {
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
.noUi-target {
  box-shadow: none;
  border: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  user-select: none;
  box-sizing: border-box;
  position: relative;
  direction: ltr;
}
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target .noUi-active.noUi-handle {
  -ms-box-shadow: 0 0 20px rgba(41, 42, 51, 0.5);
  box-shadow: 0 0 20px rgba(41, 42, 51, 0.5);
}
.noUi-target .range-label {
  border-radius: 50%;
  background-color: #0c7ce6;
  position: absolute;
  height: 30px;
  width: 30px;
  top: -17px;
  left: -2px;
  transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.5) rotate(-45deg);
  transform-origin: 50% 100%;
}
.noUi-target .noUi-active .range-label {
  border-radius: 15px 15px 15px 0;
  transform: rotate(-45deg) translate(23px, -25px);
}
.noUi-base {
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  height: 15px;
  top: -6px;
}
.noUi-origin {
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 6px;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  border-radius: 15px;
  background: #0c7ce6;
  cursor: default;
  position: relative;
  z-index: 1;
  box-shadow: none;
}
.noUi-handle:before {
  background: #bdbdbd;
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  background: #bdbdbd;
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  left: 14px;
  top: 6px;
  left: 17px;
}
.noUi-handle:before, .noUi-handle:after {
  content: none;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  transition: left 0.25s, top 0.25s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  left: -10px;
  top: -7px;
  border: 0;
}
.noUi-background {
  background: #eeeeee;
  box-shadow: inset 0 1px 1px #eeeeee;
}
.noUi-connect {
  background: #0c7ce6;
  background-color: #0c7ce6;
  height: 1px;
  top: 6px;
  box-shadow: none;
  transition: background 450ms;
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-active {
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #bdbdbd;
}
[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-background {
  background-color: #bdbdbd;
  height: 1px;
  top: 6px;
  box-shadow: none;
}
.range-label span {
  font-size: 12px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  transform: rotate(45deg);
  opacity: 0;
  position: absolute;
  top: 7px;
  left: -1px;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.noUi-active .range-label span {
  opacity: 1;
}
.ms-container {
  width: auto !important;
}
.ms-container .ms-list {
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.ms-container .ms-list.ms-focus {
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}
.ms-container .ms-selectable,
.ms-container .ms-selection {
  min-width: 250px !important;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  color: #292a33 !important;
  background-color: #eeeeee !important;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selectable li.ms-elem-selection,
.ms-container .ms-selection li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  padding: 9px 15px 6px 15px !important;
}
@media only screen and (max-width: 768px) {
  .ms-container .ms-selectable,
.ms-container .ms-selection {
    width: 100%;
  }
}
.ms-container .ms-optgroup-label {
  padding: 5px 0 0 8px !important;
}
.card {
  transition: all 0.5s;
  border: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
  background: transparent;
}
.card .card-inside-title {
  font-size: 15px;
  color: #000000;
}
.card .card-inside-title small {
  color: #999999;
  font-size: 11px;
}
.card .card-inside-title small a {
  color: #777777;
  font-weight: 700;
}
.card .bg-red,
.card .bg-pink,
.card .bg-purple,
.card .bg-deep-purple,
.card .bg-indigo,
.card .bg-blue,
.card .bg-light-blue,
.card .bg-cyan,
.card .bg-teal,
.card .bg-green,
.card .bg-light-green,
.card .bg-lime,
.card .bg-yellow,
.card .bg-amber,
.card .bg-orange,
.card .bg-deep-orange,
.card .bg-brown,
.card .bg-grey,
.card .bg-blue-grey,
.card .bg-blush,
.card .bg-black {
  border-bottom: none !important;
  color: #ffffff !important;
}
.card .bg-red h2,
.card .bg-red small,
.card .bg-red .badge,
.card .bg-pink h2,
.card .bg-pink small,
.card .bg-pink .badge,
.card .bg-purple h2,
.card .bg-purple small,
.card .bg-purple .badge,
.card .bg-deep-purple h2,
.card .bg-deep-purple small,
.card .bg-deep-purple .badge,
.card .bg-indigo h2,
.card .bg-indigo small,
.card .bg-indigo .badge,
.card .bg-blue h2,
.card .bg-blue small,
.card .bg-blue .badge,
.card .bg-light-blue h2,
.card .bg-light-blue small,
.card .bg-light-blue .badge,
.card .bg-cyan h2,
.card .bg-cyan small,
.card .bg-cyan .badge,
.card .bg-teal h2,
.card .bg-teal small,
.card .bg-teal .badge,
.card .bg-green h2,
.card .bg-green small,
.card .bg-green .badge,
.card .bg-light-green h2,
.card .bg-light-green small,
.card .bg-light-green .badge,
.card .bg-lime h2,
.card .bg-lime small,
.card .bg-lime .badge,
.card .bg-yellow h2,
.card .bg-yellow small,
.card .bg-yellow .badge,
.card .bg-amber h2,
.card .bg-amber small,
.card .bg-amber .badge,
.card .bg-orange h2,
.card .bg-orange small,
.card .bg-orange .badge,
.card .bg-deep-orange h2,
.card .bg-deep-orange small,
.card .bg-deep-orange .badge,
.card .bg-brown h2,
.card .bg-brown small,
.card .bg-brown .badge,
.card .bg-grey h2,
.card .bg-grey small,
.card .bg-grey .badge,
.card .bg-blue-grey h2,
.card .bg-blue-grey small,
.card .bg-blue-grey .badge,
.card .bg-blush h2,
.card .bg-blush small,
.card .bg-blush .badge,
.card .bg-black h2,
.card .bg-black small,
.card .bg-black .badge {
  background-color: #ffffff;
  color: #444444;
}
.card .header {
  color: #444444;
  padding: 20px 0 10px 0;
  position: relative;
  box-shadow: none;
}
.card .header .header-dropdown {
  position: absolute;
  top: 14px;
  right: 0;
  list-style: none;
}
.card .header .header-dropdown li a {
  padding: 5px 10px;
}
.card .header .header-dropdown li .dropdown-menu {
  padding: 5px;
  right: 0 !important;
  left: auto !important;
  transform: none !important;
  top: 30px !important;
}
.card .header .header-dropdown li .dropdown-menu li {
  display: block !important;
}
.card .header .header-dropdown li .dropdown-menu li a {
  padding: 5px 10px;
}
.card .header .header-dropdown i {
  transition: all 0.5s;
  font-size: 20px;
  color: #999999;
}
.card .header .header-dropdown i:hover {
  color: #000000;
}
.card .header h2 {
  font-size: 15px;
  color: #777777;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .card .header h2 {
    max-width: 80%;
  }
}
.card .header h2 small {
  font-size: 13px;
  color: #999999;
  text-transform: initial;
  line-height: 15px;
}
.card .header h2 small a {
  font-weight: 700;
  color: #777777;
}
.card .p-15 {
  padding: 15px !important;
}
.card .body {
  font-weight: 400;
  border-radius: 0.35rem;
  background: #ffffff;
  font-size: 14px;
  color: #222222;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .card .body {
    padding: 15px;
  }
}
.info-box {
  background-color: #ffffff;
  height: 80px;
  display: flex;
  cursor: default;
  position: relative;
  overflow: hidden;
}
.info-box .icon {
  display: inline-block;
  text-align: center;
  background-color: rgba(41, 42, 51, 0.12);
  width: 80px;
}
.info-box .icon i {
  color: #ffffff;
  font-size: 30px;
  line-height: 80px;
}
.info-box .icon .chart.chart-bar {
  height: 100%;
  line-height: 100px;
}
.info-box .icon .chart.chart-bar canvas {
  vertical-align: baseline !important;
}
.info-box .icon .chart.chart-pie {
  height: 100%;
  line-height: 123px;
}
.info-box .icon .chart.chart-pie canvas {
  vertical-align: baseline !important;
}
.info-box .icon .chart.chart-line {
  height: 100%;
  line-height: 115px;
}
.info-box .icon .chart.chart-line canvas {
  vertical-align: baseline !important;
}
.info-box .content {
  display: inline-block;
  padding: 7px 10px;
}
.info-box .content .text {
  font-size: 13px;
  color: #444444;
  margin-top: 11px;
}
.info-box .content .number {
  font-size: 26px;
  font-weight: 400;
  color: #444444;
}
.info-box.hover-zoom-effect .icon {
  overflow: hidden;
}
.info-box.hover-zoom-effect .icon i {
  transition: all 0.3s ease;
}
.info-box.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  transform: rotate(-32deg) scale(1.4);
}
.info-box.hover-expand-effect:after {
  transition: all 0.95s;
  background-color: rgba(41, 42, 51, 0.05);
  content: ".";
  position: absolute;
  left: 80px;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
}
.info-box.hover-expand-effect:hover:after {
  width: 100%;
}
.info-box-2 {
  display: flex;
  cursor: default;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 150px;
}
.info-box-2 .icon {
  display: inline-block;
}
.info-box-2 .icon i {
  font-size: 30px;
  color: #ffffff;
  line-height: 70px;
}
.info-box-2 .chart.chart-bar, .info-box-2 .chart.chart-pie, .info-box-2 .chart.chart-line {
  height: 100%;
}
.info-box-2 .chart.chart-bar canvas, .info-box-2 .chart.chart-pie canvas, .info-box-2 .chart.chart-line canvas {
  vertical-align: baseline !important;
}
.info-box-2 .content {
  display: inline-block;
  padding: 7px 10px;
}
.info-box-2 .content .text {
  font-size: 14px;
  color: #444444;
}
.info-box-2 .content .number {
  font-size: 26px;
  font-weight: 400;
  color: #444444;
}
.info-box-2.hover-zoom-effect .icon {
  overflow: hidden;
}
.info-box-2.hover-zoom-effect .icon i {
  transition: all 0.3s ease;
}
.info-box-2.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  transform: rotate(-32deg) scale(1.4);
}
.info-box-2.hover-expand-effect:after {
  transition: all 0.95s;
  background-color: rgba(41, 42, 51, 0.05);
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
}
.info-box-2.hover-expand-effect:hover:after {
  width: 100%;
}
/* notification blink*/
.notify {
  position: absolute;
  top: 20px;
  right: 18px;
}
.notify .heartbit {
  border-radius: 70px;
  position: absolute;
  top: -20px;
  right: -16px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 4px solid;
  border-color: #3d4c5a;
  animation: heartbit 1s ease-out;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -ms-animation: heartbit 1s ease-out;
  animation-iteration-count: infinite;
}
.notify .point {
  border-radius: 30px;
  width: 6px;
  height: 6px;
  background-color: #3d4c5a;
  position: absolute;
  right: -6px;
  top: -10px;
}
.sweet-alert {
  border-radius: 0 !important;
}
.sweet-alert p {
  font-size: 14px !important;
}
.sweet-alert .sa-input-error {
  top: 23px !important;
  right: 13px !important;
}
.sweet-alert h2 {
  font-size: 18px !important;
  margin: 0 0 5px 0 !important;
}
.sweet-alert button {
  border-radius: 0 !important;
  font-size: 15px !important;
  padding: 5px 20px !important;
}
.dtp div.dtp-date,
.dtp div.dtp-time {
  background: #1cbfd0;
}
.dtp > .dtp-content {
  border-radius: 0.35rem;
  overflow: hidden;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #1cbfd0;
}
.dtp .dtp-buttons {
  text-align: center;
}
.dtp .dtp-buttons .dtp-btn-ok {
  margin-left: 10px;
}
.dtp .dtp-buttons .dtp-btn-clear {
  margin-right: 10px !important;
}
.dtp .p10 > a {
  color: #ffffff !important;
}
.dtp div.dtp-actual-year {
  font-size: 1.5em;
  color: #ffffff;
}
.dtp table.dtp-picker-days tr td a.selected {
  background: #1cbfd0;
  color: #ffffff;
}
.dtp .dtp-close a {
  color: #ffffff !important;
}
.bootstrap-select {
  border-radius: 0;
  box-shadow: none !important;
}
.bootstrap-select > .dropdown-toggle {
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  height: calc(2.25rem + 2px);
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}
.bootstrap-select > .dropdown-toggle:after {
  right: 10px;
  position: absolute;
  top: 17px;
}
.bootstrap-select .dropdown-menu.show .dropdown-menu.inner {
  display: block;
}
.bootstrap-select .dropdown-menu.show .hidden {
  display: none;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
  outline: none !important;
}
.bootstrap-select .btn.btn-round.btn-simple .filter-option {
  font-size: 14px;
}
.bootstrap-select .bs-searchbox,
.bootstrap-select .bs-actionsbox,
.bootstrap-select .bs-donebutton {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #eeeeee;
}
.bootstrap-select .bs-searchbox {
  position: relative;
  padding: 10px;
}
.bootstrap-select .bs-searchbox:after {
  font-size: 20px;
  content: "\f1c3";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  top: 14px;
  right: 20px;
}
.bootstrap-select ul.dropdown-menu {
  margin-top: 0 !important;
}
.bootstrap-select .dropdown-menu li.selected a {
  background-color: #eeeeee !important;
  color: #777777 !important;
}
.bootstrap-select .dropdown-menu .active a {
  background-color: transparent;
  color: #444444 !important;
}
.bootstrap-select .dropdown-menu .notify {
  background-color: #ee2558 !important;
  color: #ffffff !important;
  border: none !important;
}
.select2-container .select2-choice {
  border: none;
  background-image: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.select2-container .select2-choice:focus, .select2-container .select2-choice:hover, .select2-container .select2-choice:active {
  box-shadow: none !important;
  border: 0 !important;
}
.select2-container .select2-choice .select2-arrow {
  border-left: none;
  background-image: none;
  background: transparent;
}
.select2-container.select2-dropdown-open .select2-choice {
  background: transparent;
  box-shadow: none !important;
}
.select2-drop {
  border-radius: 0;
  border: 0 !important;
}
.select2-container-multi .select2-choices {
  border: 0 !important;
  padding: 0;
  margin: 0;
  background-image: none;
  box-shadow: none !important;
}
.select2-container-multi .select2-choices:focus, .select2-container-multi .select2-choices:hover, .select2-container-multi .select2-choices:active {
  box-shadow: none !important;
  border: none;
  border: 0 !important;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 0;
}
.rating {
  display: inline-block;
  position: relative;
}
.rating label {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #292a33;
  text-shadow: 0 0 5px #0c7ce6;
}
.rating label .icon {
  color: transparent;
}
.rating label .icon i {
  font-size: 32px;
}
.rating label:last-child {
  position: static;
}
.rating label:last-child .icon {
  color: #292a33;
}
.rating label:nth-child(1) {
  z-index: 5;
}
.rating label:nth-child(2) {
  z-index: 4;
}
.rating label:nth-child(3) {
  z-index: 3;
}
.rating label:nth-child(4) {
  z-index: 2;
}
.rating label:nth-child(5) {
  z-index: 1;
}
.rating:not(:hover) label input:checked ~ .icon, .rating:hover label:hover input ~ .icon {
  color: #0c7ce6;
}
.tooltip {
  font-size: 13px;
}
.tooltip .tooltip-inner {
  border-radius: 0;
}
.popover {
  border-radius: 0;
  border: 1px solid rgba(41, 42, 51, 0.08);
}
.popover .popover-title {
  border-radius: 0;
  font-weight: 700;
  background-color: #eeeeee;
  border-bottom: 1px solid #bdbdbd;
}
.popover .popover-content {
  border-radius: 0;
  font-size: 13px;
  color: #777777;
}
.collapse .well,
.collapse.in .well,
.collapsing .well {
  border-radius: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 993px) {
  .collapse.collapse-sm, .collapse.collapse-xs {
    display: block;
  }
}
.panel-group .panel-col-red {
  border: 1px solid #ee2558;
}
.panel-group .panel-col-red .panel-title {
  background-color: #ee2558 !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-red .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-pink {
  border: 1px solid #ff4dab;
}
.panel-group .panel-col-pink .panel-title {
  background-color: #ff4dab !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-pink .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-purple {
  border: 1px solid #6f42c1;
}
.panel-group .panel-col-purple .panel-title {
  background-color: #6f42c1 !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-purple .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-deep-purple {
  border: 1px solid #673AB7;
}
.panel-group .panel-col-deep-purple .panel-title {
  background-color: #673AB7 !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-deep-purple .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-blue {
  border: 1px solid #46b6fe;
}
.panel-group .panel-col-blue .panel-title {
  background-color: #46b6fe !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-blue .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-cyan {
  border: 1px solid #5CC5CD;
}
.panel-group .panel-col-cyan .panel-title {
  background-color: #5CC5CD !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-cyan .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-green {
  border: 1px solid #04BE5B;
}
.panel-group .panel-col-green .panel-title {
  background-color: #04BE5B !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-green .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-light-green {
  border: 1px solid #8BC34A;
}
.panel-group .panel-col-light-green .panel-title {
  background-color: #8BC34A !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-light-green .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-yellow {
  border: 1px solid #fdd932;
}
.panel-group .panel-col-yellow .panel-title {
  background-color: #fdd932 !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-yellow .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-orange {
  border: 1px solid #FF9948;
}
.panel-group .panel-col-orange .panel-title {
  background-color: #FF9948 !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-orange .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-deep-orange {
  border: 1px solid #f83600;
}
.panel-group .panel-col-deep-orange .panel-title {
  background-color: #f83600 !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-deep-orange .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-grey {
  border: 1px solid #9E9E9E;
}
.panel-group .panel-col-grey .panel-title {
  background-color: #9E9E9E !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-grey .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-blue-grey {
  border: 1px solid #607D8B;
}
.panel-group .panel-col-blue-grey .panel-title {
  background-color: #607D8B !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-blue-grey .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-indigo {
  border: 1px solid #9988ff;
}
.panel-group .panel-col-indigo .panel-title {
  background-color: #9988ff !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-indigo .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-light-blue {
  border: 1px solid #03A9F4;
}
.panel-group .panel-col-light-blue .panel-title {
  background-color: #03A9F4 !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-light-blue .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-teal {
  border: 1px solid #009688;
}
.panel-group .panel-col-teal .panel-title {
  background-color: #009688 !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-teal .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-lime {
  border: 1px solid #82c885;
}
.panel-group .panel-col-lime .panel-title {
  background-color: #82c885 !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-lime .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-amber {
  border: 1px solid #FFC107;
}
.panel-group .panel-col-amber .panel-title {
  background-color: #FFC107 !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-amber .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-brown {
  border: 1px solid #795548;
}
.panel-group .panel-col-brown .panel-title {
  background-color: #795548 !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-brown .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-blush {
  border: 1px solid #e47297;
}
.panel-group .panel-col-blush .panel-title {
  background-color: #e47297 !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-blush .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-black {
  border: 1px solid #000000;
}
.panel-group .panel-col-black .panel-title {
  background-color: #000000 !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-black .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel-col-white {
  border: 1px solid #ffffff;
}
.panel-group .panel-col-white .panel-title {
  background-color: #ffffff !important;
  color: #ffffff;
  margin: 0;
}
.panel-group .panel-col-white .panel-body {
  border-top-color: transparent !important;
}
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 1px;
}
.panel-group .panel .panel-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.panel-group .panel .panel-title a {
  color: inherit;
}
.panel-group .panel .panel-heading {
  border-radius: 0;
  padding: 0;
}
.panel-group .panel .panel-heading a {
  display: block;
  padding: 10px 15px;
}
.panel-group .panel .panel-heading a:hover, .panel-group .panel .panel-heading a:focus, .panel-group .panel .panel-heading a:active {
  text-decoration: none;
}
.panel-group .panel .panel-body {
  padding: 20px;
}
.panel-group .panel-primary .panel-title {
  background-color: #f7f7f7;
  font-size: 16px;
  border-bottom: 1px solid #f0f0f0;
  color: #777777;
  font-weight: 400;
  margin: 0;
}
.panel-group .panel-success .panel-title {
  background-color: #04BE5B;
  color: #ffffff;
}
.panel-group .panel-warning .panel-title {
  background-color: #FF9948;
  color: #ffffff;
}
.panel-group .panel-danger .panel-title {
  background-color: #ee2558;
  color: #ffffff;
}
.full-body .panel-col-red .panel-body {
  border-top-color: #ffffff !important;
  background-color: #ee2558;
  color: #ffffff;
}
.full-body .panel-col-pink .panel-body {
  border-top-color: #ffffff !important;
  background-color: #ff4dab;
  color: #ffffff;
}
.full-body .panel-col-purple .panel-body {
  border-top-color: #ffffff !important;
  background-color: #6f42c1;
  color: #ffffff;
}
.full-body .panel-col-deep-purple .panel-body {
  border-top-color: #ffffff !important;
  background-color: #673AB7;
  color: #ffffff;
}
.full-body .panel-col-blue .panel-body {
  border-top-color: #ffffff !important;
  background-color: #46b6fe;
  color: #ffffff;
}
.full-body .panel-col-cyan .panel-body {
  border-top-color: #ffffff !important;
  background-color: #5CC5CD;
  color: #ffffff;
}
.full-body .panel-col-green .panel-body {
  border-top-color: #ffffff !important;
  background-color: #04BE5B;
  color: #ffffff;
}
.full-body .panel-col-light-green .panel-body {
  border-top-color: #ffffff !important;
  background-color: #8BC34A;
  color: #ffffff;
}
.full-body .panel-col-yellow .panel-body {
  border-top-color: #ffffff !important;
  background-color: #fdd932;
  color: #ffffff;
}
.full-body .panel-col-orange .panel-body {
  border-top-color: #ffffff !important;
  background-color: #FF9948;
  color: #ffffff;
}
.full-body .panel-col-deep-orange .panel-body {
  border-top-color: #ffffff !important;
  background-color: #f83600;
  color: #ffffff;
}
.full-body .panel-col-grey .panel-body {
  border-top-color: #ffffff !important;
  background-color: #9E9E9E;
  color: #ffffff;
}
.full-body .panel-col-blue-grey .panel-body {
  border-top-color: #ffffff !important;
  background-color: #607D8B;
  color: #ffffff;
}
.full-body .panel-col-indigo .panel-body {
  border-top-color: #ffffff !important;
  background-color: #9988ff;
  color: #ffffff;
}
.full-body .panel-col-light-blue .panel-body {
  border-top-color: #ffffff !important;
  background-color: #03A9F4;
  color: #ffffff;
}
.full-body .panel-col-teal .panel-body {
  border-top-color: #ffffff !important;
  background-color: #009688;
  color: #ffffff;
}
.full-body .panel-col-lime .panel-body {
  border-top-color: #ffffff !important;
  background-color: #82c885;
  color: #ffffff;
}
.full-body .panel-col-amber .panel-body {
  border-top-color: #ffffff !important;
  background-color: #FFC107;
  color: #ffffff;
}
.full-body .panel-col-brown .panel-body {
  border-top-color: #ffffff !important;
  background-color: #795548;
  color: #ffffff;
}
.full-body .panel-col-blush .panel-body {
  border-top-color: #ffffff !important;
  background-color: #e47297;
  color: #ffffff;
}
.full-body .panel-col-black .panel-body {
  border-top-color: #ffffff !important;
  background-color: #000000;
  color: #ffffff;
}
.full-body .panel-col-white .panel-body {
  border-top-color: #ffffff !important;
  background-color: #ffffff;
  color: #ffffff;
}
.full-body .panel-primary .panel-body {
  border-top-color: #ffffff !important;
  background-color: #46b6fe;
  color: #ffffff;
}
.full-body .panel-success .panel-body {
  border-top-color: #ffffff !important;
  background-color: #04BE5B;
  color: #ffffff;
}
.full-body .panel-warning .panel-body {
  border-top-color: #ffffff !important;
  background-color: #FF9948;
  color: #ffffff;
}
.full-body .panel-danger .panel-body {
  border-top-color: #ffffff !important;
  background-color: #ee2558;
  color: #ffffff;
}
.progress {
  border-radius: 8px;
  background: #f7f7f7;
  height: auto;
  overflow: visible;
}
.progress .progress-bar {
  -ms-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #46b6fe;
  line-height: 8px;
  height: 8px;
}
.progress .progress-bar.lg {
  height: 15px;
  line-height: 15px;
  font-size: 10px;
}
.progress .progress-bar.sm {
  height: 5px;
}
.progress .progress-bar.xsm {
  height: 2px;
}
.progress .progress-bar-success {
  background-color: #04BE5B;
}
.progress .progress-bar-info {
  background-color: #1cbfd0;
}
.progress .progress-bar-warning {
  background-color: #FF9948;
}
.progress .progress-bar-danger {
  background-color: #ee2558;
}
.irs .irs-min,
.irs .irs-max,
.irs .irs-from,
.irs .irs-to,
.irs .irs-single {
  border-radius: 0;
}
.colorpicker {
  z-index: 99;
}
.colorpicker:before, .colorpicker:after {
  display: none !important;
}
.colorpicker.colorpicker-with-alpha {
  max-width: max-content;
}
.dropzone {
  border: 2px solid transparent !important;
  background-color: #eeeeee !important;
}
.dz-drag-hover {
  border: 2px dashed #999999 !important;
}
/*           badges             */
.badge {
  border-radius: 3px;
  font-size: 10px;
  background-color: transparent;
  border: #f0f0f0;
  padding: 3px 7px;
  margin-bottom: 3px;
  line-height: 11px;
}
.badge-icon {
  padding: 0.4em 0.55em;
}
.badge-icon i {
  font-size: 0.8em;
}
.badge-default {
  background: #888888;
  color: #ffffff;
}
.badge-primary {
  background: #0c7ce6;
  color: #ffffff;
}
.badge-info {
  background: #1cbfd0;
  color: #ffffff;
}
.badge-success {
  background: #04BE5B;
  color: #ffffff;
}
.badge-warning {
  background: #FF9948;
  color: #ffffff;
}
.badge-danger {
  background: #ee2558;
  color: #ffffff;
}
.badge-neutral {
  background: #FFFFFF;
  color: #ffffff;
}
.list-group-item {
  border-radius: 0;
  transition: 0.5s;
}
.list-group .active {
  background-color: #0c7ce6;
  border-color: #0c7ce6;
}
.list-group .active:hover, .list-group .active:focus, .list-group .active:active {
  background-color: #0c7ce6;
  border-color: #0c7ce6;
}
.list-group .active .list-group-item-text {
  font-size: 13px;
  color: #cfd8dc;
}
.list-group .active .list-group-item-text:hover, .list-group .active .list-group-item-text:active, .list-group .active .list-group-item-text:focus {
  color: #cfd8dc;
}
.list-group .list-group-item.active:hover .list-group-item-text, .list-group .list-group-item.active:focus .list-group-item-text, .list-group .list-group-item.active:active .list-group-item-text {
  color: #cfd8dc;
}
.list-group .list-group-item:first-child, .list-group .list-group-item:last-child {
  border-radius: 0;
}
.list-group .list-group-item .list-group-item-heading {
  font-size: 17px;
  font-weight: 700;
}
.list-group .list-group-item-success {
  background-color: #04BE5B;
  color: #ffffff;
  border: none;
}
.list-group .list-group-item-success:hover, .list-group .list-group-item-success:focus {
  background-color: #04BE5B;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .list-group-item-info {
  background-color: #1cbfd0;
  color: #ffffff;
  border: none;
}
.list-group .list-group-item-info:hover, .list-group .list-group-item-info:focus {
  background-color: #1cbfd0;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .list-group-item-warning {
  background-color: #FF9948;
  color: #ffffff;
  border: none;
}
.list-group .list-group-item-warning:hover, .list-group .list-group-item-warning:focus {
  background-color: #FF9948;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .list-group-item-danger {
  background-color: #ee2558;
  color: #ffffff;
  border: none;
}
.list-group .list-group-item-danger:hover, .list-group .list-group-item-danger:focus {
  background-color: #ee2558;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-red {
  stroke: #ee2558;
}
.list-group .list-group-bg-red {
  background-color: #ee2558 !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-red:hover, .list-group .list-group-bg-red:focus {
  background-color: #ee2558 !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-pink {
  stroke: #ff4dab;
}
.list-group .list-group-bg-pink {
  background-color: #ff4dab !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-pink:hover, .list-group .list-group-bg-pink:focus {
  background-color: #ff4dab !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-purple {
  stroke: #6f42c1;
}
.list-group .list-group-bg-purple {
  background-color: #6f42c1 !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-purple:hover, .list-group .list-group-bg-purple:focus {
  background-color: #6f42c1 !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-deep-purple {
  stroke: #673AB7;
}
.list-group .list-group-bg-deep-purple {
  background-color: #673AB7 !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-deep-purple:hover, .list-group .list-group-bg-deep-purple:focus {
  background-color: #673AB7 !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-blue {
  stroke: #46b6fe;
}
.list-group .list-group-bg-blue {
  background-color: #46b6fe !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-blue:hover, .list-group .list-group-bg-blue:focus {
  background-color: #46b6fe !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-cyan {
  stroke: #5CC5CD;
}
.list-group .list-group-bg-cyan {
  background-color: #5CC5CD !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-cyan:hover, .list-group .list-group-bg-cyan:focus {
  background-color: #5CC5CD !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-green {
  stroke: #04BE5B;
}
.list-group .list-group-bg-green {
  background-color: #04BE5B !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-green:hover, .list-group .list-group-bg-green:focus {
  background-color: #04BE5B !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-light-green {
  stroke: #8BC34A;
}
.list-group .list-group-bg-light-green {
  background-color: #8BC34A !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-light-green:hover, .list-group .list-group-bg-light-green:focus {
  background-color: #8BC34A !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-yellow {
  stroke: #fdd932;
}
.list-group .list-group-bg-yellow {
  background-color: #fdd932 !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-yellow:hover, .list-group .list-group-bg-yellow:focus {
  background-color: #fdd932 !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-orange {
  stroke: #FF9948;
}
.list-group .list-group-bg-orange {
  background-color: #FF9948 !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-orange:hover, .list-group .list-group-bg-orange:focus {
  background-color: #FF9948 !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-deep-orange {
  stroke: #f83600;
}
.list-group .list-group-bg-deep-orange {
  background-color: #f83600 !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-deep-orange:hover, .list-group .list-group-bg-deep-orange:focus {
  background-color: #f83600 !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-grey {
  stroke: #9E9E9E;
}
.list-group .list-group-bg-grey {
  background-color: #9E9E9E !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-grey:hover, .list-group .list-group-bg-grey:focus {
  background-color: #9E9E9E !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-blue-grey {
  stroke: #607D8B;
}
.list-group .list-group-bg-blue-grey {
  background-color: #607D8B !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-blue-grey:hover, .list-group .list-group-bg-blue-grey:focus {
  background-color: #607D8B !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-indigo {
  stroke: #9988ff;
}
.list-group .list-group-bg-indigo {
  background-color: #9988ff !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-indigo:hover, .list-group .list-group-bg-indigo:focus {
  background-color: #9988ff !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-light-blue {
  stroke: #03A9F4;
}
.list-group .list-group-bg-light-blue {
  background-color: #03A9F4 !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-light-blue:hover, .list-group .list-group-bg-light-blue:focus {
  background-color: #03A9F4 !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-teal {
  stroke: #009688;
}
.list-group .list-group-bg-teal {
  background-color: #009688 !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-teal:hover, .list-group .list-group-bg-teal:focus {
  background-color: #009688 !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-lime {
  stroke: #82c885;
}
.list-group .list-group-bg-lime {
  background-color: #82c885 !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-lime:hover, .list-group .list-group-bg-lime:focus {
  background-color: #82c885 !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-amber {
  stroke: #FFC107;
}
.list-group .list-group-bg-amber {
  background-color: #FFC107 !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-amber:hover, .list-group .list-group-bg-amber:focus {
  background-color: #FFC107 !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-brown {
  stroke: #795548;
}
.list-group .list-group-bg-brown {
  background-color: #795548 !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-brown:hover, .list-group .list-group-bg-brown:focus {
  background-color: #795548 !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-blush {
  stroke: #e47297;
}
.list-group .list-group-bg-blush {
  background-color: #e47297 !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-blush:hover, .list-group .list-group-bg-blush:focus {
  background-color: #e47297 !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-black {
  stroke: #000000;
}
.list-group .list-group-bg-black {
  background-color: #000000 !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-black:hover, .list-group .list-group-bg-black:focus {
  background-color: #000000 !important;
  color: #ffffff;
  opacity: 0.8;
}
.list-group .pl-white {
  stroke: #ffffff;
}
.list-group .list-group-bg-white {
  background-color: #ffffff !important;
  border: none;
  color: #ffffff;
}
.list-group .list-group-bg-white:hover, .list-group .list-group-bg-white:focus {
  background-color: #ffffff !important;
  color: #ffffff;
  opacity: 0.8;
}
.media .media-body {
  color: #666666;
  font-size: 14px;
}
.media .media-body .media-heading {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}
.media.mright .media-body {
  text-align: right;
}
.media.media-middle {
  align-items: center;
}
.media.media-bottom {
  align-items: flex-end;
}
.wizard .content {
  border-radius: 4px;
  min-height: 245px;
  overflow-y: auto;
  background: transparent;
  border: 1px solid #f0f0f0;
}
.wizard .content .body {
  padding: 15px;
}
.wizard .content .body label.error {
  font-size: 12px;
  color: #ee2558;
}
.wizard .content .body input[type=checkbox] {
  display: none;
}
.wizard .actions {
  position: relative;
  width: 100%;
  margin-top: 10px !important;
}
.wizard .actions ul > li {
  float: left;
  margin: 0 !important;
}
.wizard .actions a {
  background: #0c7ce6;
  color: #ffffff;
  text-decoration: none;
}
.wizard .actions a:hover, .wizard .actions a:active {
  color: #ffffff;
  text-decoration: none;
}
.wizard .actions .disabled a {
  background: #f0f0f0;
  color: #bdbdbd;
}
.wizard .actions .disabled a:hover, .wizard .actions .disabled a:active {
  background: #f0f0f0;
  color: #bdbdbd;
}
.wizard .steps {
  position: relative;
  width: 100%;
  margin-bottom: 2px;
}
.wizard .steps a {
  border-radius: 4px;
  width: auto;
  margin: 0 2px 0 0;
  padding: 10px;
  text-decoration: none;
}
.wizard .steps a:hover, .wizard .steps a:active {
  border-radius: 4px;
  width: auto;
  margin: 0 2px 0 0;
  padding: 10px;
  text-decoration: none;
}
.wizard .steps .number {
  font-size: 15px;
}
.wizard .steps .disabled a {
  background: #f0f0f0;
  color: #bdbdbd;
  cursor: default;
}
.wizard .steps .disabled a:hover, .wizard .steps .disabled a:active {
  background: #f0f0f0;
  color: #bdbdbd;
  cursor: default;
}
.wizard .steps .current a {
  background: #1cbfd0;
  color: #ffffff;
  cursor: default;
}
.wizard .steps .current a:hover, .wizard .steps .current a:active {
  color: #ffffff;
  cursor: default;
}
.wizard .steps .done a {
  background: #1cbfd0;
  color: #ffffff;
  opacity: 0.5;
}
.wizard .steps .done a:hover, .wizard .steps .done a:active {
  color: #ffffff;
  opacity: 0.7;
}
.wizard .steps > ul > li {
  width: 25%;
  float: left;
}
.wizard .steps > ul > li:last-child a {
  margin: 0;
}
.wizard.vertical > .steps {
  float: left;
  width: 30%;
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard.vertical > .steps > ul > li a {
  margin: 0 0 2px 0;
}
.wizard.vertical > .content {
  float: left;
  width: 70%;
  margin: 0;
}
.wizard.vertical > .actions {
  float: right;
  width: 100%;
  margin: 0;
}
.wizard_validation .wizard .steps > ul > li {
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .wizard > .steps > ul > li {
    width: 100%;
    margin-bottom: 2px;
  }
  .wizard > .steps a {
    margin: 0;
  }
  .wizard.wizard.vertical > .content, .wizard.wizard.vertical > .steps {
    width: 100%;
    padding: 0;
  }

  .wizard_validation .wizard .steps > ul > li {
    width: 100% !important;
  }
}
.waves-effect.waves-red .waves-ripple {
  background: rgba(238, 37, 88, 0.5);
}
.waves-effect.waves-pink .waves-ripple {
  background: rgba(255, 77, 171, 0.5);
}
.waves-effect.waves-purple .waves-ripple {
  background: rgba(111, 66, 193, 0.5);
}
.waves-effect.waves-deep-purple .waves-ripple {
  background: rgba(103, 58, 183, 0.5);
}
.waves-effect.waves-blue .waves-ripple {
  background: rgba(70, 182, 254, 0.5);
}
.waves-effect.waves-cyan .waves-ripple {
  background: rgba(92, 197, 205, 0.5);
}
.waves-effect.waves-green .waves-ripple {
  background: rgba(4, 190, 91, 0.5);
}
.waves-effect.waves-light-green .waves-ripple {
  background: rgba(139, 195, 74, 0.5);
}
.waves-effect.waves-yellow .waves-ripple {
  background: rgba(253, 217, 50, 0.5);
}
.waves-effect.waves-orange .waves-ripple {
  background: rgba(255, 153, 72, 0.5);
}
.waves-effect.waves-deep-orange .waves-ripple {
  background: rgba(248, 54, 0, 0.5);
}
.waves-effect.waves-grey .waves-ripple {
  background: rgba(158, 158, 158, 0.5);
}
.waves-effect.waves-blue-grey .waves-ripple {
  background: rgba(96, 125, 139, 0.5);
}
.waves-effect.waves-indigo .waves-ripple {
  background: rgba(153, 136, 255, 0.5);
}
.waves-effect.waves-light-blue .waves-ripple {
  background: rgba(3, 169, 244, 0.5);
}
.waves-effect.waves-teal .waves-ripple {
  background: rgba(0, 150, 136, 0.5);
}
.waves-effect.waves-lime .waves-ripple {
  background: rgba(130, 200, 133, 0.5);
}
.waves-effect.waves-amber .waves-ripple {
  background: rgba(255, 193, 7, 0.5);
}
.waves-effect.waves-brown .waves-ripple {
  background: rgba(121, 85, 72, 0.5);
}
.waves-effect.waves-blush .waves-ripple {
  background: rgba(228, 114, 151, 0.5);
}
.waves-effect.waves-black .waves-ripple {
  background: rgba(0, 0, 0, 0.5);
}
.waves-effect.waves-white .waves-ripple {
  background: rgba(255, 255, 255, 0.5);
}
.dropdown-menu {
  border-radius: 5px;
  box-shadow: 0px 10px 50px 0px rgba(41, 42, 51, 0.2);
  border: none;
  top: 50px;
  right: 0;
  left: auto;
  padding: 0;
  margin: 0;
}
.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 18px;
}
.dropdown-menu .divider {
  margin: 1px 0;
  border-bottom: 1px solid #eeeeee;
}
.dropdown-menu .header {
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  min-width: 280px;
  padding: 15px;
}
.dropdown-menu ul.menu .icon-circle {
  border-radius: 4px;
  color: #ffffff;
  width: 36px;
  height: 36px;
}
.dropdown-menu ul.menu .icon-circle i {
  line-height: 36px;
}
.dropdown-menu ul.menu li a {
  transition: 0.5s;
  display: flex;
  padding: 13px 15px;
  text-decoration: none;
}
.dropdown-menu ul.menu li a:hover {
  background-color: #eeeeee;
}
.dropdown-menu ul.menu .menu-info h4 {
  font-size: 14px;
  color: #444444;
}
.dropdown-menu ul.menu .menu-info p {
  font-size: 11px;
}
.dropdown-menu ul.menu .menu-info p i {
  font-size: 12px;
  position: relative;
}
.dropdown-menu .footer {
  padding: 0;
}
.dropdown-menu .footer a {
  border-top: 1px solid #eeeeee;
}
.dropdown-menu > li > a {
  transition: all 0.5s;
  color: #777777;
  font-size: 14px;
  padding: 7px 18px;
  line-height: 25px;
}
.dropdown-menu > li > a:hover {
  background-color: rgba(41, 42, 51, 0.1);
  color: #222222;
  text-decoration: none;
}
.dropdown .dropdown-toggle:after {
  display: none;
}
.dd {
  font-size: 13px;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
}
.dd .dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd .dd-list .dd-list {
  padding-left: 30px;
}
.dd-item {
  font-size: 13px;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}
.dd-item button[data-action=collapse]:before {
  content: "-";
}
.dd-item > button {
  font-size: 18px;
  font-weight: 700;
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 26px;
  margin: 6px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  line-height: 1;
  text-align: center;
}
.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-handle {
  border-radius: 4px;
  color: #444444;
  font-weight: 700;
  border: 1px solid #f0f0f0;
  display: block;
  margin: 5px 0;
  padding: 8px 15px;
  text-decoration: none;
  box-sizing: border-box;
}
.dd-handle:hover {
  border-color: #0c7ce6;
  color: #0c7ce6;
}
.dd-handle.dd3-handle {
  background: #0c7ce6;
  position: absolute;
  margin: 0;
  left: 1px;
  top: 1px;
  height: 34px;
  width: 34px;
  cursor: move;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.dd-handle.dd3-handle:before {
  content: "≡";
  color: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-weight: normal;
}
.dd-handle.dd3-handle:hover {
  background: #ffffff;
}
.dd-empty,
.dd-placeholder {
  font-size: 13px;
  display: block;
  position: relative;
  margin: 5px 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
  background: #f7f7f7;
  border: 1px dashed #90a4ae;
  box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  -ms-background-size: 60px 60px;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -ms-box-shadow: 2px 4px 6px 0 rgba(41, 42, 51, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(41, 42, 51, 0.1);
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
/** * Nestable Extras */
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #bdbdbd;
  border-bottom: 2px solid #bdbdbd;
}
#nestable-menu {
  padding: 0;
  margin: 20px 0;
}
.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}
/** * Nestable Draggable Handles */
.dd3-item .dd3-content {
  border-radius: 4px;
  display: block;
  margin: 7px 0;
  padding: 7px 10px 7px 40px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #eeeeee;
  background: #f0f0f0;
  box-sizing: border-box;
  cursor: default;
}
.dd3-item .dd3-content:hover {
  border-color: #0c7ce6;
}
.dd3-item > button {
  margin-left: 36px;
}
/* nestable dark theme */
.nestable-dark-theme .dd-handle {
  color: #ffffff;
  background: #292a33;
}
.nestable-dark-theme .dd-handle:hover {
  border-color: #0c7ce6;
  background: #0c7ce6;
}
.nestable-dark-theme .dd-item > button:before {
  color: #ffffff;
}
.event_list .e_list {
  border-bottom: 1px solid #eeeeee;
  display: inline-block;
  width: 100%;
}
.event_list .e_list .e_name {
  font-size: 17px;
  line-height: 18px;
}
.event_list .e_list address {
  font-size: 13px;
  color: #999999;
  margin: 0;
}
.event_list .e_list address i {
  font-size: 14px;
}
.event-control {
  background-color: #f0f0f0;
  font-size: 13px;
  cursor: pointer;
}
.event-control:hover {
  background-color: #ffffff;
}
.event-control a {
  color: #000000;
  cursor: pointer;
  opacity: 0.5;
}
.event-control a:hover {
  opacity: 1;
}
.event-control[class*=bg-]:not(.bg-default):not(.bg-white) a {
  color: #000000 !important;
  opacity: 1;
}
.event-control[class*=bg-]:not(.bg-default):not(.bg-white) a:hover {
  color: #ffffff !important;
}
.fc-overlay {
  display: none;
  position: absolute;
  min-width: 260px;
  padding: 15px 0;
  top: auto;
  left: 50%;
  margin-left: -150px;
  z-index: 1000;
  color: #000000 !important;
}
.fc-overlay.left {
  left: 100%;
  top: -15px;
  padding: 0 10px;
  margin: 0;
}
.fc-overlay.right {
  left: auto;
  right: 100%;
  top: -15px;
  padding: 0 10px;
  margin: 0;
}
.fc-overlay .panel {
  padding: 10px;
}
.fc .fc-toolbar .fc-button {
  color: #999999;
  background: transparent;
  border: none;
  box-shadow: none;
  text-shadow: none;
  margin: 0;
}
.fc .fc-toolbar .fc-button:hover, .fc .fc-toolbar .fc-button.fc-state-active {
  background: #46b6fe;
  color: #ffffff;
}
.fc .fc-toolbar h2 {
  margin: 0;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .fc .fc-toolbar .fc-left {
    margin-bottom: 10px;
  }
  .fc .fc-toolbar .fc-right {
    width: 100%;
  }
}
.fc .fc-view-container .fc-view.fc-basic-view > table > thead tr th.fc-widget-header,
.fc .fc-view-container .fc-view.fc-basic-view > table > thead tr td.fc-widget-header, .fc .fc-view-container .fc-view.fc-agenda > table > thead tr th.fc-widget-header,
.fc .fc-view-container .fc-view.fc-agenda > table > thead tr td.fc-widget-header {
  font-size: 12px;
  background-color: #eeeeee;
  color: #000000;
  padding: 10px;
  border: 0;
}
.fc .fc-view-container .fc-view.fc-basic-view > table > thead tr th.fc-agenda-gutter,
.fc .fc-view-container .fc-view.fc-basic-view > table > thead tr td.fc-agenda-gutter, .fc .fc-view-container .fc-view.fc-agenda > table > thead tr th.fc-agenda-gutter,
.fc .fc-view-container .fc-view.fc-agenda > table > thead tr td.fc-agenda-gutter {
  padding: 0;
}
.fc .fc-view-container .fc-view.fc-basic-view > table > thead tr td.fc-widget-header, .fc .fc-view-container .fc-view.fc-agenda > table > thead tr td.fc-widget-header {
  padding: 2px;
}
.fc .fc-view-container .fc-view.fc-basic-view > table tbody tr td.fc-widget-content, .fc .fc-view-container .fc-view.fc-agenda > table tbody tr td.fc-widget-content {
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.fc .fc-view-container .fc-view.fc-basic-view > table tbody tr td.fc-widget-content.fc-state-highlight, .fc .fc-view-container .fc-view.fc-agenda > table tbody tr td.fc-widget-content.fc-state-highlight {
  background: #ffffff;
}
.fc .fc-view-container .fc-view.fc-basic-view > table tbody tr td .fc-day-number, .fc .fc-view-container .fc-view.fc-agenda > table tbody tr td .fc-day-number {
  font-size: 14px;
  padding: 5px 10px;
  margin: 5px;
  color: #000000;
}
.fc .fc-view-container .fc-view.fc-basic-view > table tbody tr td .fc-day-number.fc-state-highlight, .fc .fc-view-container .fc-view.fc-agenda > table tbody tr td .fc-day-number.fc-state-highlight {
  border-radius: 50%;
  background-color: #ee2558;
  color: #ffffff;
  padding: 4px 6px;
  float: right;
}
.fc .fc-view-container .fc-view.fc-basic-view > table tbody tr td:first-child.fc-widget-content, .fc .fc-view-container .fc-view.fc-agenda > table tbody tr td:first-child.fc-widget-content {
  border-left: 1px solid #f0f0f0;
}
.fc .fc-view-container .fc-view.fc-basic-view .fc-body .fc-row .fc-bg, .fc .fc-view-container .fc-view.fc-agenda .fc-body .fc-row .fc-bg {
  border-bottom: 1px solid #f0f0f0;
}
.fc .fc-view-container .fc-view.fc-basic-view .fc-body .fc-row:last-of-type .fc-bg, .fc .fc-view-container .fc-view.fc-agenda .fc-body .fc-row:last-of-type .fc-bg {
  border-bottom: 0;
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-allday .fc-agenda-axis,
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-allday .fc-agenda-gutter {
  font-size: 12px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background-color: #f0f0f0;
  color: #000000;
  font-weight: 300;
  padding: 10px 5px;
}
.fc .fc-view-container .fc-view.fc-agenda > table > tbody > tr > td.fc-state-highlight {
  background: #f0f0f0;
}
.fc .fc-view-container .fc-view.fc-agenda > table > tbody > tr > td.fc-sat {
  border-right: 0;
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr {
  line-height: 35px;
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr th {
  font-size: 12px;
  font-weight: 300;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background-color: #f0f0f0;
  color: #000000;
  padding-top: 10px;
  border: 0;
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr td.fc-widget-content {
  border-bottom: 1px solid #eeeeee;
  line-height: 50px;
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr td.fc-widget-content:last-child {
  border-right: 0;
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-slots tr.fc-minor td.fc-widget-content {
  border-bottom: 1px solid #eeeeee;
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-divider {
  border: 1px solid #eeeeee;
}
.fc .fc-view-container .fc-view.fc-agenda .fc-agenda-divider .fc-agenda-divider-inner {
  background-color: #f0f0f0;
  height: 3px;
}
@media only screen and (max-width: 767px) {
  .fc .fc-view-container .fc-view .fc-scroller {
    height: 100% !important;
  }
}
.fc .fc-view-container .badge {
  color: #ffffff !important;
}
.fc .fc-more-popover {
  border-radius: 10px;
  width: 250px;
  box-shadow: 0 1px 15px rgba(41, 42, 51, 0.2);
}
.fc .fc-more-popover .fc-header {
  padding: 10px;
  background: transparent;
}
.fc .fc-event {
  border: 0;
  color: #ffffff !important;
}
/* Google Maps */
.gmap {
  width: 100%;
  height: 400px;
}
/* jVector Map */
.jvector-map {
  width: 100%;
  height: 370px;
}
.c3_chart {
  height: 20rem;
  filter: drop-shadow(-4px 4px 2px rgba(41, 42, 51, 0.2));
}
.c3_chart .c3-line {
  stroke-width: 1px;
}
.c3_chart .c3-grid line {
  stroke: #292a33;
}
.c3_chart.d_sales {
  height: 22rem;
  width: auto;
}
.c3_chart.d_browser {
  height: 16rem;
}
.c3_chart.d_traffic {
  height: 12rem;
}
.c3_chart.d_distribution {
  height: 18rem;
}
@media only screen and (max-width: 668px) {
  .c3_chart .c3-axis-x {
    display: none;
  }
  .c3_chart .c3-legend-item text {
    font-size: 12px;
  }
}
/* Morris */
.morris-hover.morris-default-style {
  border-radius: 0;
}
/* Flot */
.flot-chart {
  width: 100%;
  height: 320px;
}
#multiple_axis_chart .legendLabel {
  width: 160px !important;
}
/* Sparkline */
.sparkline {
  text-align: center;
}
.chartjs_graph {
  height: 150px;
}
.dataTables_wrapper {
  position: relative;
}
.dataTables_wrapper select {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  -ms-box-shadow: none;
  box-shadow: none;
}
.dataTables_wrapper select:active, .dataTables_wrapper select:focus {
  -ms-box-shadow: none;
  box-shadow: none;
}
.dataTables_wrapper input[type=search] {
  border-radius: 0;
  -ms-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
}
.dataTables_wrapper input[type=search]:focus, .dataTables_wrapper input[type=search]:active {
  border-bottom: 2px solid #1f91f3;
}
.dataTables_wrapper .dt-buttons {
  float: left;
}
.dataTables_wrapper .dt-buttons a.dt-button {
  background-color: #607D8B;
  color: #fff;
  padding: 7px 12px;
  margin-right: 5px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  border: none;
  font-size: 13px;
  outline: none;
}
.dataTables_wrapper .dt-buttons a.dt-button:active {
  opacity: 0.8;
}
.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 400px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #999;
  border-radius: 3px;
  margin-top: -100px;
  margin-left: -200px;
  z-index: 21;
}
.dt-button-info h2 {
  color: #777;
}
.dt-button-info div {
  color: #777;
  margin-bottom: 20px;
}
.lg-outer .lg-thumb-item,
.lg-outer .lg-toogle-thumb {
  border-radius: 0 !important;
}
.big_icon {
  overflow: hidden;
  position: relative;
}
.big_icon:hover::before {
  transform: rotate(-20deg);
}
.big_icon:before {
  transition: all 0.5s;
  transform: rotate(20deg);
  font-family: "Material-Design-Iconic-Font";
  font-size: 82px;
  color: #f0f0f0;
  position: absolute;
  top: -20px;
  right: 40px;
  line-height: normal;
}
.big_icon.storage::before {
  content: "\f297";
}
.big_icon.documents::before {
  content: "\f222";
}
.big_icon.images::before {
  content: "\f17f";
}
.big_icon.media_w::before {
  content: "\f3ab";
}
.big_icon.traffic::before {
  content: "\f1e2";
}
.big_icon.sales::before {
  content: "\f1cb";
}
.big_icon.email::before {
  content: "\f15a";
}
.big_icon.domains::before {
  content: "\f173";
}
.widget_2 h2 {
  color: #bdbdbd;
}
.widget_2 h2 .info {
  font-size: 12px;
}
.team-info li + li {
  margin-left: -10px;
}
.team-info li:hover {
  z-index: 99;
  position: relative;
}
.team-info li:hover img {
  -ms-box-shadow: 0px 2px 10px 0px rgba(41, 42, 51, 0.6);
  box-shadow: 0px 2px 10px 0px rgba(41, 42, 51, 0.6);
  transform: scale(1.2);
}
.team-info li img {
  transition: all 0.5s;
  border-radius: 30px;
  width: 30px;
  border: 2px solid #ffffff;
}
.state_w1 h5 {
  font-size: 22px;
}
.activity {
  position: relative;
}
.activity::before {
  content: "";
  background: #f0f0f0;
  position: absolute;
  width: 2px;
  height: 100%;
}
.activity li {
  position: relative;
}
.activity li::before {
  content: "";
  height: 10px;
  width: 10px;
  background: #ffffff;
  border: 3px solid #292a33;
  position: absolute;
  left: -29px;
  top: 4px;
}
.activity li.a_contact::before {
  border-color: #04BE5B;
}
.activity li.a_email::before {
  border-color: #46b6fe;
}
.activity li.a_code::before {
  border-color: #FF9948;
}
.activity li.a_birthday::before {
  border-color: #ff4dab;
}
.activity li h4 {
  font-size: 16px;
  color: #222222;
  font-weight: 700;
}
.activity li code {
  display: block;
}
.activity li small {
  color: #78909c;
}
.inbox_widget .inbox-img {
  width: 50px;
}
.inbox_widget .inbox-img img {
  border-radius: 5px;
}
.inbox_widget .inbox_info {
  width: calc(100% - 65px);
}
.inbox_widget .inbox_info a {
  font-size: 16px;
}
.inbox_widget .inbox_info a small {
  float: right;
  color: #607d8b;
}
.inbox_widget li:last-child p {
  margin: 0;
}
.todo_list .badge-primary {
  background-color: #ee2558;
}
.todo_list span {
  cursor: pointer;
}
.todo_list span:hover {
  background: #999999;
}
.todo_list .list-group-item {
  border-radius: 3px;
  background: #f7f7f7;
  border: 0;
  margin-bottom: 3px;
}
.chat-widget ul li {
  display: flex;
}
.chat-widget ul li.left .message {
  background: #46b6fe;
}
.chat-widget ul li.right {
  justify-content: flex-end;
}
.chat-widget ul li.right .message {
  background: #f0f0f0;
}
.chat-widget ul li.right .chat_info {
  text-align: right;
}
.chat-widget ul li.right .chat_info li {
  justify-content: flex-end;
}
.chat-widget ul li img {
  box-shadow: 0px 5px 5px 0px rgba(41, 42, 51, 0.2);
  height: 40px;
  width: 40px;
}
.chat-widget ul .message {
  border-radius: 3px;
  padding: 5px 15px;
}
.chat-widget ul .chat_info {
  margin-left: 15px;
}
.chat-widget ul .chat_info li {
  margin-bottom: 2px;
}
.social-widget.facebook-widget i {
  color: #3b5998;
}
.social-widget.google-widget i {
  color: #dd4b39;
}
.social-widget.twitter-widget i {
  color: #55acee;
}
.social-widget.instagram-widget i {
  color: #fb3958;
}
.social-widget.linkedin-widget i {
  color: #0077B5;
}
.social-widget.behance-widget i {
  color: #053eff;
}
.feed::before {
  font-family: "Material-Design-Iconic-Font";
  color: #f0f0f0;
  font-size: 150px;
  position: absolute;
  top: -20px;
  left: 50%;
  line-height: normal;
  transform: translateX(-50%);
}
.feed .user img {
  border-radius: 45px;
  -ms-box-shadow: 0px 5px 5px 0px rgba(41, 42, 51, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(41, 42, 51, 0.2);
  width: 45px;
}
.feed .carousel-inner {
  box-shadow: none;
  min-height: 200px;
}
.feed.twitter::before {
  content: "\f360";
}
.feed.facebook::before {
  content: "\f343";
}
.feed.dribbble::before {
  content: "\f33f";
}
.mcard_1 {
  text-align: center;
  overflow: hidden;
}
.mcard_1 .img {
  position: relative;
  overflow: hidden;
  max-height: 170px;
}
.mcard_1 .img::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  left: 0;
  opacity: 0.8;
  background-image: linear-gradient(45deg, #6f42c1, #fdd932);
}
.mcard_1 .user {
  position: relative;
  margin-top: -70px;
}
.mcard_1 .user img {
  width: 80px;
  height: 80px;
  padding: 3px;
  background-image: linear-gradient(45deg, #fdd932, #6f42c1);
}
.mcard_2 {
  overflow: hidden;
}
.mcard_2 .img {
  position: relative;
  overflow: hidden;
  max-height: 170px;
}
.mcard_2 .img::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  left: 0;
  opacity: 0.8;
  background-image: linear-gradient(45deg, #1cbfd0, #9988ff);
}
.mcard_2 .user {
  position: relative;
  margin-top: -70px;
  display: flex;
}
.mcard_2 .user img {
  width: 90px;
  height: 90px;
  padding: 3px;
  background-image: linear-gradient(45deg, #9988ff, #1cbfd0);
}
.mcard_3 {
  overflow: hidden;
}
.mcard_3 .header {
  min-height: 170px;
}
.mcard_3 .member-img {
  position: relative;
  margin-top: -70px;
}
.mcard_3 .member-img img {
  border: 3px solid #ffffff;
}
.mcard_3 .social-links li a {
  padding: 5px 10px;
}
.mcard_4 {
  overflow: hidden;
  position: relative;
}
.mcard_4 .header-dropdown .dropdown-toggle {
  padding: 10px;
}
.mcard_4 .img {
  text-align: right;
}
.mcard_4 .img img {
  margin-right: -80px;
  margin-top: -90px;
  max-width: 250px;
  max-height: 250px;
}
@media only screen and (max-width: 1024px) {
  .mcard_4 .img img {
    margin-right: -60px;
    margin-top: -80px;
  }
}
@media only screen and (max-width: 1024px) {
  .mcard_4 .img img {
    margin-right: -60px;
    margin-top: -80px;
  }
}
@media only screen and (max-width: 768px) {
  .mcard_4 .img img {
    margin-right: -80px;
    margin-top: -80px;
  }
}
.mcard_4 .user {
  padding: 20px 10px;
}
@media only screen and (max-width: 768px) {
  .mcard_4 .user {
    padding: 20px 0;
  }
}
.mcard_4 .social-links {
  text-align: right;
}
.mcard_4 .social-links li a {
  padding: 20px;
}
@media only screen and (max-width: 1440px) {
  .mcard_4 .social-links li a {
    padding: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .mcard_4 .social-links li a {
    padding: 8px;
  }
}
.mcard_4 .social-links li a:hover {
  background: #f7f7f7;
}
@media only screen and (max-width: 1200px) {
  .mcard_4 h5 {
    font-size: 16px;
  }
}
.small_mcard_1 {
  border-radius: 0.35rem;
  background: #ffffff;
}
.small_mcard_1 .user {
  display: flex;
  padding: 20px;
}
.small_mcard_1 .user img {
  width: 90px;
  height: 90px;
}
.small_mcard_1 .footer {
  background: #eceff1;
  padding: 20px;
}
.project_list .table .avatar {
  width: 40px;
}
.project_list .table tbody tr td,
.project_list .table tbody th td {
  vertical-align: middle;
}
.product-report .counter {
  font-weight: normal;
}
.product-report .icon {
  border-radius: 3px;
  float: left;
  width: 50px;
  line-height: 50px;
}
.members_profiles .table tbody tr td,
.members_profiles .table tbody th td {
  padding: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .profile_state li {
    border-bottom: 1px solid #f0f0f0;
  }
  .profile_state li:last-child {
    border: none;
  }
}
.profile_state li i {
  font-size: 25px;
}
.social_media_table .table tbody tr td {
  vertical-align: middle;
}
.social_media_table .list-name {
  text-transform: uppercase;
}
.social_icon {
  color: #ffffff;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.social_icon.linkedin {
  background: #0077B5;
}
.social_icon.twitter-table {
  background: #55acee;
}
.social_icon.facebook {
  background: #3b5998;
}
.social_icon.google {
  background: #dd4b39;
}
.social_icon.youtube {
  background: #bb0000;
}
.w_data_1 {
  text-align: center;
}
.w_icon {
  border-radius: 54px;
  position: relative;
  margin: auto;
  height: 54px;
  width: 54px;
  line-height: 54px;
}
.w_icon i {
  font-size: 24px;
  vertical-align: middle;
}
.w_icon::after {
  border-radius: 66px;
  position: absolute;
  height: 66px;
  width: 66px;
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
}
.w_icon.indigo {
  background: rgba(153, 136, 255, 0.3);
  color: #9988ff;
}
.w_icon.indigo::after {
  background: rgba(153, 136, 255, 0.2);
}
.w_icon.pink {
  background: rgba(255, 77, 171, 0.3);
  color: #ff4dab;
}
.w_icon.pink::after {
  background: rgba(255, 77, 171, 0.2);
}
.w_icon.orange {
  background: rgba(255, 153, 72, 0.3);
  color: #FF9948;
}
.w_icon.orange::after {
  background: rgba(255, 153, 72, 0.2);
}
.w_icon.green {
  background: rgba(4, 190, 91, 0.3);
  color: #04BE5B;
}
.w_icon.green::after {
  background: rgba(4, 190, 91, 0.2);
}
.w_icon.cyan {
  background: rgba(92, 197, 205, 0.3);
  color: #5CC5CD;
}
.w_icon.cyan::after {
  background: rgba(92, 197, 205, 0.2);
}
.w_icon.blush {
  background: rgba(228, 114, 151, 0.3);
  color: #e47297;
}
.w_icon.blush::after {
  background: rgba(228, 114, 151, 0.2);
}
.w_icon.dark {
  background: rgba(41, 42, 51, 0.3);
  color: #292a33;
}
.w_icon.dark::after {
  background: rgba(41, 42, 51, 0.2);
}
.w_icon.blue {
  background: rgba(70, 182, 254, 0.3);
  color: #46b6fe;
}
.w_icon.blue::after {
  background: rgba(70, 182, 254, 0.2);
}
.avatar {
  border-radius: 5px;
}
.avatar.w30 {
  width: 30px;
  height: 30px;
}
.avatar.w35 {
  width: 35px;
  height: 35px;
}
.avatar.w40 {
  width: 40px;
  height: 40px;
}
.taskboard.progress_task .badge-default {
  background: #FF9948;
}
.taskboard.completed_task .badge-default {
  background: #04BE5B;
}
.taskboard .dd-item {
  border: 1px solid #f0f0f0;
}
.taskboard .dd-item .dd-handle {
  border: 0;
  margin: 0;
}
.taskboard .dd-item .action a {
  display: inline-block;
  line-height: normal;
  padding: 3px 6px;
}
@media only screen and (max-width: 1024px) {
  .taskboard .dd-item .action a {
    padding: 3px;
  }
}
.taskboard .dd-item .action a:hover {
  background: #f0f0f0;
}
.taskboard .dd-item .action a:hover i {
  color: #444444;
}
.taskboard .dd-item .action a i {
  color: #eeeeee;
}
.taskboard .dd-content i {
  font-size: 12px;
}
.taskboard .badge {
  margin: 0;
}
.chat_list {
  transition: all 0.5s;
  width: 250px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 20px 20px 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .chat_list {
    -ms-box-shadow: 0 0 10px rgba(41, 42, 51, 0.1);
    box-shadow: 0 0 10px rgba(41, 42, 51, 0.1);
    overflow-x: auto;
    background: #ffffff;
    padding: 15px;
    height: 100vh;
    width: 280px;
    position: fixed;
    top: 0;
    left: -400px;
  }
  .chat_list.open {
    left: 0;
  }
}
.chat_list .nav-tabs {
  padding: 0;
}
.chat_list .user_list li {
  display: flex;
  padding: 10px 0;
}
.chat_list .user_list li a {
  transition: all 0.5s;
  display: block;
  width: 100%;
  border-right: 2px solid transparent;
}
.chat_list .user_list li a:hover {
  border-color: #999999;
}
.chat_list .user_list .name {
  font-size: 14px;
  color: #222222;
}
.chat_list .user_list img {
  border-radius: 35px;
  width: 35px;
  float: left;
}
.chat_list .user_list .about {
  float: left;
  padding-left: 8px;
}
.chat_window {
  margin-left: 250px;
}
@media only screen and (max-width: 767px) {
  .chat_window {
    margin: 0;
  }
}
.chat_window .chat-header {
  display: flex;
  justify-content: space-between;
}
.chat_window .chat-header img {
  border-radius: 40px;
  float: left;
  width: 40px;
  height: 40px;
}
.chat_window .chat-header .chat-about {
  float: left;
  padding-left: 10px;
}
.chat_window .chat-header .chat-with {
  font-weight: 700;
  font-size: 16px;
}
.chat_window .chat-header .chat-num-messages {
  color: #444444;
}
.chat_window .chat-history {
  padding: 20px;
  border-bottom: 2px solid #ffffff;
}
@media only screen and (max-width: 1024px) {
  .chat_window .chat-history {
    height: calc(100vh - 340px);
    overflow-x: auto;
  }
}
@media only screen and (max-width: 992px) {
  .chat_window .chat-history {
    height: calc(100vh - 320px);
    overflow-x: auto;
  }
}
@media only screen and (max-width: 767px) {
  .chat_window .chat-history {
    height: calc(100vh - 280px);
    overflow-x: auto;
  }
}
.chat_window .chat-history li {
  list-style: none;
}
.chat_window .chat-history .message-data {
  margin-bottom: 15px;
}
.chat_window .chat-history .message {
  border-radius: 7px;
  color: #444444;
  font-size: 15px;
  padding: 18px 20px;
  line-height: 26px;
  margin-bottom: 30px;
  width: 90%;
  position: relative;
}
.chat_window .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f0f0f0;
  border-width: 10px;
  margin-left: -10px;
}
.chat_window .chat-history .message .attachment {
  display: flex;
}
.chat_window .chat-history .my-message {
  background: #f0f0f0;
}
.chat_window .chat-history .my-message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f0f0f0;
  border-width: 10px;
  margin-left: -10px;
}
.chat_window .chat-history .other-message {
  background: #eceff1;
}
.chat_window .chat-history .other-message:after {
  border-bottom-color: #eceff1;
  left: 93%;
}
.chat_window .list_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .chat_window .list_btn {
    display: block;
  }
}
.status {
  font-size: 12px;
  color: #999999;
}
.status i {
  font-size: 10px;
}
.status.online i {
  color: #04BE5B;
}
.status.offline i {
  color: #FF9948;
}
.status.me i {
  color: #292a33;
}
.status .name {
  color: #444444;
  font-size: 16px;
  font-weight: 700;
}
.status .time {
  color: #999999;
  font-size: 12px;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .chat_list {
    height: 650px;
    overflow-x: auto;
  }

  .chat-history {
    height: 600px;
    overflow-x: auto;
  }
}
.contact .c_list .c_name {
  font-weight: 600;
}
.contact .c_list address i {
  font-size: 15px;
  width: 15px;
}
.profile-page #timeline .timeline {
  border-left: 1px solid #dedede;
  font-size: 14px;
  position: relative;
}
.profile-page #timeline .timeline .border-info {
  border-color: #1cbfd0;
}
.profile-page #timeline .timeline .border-warning {
  border-color: #FF9948;
}
.profile-page #timeline .timeline .border-danger {
  border-color: #ee2558;
}
.profile-page #timeline .timeline .timeline-item {
  position: relative;
}
.profile-page #timeline .timeline .timeline-item:after {
  background-color: #ffffff;
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  content: "";
  height: 11px;
  left: 0;
  margin-left: -6px;
  position: absolute;
  width: 11px;
  bottom: auto;
  clear: both;
  top: 4px;
}
.profile-page #timeline .timeline .timeline-item .item-content {
  margin-left: 24px;
  margin-top: 0;
}
.profile-page #timeline .timeline .timeline-item .item-content p {
  font-weight: 400;
  color: #444;
}
@media only screen and (max-width: 992px) {
  .profile-page .nav-tabs {
    padding-left: 0;
    padding-right: 0;
  }
  .profile-page .nav-tabs .nav-item {
    display: inline-block;
  }
}
.pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}
.pricing-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  flex: 0 1 350px;
}
.pricing-action {
  color: inherit;
  border: none;
  background: none;
}
.pricing-action:focus {
  outline: none;
}
.pricing.pricing-item {
  cursor: default;
  background: #ffffff;
}
.pricing.pricing-item:hover .deco-layer--1 {
  transform: translate3d(15px, 0, 0);
}
.pricing.pricing-item:hover .deco-layer--2 {
  transform: translate3d(-15px, 0, 0);
}
.pricing.pricing-item .pricing-deco {
  border-radius: 0.35rem 0.35rem 0 0;
  padding: 50px 0 100px;
  position: relative;
}
.pricing.pricing-item .pricing-deco .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.pricing.pricing-item .pricing-deco .deco-layer {
  transition: transform 0.5s;
}
.pricing.pricing-item .pricing-deco .pricing-title {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.pricing.pricing-item .pricing-deco .pricing-price {
  font-weight: 700;
  color: #ffffff;
  font-size: 4em;
  padding: 0;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}
.pricing.pricing-item .pricing-deco .pricing-price .pricing-currency {
  font-size: 15px;
  vertical-align: top;
}
.pricing.pricing-item .pricing-deco .pricing-price .pricing-period {
  font-size: 15px;
  font-style: italic;
}
.pricing.pricing-item .feature-list {
  padding: 0;
  margin: 0;
}
.pricing.pricing-item .feature-list li {
  padding: 10px 0;
}
.invoice .table tr td {
  vertical-align: middle;
}
.product_item {
  transition: all 0.5s;
}
.product_item .label {
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 2;
}
.product_item .label.onsale {
  background: #FF9948;
}
.product_item .label.new {
  background: #ff4dab;
}
.product_item .label.trending {
  background: #9988ff;
}
.product_item .cp_img .hover {
  margin-top: 10px;
}
.product_item .product_details > a {
  font-size: 16px;
  color: #444444;
}
.product_item .product_details > a:hover {
  text-decoration: none;
}
.product_item .product_details .product_price {
  display: flex;
  justify-content: space-between;
}
.product_item .product_details .product_price .new_price {
  font-weight: 700;
  color: #ee2558;
}
.product_item_list td {
  vertical-align: middle;
}
.product_item_list td h5 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
.c_review {
  margin-bottom: 0;
}
.c_review li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.c_review li:last-child {
  margin: 0;
  border: none;
}
.c_review .avatar {
  float: left;
  width: 80px;
}
.c_review .comment-action {
  float: left;
  width: calc(100% - 80px);
}
.c_review .comment-action .c_name {
  margin: 0;
}
.c_review .comment-action .c_msg {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 95%;
}
.preview.preview-pic {
  flex-grow: 1;
}
.preview.thumbnail {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .preview.thumbnail {
    margin-bottom: 15px;
    padding: 0;
    display: flex;
  }
}
.preview.thumbnail li {
  width: 25%;
}
.preview.thumbnail li a {
  padding: 0 !important;
  margin: 2px !important;
  border-radius: 0 !important;
}
.preview.thumbnail li:last-of-type {
  margin-right: 0;
}
.product.details .rating .stars {
  display: inline-block;
}
.product.details .sizes .size {
  margin-right: 10px;
}
.product.details .sizes .size:first-of-type {
  margin-left: 40px;
}
.product.details .colors .color {
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 1.5em;
  width: 1.5em;
}
.product.details .colors .color:first-of-type {
  margin-left: 20px;
}
.product.details .colors .not-available {
  text-align: center;
  line-height: 2em;
}
.product.details .colors .not-available:before {
  color: #ffffff;
  font-family: Material-Design-Iconic-Font;
  content: "\f136";
}
.inbox_table {
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .inbox_table {
    table-layout: auto;
  }
}
.inbox_table td, .inbox_table th {
  white-space: nowrap;
  vertical-align: middle;
}
.inbox_table .chb {
  width: 50px;
}
.inbox_table .starred {
  width: 25px;
  padding: 1rem 5px;
}
.inbox_table .starred a {
  color: #bdbdbd;
}
.inbox_table .starred.active a {
  color: #FF9948;
}
.inbox_table .u_image {
  width: 45px;
  padding: 1rem 5px;
}
@media only screen and (max-width: 767px) {
  .inbox_table .u_image {
    display: none;
  }
}
.inbox_table .u_name {
  width: 130px;
  padding: 1rem 5px;
}
.inbox_table .u_name h5 {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inbox_table .max_ellipsis {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 1rem 5px;
}
@media only screen and (max-width: 767px) {
  .inbox_table .max_ellipsis {
    display: none;
  }
}
.inbox_table .max_ellipsis a {
  color: #666666;
  font-size: 14px;
}
.inbox_table .max_ellipsis a:hover {
  color: #46b6fe;
}
.inbox_table .max_ellipsis .badge {
  margin: 0;
}
.inbox_table .clip {
  text-align: center;
  width: 25px;
  padding: 1rem 5px;
}
@media only screen and (max-width: 767px) {
  .inbox_table .clip {
    display: none;
  }
}
.inbox_table .time {
  font-size: 13px;
  width: 80px;
  text-align: right;
  color: #bdbdbd;
}
.inbox_table .unread .u_name h5 {
  font-weight: 700;
}
.inbox.left {
  transition: all 0.3s ease-in-out;
  width: 240px;
  padding-right: 20px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .inbox.left {
    background-color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    padding: 20px;
    height: 100vh;
    z-index: 99;
  }
  .inbox.left:not(.show) {
    display: none;
  }
  .inbox.left:not(.show) + .right {
    width: 100%;
  }
}
.inbox.left .mail-side .nav {
  flex-direction: column;
}
.inbox.left .mail-side .nav li {
  padding: 0 10px;
  line-height: 40px;
}
.inbox.left .mail-side .nav li a {
  color: #666666;
  display: flex;
  align-items: center;
}
.inbox.left .mail-side .nav li a i {
  font-size: 16px;
  width: 25px;
}
.inbox.left .mail-side .nav li a .badge {
  margin-left: auto;
  margin-right: 0;
}
.inbox.left .mail-side .nav li:hover, .inbox.left .mail-side .nav li.active {
  background-color: #ffffff;
}
.inbox.left .mail-side .nav li:hover a, .inbox.left .mail-side .nav li.active a {
  color: #292a33;
}
.inbox.left .mail-side h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 30px;
  line-height: 20px;
}
.inbox.right {
  transition: all 0.3s ease-in-out;
  width: calc(100% - 240px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .inbox.right {
    width: 100%;
  }
}
.inbox.right .i_action {
  background: #ffffff;
  padding: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .inbox.right .i_action {
    display: none !important;
  }
}
.mobile-left {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .mobile-left {
    display: block;
  }
}
.file_folder a {
  border-radius: 0.2875rem;
  border: 1px solid #f0f0f0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 220px;
}
@media only screen and (max-width: 550px) {
  .file_folder a {
    width: 100%;
  }
}
.file_folder .icon {
  float: left;
  width: 60px;
}
.file_folder .icon i {
  font-size: 29px;
  vertical-align: middle;
  line-height: 65px;
}
.file_folder .file-name {
  padding: 10px;
}
.file_folder .file-name .date {
  float: right;
}
.cbp_tmtimeline {
  padding: 0;
  list-style: none;
  position: relative;
}
.cbp_tmtimeline:before {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  left: 30px;
  margin-left: -5px;
}
@media only screen and (max-width: 767px) {
  .cbp_tmtimeline:before {
    left: 25px;
  }
}
.cbp_tmtimeline > li {
  position: relative;
}
.cbp_tmtimeline > li .empty .note-editable.panel-body {
  height: 120px !important;
}
.cbp_tmtimeline > li .cbp_tmtime {
  border-radius: 3px;
  background: #292a33;
  color: #ffffff;
  padding: 0px 7px;
  position: absolute;
  top: -10px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .cbp_tmtimeline > li .cbp_tmtime {
    left: 20px;
    right: auto;
  }
}
.cbp_tmtimeline > li .cbp_tmtime span {
  font-size: 12px;
  color: #ffffff;
}
.cbp_tmtimeline > li .cbp_tmlabel {
  border-radius: 5px;
  background: #ffffff;
  font-weight: 300;
  margin: 0 0 30px 80px;
  padding: 20px;
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 50px;
  }
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #ffffff;
  border-width: 10px;
  top: 10px;
}
.cbp_tmtimeline > li .cbp_tmlabel h5 {
  font-size: 17px;
}
.cbp_tmtimeline > li .cbp_tmicon {
  border-radius: 40px;
  color: #ffffff;
  background: #0c7ce6;
  box-shadow: 0 0 0 5px #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  left: 7px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .cbp_tmtimeline > li .cbp_tmicon {
    width: 30px;
    height: 30px;
    line-height: 32px;
  }
  .cbp_tmtimeline > li .cbp_tmicon i {
    font-size: 16px;
  }
}
.authentication {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .authentication {
    height: auto;
  }
  .authentication .copyright {
    margin-bottom: 20px;
  }
}
.authentication .auth_form {
  transition: all 0.5s;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .authentication .auth_form {
    margin: 20px 0;
  }
}
.authentication .auth_form .header {
  text-align: center;
}
.authentication .auth_form h5 {
  margin-top: 10px;
  margin-bottom: 0;
}
.authentication .auth_form .body {
  background: transparent;
}
.authentication .auth_form .body .input-group-text {
  justify-content: center;
  min-width: 42px;
}
.authentication .auth_form .checkbox label {
  font-size: 13px;
}
.authentication .logo,
.authentication .l_profile {
  width: 100px;
}
.authentication .signin_with {
  text-align: center;
}
.btn.google {
  background: #d5472f;
}
.btn.facebook {
  background: #3a579b;
}
.btn.twitter {
  background: #3c94fe;
}
.blogitem .blogitem-image {
  position: relative;
}
.blogitem .blogitem-image a {
  border-radius: 0.35rem;
  overflow: hidden;
  display: block;
  max-height: 400px;
}
.blogitem .blogitem-image a img {
  transition: all 0.5s;
  transform: scale(1);
}
.blogitem .blogitem-image a:hover img {
  transform: scale(1.3);
}
.blogitem .blogitem-image .blogitem-date {
  transition: all 0.5s;
  background: #ffffff;
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  padding: 10px 15px;
}
.blogitem .blogitem-header {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blogitem .blogitem-meta {
  flex-grow: 1;
}
.blogitem .blogitem-meta span {
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
}
.blogitem .blogitem-meta span i {
  font-size: 16px;
}
.blogitem .blogitem-meta span a {
  color: #777777;
}
.blogitem .blogitem-meta span:after {
  content: "|";
  padding: 0 15px;
}
.blogitem .blogitem-meta span:last-child::after {
  display: none;
}
.blogitem .blogitem-share li {
  display: inline-block;
}
.blogitem .blogitem-share li i {
  color: #777777;
  font-size: 20px;
}
.blogitem .blogitem-share li i:hover {
  color: #0c7ce6;
}
.blogitem h5 {
  font-size: 17px;
  font-weight: 700;
}
.blogitem .blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #ffffff;
}
.widget-categories li:last-child a {
  border: 0;
}
.widget-categories li a {
  transition: all 0.5s;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  color: #777777;
}
.widget-categories li a::before {
  content: "-";
  position: absolute;
  left: 0;
}
.widget-categories li a:hover {
  margin-left: 10px;
  color: #0c7ce6;
  font-weight: 700;
}
.popular-post li {
  margin-bottom: 15px;
}
.popular-post li:last-child {
  margin-bottom: 0;
}
.popular-post li h5 {
  font-size: 18px;
}
.popular-post li h5 a {
  color: #444444;
}
.popular-post li .author-name, .popular-post li .date {
  display: block;
}
.tag-clouds li {
  display: inline-block;
  margin: 5px;
}
.tag-clouds li .badge {
  padding: 7px 10px;
}
.instagram-plugin {
  overflow: hidden;
}
.instagram-plugin li {
  padding: 5px;
  float: left;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .instagram-plugin li {
    width: 70px;
  }
}
.widget-recentpost li {
  display: flex;
  margin-bottom: 10px;
}
.widget-recentpost li:last-child {
  margin: 0;
}
.widget-recentpost li > a {
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 20px;
  position: relative;
  align-self: flex-start;
}
.widget-recentpost li .recentpost-content a {
  display: block;
}
.widget-recentpost li .recentpost-content span {
  font-size: 12px;
  color: #bdbdbd;
}
.comment-reply li {
  display: flex;
  margin-bottom: 20px;
}
.comment-reply li:last-child {
  margin-bottom: 0;
}
.comment-reply li .icon-box {
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .comment-reply li .icon-box {
    margin-right: 15px;
  }
}
.comment-reply li .text-box {
  width: calc(100% - 120px);
}
.comment-reply li .text-box h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.comment-reply li .text-box .comment-date {
  font-size: 12px;
  color: #777777;
}
.comment-reply li .text-box .replybutton {
  float: right;
}
.comment-reply li .text-box p {
  margin-top: 10px;
  margin-bottom: 0;
}
.file_manager .file {
  border-radius: 0.35rem;
  background: #ffffff;
  display: block;
  position: relative;
  overflow: hidden;
}
.file_manager .file:hover {
  transition: all 0.5s;
  box-shadow: 0 0 3px rgba(41, 42, 51, 0.1), 0 6px 20px rgba(41, 42, 51, 0.2);
}
.file_manager .file:hover .icon i {
  transform: rotate(-20deg);
}
.file_manager .file .image, .file_manager .file .icon {
  min-height: 140px;
  overflow: hidden;
  background-size: cover;
  background-position: top;
}
.file_manager .file .hover {
  transition: all 0.5s;
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}
.file_manager .file:hover .hover {
  transition: all 0.5s;
  display: block;
}
.file_manager .file .icon {
  padding: 15px 10px;
  display: table;
  width: 100%;
  text-align: center;
}
.file_manager .file .icon i {
  transition: all 0.5s;
  transform: rotate(20deg);
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
}
.file_manager .file .file-name {
  padding: 10px 20px;
  border-top: 1px solid #eceff1;
}
.file_manager .file .file-name small .date {
  color: #bdbdbd;
  float: right;
}
.file_manager .file .zmdi-collection-pdf {
  color: #e47297;
}
.file_manager .file .zmdi-chart {
  color: #04BE5B;
}
.file_manager .file .zmdi-collection-folder-image {
  color: #9988ff;
}
.file_manager .file .zmdi-playlist-audio {
  color: #1cbfd0;
}
.file_manager .file .zmdi-file-text {
  color: #FF9948;
}
.file_manager .table tr td:first-child {
  width: 60%;
}
@media only screen and (max-width: 992px) {
  .file_manager .nav-tabs {
    padding-left: 0;
    padding-right: 0;
  }
  .file_manager .nav-tabs .nav-item {
    display: inline-block;
  }
}
.rtl {
  direction: rtl;
}
.rtl.ls-toggle-menu section.content {
  margin-right: 50px;
}
.rtl.right_icon_toggle section.content {
  margin-left: 20px;
}
.rtl.right_icon_toggle .navbar-right .navbar-nav {
  left: -70px;
}
.rtl.ls-closed section.content {
  margin-right: 60px;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .rtl.ls-closed section.content {
    margin: 0;
  }
}
.rtl.ls-closed .navbar-right .navbar-nav {
  left: -50px;
}
.rtl .mobile_menu,
.rtl .mobile-left {
  left: 20px;
  right: auto;
}
.rtl ul {
  padding-right: 0;
}
.rtl .sidebar {
  left: auto;
  right: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .rtl .sidebar {
    right: -250px;
  }
  .rtl .sidebar.open {
    right: 0;
  }
}
.rtl .sidebar .menu .list a span {
  margin: 0 12px 0 0;
}
.rtl .sidebar .menu .list .menu-toggle:after,
.rtl .sidebar .menu .list .menu-toggle:before {
  right: auto;
  left: 17px;
}
.rtl .sidebar .menu .list .ml-menu li a {
  padding: 7px 40px 7px 7px;
}
.rtl .sidebar .menu .list .ml-menu li a:before {
  right: 14px;
  left: auto;
  transform: scale(-1, 1);
}
.rtl .sidebar .menu .list li:hover .ml-menu {
  right: 50px;
  left: 0;
}
.rtl .right-sidebar {
  left: -300px;
  right: auto;
  text-align: right;
}
.rtl .right-sidebar.open {
  left: 20px;
}
.rtl .navbar-right .navbar-nav {
  right: auto;
  left: 0;
}
.rtl section.content {
  margin: 20px 260px 20px 70px;
}
.rtl .navbar-right .navbar-nav .dropdown-menu {
  left: 60px !important;
  right: auto !important;
  text-align: right;
}
.rtl .navbar-right .navbar-nav .dropdown-menu:before {
  right: auto;
  left: -10px;
  border-right: 0.6em solid;
  border-left: 0;
}
.rtl .navbar-right .menu-info {
  margin-left: 0;
  margin-right: 15px;
}
.rtl .float-right {
  float: left !important;
}
.rtl .float-left {
  float: right !important;
}
.rtl .text-right {
  text-align: left !important;
}
.rtl .btn-group > .btn:first-child {
  border-radius: 0 0.2875rem 0.2875rem 0;
  margin-left: 0;
}
.rtl .btn-group > .btn:last-child {
  border-radius: 0.2875rem 0 0 0.2875rem;
}
.rtl .btn-group > .btn {
  border-radius: 0;
  margin-right: 0;
}
.rtl .btn-group > .btn.dropdown-toggle {
  border-radius: 0.2875rem;
}
.rtl .ml-3 {
  margin-right: 1rem !important;
}
.rtl .mr-2 {
  margin-left: 0.5rem !important;
}
.rtl .m-r-5, .rtl .blogitem .blogitem-meta span i, .blogitem .blogitem-meta span .rtl i {
  margin-left: 5px;
  margin-right: 0;
}
.rtl .block-header h2 {
  text-align: right;
}
.rtl .progress-container .progress .progress-value {
  right: auto;
  left: 0;
}
.rtl .checkbox label,
.rtl .radio label {
  padding-right: 33px;
  padding-left: 0;
}
.rtl .checkbox label::before, .rtl .checkbox label::after,
.rtl .radio label::before,
.rtl .radio label::after {
  right: 3px;
  left: auto;
}
.rtl .radio input[type=radio]:checked + label::after {
  right: 11px;
  left: auto;
}
.rtl .m-r-10, .right-sidebar .right_chat .media .rtl .media-object, .rtl .chat-widget ul, .chat-widget .rtl ul, .file_folder .rtl .icon,
.rtl .right-sidebar .right_chat .media .media-object,
.rtl .file_folder .icon {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .right-sidebar .right_chat .media .status {
  right: 23px;
  left: auto;
}
.rtl .chat-widget ul {
  margin-right: 10px;
  margin-left: 0;
}
.rtl .card {
  text-align: right;
}
.rtl .card .header h2 {
  text-align: right;
}
.rtl .card .header .header-dropdown {
  left: 0;
  right: auto;
}
.rtl .card .header .header-dropdown li .dropdown-menu {
  left: 0 !important;
  right: auto !important;
}
.rtl .mcard_4 .header-dropdown {
  text-align: left;
}
.rtl .big_icon:before {
  left: 40px;
  right: auto;
}
.rtl .w_data_1,
.rtl .info-box-2,
.rtl .mcard_3,
.rtl .pricing-item {
  text-align: center;
}
.rtl .c3_chart,
.rtl .c3 {
  direction: ltr;
}
.rtl .inbox.left {
  padding-left: 20px;
  padding-right: 0;
}
.rtl .inbox.left .mail-side .nav li a i {
  text-align: right;
}
.rtl .inbox.left .mail-side .nav li a .badge {
  margin-right: auto;
  margin-left: 0;
}
.rtl .inbox_table {
  text-align: right;
}
.rtl .chat_list .user_list img {
  float: right;
}
.rtl .chat_list .user_list .about {
  float: right;
  padding-right: 8px;
  padding-left: 0;
}
.rtl .chat_window .chat-header .chat-about {
  float: right;
  padding-right: 10px;
}
.rtl .chat_window .chat-header img {
  float: right;
}
.rtl .chat_window .chat-history .my-message,
.rtl .chat_window .chat-history .message-data {
  text-align: left;
  width: auto;
}
.rtl .chat_window .chat-history .other-message {
  float: right !important;
}
.rtl .contact .c_list .c_name {
  margin-right: 10px;
  margin-left: 0;
}
.rtl .table.c_table tr th:first-child,
.rtl .table.c_table tr td:first-child {
  border-radius: 0 0.2875rem 0.2875rem 0;
}
.rtl .table.c_table tr th:last-child,
.rtl .table.c_table tr td:last-child {
  border-radius: 0.2875rem 0 0 0.2875rem;
}
.rtl .comment-reply li .text-box .replybutton,
.rtl .file_manager .file .file-name small .date {
  float: left;
}
.rtl .widget-recentpost li > a {
  margin-left: 20px;
  margin-right: 0;
}
.rtl .c_review .avatar {
  float: right;
}
.rtl .comment-action .comment-date {
  float: left !important;
}
.rtl .media .media-left {
  margin-left: 20px;
  margin-right: 0;
}
.rtl .inbox_widget .inbox-img {
  margin-left: 15px;
  margin-right: 0;
}
.rtl .inbox_widget a small {
  float: left;
}
.rtl .activity li {
  margin-right: 25px;
  margin-left: 0;
}
.rtl .activity li::before {
  left: auto;
  right: -29px;
}
.rtl .small_mcard_1 .user img {
  margin-right: 0;
  margin-left: 15px;
}
.theme-purple #search {
  background-color: rgba(111, 66, 193, 0.9);
}
.theme-purple .checkbox input[type=checkbox]:checked + label::after {
  background: #6f42c1;
  color: #ffffff;
}
.theme-purple .radio input[type=radio]:checked + label::before {
  background: #6f42c1;
  color: #ffffff;
  border-color: #6f42c1;
}
.theme-purple .radio input[type=radio]:checked + label::after {
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme-purple .right-sidebar .nav-tabs {
  background: #6f42c1;
}
.theme-purple .right-sidebar .nav-tabs li a.nav-link {
  color: #ffffff;
}
.theme-purple .right-sidebar .nav-tabs li a.nav-link.active, .theme-purple .right-sidebar .nav-tabs li a.nav-link:hover {
  background: #ffffff;
  color: #6f42c1;
}
.theme-purple .sidebar .menu .list li.active {
  background-color: transparent;
}
.theme-purple .sidebar .menu .list li.active > :first-child i, .theme-purple .sidebar .menu .list li.active > :first-child span {
  color: #6f42c1;
}
.theme-purple .sidebar .menu .list a:hover {
  color: #6f42c1;
}
.theme-purple .table.theme-color thead td, .theme-purple .table.theme-color thead th {
  background: #6f42c1;
}
.theme-purple .navbar-right .navbar-nav > li > a:hover {
  background: #6f42c1;
}
.theme-purple .nav-tabs .nav-link.active {
  border: 1px solid #6f42c1;
  color: #6f42c1;
}
.theme-purple .card .header h2:before {
  background: #6f42c1;
}
.theme-purple .card .header h2 strong {
  color: #6f42c1;
}
.theme-purple .inbox-widget .inbox-inner:hover .inbox-img img {
  border: 2px solid #6f42c1;
  transition: all 150ms linear;
}
.theme-blue #search {
  background-color: rgba(70, 182, 254, 0.9);
}
.theme-blue .checkbox input[type=checkbox]:checked + label::after {
  background: #46b6fe;
  color: #ffffff;
}
.theme-blue .radio input[type=radio]:checked + label::before {
  background: #46b6fe;
  color: #ffffff;
  border-color: #46b6fe;
}
.theme-blue .radio input[type=radio]:checked + label::after {
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme-blue .right-sidebar .nav-tabs {
  background: #46b6fe;
}
.theme-blue .right-sidebar .nav-tabs li a.nav-link {
  color: #ffffff;
}
.theme-blue .right-sidebar .nav-tabs li a.nav-link.active, .theme-blue .right-sidebar .nav-tabs li a.nav-link:hover {
  background: #ffffff;
  color: #46b6fe;
}
.theme-blue .sidebar .menu .list li.active {
  background-color: transparent;
}
.theme-blue .sidebar .menu .list li.active > :first-child i, .theme-blue .sidebar .menu .list li.active > :first-child span {
  color: #46b6fe;
}
.theme-blue .sidebar .menu .list a:hover {
  color: #46b6fe;
}
.theme-blue .table.theme-color thead td, .theme-blue .table.theme-color thead th {
  background: #46b6fe;
}
.theme-blue .navbar-right .navbar-nav > li > a:hover {
  background: #46b6fe;
}
.theme-blue .nav-tabs .nav-link.active {
  border: 1px solid #46b6fe;
  color: #46b6fe;
}
.theme-blue .card .header h2:before {
  background: #46b6fe;
}
.theme-blue .card .header h2 strong {
  color: #46b6fe;
}
.theme-blue .inbox-widget .inbox-inner:hover .inbox-img img {
  border: 2px solid #46b6fe;
  transition: all 150ms linear;
}
.theme-cyan #search {
  background-color: rgba(92, 197, 205, 0.9);
}
.theme-cyan .checkbox input[type=checkbox]:checked + label::after {
  background: #5CC5CD;
  color: #ffffff;
}
.theme-cyan .radio input[type=radio]:checked + label::before {
  background: #5CC5CD;
  color: #ffffff;
  border-color: #5CC5CD;
}
.theme-cyan .radio input[type=radio]:checked + label::after {
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme-cyan .right-sidebar .nav-tabs {
  background: #5CC5CD;
}
.theme-cyan .right-sidebar .nav-tabs li a.nav-link {
  color: #ffffff;
}
.theme-cyan .right-sidebar .nav-tabs li a.nav-link.active, .theme-cyan .right-sidebar .nav-tabs li a.nav-link:hover {
  background: #ffffff;
  color: #5CC5CD;
}
.theme-cyan .sidebar .menu .list li.active {
  background-color: transparent;
}
.theme-cyan .sidebar .menu .list li.active > :first-child i, .theme-cyan .sidebar .menu .list li.active > :first-child span {
  color: #5CC5CD;
}
.theme-cyan .sidebar .menu .list a:hover {
  color: #5CC5CD;
}
.theme-cyan .table.theme-color thead td, .theme-cyan .table.theme-color thead th {
  background: #5CC5CD;
}
.theme-cyan .navbar-right .navbar-nav > li > a:hover {
  background: #5CC5CD;
}
.theme-cyan .nav-tabs .nav-link.active {
  border: 1px solid #5CC5CD;
  color: #5CC5CD;
}
.theme-cyan .card .header h2:before {
  background: #5CC5CD;
}
.theme-cyan .card .header h2 strong {
  color: #5CC5CD;
}
.theme-cyan .inbox-widget .inbox-inner:hover .inbox-img img {
  border: 2px solid #5CC5CD;
  transition: all 150ms linear;
}
.theme-green #search {
  background-color: rgba(4, 190, 91, 0.9);
}
.theme-green .checkbox input[type=checkbox]:checked + label::after {
  background: #04BE5B;
  color: #ffffff;
}
.theme-green .radio input[type=radio]:checked + label::before {
  background: #04BE5B;
  color: #ffffff;
  border-color: #04BE5B;
}
.theme-green .radio input[type=radio]:checked + label::after {
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme-green .right-sidebar .nav-tabs {
  background: #04BE5B;
}
.theme-green .right-sidebar .nav-tabs li a.nav-link {
  color: #ffffff;
}
.theme-green .right-sidebar .nav-tabs li a.nav-link.active, .theme-green .right-sidebar .nav-tabs li a.nav-link:hover {
  background: #ffffff;
  color: #04BE5B;
}
.theme-green .sidebar .menu .list li.active {
  background-color: transparent;
}
.theme-green .sidebar .menu .list li.active > :first-child i, .theme-green .sidebar .menu .list li.active > :first-child span {
  color: #04BE5B;
}
.theme-green .sidebar .menu .list a:hover {
  color: #04BE5B;
}
.theme-green .table.theme-color thead td, .theme-green .table.theme-color thead th {
  background: #04BE5B;
}
.theme-green .navbar-right .navbar-nav > li > a:hover {
  background: #04BE5B;
}
.theme-green .nav-tabs .nav-link.active {
  border: 1px solid #04BE5B;
  color: #04BE5B;
}
.theme-green .card .header h2:before {
  background: #04BE5B;
}
.theme-green .card .header h2 strong {
  color: #04BE5B;
}
.theme-green .inbox-widget .inbox-inner:hover .inbox-img img {
  border: 2px solid #04BE5B;
  transition: all 150ms linear;
}
.theme-orange #search {
  background-color: rgba(255, 153, 72, 0.9);
}
.theme-orange .checkbox input[type=checkbox]:checked + label::after {
  background: #FF9948;
  color: #ffffff;
}
.theme-orange .radio input[type=radio]:checked + label::before {
  background: #FF9948;
  color: #ffffff;
  border-color: #FF9948;
}
.theme-orange .radio input[type=radio]:checked + label::after {
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme-orange .right-sidebar .nav-tabs {
  background: #FF9948;
}
.theme-orange .right-sidebar .nav-tabs li a.nav-link {
  color: #ffffff;
}
.theme-orange .right-sidebar .nav-tabs li a.nav-link.active, .theme-orange .right-sidebar .nav-tabs li a.nav-link:hover {
  background: #ffffff;
  color: #FF9948;
}
.theme-orange .sidebar .menu .list li.active {
  background-color: transparent;
}
.theme-orange .sidebar .menu .list li.active > :first-child i, .theme-orange .sidebar .menu .list li.active > :first-child span {
  color: #FF9948;
}
.theme-orange .sidebar .menu .list a:hover {
  color: #FF9948;
}
.theme-orange .table.theme-color thead td, .theme-orange .table.theme-color thead th {
  background: #FF9948;
}
.theme-orange .navbar-right .navbar-nav > li > a:hover {
  background: #FF9948;
}
.theme-orange .nav-tabs .nav-link.active {
  border: 1px solid #FF9948;
  color: #FF9948;
}
.theme-orange .card .header h2:before {
  background: #FF9948;
}
.theme-orange .card .header h2 strong {
  color: #FF9948;
}
.theme-orange .inbox-widget .inbox-inner:hover .inbox-img img {
  border: 2px solid #FF9948;
  transition: all 150ms linear;
}
.theme-blush #search {
  background-color: rgba(228, 114, 151, 0.9);
}
.theme-blush .checkbox input[type=checkbox]:checked + label::after {
  background: #e47297;
  color: #ffffff;
}
.theme-blush .radio input[type=radio]:checked + label::before {
  background: #e47297;
  color: #ffffff;
  border-color: #e47297;
}
.theme-blush .radio input[type=radio]:checked + label::after {
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme-blush .right-sidebar .nav-tabs {
  background: #e47297;
}
.theme-blush .right-sidebar .nav-tabs li a.nav-link {
  color: #ffffff;
}
.theme-blush .right-sidebar .nav-tabs li a.nav-link.active, .theme-blush .right-sidebar .nav-tabs li a.nav-link:hover {
  background: #ffffff;
  color: #e47297;
}
.theme-blush .sidebar .menu .list li.active {
  background-color: transparent;
}
.theme-blush .sidebar .menu .list li.active > :first-child i, .theme-blush .sidebar .menu .list li.active > :first-child span {
  color: #e47297;
}
.theme-blush .sidebar .menu .list a:hover {
  color: #e47297;
}
.theme-blush .table.theme-color thead td, .theme-blush .table.theme-color thead th {
  background: #e47297;
}
.theme-blush .navbar-right .navbar-nav > li > a:hover {
  background: #e47297;
}
.theme-blush .inbox-widget .inbox-inner:hover .inbox-img img {
  border: 2px solid #e47297;
  transition: all 150ms linear;
}
.theme-blush .nav-tabs .nav-link.active {
  border: 1px solid #e47297;
  color: #e47297;
}
.theme-blush .card .header h2:before {
  background: #e47297;
}
.theme-blush .card .header h2 strong {
  color: #e47297;
}
.theme-blush .input-group .input-group-append .btn-outline-secondary,
.theme-blush .input-group .input-group-prepend .btn-outline-secondary {
  border-color: #e47297;
  background: #e47297;
}
.theme-blush.bbg-blush {
  background: #e47297;
}
.theme-blush.bbg-blush .navbar-right .navbar-nav > li > a {
  color: #ffffff;
}
.theme-blush.bbg-blush .navbar-right .navbar-nav > li > a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.theme-blush.bbg-blush .navbar-brand {
  border-color: rgba(255, 255, 255, 0.05);
}
.theme-blush.bbg-blush .navbar-brand span {
  color: #ffffff;
}
.theme-blush.bbg-blush .sidebar .user-info {
  color: #ffffff;
}
.theme-blush.bbg-blush .sidebar .menu .list a {
  color: rgba(255, 255, 255, 0.7);
}
.theme-blush.bbg-blush .sidebar .menu .list li.active > :first-child i,
.theme-blush.bbg-blush .sidebar .menu .list li.active > :first-child span {
  color: #ffffff;
}
.theme-dark {
  transition: all 0.5s;
  background: #383F43;
  color: #8c8c8c;
}
.theme-dark.ls-toggle-menu .sidebar .menu .list .ml-menu li a {
  color: #292a33;
}
.theme-dark.ls-closed .sidebar {
  background: #383F43;
}
.theme-dark.ls-closed .sidebar.open {
  -ms-box-shadow: 0px 2px 20px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(255, 255, 255, 0.1);
}
.theme-dark section.content {
  background: #181A1B;
  border-color: rgba(255, 255, 255, 0.05);
}
.theme-dark section.content .slimScrollBar {
  background: rgba(255, 255, 255, 0.1) !important;
}
.theme-dark .sidebar .slimScrollBar {
  background: rgba(255, 255, 255, 0.1) !important;
}
.theme-dark .sidebar .navbar-brand,
.theme-dark .sidebar .user-info {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .sidebar .navbar-brand span,
.theme-dark .sidebar .navbar-brand .zmdi-menu,
.theme-dark .sidebar .user-info span,
.theme-dark .sidebar .user-info .zmdi-menu {
  color: #ffffff;
}
.theme-dark .sidebar .menu .list .ml-menu li.active a {
  color: #ffffff;
}
.theme-dark .sidebar .menu .list a {
  color: #8c8c8c;
}
.theme-dark .right-sidebar {
  background: #181A1B;
  color: #8c8c8c;
}
.theme-dark .right-sidebar .nav-tabs {
  border-color: #3e3e3e;
}
.theme-dark .right-sidebar .right_chat .media {
  border-color: #3e3e3e;
}
.theme-dark .right-sidebar .right_chat .media .name {
  color: #ffffff;
}
.theme-dark .right-sidebar .right_chat .media .message {
  color: #8c8c8c;
}
.theme-dark .navbar-right .navbar-nav > li > a {
  color: #8c8c8c;
}
.theme-dark .navbar-right .navbar-nav .app_sortcut li a {
  color: #8c8c8c;
}
.theme-dark .navbar-right .notify .heartbit {
  border-color: #ffffff;
}
.theme-dark .navbar-right .notify .point {
  background-color: #ffffff;
}
.theme-dark .navbar-right .dropdown-menu {
  color: inherit;
}
.theme-dark .navbar-right .dropdown-menu::before {
  color: #383F43;
}
.theme-dark .dropdown-menu ul.menu .menu-info h4 {
  color: #8c8c8c;
}
.theme-dark .dropdown-menu ul.menu li a:hover {
  background: rgba(255, 255, 255, 0.02);
}
.theme-dark .card .header {
  color: #8c8c8c;
}
.theme-dark .card .card-inside-title {
  color: #ffffff;
}
.theme-dark .card .body {
  background: #383F43;
  color: #8c8c8c;
}
.theme-dark a:not(.btn) {
  color: #74ade2;
}
.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #383F43;
}
.theme-dark hr {
  border-color: #3e3e3e;
}
.theme-dark pre.prettyprint {
  background: transparent;
  border: 1px solid #3e3e3e;
}
.theme-dark pre.prettyprint .pln {
  color: #ffffff;
}
.theme-dark .form-control,
.theme-dark .input-group .input-group-append .btn-outline-secondary,
.theme-dark .input-group .input-group-prepend .btn-outline-secondary,
.theme-dark .input-group-text,
.theme-dark .bootstrap-select > .dropdown-toggle {
  background: transparent;
}
.theme-dark .btn-default,
.theme-dark .btn-group .btn {
  background: #3e3e3e;
  background-color: #3e3e3e;
  color: #8c8c8c;
}
.theme-dark .checkbox label::before,
.theme-dark .checkbox label::after {
  border-color: #3e3e3e;
}
.theme-dark .dropdown-menu {
  background: #383F43;
  -ms-box-shadow: 0px 2px 20px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(255, 255, 255, 0.1);
}
.theme-dark .dropdown-menu .header,
.theme-dark .dropdown-menu .footer {
  border-color: #3e3e3e;
}
.theme-dark .dropdown-menu .header a,
.theme-dark .dropdown-menu .footer a {
  border-color: #3e3e3e;
}
.theme-dark .dropdown-menu > li > a:hover {
  color: #ffffff;
}
.theme-dark .progress {
  background: rgba(255, 255, 255, 0.1);
}
.theme-dark .pagination .page-item .page-link {
  color: #8c8c8c;
}
.theme-dark .pagination .page-item .page-link:hover {
  color: #ffffff;
}
.theme-dark .pagination .page-item.active > .page-link {
  background: #46b6fe;
  color: #ffffff;
}
.theme-dark .block-header .breadcrumb {
  color: #8c8c8c;
}
.theme-dark .list-group-item {
  background: #383F43;
  border-color: #3e3e3e;
}
.theme-dark .media .media-body .media-heading {
  color: #8c8c8c;
}
.theme-dark .irs--flat .irs-line {
  background: rgba(255, 255, 255, 0.04);
}
.theme-dark .dd-handle {
  border-color: #3e3e3e;
  color: #8c8c8c;
}
.theme-dark .dd3-item .dd3-content {
  background: transparent;
  border-color: #3e3e3e;
}
.theme-dark .select2-container .select2-choice,
.theme-dark .select2-container .select2-choices,
.theme-dark .select2-container-multi .select2-choice,
.theme-dark .select2-container-multi .select2-choices {
  background: transparent;
  background-color: transparent;
}
.theme-dark .rating label:last-child .icon {
  color: #8c8c8c;
}
.theme-dark .wizard .steps .disabled a {
  background: rgba(255, 255, 255, 0.04);
}
.theme-dark .wizard .content {
  border-color: #3e3e3e;
}
.theme-dark .wizard > .content > .body input {
  border-color: initial;
}
.theme-dark .dropify-wrapper {
  background-color: transparent;
  border-color: #3e3e3e;
}
.theme-dark .dropify-wrapper:hover {
  background-image: linear-gradient(-45deg, #3e3e3e 25%, transparent 25%, transparent 50%, #3e3e3e 50%, #3e3e3e 75%, transparent 75%, transparent);
}
.theme-dark .table td, .theme-dark .table th {
  border-color: #3e3e3e;
}
.theme-dark .img-thumbnail {
  background-color: #ffffff;
  border-color: #ced4da;
}
.theme-dark .note-editor.note-frame {
  background: #383F43;
  border-color: #3e3e3e;
}
.theme-dark .note-editor.note-frame .note-editing-area .note-editable {
  background: #383F43;
  color: #8c8c8c;
}
.theme-dark .note-editor.note-frame .note-statusbar {
  background-color: #3e3e3e;
}
.theme-dark .alert a,
.theme-dark .alert .alert-link {
  color: #ffffff;
}
.theme-dark .dtp table.dtp-picker-days tr > th {
  border-color: rgba(41, 42, 51, 0.04);
}
.theme-dark .big_icon:before {
  color: rgba(255, 255, 255, 0.04);
}
.theme-dark .table.c_table {
  color: #8c8c8c;
}
.theme-dark .table.c_table tr {
  background: #383F43;
}
.theme-dark .table.c_table tr:hover {
  background: rgba(255, 255, 255, 0.02);
}
.theme-dark .footable-details.table-striped > tbody > tr:nth-child(odd),
.theme-dark .footable.table-striped > tbody > tr:nth-child(odd) {
  background-color: transparent;
}
.theme-dark .table-bordered {
  border-color: #3e3e3e;
}
.theme-dark .inbox.right .i_action,
.theme-dark .inbox.left .mail-side .nav li:hover,
.theme-dark .inbox.left .mail-side .nav li.active {
  background: #383F43;
  color: #8c8c8c;
}
.theme-dark .inbox.right .i_action a,
.theme-dark .inbox.left .mail-side .nav li:hover a,
.theme-dark .inbox.left .mail-side .nav li.active a {
  color: #ffffff;
}
.theme-dark .file_folder a,
.theme-dark .c_review li {
  border-color: #3e3e3e;
}
.theme-dark .chat_list .user_list .name,
.theme-dark .status .name {
  color: #ffffff;
}
.theme-dark .chat_window .chat-header .chat-num-messages {
  color: #8c8c8c;
}
.theme-dark .chat_window .chat-history {
  border-color: #3e3e3e;
}
.theme-dark .chat_window .chat-history .message {
  color: #8c8c8c;
}
.theme-dark .chat_window .chat-history .my-message {
  background: transparent;
  border: 1px solid #3e3e3e;
}
.theme-dark .chat_window .chat-history .my-message:after {
  border-bottom-color: #3e3e3e;
}
.theme-dark .chat_window .chat-history .other-message {
  background: #3e3e3e;
}
.theme-dark .chat_window .chat-history .other-message::after {
  border-bottom-color: #3e3e3e;
}
.theme-dark .team-info li img {
  border-color: #383F43;
}
.theme-dark .event_list .e_list,
.theme-dark .widget-categories li a {
  border-color: rgba(255, 255, 255, 0.1);
  color: #8c8c8c;
}
.theme-dark .fc .fc-view-container .fc-view.fc-agenda > table tbody tr td .fc-day-number,
.theme-dark .fc .fc-view-container .fc-view.fc-basic-view > table tbody tr td .fc-day-number {
  color: #8c8c8c;
}
.theme-dark .fc .fc-view-container .fc-view.fc-basic-view > table tbody tr td.fc-widget-content,
.theme-dark .fc .fc-view-container .fc-view.fc-agenda > table tbody tr td.fc-widget-content,
.theme-dark .fc .fc-view-container .fc-view.fc-basic-view .fc-body .fc-row .fc-bg,
.theme-dark .fc .fc-view-container .fc-view.fc-agenda .fc-body .fc-row .fc-bg {
  border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .taskboard .dd-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .file_manager .file {
  background: #383F43;
}
.theme-dark .file_manager .file .file-name {
  border-color: #3e3e3e;
}
.theme-dark .product_item .product_details > a {
  color: #ffffff;
}
.theme-dark .icon-section .icon-name {
  color: #8c8c8c;
}
.theme-dark .activity::before {
  background: #3e3e3e;
}
.theme-dark .activity li h4 {
  color: #8c8c8c;
}
.theme-dark .info-box-2 {
  background: #383F43;
}
.theme-dark .info-box-2 .content .text {
  color: #8c8c8c;
}
.theme-dark .info-box-2 .content .number {
  color: #ffffff;
}
.theme-dark .feed::before {
  color: rgba(255, 255, 255, 0.04);
}
.theme-dark .small_mcard_1 {
  background: #383F43;
}
.theme-dark .small_mcard_1 .footer {
  background: #3e3e3e;
}
.theme-dark .authentication .auth_form {
  background: #383F43;
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}
.theme-dark .cbp_tmtimeline:before {
  background: #3e3e3e;
}
.theme-dark .cbp_tmtimeline > li .cbp_tmlabel {
  background: #383F43;
}
.theme-dark .cbp_tmtimeline > li .cbp_tmlabel:after {
  border-right-color: #383F43;
}
.theme-dark .cbp_tmtimeline > li .cbp_tmtime {
  background: .theme-dark .cbp_tmtimeline > li .cbp_tmtime;
}
.theme-dark .cbp_tmtimeline > li .cbp_tmicon {
  box-shadow: none;
}
.theme-dark .pricing.pricing-item {
  background: transparent;
}
.theme-dark .pricing .pricing-deco-img path {
  fill: #383F43;
}
.theme-dark .tag-clouds li .badge {
  color: #ffffff;
}
.theme-dark .taskboard .dd-item .action a:hover {
  background: rgba(255, 255, 255, 0.04);
}
.theme-dark .taskboard .dd-item .action a i {
  color: rgba(255, 255, 255, 0.2);
}
.theme-dark .inbox_table .max_ellipsis a {
  color: #8c8c8c !important;
}
.theme-dark .c3_chart path,
.theme-dark .c3-chart-arc path,
.theme-dark #m_donut_chart path {
  stroke: #383F43;
}
.theme-dark #area_chart path {
  stroke: #3e3e3e;
}
.theme-dark .c3-legend-item text {
  fill: #8c8c8c;
}
/*
======================
PAQUES Custom CSS Page
======================
*/
/* Body
-----*/
body {
  background-color: transparent;
  color: #2E3536;
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 1.3vh;
  height: 7px;
}
::-webkit-scrollbar-track {
  background-color: inherit;
  border-radius: inherit;
}
::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 25px;
}
::-webkit-scrollbar-corner {
  display: none;
}
* {
  scrollbar-color: #aaaa transparent;
  scrollbar-width: thin;
}
/* Intro JS
----------*/
.theme-light-pqs .introjs-helperNumberLayer {
  display: none;
}
.theme-light-pqs .introjs-helperLayer {
  background: white;
  opacity: 0.2 !important;
}
.theme-light-pqs.theme-dark .introjs-button:hover {
  box-shadow: none !important;
}
.theme-light-pqs.theme-dark .introjs-tooltip {
  background: #2e3435 !important;
}
.theme-light-pqs.theme-dark .introjs-arrow.top {
  border-bottom-color: #2e3435;
}
.theme-light-pqs.theme-dark .introjs-arrow.left {
  border-right-color: #2e3435;
}
.theme-light-pqs.theme-dark .introjs-arrow.right {
  border-left-color: #2e3435;
}
.theme-light-pqs.theme-dark .introjs-tooltip-header {
  display: none !important;
}
.theme-light-pqs.theme-dark .introjs-tooltipbuttons > .introjs-skipbutton {
  background: transparent;
  float: left;
  color: white;
  text-shadow: none;
  border: none;
}
.theme-light-pqs.theme-dark .introjs-prevbutton {
  background: #383f43 !important;
  color: white !important;
  text-shadow: none;
  border: none;
  border-right: 1px solid #2e3435;
}
.theme-light-pqs.theme-dark .introjs-nextbutton {
  background: #383f43 !important;
  color: white !important;
  text-shadow: none;
  border: none;
}
/* Font Size
----------*/
.theme-light-pqs .f-5,
.theme-light-pqs.theme-dark .f-5 {
  font-size: 5px !important;
}
.theme-light-pqs .f-8,
.theme-light-pqs.theme-dark .f-8 {
  font-size: 8px !important;
}
.theme-light-pqs .f-10,
.theme-light-pqs.theme-dark .f-10 {
  font-size: 10px !important;
}
.theme-light-pqs .f-11,
.theme-light-pqs.theme-dark .f-11 {
  font-size: 11px !important;
}
.theme-light-pqs .f-12,
.theme-light-pqs.theme-dark .f-12 {
  font-size: 12px !important;
}
.theme-light-pqs .f-14,
.theme-light-pqs.theme-dark .f-14 {
  font-size: 14px !important;
}
.theme-light-pqs .f-15,
.theme-light-pqs.theme-dark .f-15 {
  font-size: 15px !important;
}
.theme-light-pqs .f-16,
.theme-light-pqs.theme-dark .f-16 {
  font-size: 16px !important;
}
.theme-light-pqs .f-18,
.theme-light-pqs.theme-dark .f-18 {
  font-size: 18px !important;
}
.theme-light-pqs .f-20,
.theme-light-pqs.theme-dark .f-20 {
  font-size: 20px !important;
}
.theme-light-pqs .f-22,
.theme-light-pqs.theme-dark .f-22 {
  font-size: 22px !important;
}
.theme-light-pqs .f-24,
.theme-light-pqs.theme-dark .f-24 {
  font-size: 24px !important;
}
.theme-light-pqs .f-28,
.theme-light-pqs.theme-dark .f-28 {
  font-size: 28px !important;
}
.theme-light-pqs .f-32,
.theme-light-pqs.theme-dark .f-32 {
  font-size: 32px !important;
}
.theme-light-pqs .f-36,
.theme-light-pqs.theme-dark .f-36 {
  font-size: 36px !important;
}
.theme-light-pqs .f-42,
.theme-light-pqs.theme-dark .f-42 {
  font-size: 42px !important;
}
.theme-light-pqs .f-55,
.theme-light-pqs.theme-dark .f-55 {
  font-size: 55px !important;
}
.theme-light-pqs .f-90,
.theme-light-pqs.theme-dark .f-90 {
  font-size: 90px !important;
}
/* Background Color
---------------- */
.theme-light-pqs .bg-white,
.theme-light-pqs.theme-dark .bg-white {
  background-color: #ffffff !important;
}
.theme-light-pqs .bg-cyan,
.theme-light-pqs.theme-dark .bg-cyan {
  background-color: #38aebf !important;
}
.theme-light-pqs .bg-orange,
.theme-light-pqs.theme-dark .bg-orange {
  background-color: #ff8105 !important;
}
.theme-light-pqs .bg-blue,
.theme-light-pqs.theme-dark .bg-blue {
  background-color: #3585dc !important;
}
.theme-light-pqs .bg-pqs-dark,
.theme-light-pqs.theme-dark .bg-pqs-dark {
  background-color: #2e3435;
}
.theme-light-pqs .bg-pqs-tosca,
.theme-light-pqs.theme-dark .bg-pqs-tosca {
  background-color: #1f93a4 !important;
}
.theme-light-pqs .bg-pqs-red,
.theme-light-pqs.theme-dark .bg-pqs-red {
  background-color: #e3516a !important;
}
.theme-light-pqs .bg-pqs-green,
.theme-light-pqs.theme-dark .bg-pqs-green {
  background-color: #15ac8d !important;
}
.theme-light-pqs .bg-pqs-blue,
.theme-light-pqs.theme-dark .bg-pqs-blue {
  background-color: #3f87c9 !important;
}
.theme-light-pqs .bg-pqs-purple,
.theme-light-pqs.theme-dark .bg-pqs-purple {
  background-color: #70509a !important;
}
.theme-light-pqs .bg-pqs-brown,
.theme-light-pqs.theme-dark .bg-pqs-brown {
  background-color: #ac6d22 !important;
}
.theme-light-pqs .bg-pastel-green,
.theme-light-pqs.theme-dark .bg-pastel-green {
  background-color: #e1eed8 !important;
}
/* Text Color
---------- */
.theme-light-pqs .text-red,
.theme-light-pqs.theme-dark .text-red {
  color: #e73f5b !important;
}
.theme-light-pqs .text-yellow,
.theme-light-pqs.theme-dark .text-yellow {
  color: #d7c100 !important;
}
.theme-light-pqs .text-cyan,
.theme-light-pqs.theme-dark .text-cyan {
  color: #5cc5cd !important;
}
.theme-light-pqs .text-orange,
.theme-light-pqs.theme-dark .text-orange {
  color: #ff8105 !important;
}
.theme-light-pqs .text-white,
.theme-light-pqs.theme-dark .text-white {
  color: #ffffff !important;
}
.theme-light-pqs .text-blue,
.theme-light-pqs.theme-dark .text-blue {
  color: #46b6fe !important;
}
.theme-light-pqs .text-grey,
.theme-light-pqs.theme-dark .text-grey {
  color: #888888 !important;
}
.theme-light-pqs .text-yellow,
.theme-light-pqs.theme-dark .text-yellow {
  color: #fec600 !important;
}
.theme-light-pqs .text-red,
.theme-light-pqs.theme-dark .text-red {
  color: #ed4b57 !important;
}
.theme-light-pqs .text-light-yellow,
.theme-light-pqs.theme-dark .text-light-yellow {
  color: #faf504 !important;
}
.theme-light-pqs .text-pastel-green,
.theme-light-pqs.theme-dark .text-pastel-green {
  color: #e1eed8 !important;
}
.theme-light-pqs .text-deep-green,
.theme-light-pqs.theme-dark .text-deep-green {
  color: #376c14 !important;
}
/* Border
------ */
.theme-light-pqs .border-b-10,
.theme-light-pqs.theme-dark .border-b-10 {
  border-bottom: 10px solid;
}
.theme-light-pqs .border-l-10,
.theme-light-pqs.theme-dark .border-l-10 {
  border-left: 10px solid;
}
.theme-light-pqs .border-t-7,
.theme-light-pqs.theme-dark .border-t-7 {
  border-top: 7px solid;
}
.theme-light-pqs .border-twitter,
.theme-light-pqs.theme-dark .border-twitter {
  border-color: #55acee !important;
}
.theme-light-pqs .border-facebook,
.theme-light-pqs.theme-dark .border-facebook {
  border-color: #0063e0 !important;
}
.theme-light-pqs .border-instagram,
.theme-light-pqs.theme-dark .border-instagram {
  border-color: #e4405f !important;
}
.theme-light-pqs .border-media,
.theme-light-pqs.theme-dark .border-media {
  border-color: #e2640d !important;
}
.theme-light-pqs .border-red,
.theme-light-pqs.theme-dark .border-red {
  border-color: #FF7E6B !important;
}
.theme-light-pqs .border-yellow,
.theme-light-pqs.theme-dark .border-yellow {
  border-color: #EDAE49 !important;
}
.theme-light-pqs .border-cyan,
.theme-light-pqs.theme-dark .border-cyan {
  border-color: #5cc5cd !important;
}
.theme-light-pqs .border-green,
.theme-light-pqs.theme-dark .border-green {
  border-color: #91AC86 !important;
}
.theme-light-pqs .border-blue,
.theme-light-pqs.theme-dark .border-blue {
  border-color: #A0CED9 !important;
}
.theme-light-pqs .border-purple,
.theme-light-pqs.theme-dark .border-purple {
  border-color: #977390 !important;
}
.theme-light-pqs .border-orange,
.theme-light-pqs.theme-dark .border-orange {
  border-color: #FF934F !important;
}
/* Margin
------- */
.theme-light-pqs .ml-0,
.theme-light-pqs.theme-dark .ml-0 {
  margin-left: 0 !important;
}
.theme-light-pqs .ml-1,
.theme-light-pqs.theme-dark .ml-1 {
  margin-left: 0.25rem !important;
}
.theme-light-pqs .ml-2,
.theme-light-pqs.theme-dark .ml-2 {
  margin-left: 0.5rem !important;
}
.theme-light-pqs .ml-3,
.theme-light-pqs.theme-dark .ml-3 {
  margin-left: 1rem !important;
}
.theme-light-pqs .ml-4,
.theme-light-pqs.theme-dark .ml-4 {
  margin-left: 1.5rem !important;
}
.theme-light-pqs .ml-5,
.theme-light-pqs.theme-dark .ml-5 {
  margin-left: 3rem !important;
}
.theme-light-pqs .mr-0,
.theme-light-pqs.theme-dark .mr-0 {
  margin-right: 0 !important;
}
.theme-light-pqs .mr-1,
.theme-light-pqs.theme-dark .mr-1 {
  margin-right: 0.25rem !important;
}
.theme-light-pqs .mr-2,
.theme-light-pqs.theme-dark .mr-2 {
  margin-right: 0.5rem !important;
}
.theme-light-pqs .mr-3,
.theme-light-pqs.theme-dark .mr-3 {
  margin-right: 1rem !important;
}
.theme-light-pqs .mr-4,
.theme-light-pqs.theme-dark .mr-4 {
  margin-right: 1.5rem !important;
}
.theme-light-pqs .mr-5,
.theme-light-pqs.theme-dark .mr-5 {
  margin-right: 3rem !important;
}
/* Padding
------- */
.theme-light-pqs .pl-0,
.theme-light-pqs.theme-dark .pl-0 {
  padding-left: 0 !important;
}
.theme-light-pqs .pl-1,
.theme-light-pqs.theme-dark .pl-1 {
  padding-left: 0.25rem !important;
}
.theme-light-pqs .pl-2,
.theme-light-pqs.theme-dark .pl-2 {
  padding-left: 0.5rem !important;
}
.theme-light-pqs .pl-3,
.theme-light-pqs.theme-dark .pl-3 {
  padding-left: 1rem !important;
}
.theme-light-pqs .pl-4,
.theme-light-pqs.theme-dark .pl-4 {
  padding-left: 1.5rem !important;
}
.theme-light-pqs .pl-5,
.theme-light-pqs.theme-dark .pl-5 {
  padding-left: 3rem !important;
}
.theme-light-pqs .pr-0,
.theme-light-pqs.theme-dark .pr-0 {
  padding-right: 0 !important;
}
.theme-light-pqs .pr-1,
.theme-light-pqs.theme-dark .pr-1 {
  padding-right: 0.25rem !important;
}
.theme-light-pqs .pr-2,
.theme-light-pqs.theme-dark .pr-2 {
  padding-right: 0.5rem !important;
}
.theme-light-pqs .pr-3,
.theme-light-pqs.theme-dark .pr-3 {
  padding-right: 1rem !important;
}
.theme-light-pqs .pr-4,
.theme-light-pqs.theme-dark .pr-4 {
  padding-right: 1.5rem !important;
}
.theme-light-pqs .pr-5,
.theme-light-pqs.theme-dark .pr-5 {
  padding-right: 3rem !important;
}
/* Text Alignment
-------------- */
.theme-light-pqs .text-left,
.theme-light-pqs.theme-dark .text-left {
  text-align: left !important;
}
.theme-light-pqs .text-right,
.theme-light-pqs.theme-dark .text-right {
  text-align: right !important;
}
/* Paques Loading Animation
------------------------ */
@keyframes paques-spin {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
.theme-light-pqs.theme-dark .kt-splash-screen {
  background-color: #f2f3f8 !important;
  color: #2E3536;
}
.theme-light-pqs.theme-dark .kt-splash-screen .paques-spin {
  width: 75px;
  line-height: 1.5;
  animation-name: paques-spin;
  -webkit-animation-name: paques-spin;
  animation: paques-spin 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  -webkit-animation: paques-spin 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
/* Workspace
--------- */
.theme-light-pqs {
  color: #8c8c8c;
}
.theme-light-pqs section.content {
  border-radius: 0px;
  border: none;
  margin: 0px 200px 0px 230px;
  height: calc(100vh - 85px);
  top: 85px;
  background: #e1e4e6;
  overflow: overlay;
  transition: none !important;
}
.theme-light-pqs section.content.fitArea {
  top: 40px;
  height: calc(100vh - 40px) !important;
}
.theme-light-pqs section.content.content-full {
  margin: 0px;
  width: 100%;
}
.theme-light-pqs section.content.content-full.content-full-max {
  height: 100vh;
  top: 0px;
  padding-top: 50px !important;
}
.theme-light-pqs section.content.content-full.content-full-max.pt-5 {
  padding-top: 25px !important;
}
.theme-light-pqs section.content.content-full.content-query {
  position: fixed;
  padding: 0px;
}
.theme-light-pqs section.content.content-dp {
  margin: 0px;
}
.theme-light-pqs section.content h3 {
  margin-bottom: 20px;
}
.theme-light-pqs section.content .top-0 {
  top: 0px;
}
.theme-light-pqs section.content .p100 {
  padding: 100px 0;
}
.theme-light-pqs section.content .border-transparent {
  border: 2px solid transparent;
}
.theme-light-pqs section.content-full-page {
  width: 100%;
  min-height: 100vh;
  padding: 25px;
  background-color: #181a1b;
  max-height: 100%;
}
.theme-light-pqs section.content-pamedi {
  border-radius: 0px;
  border: none;
  margin: 48px 5px 0 230px;
  padding: 0;
}
.theme-light-pqs a:not(.btn) {
  color: #212529;
  text-decoration: none;
  font-size: 12px;
}
.theme-light-pqs .pivot-container {
  height: 100%;
}
.theme-light-pqs .pivot-container .dataTables_filter {
  margin-bottom: 10px;
}
.theme-light-pqs .pivot-container .dataTables_wrapper {
  height: 100%;
}
.theme-light-pqs .pivot-container .dataTables_wrapper .table-pivot {
  width: 100% !important;
  height: calc(100% - 80px);
  overflow: auto;
  display: block;
  margin-bottom: 10px;
}
.theme-light-pqs #workspace .card {
  margin-bottom: 0px;
}
.theme-light-pqs #workspace .card > .body {
  min-height: calc(100vh - 15rem);
  max-height: 100%;
  padding: 2% !important;
}
.theme-light-pqs #workspace .card > .body .demo-chart {
  height: calc(100vh - 18rem);
}
.theme-light-pqs #workspace .card > .body .demo-chart.h-85 {
  height: calc(100vh - 23rem) !important;
}
.theme-light-pqs #workspace .card > .body pq-bignumber-async .demo-chart {
  margin-top: -35px;
}
.theme-light-pqs #rowDashboard pq-bignumber-async .demo-chart {
  margin-top: -35px;
}
.theme-light-pqs #rowDashboard .wrapTableView {
  overflow: hidden;
  max-height: calc(100% - 30px) !important;
}
.theme-light-pqs #rowDashboard .scrolling-table {
  overflow: auto;
  height: calc(100% - 80px) !important;
}
.theme-light-pqs #rowDashboard .scrolling-table .mat-table {
  max-height: calc(100vh - 270px);
}
.theme-light-pqs #rowDashboard .scrolling-table-comparison {
  overflow: auto;
  height: calc(100% - 40px) !important;
}
.theme-light-pqs #rowDashboard .scrolling-table-comparison .mat-table {
  max-height: 100% !important;
  margin-bottom: 0 !important;
}
.theme-light-pqs #rowDashboard [pq-basic-chart-async] {
  height: 100%;
}
.theme-light-pqs #rowDashboard pq-tableview-async .card > .body,
.theme-light-pqs #rowDashboard pq-pivot-async .card > .body,
.theme-light-pqs #rowDashboard pq-filterbox-async .card > .body {
  overflow: auto;
}
.theme-light-pqs #rowDashboard .demo-chart {
  height: 100% !important;
}
.theme-light-pqs #rowDashboard.dash-grid {
  padding: 0px;
}
.theme-light-pqs #rowDashboard.grid-stack-static .grid-stack-item-content .card .body .demo-chart.h-85 {
  height: calc(100% - 43px) !important;
}
.theme-light-pqs #rowDashboard.grid-stack-static .grid-stack-item-content .card .body .demo-chart.h-85-big {
  height: calc(100% - 30px) !important;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content {
  border-radius: 0.5rem;
  overflow: unset;
  text-align: left;
  background-color: transparent;
  left: 5px;
  right: 5px;
  height: 100%;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card {
  margin-bottom: 0px;
  height: inherit;
  display: block;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card .header > h2 {
  text-align: left;
  display: flex;
  text-align: left;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card .header .loader {
  margin-right: 5px;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card > .body {
  height: calc(100% - 40px) !important;
  overflow-y: unset !important;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card > .body.ch-full {
  height: 75vh;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card > .body.ch-half {
  height: 50vh;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card > .body.ch-1-3 {
  height: 25vh;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card > .body.roundeds {
  height: calc(100% - 2px) !important;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card .demo-chart {
  height: 100% !important;
}
.theme-light-pqs #rowDashboard .grid-stack-item .ui-resizable-se,
.theme-light-pqs #rowDashboard .grid-stack-item .ui-resizable-sw {
  bottom: 5px;
}
.theme-light-pqs.theme-dark section.content, .theme-light-pqs.theme-dark section.content-full {
  background: #181a1b;
}
.theme-light-pqs .cdk-drag-placeholder {
  display: none;
}
.theme-light-pqs .cdk-drag-preview {
  box-sizing: border-box;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  background: #fff;
  opacity: 0.3;
}
.theme-light-pqs .drop-inside {
  border: 1px dashed #aaa;
}
.theme-light-pqs .drop-before {
  border-top: 1px dashed #aaa;
}
.theme-light-pqs .drop-after {
  border-bottom: 1px dashed #aaa;
}
.theme-light-pqs .node-item {
  display: block;
  position: relative;
}
.theme-light-pqs .node-item .node-item-wrapper {
  position: relative;
  flex-direction: row;
  display: flex;
  align-items: center;
}
.theme-light-pqs .node-item .node-item-wrapper a,
.theme-light-pqs .node-item .node-item-wrapper .img-menu {
  width: 20px;
  height: 20px;
  text-align: center;
  align-self: center;
}
.theme-light-pqs .node-item .node-item-wrapper img {
  vertical-align: baseline;
}
.theme-light-pqs .node-item .node-item-wrapper .node-title {
  margin: 5px;
  background: transparent;
  border: 2px solid #d4d4d6;
  border-color: rgba(128, 128, 128, 0.2);
  cursor: pointer;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.theme-light-pqs .node-item .node-item-wrapper .node-title:hover, .theme-light-pqs .node-item .node-item-wrapper .node-title.active {
  background: rgba(128, 128, 128, 0.1);
  color: #009ba7;
  font-weight: 500;
  border: 2px solid #5cc5cd;
}
.theme-light-pqs .node-item .node-item-wrapper .node-title .item-notes {
  margin-left: 4px;
  margin-right: 10px;
  font-size: 12px;
  word-break: break-word;
}
.theme-light-pqs .node-item .node-children {
  position: relative;
  transition: height 0.2s;
  margin-left: 22px;
}
.theme-light-pqs .leftbar-app .node-title {
  width: 80%;
  color: #8c8c8c;
  padding: 5px 0 5px 10px;
  align-items: center;
  cursor: pointer;
  margin-right: 0;
}
.theme-light-pqs .leftbar-app .node-title:active {
  background: rgba(128, 128, 128, 0.1);
  color: #009ba7;
}
.theme-light-pqs .leftbar-app .node-item {
  width: 100%;
}
.theme-light-pqs .leftbar-app .node-children {
  width: 100%;
}
.theme-light-pqs .leftbar-app .mat-icon-button {
  margin-left: auto;
  width: 14%;
  align-self: center;
}
.theme-light-pqs .leftbar-app .is-active {
  color: #5cc5cd !important;
  background: rgba(128, 128, 128, 0.1) !important;
}
.theme-light-pqs.theme-dark .node-item .node-item-wrapper .node-title:hover, .theme-light-pqs.theme-dark .node-item .node-item-wrapper .node-title.active {
  color: #5cc5cd;
}
.theme-light-pqs.theme-dark a:not(.btn) {
  color: #d8d8d8;
  text-decoration: none;
  font-size: 12px;
}
/* Sidebar
------- */
.theme-light-pqs .sidebar {
  top: 85px;
  background: #ffffff;
  border-right: 1px solid #d4d4d6;
  width: 230px;
  z-index: 11;
}
.theme-light-pqs .sidebar .menu .list .panel-group .panel .panel-heading .side-title {
  font-size: 10px;
  line-height: 1.1em;
}
.theme-light-pqs .sidebar .menu .list .panel-group .panel .panel-heading a > span {
  font-size: 8px !important;
}
.theme-light-pqs .sidebar .menu .list .panel-group .panel-primary .panel-title {
  font-size: 10px;
}
.theme-light-pqs .sidebar .menu .list .dp-sidebar {
  max-height: calc(90% - 65px) !important;
}
.theme-light-pqs .sidebar .menu .list .dv-sidebar {
  max-height: calc(98% - 65px) !important;
}
.theme-light-pqs .sidebar .menu .list button.btn-delete {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  font-size: 17px;
}
.theme-light-pqs .sidebar .menu .list button.btn-delete.active {
  color: #8c8c8c;
}
.theme-light-pqs .sidebar .menu .list a i {
  transform: unset;
  color: #8c8c8c;
}
.theme-light-pqs .sidebar .menu .list a:hover i {
  transform: unset;
  color: #5cc5cd;
}
.theme-light-pqs .sidebar .menu .slimScrollDiv {
  height: auto !important;
}
.theme-light-pqs .sidebar-style-2 {
  top: 53px;
  width: 210px;
  z-index: 11;
  border-radius: 10px;
  margin-top: 105px;
  margin-left: 5px;
  height: calc(100vh - 0px);
  position: fixed;
  background: #f7f7f7;
}
.theme-light-pqs .sidebar-style-2 .sidebar-list-menu {
  background: #e1e4e6;
  padding: 15px;
  border-bottom: 1px solid #cacaca;
}
.theme-light-pqs .navbar-right {
  transition: all 0.5s;
  font-family: "Gilroy", sans-serif;
  width: 200px;
  height: calc(100vh - 85px);
  position: fixed;
  top: 85px;
  right: 0;
  box-shadow: none;
  z-index: 11;
  display: inline-block;
  background: #ffffff;
  border-left: 1px solid #d4d4d6;
}
.theme-light-pqs .navbar-right .menu .list {
  height: calc(100% - 80px) !important;
}
.theme-light-pqs .navbar-right .button-container {
  z-index: 9;
  position: sticky;
  top: 0;
  padding: 10px;
  background: #f7f7f7;
  border-bottom: 0.01em solid #d4d4d6;
  text-align: center;
}
.theme-light-pqs .navbar-right .button-container .mat-raised-button {
  box-shadow: none;
}
.theme-light-pqs .dq-sc {
  max-height: calc(100vh - 15.25rem);
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 300px;
}
.theme-light-pqs .dp-h93v {
  height: calc(100vh - 130px);
  overflow-y: auto;
}
.theme-light-pqs .dv-sc {
  max-height: calc(100vh - 15.5rem);
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 300px;
}
.theme-light-pqs .dv-sc.dvc-sc {
  max-height: calc(100vh - 12.9rem);
}
.theme-light-pqs.theme-dark .sidebar {
  background: #2e3435;
  border-right: 1px solid #181a1b;
}
.theme-light-pqs.theme-dark .sidebar .slimScrollDiv {
  height: auto !important;
}
.theme-light-pqs.theme-dark .sidebar-style-2 {
  background: #282e2f;
}
.theme-light-pqs.theme-dark .sidebar-style-2 .sidebar-list-menu {
  background: #181a1b;
  border-bottom: 1px solid #393838;
}
.theme-light-pqs.theme-dark .navbar-right {
  background: #2e3435;
  border-left: 1px solid #181a1b;
}
.theme-light-pqs.theme-dark .navbar-right .button-container {
  background: #202627;
  border-bottom: 0.01em solid #181a1b;
}
@media only screen and (max-width: 767px) {
  .sidebar {
    left: inherit;
  }
}
/* Hide Menu
--------- */
.theme-light-pqs .hide-menu {
  display: inline-block;
  position: fixed;
  bottom: 85px;
  margin-left: 229px;
  transition: all 0.5s;
  border: none;
  background: none;
  padding: unset;
}
.theme-light-pqs .hide-menu .btn-toggle {
  width: 15px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-width: 2px;
  font-weight: 400;
  font-size: 0.8171em;
  border: none;
  cursor: pointer !important;
}
.theme-light-pqs .hide-menu .btn-toggle.btn-toggle-menu {
  background: transparent;
  border-color: transparent;
}
.theme-light-pqs .hide-menu .btn-toggle.btn-toggle-menu:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: white;
  transform: perspective(2vw) rotateY(30deg);
  border: 1px solid #d4d4d6;
  border-left: 1px solid #ffffff;
}
.theme-light-pqs .hide-menu .btn-toggle.btn-toggle-menu:hover, .theme-light-pqs .hide-menu .btn-toggle.btn-toggle-menu:focus {
  background: transparent !important;
  border-color: transparent !important;
}
.theme-light-pqs .hide-menu .btn-menu {
  line-height: 21px;
  font-family: "Material-Design-Iconic-Font";
  display: inline;
  font-size: 15px;
  margin: 20px 0px 20px -2px;
}
.theme-light-pqs .hide-menu .btn-menu::after {
  content: "\f2fa";
}
.theme-light-pqs .hide-menu.rtl-sidebar {
  margin-left: -15px;
  transform: rotateY(180deg);
}
.theme-light-pqs.theme-dark .hide-menu .btn-toggle.btn-toggle-menu:after {
  background: #2e3435;
  border: 1px solid #202627;
  border-left: 1px solid #2e3435;
}
/* Sidebar Toggle
-------------- */
.theme-light-pqs.ls-toggle-menu .sidebar {
  width: 230px;
  left: -230px;
}
.theme-light-pqs.ls-toggle-menu section.content {
  margin-left: 0px;
}
.theme-light-pqs.ls-toggle-menu .pql_accordion {
  margin-left: 0px;
  width: calc(100% - 200px);
}
.theme-light-pqs.ls-toggle-menu.right_icon_toggle .pql_accordion {
  width: 100%;
}
.theme-light-pqs.ls-toggle-menu.ls-closed .pql_accordion {
  width: 100%;
}
.theme-light-pqs.right_icon_toggle section.content {
  margin-right: 0px;
}
.theme-light-pqs.right_icon_toggle .pql_accordion {
  margin-right: 0px;
  width: calc(100% - 230px);
}
.theme-light-pqs.right_icon_toggle .footer_accordion {
  width: 100% !important;
}
.theme-light-pqs.ls-closed .navbar-right {
  width: 0;
}
.theme-light-pqs.ls-closed section.content {
  margin: 0px;
}
.theme-light-pqs.left_icon_toggle .sidebar {
  width: 230px;
  left: -230px;
}
.theme-light-pqs.left_icon_toggle .sidebar .hide-menu .btn-menu::after {
  content: "\f2fb";
}
.theme-light-pqs.left_icon_toggle .footer_accordion {
  margin-left: 0px;
  width: calc(100% - 200px);
}
.theme-light-pqs.right_icon_toggle .navbar-right {
  width: 200px;
  right: -200px;
}
.theme-light-pqs.right_icon_toggle .navbar-right .hide-menu .btn-menu::after {
  content: "\f2fb";
}
/* Accordion
--------- */
.theme-light-pqs .pql_accordion {
  position: fixed;
  width: 100%;
  bottom: 40px;
  transition: all 0.5s;
  z-index: 10;
}
.theme-light-pqs .pql_accordion .pql_body {
  height: calc(100vh - 130px);
}
.theme-light-pqs .pql_accordion .pql_body .body {
  border-radius: 0.35rem !important;
}
.theme-light-pqs .pql_accordion .h4,
.theme-light-pqs .footer_accordion .h4 {
  border-top: 1px solid #e1e4e6;
}
.theme-light-pqs .footer_accordion {
  position: fixed;
  width: calc(100% - 430px);
  bottom: 0;
  z-index: 12;
  background: #f7f7f7;
  margin-left: 230px;
  margin-right: 200px;
  transition: all 0.5s;
  z-index: 10;
}
.theme-light-pqs .footer_accordion .result_body {
  overflow: overlay;
  height: calc(100vh - 125px);
  transition: all 0.5s;
}
.theme-light-pqs .footer_accordion .result_body .mat-table .ellipsis_cell > ul li p > span {
  padding: 0;
}
.theme-light-pqs .footer_accordion .result_body .mat-table .mat-header-cell,
.theme-light-pqs .footer_accordion .result_body .mat-table .mat-cell {
  padding: 3px;
  border: none;
  border-left: 0.01px solid #dfdfdf;
}
.theme-light-pqs .footer_accordion .panel .shade-handle + .panel-heading + .panel-collapse .result_body {
  height: calc(100vh - 130px);
}
.theme-light-pqs .footer_accordion .panel .shade-handle + .panel-heading + .panel-collapse .result_body .mat-cell {
  cursor: text;
}
.theme-light-pqs .footer_accordion .panel .shade-handle + .panel-heading + .panel-collapse .result_body .data-null {
  color: #8c8c8c !important;
  text-transform: uppercase;
}
.theme-light-pqs.theme-dark .pql_body .card-pqs .body {
  background-color: #2e3435;
}
.theme-light-pqs.theme-dark .pql_accordion,
.theme-light-pqs.theme-dark .footer_accordion {
  background: #202627;
}
.theme-light-pqs.theme-dark .pql_accordion .h4,
.theme-light-pqs.theme-dark .footer_accordion .h4 {
  border-top: 1px solid #212627;
}
.theme-light-pqs.theme-dark .footer_accordion .result_body .mat-table .mat-header-cell,
.theme-light-pqs.theme-dark .footer_accordion .result_body .mat-table .mat-cell {
  border-left: 0.01px solid #3e4448;
}
/* Sidebar Menu
------------ */
.theme-light-pqs .right-sidebar {
  height: calc(100vh - 40px);
  background: #ffffff;
  left: -300px;
  width: 225px;
}
.theme-light-pqs .right-sidebar.open {
  left: 20px;
}
.theme-light-pqs .sidebar-menu {
  padding-left: 20px;
  list-style: none;
}
.theme-light-pqs .sidebar-menu .side-item {
  margin-bottom: 15px;
  padding-left: 10px;
}
.theme-light-pqs .sidebar-menu .side-item.active .side-link:not(.btn) {
  background-color: #e1e4e6;
  border-radius: 0.2875rem;
  padding: 5px 10px;
}
.theme-light-pqs .sidebar-menu .side-item .side-link {
  color: #222222;
  padding: 5px 10px;
  font-size: 12px;
}
.theme-light-pqs .sidebar-menu .side-item .side-link.disabled {
  color: #8c8c8c !important;
  pointer-events: none;
}
.theme-light-pqs .sidebar-menu .side-item .side-link.side-link:focus, .theme-light-pqs .sidebar-menu .side-item .side-link.side-link:hover, .theme-light-pqs .sidebar-menu .side-item .side-link.side-link:active {
  background-color: #e1e4e6;
  border-radius: 0.2875rem;
  padding: 5px 10px;
  transition: all 0.25s;
}
.theme-light-pqs .sidebar-menu .side-item .side-link.side-link:disabled {
  opacity: 0.65;
}
.theme-light-pqs.theme-dark .right-sidebar {
  background: #383f43;
}
.theme-light-pqs.theme-dark .sidebar-menu .side-item.active .side-link:not(.btn) {
  background-color: rgba(222, 222, 222, 0.5);
}
.theme-light-pqs.theme-dark .sidebar-menu .side-item .side-link {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .sidebar-menu .side-item .side-link.side-link:focus, .theme-light-pqs.theme-dark .sidebar-menu .side-item .side-link.side-link:hover, .theme-light-pqs.theme-dark .sidebar-menu .side-item .side-link.side-link:active {
  background-color: rgba(222, 222, 222, 0.5);
}
/* Top Navigation
-------------- */
.theme-light-pqs .navbar {
  background: #ffffff;
  min-height: 40px;
  transition: all 0.5s;
  z-index: 13;
}
.theme-light-pqs .navbar .icons {
  color: black;
}
.theme-light-pqs .navbar a:not(.btn):not(.dropdown-item) {
  color: #222222;
  font-weight: 500;
}
.theme-light-pqs .navbar .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.theme-light-pqs .navbar .navbar-nav {
  flex-direction: row;
}
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-link.notif-visible .zmdi-notifications-active {
  vertical-align: 8.5px;
}
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-link.notif-visible .badge {
  vertical-align: 15px;
}
.theme-light-pqs .navbar .navbar-nav .nav-link:not(.btn) {
  font-size: 0.55em;
  padding: 0.45rem 0.6rem;
  line-height: 0.7142em;
}
.theme-light-pqs .navbar .navbar-nav .nav-link:not(.btn).disabled {
  color: #808080;
}
.theme-light-pqs .navbar .navbar-nav .nav-item.active .nav-link:not(.btn),
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-link:not(.btn):active {
  background-color: rgba(222, 222, 222, 0.5);
}
.theme-light-pqs .navbar .navbar-nav .dropdown-menu {
  position: absolute;
}
.theme-light-pqs .navbar .navbar-nav.menu-nav {
  display: none;
}
.theme-light-pqs .navbar .navbar-nav.menu-nav a.nav-link:hover, .theme-light-pqs .navbar .navbar-nav.menu-nav a.nav-link.active {
  background-color: rgba(222, 222, 222, 0.5);
  border-radius: 6px;
}
.theme-light-pqs .navbar .navbar-brand {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.theme-light-pqs kt-menu-horizontal {
  width: calc(100% - 65px);
}
.theme-light-pqs.theme-dark .navbar {
  background: #383f43;
}
.theme-light-pqs.theme-dark .navbar a:not(.btn):not(.dropdown-item) {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .navbar .icons {
  color: #999;
}
.theme-light-pqs.theme-dark .navbar .navbar-brand i {
  color: #fff;
}
@media (max-width: 560px) {
  .theme-light-pqs .navbar .navbar-collapse .navbar-nav {
    display: none;
  }
  .theme-light-pqs .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    position: fixed !important;
    left: 5%;
    width: 90%;
  }
  .theme-light-pqs .navbar .navbar-collapse .navbar-nav.menu-nav, .theme-light-pqs .navbar .navbar-collapse .navbar-nav.right-nav {
    display: flex;
  }
}
/* Sub Top Navigation
------------------ */
.theme-light-pqs .sub-top-nav {
  position: fixed;
  top: 42px;
  width: 100%;
  z-index: 12;
  margin: 0;
  background: #eceff1;
  border-bottom: 1px solid #d4d4d6;
  transition: all 0.5s;
}
.theme-light-pqs .sub-top-nav .nav {
  padding: 0px;
  flex-wrap: unset;
}
.theme-light-pqs .sub-top-nav .nav .nav-item {
  width: calc(100% - 175px);
  margin-top: 7px;
}
.theme-light-pqs .sub-top-nav .nav .nav-item .nav-link {
  padding: 4px;
}
.theme-light-pqs.theme-dark .sub-top-nav {
  background: #272e2f;
}
/* Button
------ */
.theme-light-pqs .btn {
  line-height: 1.3em;
  color: #222222;
}
.theme-light-pqs .btn i {
  vertical-align: text-bottom;
}
.theme-light-pqs .btn.disabled {
  pointer-events: initial;
}
.theme-light-pqs .btn:hover {
  box-shadow: none;
}
.theme-light-pqs .btn-outline {
  border: none;
  color: #212529;
  background: #d4d4d6;
  min-height: 26px !important;
  min-width: 1.5rem !important;
  border-radius: 0.2875rem;
  font-size: 10px;
}
.theme-light-pqs .btn-outline:hover {
  color: #ffffff !important;
  background-color: #117a8b !important;
}
.theme-light-pqs .btn-outline.disabled:hover, .theme-light-pqs .btn-outline.disabled:hover > i {
  color: #212529 !important;
  background: #d4d4d6 !important;
}
.theme-light-pqs .btn-outline.btn-outline-mini {
  line-height: 27px;
  width: 24px;
  height: 20px;
}
.theme-light-pqs .btn-outline.btn-outline-mini span,
.theme-light-pqs .btn-outline.btn-outline-mini i {
  line-height: 25px;
}
.theme-light-pqs .btn-outline.btn-outline-mini:focus i {
  color: #212529;
}
.theme-light-pqs .btn-outline.btn-outline-maxi {
  height: 40px !important;
  width: 40px;
}
.theme-light-pqs .btn-outline.btn-outline-maxi img {
  filter: brightness(0.65);
  width: 28px;
}
.theme-light-pqs .btn-outline.btn-outline-maxi:focus, .theme-light-pqs .btn-outline.btn-outline-maxi:active, .theme-light-pqs .btn-outline.btn-outline-maxi:hover {
  border: none;
  color: #ffffff;
  background: #117a8b;
  transition: 0.3s all;
}
.theme-light-pqs .btn-outline.btn-outline-maxi:focus img, .theme-light-pqs .btn-outline.btn-outline-maxi:active img, .theme-light-pqs .btn-outline.btn-outline-maxi:hover img {
  filter: none;
}
.theme-light-pqs .btn-outline.btn-outline-maxi.active img {
  filter: none;
}
.theme-light-pqs .btn-outline.btn-qcommand {
  height: 30px !important;
  width: 30px;
  padding: 7px;
}
.theme-light-pqs .btn-outline.btn-qcommand img {
  filter: invert(1);
}
.theme-light-pqs .btn-outline.btn-qcommand:hover img {
  filter: none;
  transition: 0.3s all;
}
.theme-light-pqs .btn-outline.btn-lg {
  height: 2.5rem !important;
  font-size: 12px;
  line-height: 9px;
}
.theme-light-pqs .btn-outline.bg-transparent:hover, .theme-light-pqs .btn-outline.bg-transparent:not(:disabled):not(.disabled):active {
  color: #5cc5cd !important;
  background-color: transparent !important;
}
.theme-light-pqs .btn-outline:not(:disabled):not(.disabled):active, .theme-light-pqs .btn-outline:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #117a8b !important;
  border-color: #117a8b;
}
.theme-light-pqs .btn-outline.btn-toggle-table:not(:disabled):not(.disabled):active, .theme-light-pqs .btn-outline.btn-toggle-table:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c;
}
.theme-light-pqs .btn-outline.btn-toggle-table:hover {
  background-color: #8c8c8c !important;
}
.theme-light-pqs .btn-green {
  color: #ffffff;
  background-color: #84cfea !important;
}
.theme-light-pqs .btn-danger {
  background-color: #ee2558;
}
.theme-light-pqs .btn-light {
  background-color: #f4f4f4;
}
.theme-light-pqs .btn.btn-outline-view {
  color: #00d4ae !important;
  border-color: #00d4ae !important;
  background: #fff !important;
  border: 2px solid !important;
}
.theme-light-pqs .btn-icon {
  line-height: 0.8rem;
}
.theme-light-pqs .btn-dark {
  background-color: #f4f4f4;
}
.theme-light-pqs .btn-dark:hover, .theme-light-pqs .btn-dark:focus, .theme-light-pqs .btn-dark:active {
  background-color: #299da4 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.theme-light-pqs .btn-dark.active {
  background-color: #299da4 !important;
}
.theme-light-pqs .btn-color-palette,
.theme-light-pqs .btn-color-palette:active {
  white-space: break-spaces;
  text-align: left;
  margin: 0px;
  background-color: #eceff1 !important;
  border: 1px solid #e2e5ec !important;
  padding: 8px 20px 5px 10px;
}
.theme-light-pqs .btn-color-palette:after,
.theme-light-pqs .btn-color-palette:active:after {
  position: absolute;
  right: 10px;
  top: 38%;
}
.theme-light-pqs .btn-color-palette span,
.theme-light-pqs .btn-color-palette:active span {
  margin-bottom: 3px;
}
.theme-light-pqs .btn-color-palette + .dropdown-menu,
.theme-light-pqs .btn-color-palette:active + .dropdown-menu {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  min-width: 0px;
}
.theme-light-pqs .btn-color-palette + .dropdown-menu .dropdown-item,
.theme-light-pqs .btn-color-palette:active + .dropdown-menu .dropdown-item {
  flex-flow: wrap;
  padding: 7px 13px 5px;
  margin-bottom: 0px;
}
.theme-light-pqs .btn-color-palette + .dropdown-menu .dropdown-item span,
.theme-light-pqs .btn-color-palette:active + .dropdown-menu .dropdown-item span {
  margin-bottom: 3px;
}
.theme-light-pqs .signin-other-account {
  background: transparent;
  border-style: solid;
  border-color: #ff9f0e;
  font-size: 12px;
  color: #ff9f0e !important;
  border-radius: 0px;
  width: 100%;
}
.theme-light-pqs .signin-btn {
  background: linear-gradient(180deg, #ff9f0e 0%, #f77b00 100%) !important;
  font-size: 12px;
  border-radius: 0px;
  width: 100%;
}
.theme-light-pqs .signin-btn-app {
  background: #f40155 !important;
  color: white;
  font-size: 12px;
  border-radius: 0px;
  width: 100%;
}
.theme-light-pqs .dtp-btn-now {
  background: #eeeeee !important;
}
.theme-light-pqs .dtp-btn-clear {
  background: #eeeeee !important;
}
.theme-light-pqs .dtp-btn-cancel {
  background: #eeeeee !important;
}
.theme-light-pqs .dtp-btn-ok {
  background: #eeeeee !important;
}
.theme-light-pqs .btn-result {
  position: absolute;
  top: 7px;
  margin: 0px;
  z-index: 1;
  min-height: 20px !important;
}
.theme-light-pqs .btn-result.close-result {
  right: 15px;
}
.theme-light-pqs .btn-result.resize-result {
  right: 70px;
}
.theme-light-pqs .link {
  color: #222222 !important;
  font-weight: 500;
}
.theme-light-pqs.theme-dark .btn {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .btn-outline {
  color: #d8d8d8 !important;
  background-color: #383f43;
}
.theme-light-pqs.theme-dark .btn-outline:hover {
  color: #ffffff !important;
  background-color: #117a8b !important;
}
.theme-light-pqs.theme-dark .btn-outline.disabled:hover, .theme-light-pqs.theme-dark .btn-outline.disabled:hover > i {
  color: #d8d8d8 !important;
  background-color: #383f43 !important;
}
.theme-light-pqs.theme-dark .btn-outline.btn-outline-mini:focus i {
  color: #d8d8d8;
}
.theme-light-pqs.theme-dark .btn-outline.btn-qcommand img {
  filter: none;
}
.theme-light-pqs.theme-dark .btn-outline.btn-outline-maxi img {
  filter: none;
}
.theme-light-pqs.theme-dark .btn-outline.bg-transparent:hover {
  color: #5cc5cd !important;
  background-color: transparent !important;
}
.theme-light-pqs.theme-dark .btn-outline.btn-toggle-table:not(:disabled):not(.disabled):active, .theme-light-pqs.theme-dark .btn-outline.btn-toggle-table:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #272e2f !important;
  border-color: #272e2f;
}
.theme-light-pqs.theme-dark .btn-outline.btn-toggle-table:hover {
  background-color: #272e2f !important;
}
.theme-light-pqs.theme-dark .btn-green {
  color: #ffffff;
  background-color: #84cfea;
}
.theme-light-pqs.theme-dark .btn-dark {
  background-color: #626567;
}
.theme-light-pqs.theme-dark .btn-color-palette,
.theme-light-pqs.theme-dark .btn-color-palette:active {
  background-color: #383f43 !important;
  border: none !important;
}
.theme-light-pqs.theme-dark .btn-danger {
  background-color: #ee2558;
}
.theme-light-pqs.theme-dark .dtp-btn-now {
  background: #383f43 !important;
}
.theme-light-pqs.theme-dark .dtp-btn-clear {
  background: #383f43 !important;
}
.theme-light-pqs.theme-dark .dtp-btn-cancel {
  background: #383f43 !important;
}
.theme-light-pqs.theme-dark .dtp-btn-ok {
  background: #383f43 !important;
}
.theme-light-pqs.theme-dark .link {
  color: #ffffff !important;
}
/* Input
----- */
.theme-light-pqs .form-group {
  margin-bottom: 12px;
}
.theme-light-pqs .form-control,
.theme-light-pqs .form-control:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
  background-color: #eceff1;
  outline: none;
  padding: 0.4rem 0.6rem;
  font-size: 10px;
  min-height: 27px;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  -o-appearance: menulist !important;
  appearance: menulist !important;
}
.theme-light-pqs .form-bottomline,
.theme-light-pqs .form-bottomline:focus {
  border-bottom: 0.01em solid #999 !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent !important;
  border-radius: 0px;
}
.theme-light-pqs .form-bottomline[disabled] + .group-bottomline, .theme-light-pqs .form-bottomline[readonly] + .group-bottomline,
.theme-light-pqs .form-bottomline:focus[disabled] + .group-bottomline,
.theme-light-pqs .form-bottomline:focus[readonly] + .group-bottomline {
  background-color: #c6c6c8 !important;
  opacity: 0.5;
  margin-left: 0px;
}
.theme-light-pqs .input-group i {
  color: #74788d !important;
}
.theme-light-pqs .form-control:disabled,
.theme-light-pqs .form-control[readonly] {
  background-color: #c6c6c8 !important;
  color: #181a1b !important;
}
.theme-light-pqs ::-webkit-calendar-picker-indicator {
  filter: invert(0.55);
  height: 15px;
  width: 15px;
}
.theme-light-pqs.theme-dark .form-control,
.theme-light-pqs.theme-dark .input-group .input-group-append .btn-outline-secondary,
.theme-light-pqs.theme-dark .input-group .input-group-prepend .btn-outline-secondary,
.theme-light-pqs.theme-dark .input-group-text,
.theme-light-pqs.theme-dark .bootstrap-select > .dropdown-toggle {
  color: #fff;
}
.theme-light-pqs.theme-dark .pad-23 {
  padding: 0 0 0 23px;
}
.theme-light-pqs.theme-dark .form-control,
.theme-light-pqs.theme-dark .form-control:focus {
  border: transparent;
  color: #bec0c1 !important;
  background-color: #272e2f;
}
.theme-light-pqs.theme-dark .form-control:disabled,
.theme-light-pqs.theme-dark .form-control[readonly] {
  background-color: #464646 !important;
  color: #bec0c1 !important;
}
.theme-light-pqs.theme-dark .bg-logservice {
  background-color: #272e2f !important;
}
.theme-light-pqs.theme-dark .select2:focus > option {
  border: 0px;
}
.theme-light-pqs.theme-dark .select2:focus > option:checked {
  background-color: #8c8c8c !important;
}
.theme-light-pqs.theme-dark .select2:focus > option:hover {
  background-color: #8c8c8c !important;
}
.theme-light-pqs.theme-dark .show-tick > option:checked {
  background-color: #8c8c8c !important;
}
.theme-light-pqs.theme-dark .show-tick > option:hover {
  background-color: #000 !important;
}
/* Input Group
----------- */
.theme-light-pqs .input-group .showPassword {
  float: right;
  margin-right: 20px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}
.theme-light-pqs .input-group .showPassword2 {
  float: right;
  margin-right: 10px;
  margin-top: -24px;
  position: relative;
  z-index: 2;
}
.theme-light-pqs.theme-dark .input-group-text {
  color: #8c8c8c;
  padding: 0 10px;
}
/* Dropify
------- */
.theme-light-pqs .dropify-wrapper {
  border-color: transparent;
  border-radius: 5px;
}
/* Big Icon
------- */
.theme-light-pqs.theme-dark .bg-big_icon {
  background: #434848 !important;
}
.theme-light-pqs.theme-dark .big_icon {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.theme-light-pqs.theme-dark .big_icon:before {
  transform: none;
  top: 40px;
  left: 25px;
  font-size: 37px;
  color: #f3c404;
}
/* Tooltip
------- */
.theme-light-pqs .tooltip {
  font-family: Roboto, sans-serif;
}
.theme-light-pqs .tooltip .tooltip-inner {
  min-width: 0px;
}
.theme-light-pqs .tooltip .arrow {
  margin: 1px;
}
/* Tags Input
---------- */
.theme-light-pqs .bootstrap-tagsinput {
  border: 1px solid #ced4da;
  background-color: #eceff1;
  border-radius: 0.25rem;
  border: 1px solid #3e3e3e !important;
  width: 100%;
}
.theme-light-pqs .bootstrap-tagsinput input {
  color: #fff;
}
.theme-light-pqs.theme-dark .bootstrap-tagsinput {
  border: transparent;
  background: #394142;
}
/* Badge
----- */
.theme-light-pqs .badge {
  font-weight: 500;
  margin-bottom: 0px;
}
.theme-light-pqs .wrapLabel {
  white-space: nowrap;
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.theme-light-pqs .bootstrap-tagsinput {
  padding-top: 3px;
}
.theme-light-pqs .bootstrap-tagsinput .tag {
  margin-right: 1px;
}
/* Label
----- */
.theme-light-pqs label {
  font-size: 12px;
  margin-bottom: 0.2rem;
}
.theme-light-pqs .label-white-space {
  width: 120px;
  white-space: normal;
  line-height: 12px;
}
/* Icon
---- */
.theme-light-pqs .zmdi {
  font-size: 14px;
}
.theme-light-pqs .btn i {
  font-size: 12px !important;
}
.theme-light-pqs i.icon-group {
  font-size: 16px !important;
}
.theme-light-pqs i.icon-group + i {
  font-size: 10px !important;
  background: #212529;
  color: #d4d4d6;
  border-radius: 20px;
  position: absolute;
  top: 13px;
  left: 32px;
  padding: 0px 2px 0px 2px;
  border: 0.5px solid #d4d4d6;
  transition: all 0.2s;
}
.theme-light-pqs button:hover i.icon-group + i {
  background: #ffffff;
  color: #117a8b;
  border: 0.5px solid #117a8b;
  transition: all 0.2s;
}
.theme-light-pqs.theme-dark i.icon-group + i {
  background: #d8d8d8;
  color: #383f43;
  border: 0.5px solid #383f43;
}
/* Chart
----- */
.theme-light-pqs .c3_chart {
  height: 15rem;
}
.theme-light-pqs .big-number {
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow-wrap: anywhere;
}
/* Checkbox
-------- */
.theme-light-pqs .checkbox.simple {
  width: 16px;
  height: 16px;
}
.theme-light-pqs .checkbox label {
  padding-left: 25px;
  line-height: 17px;
}
.theme-light-pqs .checkbox label::before,
.theme-light-pqs .checkbox label::after {
  width: 16px;
  height: 16px;
  border-color: #808080;
}
/* Radio
-------- */
.theme-light-pqs .radio {
  margin-bottom: 0px;
}
.theme-light-pqs .radio label::before,
.theme-light-pqs .radio label::after {
  width: 16px;
  height: 16px;
  top: 5px;
}
.theme-light-pqs .radio input[type=radio]:checked + label::after {
  left: 9px;
}
.theme-light-pqs .radio input[type=radio].checked + label::before {
  background: #5cc5cd;
  color: #ffffff;
  border-color: #5cc5cd;
}
.theme-light-pqs .radio input[type=radio].checked + label::after {
  background-color: #ffffff;
  border-color: #ffffff;
  width: 4px;
  height: 4px;
  top: 11px;
  left: 9px;
  opacity: 1;
}
.theme-light-pqs .radio-img [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.theme-light-pqs .radio-img img {
  background-color: #f4f4f4;
  padding: 10px 30px;
  border-radius: 4px;
}
.theme-light-pqs .radio-img [type=radio] + img {
  cursor: pointer;
}
.theme-light-pqs .radio-img [type=radio]:checked + img {
  background-color: #299da4 !important;
}
.theme-light-pqs.theme-dark .radio-img img {
  background-color: #626567;
}
/* Scrollbar
--------- */
.theme-light-pqs ::-webkit-scrollbar {
  width: 1.3vh;
  height: 7px;
}
.theme-light-pqs ::-webkit-scrollbar-track {
  background-color: inherit;
  border-radius: inherit;
}
.theme-light-pqs ::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  border-radius: 25px;
}
.theme-light-pqs ::-webkit-scrollbar-corner {
  display: none;
}
.theme-light-pqs.theme-dark ::-webkit-scrollbar-thumb {
  background: #4c555a;
}
/* DataTables
---------- */
.theme-light-pqs .dataTables_wrapper .dataTables_filter input {
  border-radius: 4px;
  height: 25px;
  border: 1px solid #e2e5ec;
  background-color: #eceff1;
  padding-left: 5px;
}
.theme-light-pqs .dataTables_wrapper select {
  border-radius: 4px;
  height: 25px;
  border-bottom: none;
  margin: 0 3px;
}
.theme-light-pqs .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.theme-light-pqs .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid transparent;
  color: #222222;
  background: #d3d3d5;
}
.theme-light-pqs .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.theme-light-pqs .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  box-shadow: none;
  background: transparent;
}
.theme-light-pqs .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.theme-light-pqs .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background: transparent !important;
  color: transparent !important;
}
.theme-light-pqs .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
  margin-bottom: 5px;
}
.theme-light-pqs .pagination .page-item.active > .page-link {
  background: #5cc5cd;
}
.theme-light-pqs [type=Search]::-webkit-search-cancel-button {
  filter: grayscale(100%);
}
.theme-light-pqs .table-responsive {
  height: 250px;
}
.theme-light-pqs .table-responsive table.dataTable {
  width: 90%;
  border: 1px solid #505050;
}
.theme-light-pqs .table-responsive table.dataTable th:first-child {
  border-right: 1px solid #505050;
  width: 5%;
}
.theme-light-pqs .table-responsive table.dataTable td:first-child {
  border-right: 1px solid #505050;
}
.theme-light-pqs .table-responsive table.dataTable td:first-child span {
  padding: 0 0 0 8px;
}
.theme-light-pqs table.dataTable.sentiment-table thead th {
  vertical-align: middle;
}
.theme-light-pqs table.dataTable.sentiment-table thead th:before, .theme-light-pqs table.dataTable.sentiment-table thead th:after {
  bottom: 40% !important;
}
.theme-light-pqs.theme-dark .dataTables_wrapper .dataTables_filter input {
  background-color: #394142;
  border: none;
}
.theme-light-pqs.theme-dark .dataTables_wrapper select {
  color: #ffffff;
  background-color: #394142;
}
.theme-light-pqs.theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.theme-light-pqs.theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  background: #394142;
}
.theme-light-pqs.theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.theme-light-pqs.theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: transparent;
}
.theme-light-pqs.theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.theme-light-pqs.theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #4e4d4d !important;
}
.theme-light-pqs.theme-dark table.dataTable thead .sorting {
  background: url('_-images-sort_both.png') !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
}
.theme-light-pqs.theme-dark table.dataTable thead .sorting_desc {
  background: url('_-images-sort_desc.png') !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
}
.theme-light-pqs.theme-dark table.dataTable thead .sorting_asc {
  background: url('_-images-sort_asc.png') !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
}
.theme-light-pqs.theme-dark [type=search]::-webkit-search-cancel-button {
  filter: brightness(200%) contrast(200%) grayscale(100%) brightness(150%);
  cursor: pointer;
}
.theme-light-pqs.theme-dark table.dataTable.sentiment-table thead {
  background: rgba(20, 24, 25, 0.35) !important;
}
.theme-light-pqs.theme-dark table.dataTable.sentiment-table thead th {
  background: inherit;
}
/* Datetime Picker
--------------- */
.theme-light-pqs .dtp > .dtp-content > .dtp-date-view > header.dtp-header,
.theme-light-pqs .dtp div.dtp-date,
.theme-light-pqs .dtp div.dtp-time {
  background: #383f43;
}
.theme-light-pqs .dtp-picker-days {
  background-color: #ffffff !important;
}
.theme-light-pqs .dtp-picker-days tr > th {
  background-color: #eeeeee !important;
}
.theme-light-pqs .dtp table.dtp-picker-days tr td a.selected {
  background: #2e3435;
}
.theme-light-pqs .dtp table.dtp-picker-days tr > td > a,
.theme-light-pqs .dtp .dtp-picker-time > a {
  padding: 0.5em 0.6em 0.5em 0.5em;
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/* Setting Page
------------ */
.theme-light-pqs .setting-box {
  color: #777;
  text-align: center;
  min-height: 44px;
}
.theme-light-pqs .w_icon {
  height: 25px;
  width: 25px;
  line-height: 24px;
}
.theme-light-pqs .w_icon i {
  font-size: 14px;
}
.theme-light-pqs .w_icon::after {
  height: 37px;
  width: 37px;
}
.theme-light-pqs .w_icon.red {
  background: rgba(255, 72, 72, 0.294);
  color: #ff0000;
}
.theme-light-pqs .w_icon.red::after {
  background: rgba(255, 72, 72, 0.2);
}
.theme-light-pqs .cpu-list {
  position: relative;
  overflow: auto;
  width: auto;
  max-height: 975px;
}
.theme-light-pqs.theme-dark .setting-box h5 {
  color: #2E3536;
}
/* Placeholder
----------- */
.theme-light-pqs ::placeholder {
  color: #6c757d !important;
  opacity: 1;
  /* Firefox */
}
.theme-light-pqs :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6c757d;
}
.theme-light-pqs ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6c757d;
}
.theme-light-pqs ::-webkit-input-placeholder {
  /* Edge */
  color: #6c757d;
}
/* Light Gallery
------------- */
.theme-light-pqs .lg-backdrop,
.theme-light-pqs .lg-outer {
  z-index: 1055 !important;
}
/* Popover
------- */
.theme-light-pqs .popover-query-commands {
  position: absolute;
  left: -130px;
}
.theme-light-pqs .popover {
  font-family: Roboto, sans-serif;
  max-width: 190px;
}
.theme-light-pqs .popover.pds-popover {
  left: -6px;
  top: 14px;
}
.theme-light-pqs .popover.pds-popover .mat-menu-content:not(:empty) {
  padding: 0;
}
.theme-light-pqs .popover.popover-qcommand {
  min-width: 325px;
  max-width: 500px !important;
  border-radius: 4px;
  cursor: pointer;
}
.theme-light-pqs .popover .arrow {
  margin: 1px;
}
.theme-light-pqs .popover .popover-header {
  color: #383838;
  font-weight: 900;
  margin-top: 0px;
}
.theme-light-pqs .popover .popover-body {
  padding-top: 0rem;
  color: #666666;
}
.theme-light-pqs .popover .popover-body ul {
  padding-left: 1.25rem;
}
.theme-light-pqs .popover .popover-body.error {
  color: #e73f5b;
}
.theme-light-pqs.show-popover .cdk-overlay-container,
.theme-light-pqs.show-popover .cdk-global-overlay-wrapper {
  height: 0;
  width: 0;
}
/* Carousel
-------- */
.theme-light-pqs .carousel-indicators li {
  background-color: #636b6f;
}
.theme-light-pqs .carousel .carousel-inner {
  box-shadow: none !important;
}
/* Doc List
-------- */
.theme-light-pqs .doc-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  overflow: auto;
  display: contents;
}
.theme-light-pqs .doc-list.detail-preview {
  max-height: calc(100vh - 250px);
  display: block;
}
.theme-light-pqs .doc-list li {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #eee;
}
.theme-light-pqs .doc-list li h6 {
  text-transform: none;
  margin-bottom: 0.25rem;
  color: #808080;
}
.theme-light-pqs .doc-list li p {
  color: #6c757d;
  font-size: 12px;
  margin-bottom: 0px;
}
.theme-light-pqs .doc-list li:hover {
  background: rgba(128, 128, 128, 0.2);
  cursor: pointer;
}
.theme-light-pqs .doc-list li:hover h6,
.theme-light-pqs .doc-list li:hover p {
  color: #5cc5cd;
}
.theme-light-pqs .doc-list li.grid-v {
  width: 30vh;
}
.theme-light-pqs .doc-content {
  height: calc(100vh - 255px);
  width: 100%;
}
.theme-light-pqs.theme-dark .doc-list li {
  border-color: #3e3e3e;
}
/* Breadcrumb
---------- */
.theme-light-pqs .breadcrumb {
  padding: 0.5rem 1rem;
  margin-bottom: 0px;
  background-color: transparent;
  font-size: 12px;
}
/* Range Sliders
------------- */
.theme-light-pqs .irs-demo .irs {
  margin-top: 0px;
}
.theme-light-pqs .irs--flat .irs-from,
.theme-light-pqs .irs--flat .irs-to,
.theme-light-pqs .irs--flat .irs-single {
  background-color: #5cc5cd;
}
.theme-light-pqs .irs--flat .irs-from:before,
.theme-light-pqs .irs--flat .irs-to:before,
.theme-light-pqs .irs--flat .irs-single:before {
  border-top-color: #5cc5cd;
}
.theme-light-pqs .irs--flat .irs-bar {
  background-color: #5cc5cd;
}
.theme-light-pqs .irs--flat .irs-handle > i:first-child {
  background-color: #5cc5cd;
}
.theme-light-pqs .irs--flat .irs-handle.state_hover > i:first-child, .theme-light-pqs .irs--flat .irs-handle:hover > i:first-child {
  background-color: #117a8b;
}
/* Switch
------------- */
.theme-light-pqs .switch {
  visibility: hidden;
  position: absolute;
  margin-left: -9999px;
}
.theme-light-pqs .switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
          user-select: none;
}
.theme-light-pqs .switch--shadow + label {
  padding: 2px;
  width: 35px;
  height: 19px;
  border-radius: 60px;
  background-color: #dedede;
}
.theme-light-pqs .switch--shadow + label:before, .theme-light-pqs .switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
.theme-light-pqs .switch--shadow + label:before {
  right: 1px;
  background-color: #dedede;
  border-radius: 60px;
  transition: background 0.4s;
}
.theme-light-pqs .switch--shadow + label:after {
  width: 17px;
  height: 17px;
  background-color: #eceff1;
  border-radius: 100%;
  transition: all 0.4s;
}
.theme-light-pqs .switch--shadow:checked + label {
  background-color: #0498b1 !important;
}
.theme-light-pqs .switch--shadow:checked + label:before {
  background-color: #0498b1 !important;
}
.theme-light-pqs .switch--shadow:checked + label:after {
  transform: translateX(15px);
  background-color: #5cc5cd !important;
}
.theme-light-pqs.theme-dark .switch--shadow + label:before {
  background-color: #DEDEDE;
}
.theme-light-pqs.theme-dark .switch--shadow + label:after {
  background-color: #ECEFF1;
}
.theme-light-pqs.theme-dark .switch--shadow:checked + label {
  background-color: #FFC082 !important;
}
.theme-light-pqs.theme-dark .switch--shadow:checked + label:before {
  background-color: #FFC082 !important;
}
.theme-light-pqs.theme-dark .switch--shadow:checked + label:after {
  transform: translateX(15px);
  background-color: #FD7B03 !important;
}
/* Material Custom CSS
---------------------- */
.theme-light-pqs .ng-select {
  outline: none !important;
}
.theme-light-pqs .ng-select .ng-placeholder {
  font-size: 11px !important;
  margin-left: 8px;
}
.theme-light-pqs .ng-select.ng-select-opened > .ng-select-container,
.theme-light-pqs .ng-select.ng-select-focused .ng-select-container {
  box-shadow: none;
  border: 1px solid #ced4da !important;
}
.theme-light-pqs .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  margin-left: 3px;
  font-size: 11px !important;
  white-space: inherit;
  overflow: unset;
  text-overflow: unset;
}
.theme-light-pqs .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  margin-left: 3px;
  top: 54%;
  font-size: 11px !important;
}
.theme-light-pqs .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  white-space: normal;
  overflow: unset;
  text-overflow: unset;
  padding: 4px 8px;
}
.theme-light-pqs .ng-select.custom {
  min-height: 27px !important;
  border-radius: 4px;
  outline: none;
}
.theme-light-pqs .ng-select.custom .ng-placeholder {
  font-size: 11px !important;
  margin-left: 8px;
}
.theme-light-pqs .ng-select.custom .ng-select-container {
  min-height: 27px !important;
  border: 1px solid #ced4da;
  background-color: #eceff1;
  border-radius: 4px;
}
.theme-light-pqs.theme-dark .ng-select .ng-select-container {
  height: auto;
}
.theme-light-pqs.theme-dark .ng-select.ng-select-opened > .ng-select-container,
.theme-light-pqs.theme-dark .ng-select.ng-select-focused .ng-select-container {
  border: 1px solid #ced4da !important;
}
.theme-light-pqs.theme-dark .ng-select.custom {
  border: transparent;
  color: #bec0c1 !important;
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark .ng-select.custom .ng-select-container {
  border: 1px solid #ced4da;
  color: #bec0c1 !important;
  background-color: #ffffff;
}
.theme-light-pqs .menu-title {
  padding: 0 16px;
  line-height: 30px;
}
.theme-light-pqs .mat-menu-item {
  padding: 0 15px;
}
.theme-light-pqs .treeview-container {
  width: 98%;
  height: calc(100vh - 15rem) !important;
  display: inline-block;
  max-height: none !important;
}
.theme-light-pqs .treeview-text {
  display: none;
}
.theme-light-pqs .treeview-container .treeview-item + * .treeview-item {
  margin-left: 2rem;
}
.theme-light-pqs .treeview-container .treeview-item .row-item {
  padding-left: 10px;
  border-radius: 2px;
  width: 175px;
  cursor: pointer;
}
.theme-light-pqs .treeview-container .treeview-item .row-item .fa {
  width: 0.4rem !important;
}
.theme-light-pqs .treeview-container .treeview-item .row-item .mat-icon {
  padding-top: 3px !important;
  padding-right: 10px;
}
.theme-light-pqs .treeview-container .treeview-item .row-item img {
  position: relative;
  filter: brightness(0.6);
  height: 20px;
  align-self: center;
}
.theme-light-pqs .treeview-container .treeview-item .row-item .form-check-label {
  cursor: pointer;
  color: #2E3536;
}
.theme-light-pqs .treeview-container .treeview-item .row-item:hover img {
  filter: brightness(3);
}
.theme-light-pqs.theme-dark .treeview-container .treeview-item .row-item .form-check-label {
  color: #2E3536;
}
.theme-light-pqs.theme-dark .treeview-container .treeview-item .form-check-label:hover {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .treeview-container .treeview-item .row-item:hover {
  color: #ffffff !important;
  background-color: #FD7B03 !important;
}
.theme-light-pqs.theme-dark .treeview-container .treeview-item .row-item-hilite {
  color: #ffffff;
  background-color: #FD7B03;
  animation: orange-dissolve 3s ease-out forwards;
}
.theme-light-pqs.theme-dark .treeview-container .treeview-item .row-item:active {
  color: #ffffff !important;
  background-color: #FD7B03 !important;
}
.theme-light-pqs.theme-dark .treeview-container .treeview-item .active {
  color: #ffffff !important;
  background-color: #FD7B03;
  animation: orange-dissolve 3s ease-out forwards;
}
.theme-light-pqs .tree-rc-btn {
  height: 28px !important;
  color: #222222;
}
.theme-light-pqs .tree-rc-btn img {
  filter: invert(1);
  padding-bottom: 3px;
  margin-right: 5px;
}
.theme-light-pqs .disabled-gray {
  filter: invert(27%) sepia(75%) saturate(500%) hue-rotate(346deg) brightness(75%) contrast(3%);
}
.theme-light-pqs .dropdown-divider {
  border-top: 0.5px solid #8c8c8c;
}
.theme-light-pqs.theme-dark .tree-rc-btn {
  color: #394142;
}
.theme-light-pqs.theme-dark .tree-rc-btn img {
  filter: invert(1);
}
.theme-light-pqs .ng-select .ng-select-container {
  padding-right: 4px;
  padding-left: 4px;
}
.theme-light-pqs .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  border-radius: 5px !important;
  font-size: 11px;
}
.theme-light-pqs .ng-select .ng-select-container .ng-value-container .ng-value {
  font-size: 11px;
}
.theme-light-pqs .ng-select .ng-clear-wrapper {
  height: 18px;
  right: 3px;
}
.theme-light-pqs .ng-select .ng-clear-wrapper .ng-clear {
  left: 4px;
}
.theme-light-pqs.theme-dark .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background: #fafafa;
}
.theme-light-pqs.theme-dark .ng-select .ng-select-container .ng-value-container .ng-value {
  color: #2E3536;
}
.theme-light-pqs.theme-dark .ng-select .ng-clear-wrapper {
  background: #aeaeae;
}
.theme-light-pqs.theme-dark .ng-dropdown-panel .ng-dropdown-footer {
  background-color: #383F43;
  border-color: #3e3e3e;
}
.theme-light-pqs select-chip .mat-form-field-wrapper {
  padding-bottom: 12px;
}
.theme-light-pqs select-chip .mat-form-field-wrapper .mat-form-field-infix {
  padding: 0;
  border-top: none;
}
.theme-light-pqs select-chip .mat-form-field-wrapper .mat-form-field-infix .mat-chip-list-wrapper {
  border: 1px solid #d9d9d9;
  background: #edeff1;
  border-radius: 4px;
  margin: auto;
}
.theme-light-pqs select-chip .mat-form-field-wrapper .mat-form-field-infix .mat-chip-list-wrapper .mat-chip {
  font-size: 10px;
}
.theme-light-pqs select-chip .mat-form-field-wrapper .mat-form-field-infix .mat-chip-list-wrapper .mat-chip.mat-standard-chip {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  color: #212529;
  border-radius: 4px;
  padding: 10px 8px;
  font-weight: 400;
  margin: 4px 2px 0px 4px;
}
.theme-light-pqs select-chip .mat-form-field-wrapper .mat-form-field-infix .mat-chip-list-wrapper .mat-chip.mat-standard-chip .mat-chip-remove {
  color: #212529;
  opacity: 1;
  font-size: 12px !important;
}
.theme-light-pqs select-chip .mat-form-field-wrapper .mat-form-field-infix .mat-chip-list-wrapper .mat-chip.mat-standard-chip .mat-chip-remove.mat-icon {
  width: 16px;
  height: 12px;
}
.theme-light-pqs select-chip .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper {
  left: 0.6rem;
}
.theme-light-pqs select-chip .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  top: 1.58125em;
  font-size: 10px !important;
  color: #6c757d !important;
}
.theme-light-pqs select-chip .mat-form-field-wrapper .mat-form-field-underline {
  display: none;
}
.theme-light-pqs.theme-dark .mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-infix .mat-chip-list-wrapper {
  border: 1px solid #ced4da;
  background: #ffffff;
}
.theme-light-pqs.theme-dark .mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-infix .mat-chip-list-wrapper .mat-chip.mat-standard-chip {
  background-color: #888888;
  color: #ffffff;
  border-color: #888888;
}
.theme-light-pqs.theme-dark .mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-infix .mat-chip-list-wrapper .mat-chip.mat-standard-chip .mat-chip-remove {
  color: #ffffff;
}
.theme-light-pqs .mat-autocomplete-panel {
  background: #ffffff;
  border-radius: 4px !important;
  margin: 4px 0;
}
.theme-light-pqs .mat-autocomplete-panel .mat-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 20px;
  height: 20px;
  padding: 0 10px;
}
.theme-light-pqs .mat-autocomplete-panel .mat-option .mat-option-text {
  color: #222222 !important;
  font-size: 10px;
}
.theme-light-pqs .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled), .theme-light-pqs .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) {
  background: #127a8b;
}
.theme-light-pqs .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-option-text, .theme-light-pqs .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-option-text {
  color: #ffffff !important;
}
.theme-light-pqs .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: transparent;
}
.theme-light-pqs.theme-dark .mat-autocomplete-panel {
  background: #ffffff;
}
.theme-light-pqs.theme-dark .mat-autocomplete-panel .mat-option .mat-option-text {
  color: #2E3536 !important;
}
.theme-light-pqs .mat-table-container {
  min-width: 0;
}
.theme-light-pqs mat-table.over-inherit,
.theme-light-pqs .over-inherit {
  overflow: auto;
}
.theme-light-pqs mat-table.chartHeight {
  max-height: calc(100vh - 270px);
}
.theme-light-pqs mat-table.chartHeightwithFilter {
  max-height: calc(100vh - 300px);
}
.theme-light-pqs .mat-paginator {
  background: transparent;
}
.theme-light-pqs .mat-paginator .mat-paginator-container .mat-paginator-range-actions .btn_custom-paging-container .mat-icon-button.mat-custom-page {
  width: unset;
  height: unset;
  line-height: unset;
  margin: 0 10px;
}
.theme-light-pqs .mat-paginator .mat-paginator-container .mat-form-field {
  font-size: 14px;
  width: 60px;
}
.theme-light-pqs .btmPaginator {
  position: absolute !important;
  bottom: -3px !important;
  right: 0px !important;
  width: 100%;
  overflow-x: auto;
  padding: 0 20px;
}
.theme-light-pqs .scrollPaginator .mat-paginator {
  margin-left: auto;
  width: max-content;
}
.theme-light-pqs .ellipsis_cell {
  position: relative;
  padding: 8px 3px !important;
  min-width: 180px !important;
}
.theme-light-pqs .ellipsis_cell > ul li p > span {
  position: absolute;
  padding: 0 20px 0 13px;
  left: 5px;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-light-pqs .elipstxt {
  position: absolute;
  left: 5px;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-light-pqs .ellipsistxt {
  position: relative;
}
.theme-light-pqs .ellipsistxt span {
  position: absolute;
  padding: 0 20px 0 5px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-light-pqs .mat-table-formula {
  max-height: calc(100vh - 350px);
}
.theme-light-pqs [pq-tablecomparison-async] .mat-table .mat-row .mat-cell:nth-child(1n+2) {
  justify-content: flex-end;
}
.theme-light-pqs .mat-column-Chart_Positions {
  word-wrap: break-word !important;
  white-space: unset !important;
  flex: 0 0 15% !important;
  width: 10% !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.theme-light-pqs .mat-column-Target_Application {
  word-wrap: break-word !important;
  white-space: unset !important;
  flex: 0 0 18% !important;
  width: 10% !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.theme-light-pqs .fixed-table {
  width: 100%;
  white-space: nowrap;
  table-layout: fixed;
}
.theme-light-pqs .was-validated .form-control:invalid,
.theme-light-pqs .form-control.is-invalid {
  background-position: right calc(0.375em + 0.9rem) center;
}
.theme-light-pqs .mat-progress-spinner circle,
.theme-light-pqs .mat-spinner circle {
  stroke: #117a8b;
}
.theme-light-pqs.theme-dark .mat-progress-spinner circle,
.theme-light-pqs.theme-dark .mat-spinner circle {
  stroke: #5cc5cd;
}
.theme-light-pqs .template-editor {
  height: calc(100vh - 120px) !important;
  text-align: left;
}
.theme-light-pqs .template-editor.template-editor-agg-for {
  height: calc(100vh - 470px) !important;
}
.theme-light-pqs .template-editor .editor-container {
  border: 1px solid #eee;
}
.theme-light-pqs .monaco-editor .mtk1 {
  color: #3a3a3a;
}
.theme-light-pqs .monaco-editor .mtk19 {
  color: #c700c7;
}
.theme-light-pqs .monaco-editor .line-numbers {
  color: #808080;
}
.theme-light-pqs .monaco-editor .action-item.disabled {
  border-bottom-color: #808080 !important;
}
.theme-light-pqs .monaco-editor .action-item.disabled .action-label.icon.separator.disabled {
  display: none !important;
}
.theme-light-pqs .monaco-editor .action-item.focused .action-menu-item {
  color: white !important;
  background-color: #808080 !important;
}
.theme-light-pqs.theme-dark .template-editor .editor-container {
  border: 1px solid #eee;
}
.theme-light-pqs.theme-dark .monaco-editor {
  background-color: #FFFFFF;
}
.theme-light-pqs.theme-dark .monaco-editor .margin,
.theme-light-pqs.theme-dark .monaco-editor .monaco-editor-background,
.theme-light-pqs.theme-dark .monaco-editor .monaco-editor .inputarea.ime-input {
  background-color: #FFFFFF;
}
.theme-light-pqs.theme-dark .monaco-editor .mtk1 {
  color: #394142;
}
.theme-light-pqs.theme-dark .monaco-editor .mtk6 {
  color: #569cd6;
}
.theme-light-pqs.theme-dark .monaco-editor .mtk7 {
  color: #b5cea8;
}
.theme-light-pqs.theme-dark .monaco-editor .mtk8 {
  color: #608b4e;
}
.theme-light-pqs.theme-dark .monaco-editor .mtk19 {
  color: #ff00ff;
}
.theme-light-pqs.theme-dark .monaco-editor .cursor {
  background-color: #aeafad;
  border-color: #eee;
  color: #515052;
}
.theme-light-pqs.theme-dark .monaco-editor .view-overlays .current-line {
  border: 2px solid #eee;
}
.theme-light-pqs.theme-dark .monaco-editor .selectionHighlight {
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark .monaco-editor .focused .selectionHighlight {
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark .monaco-editor .current-line ~ .line-numbers {
  color: #c6c6c6;
}
.theme-light-pqs.theme-dark .monaco-editor .lines-content .cigr {
  box-shadow: 1px 0 0 0 #404040 inset;
}
.theme-light-pqs.theme-dark .monaco-editor .selected-text {
  background-color: #e2e2e2;
}
.theme-light-pqs.theme-dark .monaco-editor .focused .selected-text {
  background-color: #e2e2e2;
}
.theme-light-pqs.theme-dark .monaco-editor .minimap-shadow-visible,
.theme-light-pqs.theme-dark .monaco-editor .scroll-decoration {
  box-shadow: #000000 -6px 0 6px -6px inset;
}
.theme-light-pqs.theme-dark .monaco-editor .minimap-slider,
.theme-light-pqs.theme-dark .monaco-editor .minimap-slider .minimap-slider-horizontal {
  background: rgba(121, 121, 121, 0.2);
}
.theme-light-pqs.theme-dark .monaco-editor .monaco-scrollable-element {
  box-shadow: black 0px 2px 4px !important;
}
.theme-light-pqs.theme-dark .monaco-editor .monaco-scrollable-element .scrollbar > .slider.active {
  background: rgba(191, 191, 191, 0.4);
}
.theme-light-pqs.theme-dark .monaco-editor .monaco-action-bar,
.theme-light-pqs.theme-dark .monaco-editor .action-menu-item {
  color: #f0f0f0 !important;
  background-color: #3c3c3c !important;
}
.theme-light-pqs.theme-dark .monaco-editor .monaco-quick-open-widget {
  color: #cccccc !important;
  background-color: #1e1e1e !important;
  box-shadow: black 0px 5px 8px !important;
}
.theme-light-pqs.theme-dark .monaco-editor .monaco-quick-open-widget .monaco-scrollable-element {
  box-shadow: none !important;
}
.theme-light-pqs.theme-dark .monaco-editor .monaco-quick-open-widget .monaco-inputbox {
  background-color: #3c3c3c !important;
  color: #cccccc !important;
}
.theme-light-pqs.theme-dark .monaco-editor .monaco-quick-open-widget .monaco-inputbox .input {
  background-color: #3c3c3c !important;
  color: #cccccc !important;
}
.theme-light-pqs.theme-dark .monaco-editor .monaco-quick-open-widget .monaco-tree-row:hover {
  background-color: #2a2d2e !important;
}
.theme-light-pqs.theme-dark .monaco-editor .monaco-quick-open-widget .monaco-tree-row.focused {
  background-color: rgba(173, 214, 255, 0.15) !important;
}
.theme-light-pqs.theme-dark .monaco-editor .find-widget {
  background-color: #252526;
  box-shadow: 0 2px 8px #000000;
}
.theme-light-pqs.theme-dark .monaco-editor .find-widget .monaco-sash {
  background-color: #454545;
}
.theme-light-pqs.theme-dark .monaco-editor .monaco-highlighted-label {
  color: #000000;
}
.theme-light-pqs .mat-radio-container {
  width: 16px;
  height: 16px;
}
.theme-light-pqs .mat-radio-outer-circle,
.theme-light-pqs .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #5cc5cd;
  width: 16px;
  height: 16px;
}
.theme-light-pqs .mat-radio-button.mat-accent .mat-radio-inner-circle,
.theme-light-pqs .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.theme-light-pqs .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple) {
  background-color: #5cc5cd;
  width: 16px;
  height: 16px;
}
.theme-light-pqs .mat-button.mat-primary {
  color: #5cc5cd;
}
.theme-light-pqs .mat-button.mat-primary .mat-button-focus-overlay {
  background-color: #5cc5cd;
}
.theme-light-pqs .mat-icon-button {
  width: auto;
  height: 28px;
  line-height: 28px;
  margin-left: 6px;
}
.theme-light-pqs .mat-icon-button > .mat-button-ripple.mat-ripple,
.theme-light-pqs .mat-icon-button .mat-button-focus-overlay {
  display: none;
}
.theme-light-pqs .mat-progress-bar-background,
.theme-light-pqs .mat-progress-bar-buffer {
  background-color: #5cc5cd;
}
.theme-light-pqs .mat-progress-bar-fill::after {
  background-color: #117a8b;
}
.theme-light-pqs .progress .progress-bar {
  background-color: #117a8b !important;
  border-radius: 8px;
  font-size: 10px;
  height: 12px;
  font-weight: 500;
}
.theme-light-pqs.theme-dark .progress .progress-bar {
  background-color: #5cc5cd !important;
}
.theme-light-pqs .bg-overlay {
  background-color: rgba(255, 255, 255, 0.45);
}
.theme-light-pqs .accordion-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 13;
  cursor: pointer;
}
.theme-light-pqs .mat-dialog-container {
  color: #8c8c8c;
  background: transparent;
  box-shadow: none;
}
.theme-light-pqs .mat-dialog-container .modal .modal-dialog .modal-body.scroll-inside {
  overflow-y: auto;
  max-height: calc(100vh - 15rem);
  margin: 20px 0px;
}
.theme-light-pqs.theme-dark .bg-overlay {
  background-color: rgba(0, 0, 0, 0.45);
}
.theme-light-pqs .result-pagination {
  position: fixed;
  left: -1%;
  bottom: 0;
  width: 100%;
  z-index: 11;
  background: #f7f7f7;
}
.theme-light-pqs .result-pagination .mat-paginator-container {
  min-height: 40px;
}
.theme-light-pqs.theme-dark .result-pagination {
  background: #F6F6F6;
  color: #394142 !important;
}
.theme-light-pqs.notif-displayed .navbar-right {
  margin-right: -25%;
}
.theme-light-pqs .navbar-right.dropdown-menu,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-notif {
  border-radius: 0px;
  overflow: auto;
  max-height: calc(100vh - 114px);
  background-color: #eceff1;
  border-radius: 5px;
}
.theme-light-pqs .navbar-right.dropdown-menu .button-container,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-notif .button-container {
  background: transparent;
  border-bottom: none;
}
.theme-light-pqs .navbar-right.dropdown-menu ul.menu li a,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-notif ul.menu li a {
  background-color: #1f93a42e;
}
.theme-light-pqs .navbar-right.dropdown-menu ul.menu li a .icon-circle,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-notif ul.menu li a .icon-circle {
  border-radius: 50px;
  min-width: 36px;
  max-height: 36px;
  background-color: #1f93a4;
}
.theme-light-pqs .navbar-right.dropdown-menu ul.menu li a .icon-circle i,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-notif ul.menu li a .icon-circle i {
  line-height: normal;
  padding: 11px;
}
.theme-light-pqs .navbar-right.dropdown-menu ul.menu li a .menu-info,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-notif ul.menu li a .menu-info {
  margin-top: 3px;
}
.theme-light-pqs .navbar-right.dropdown-menu ul.menu li a .menu-info h4,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-notif ul.menu li a .menu-info h4 {
  font-size: 11px;
  color: #222222;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.theme-light-pqs .navbar-right.dropdown-menu ul.menu li a .menu-info p,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-notif ul.menu li a .menu-info p {
  font-size: 9px;
  color: #1f93a4;
  font-weight: 800;
}
.theme-light-pqs .navbar-right.dropdown-menu ul.menu li a .menu-info p i,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-notif ul.menu li a .menu-info p i {
  vertical-align: text-bottom;
}
.theme-light-pqs .navbar-right.dropdown-menu ul.menu li.is_click a,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-notif ul.menu li.is_click a {
  background-color: transparent !important;
}
.theme-light-pqs .navbar-right.dropdown-menu ul.menu li.is_click a .menu-info h4,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-notif ul.menu li.is_click a .menu-info h4 {
  font-weight: 400;
}
.theme-light-pqs .navbar-right.dropdown-menu ul.menu li.is_click a .menu-info p,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-notif ul.menu li.is_click a .menu-info p {
  color: #8c8c8c;
  font-weight: 500;
}
.theme-light-pqs.theme-dark .navbar-right.dropdown-menu,
.theme-light-pqs.theme-dark .navbar .navbar-nav .nav-item .nav-notif {
  background-color: #2e3435;
}
.theme-light-pqs.theme-dark .navbar-right.dropdown-menu ul.menu li a .menu-info h4,
.theme-light-pqs.theme-dark .navbar .navbar-nav .nav-item .nav-notif ul.menu li a .menu-info h4 {
  color: #cccccc;
}
.theme-light-pqs .app-footer {
  padding: 6px 0;
  border-top: 1px solid #d4d4d6;
  font-size: 10px;
  line-height: 17px;
  color: #636c72;
  background: #eceff1;
  transition: all 0.5s;
  width: 100%;
  z-index: 999;
}
.theme-light-pqs.theme-dark .app-footer {
  background: #2e3435;
  border-top: 1px solid #181a1b;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy, .theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-fill,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy,
.theme-light-pqs .mat-date.mat-form-field-appearance-fill {
  width: 125px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy .mat-form-field-wrapper, .theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-fill .mat-form-field-wrapper,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy .mat-form-field-wrapper,
.theme-light-pqs .mat-date.mat-form-field-appearance-fill .mat-form-field-wrapper {
  padding-bottom: 0px;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex, .theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex,
.theme-light-pqs .mat-date.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex {
  box-shadow: none;
  background-color: #eceff1;
  outline: none;
  font-size: 10px;
  min-height: 27px;
  padding-top: 0em !important;
  border-radius: 4px;
  border: 1px solid #e2e5ec;
  padding: 0.75em 0.75em 0 0.75em;
  color: #495057;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix, .theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix,
.theme-light-pqs .mat-date.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  padding-bottom: 0em !important;
  border-top: 0.9em solid transparent;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label, .theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label,
.theme-light-pqs .mat-date.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  font-size: 10px;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex svg path, .theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex svg path,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex svg path,
.theme-light-pqs .mat-date.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex svg path {
  fill: #808080;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline,
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline:before,
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-ripple, .theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-underline,
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-underline:before,
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-ripple,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-underline:before,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-ripple,
.theme-light-pqs .mat-date.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-underline,
.theme-light-pqs .mat-date.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-underline:before,
.theme-light-pqs .mat-date.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-ripple {
  height: 0px;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy .mat-form-field-suffix, .theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-fill .mat-form-field-suffix,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy .mat-form-field-suffix,
.theme-light-pqs .mat-date.mat-form-field-appearance-fill .mat-form-field-suffix {
  align-self: center;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button, .theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-fill .mat-form-field-suffix .mat-icon-button,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button,
.theme-light-pqs .mat-date.mat-form-field-appearance-fill .mat-form-field-suffix .mat-icon-button {
  display: block;
  font-size: inherit;
  width: 1.5em;
  height: 1.5em;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon, .theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-fill .mat-form-field-suffix .mat-datepicker-toggle-default-icon,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon,
.theme-light-pqs .mat-date.mat-form-field-appearance-fill .mat-form-field-suffix .mat-datepicker-toggle-default-icon {
  margin: auto;
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy .mat-form-field-label, .theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-fill .mat-form-field-label,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy .mat-form-field-label,
.theme-light-pqs .mat-date.mat-form-field-appearance-fill .mat-form-field-label {
  margin-top: -0.3em;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.no-label,
.theme-light-pqs .mat-date.no-label {
  width: 100%;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.no-label .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix,
.theme-light-pqs .mat-date.no-label .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  top: -4px;
  padding-top: 0;
  border-top: 1em solid transparent !important;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.no-label .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label,
.theme-light-pqs .mat-date.no-label .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  left: 0;
  top: 5px !important;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.no-label .mat-form-field-subscript-wrapper,
.theme-light-pqs .mat-date.no-label .mat-form-field-subscript-wrapper {
  margin-top: 2.2em;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.no-label .mat-form-field-prefix,
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.no-label .mat-form-field-suffix,
.theme-light-pqs .mat-date.no-label .mat-form-field-prefix,
.theme-light-pqs .mat-date.no-label .mat-form-field-suffix {
  top: 1px;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  border-top: 0.77em solid transparent;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label {
  margin-top: -0.5em;
}
.theme-light-pqs .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label,
.theme-light-pqs .mat-date.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label {
  margin-top: 0.3em;
}
.theme-light-pqs .mat-datepicker-content .mat-calendar-controls .mat-icon-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.theme-light-pqs .mat-datepicker-content .mat-calendar-table {
  background: inherit;
}
.theme-light-pqs .mat-datepicker-content .mat-calendar-table .mat-calendar-table-header th,
.theme-light-pqs .mat-datepicker-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-table-header-divider {
  background: inherit;
}
.theme-light-pqs .mat-datepicker-content .mat-calendar-table .mat-calendar-body-selected {
  background-color: #5cc5cd;
}
.theme-light-pqs .mat-datepicker-content .time-container .table {
  margin: 0px;
  background-color: inherit;
  color: rgba(0, 0, 0, 0.87);
}
.theme-light-pqs .mat-datepicker-content .time-container .table .tbody tr td {
  border-top: 1px solid #ebedf2;
  vertical-align: middle;
}
.theme-light-pqs .mat-datepicker-content .time-container .table .tbody tr:first-child td {
  border-top: 0px;
}
.theme-light-pqs .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.theme-light-pqs .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.theme-light-pqs .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(92, 197, 205, 0.3);
}
.theme-light-pqs.theme-dark .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex, .theme-light-pqs.theme-dark .mat-form-field.mat-primary.mat-form-field-type-mat-input.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex,
.theme-light-pqs.theme-dark .mat-date.mat-form-field-appearance-legacy .mat-form-field-wrapper .mat-form-field-flex,
.theme-light-pqs.theme-dark .mat-date.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex {
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  color: #394142;
  border-radius: 10px;
}
.theme-light-pqs .ngx-mat-timepicker-table,
.theme-light-pqs.theme-dark .ngx-mat-timepicker-table {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
  margin: auto;
}
.theme-light-pqs .ngx-mat-timepicker-table .mat-icon-button,
.theme-light-pqs.theme-dark .ngx-mat-timepicker-table .mat-icon-button {
  margin-left: 0;
}
.theme-light-pqs .mat-datepicker-content .time-container,
.theme-light-pqs.theme-dark .mat-datepicker-content .time-container {
  padding: 10px;
}
.theme-light-pqs .mat-datepicker-content .actions,
.theme-light-pqs.theme-dark .mat-datepicker-content .actions {
  padding: 10px 15px 10px;
  border-top: 1px solid #d8dce6;
}
.theme-light-pqs .mat-datepicker-content .actions button,
.theme-light-pqs.theme-dark .mat-datepicker-content .actions button {
  transition: all 0.15s;
}
.theme-light-pqs .mat-datepicker-content .actions button:hover,
.theme-light-pqs.theme-dark .mat-datepicker-content .actions button:hover {
  background-color: #5cc5cd;
  color: #ffffff;
}
.theme-light-pqs .mat-datepicker-content .actions button .mat-icon,
.theme-light-pqs.theme-dark .mat-datepicker-content .actions button .mat-icon {
  height: auto;
  width: auto;
}
.theme-light-pqs .scroll-host {
  background: #ffffff;
}
.theme-light-pqs.theme-dark .scroll-host {
  background: #f6f1f1;
}
.theme-light-pqs .mat-form-field-fluid .mat-form-field-flex .mat-form-field-infix {
  padding: 0px;
  border-top: none;
}
.theme-light-pqs .mat-form-field-fluid .mat-form-field-underline {
  display: none;
}
.theme-light-pqs .mat-input-element {
  caret-color: #495057;
  min-height: 17px !important;
  width: 95%;
}
.theme-light-pqs mat-form-field[floatLabel=never] .mat-form-field-label {
  left: 10px;
  top: 20px !important;
  font-size: 10px;
}
.theme-light-pqs mat-form-field[floatLabel=never] textarea + .mat-form-field-label-wrapper .mat-form-field-label {
  top: 16px !important;
}
.theme-light-pqs.theme-dark .mat-input-element {
  caret-color: #495057;
}
.theme-light-pqs .mat-select.form-control:focus {
  border-color: transparent;
}
.theme-light-pqs .mat-select-panel {
  background: #ffffff !important;
}
.theme-light-pqs .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #808080;
}
.theme-light-pqs .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #5cc5cd;
}
.theme-light-pqs.theme-dark .mat-select-panel {
  background: #ffffff !important;
}
.theme-light-pqs .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  color: #222222;
  border-radius: 0 !important;
}
.theme-light-pqs .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label {
  white-space: pre-wrap;
}
.theme-light-pqs .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 20px;
}
.theme-light-pqs .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover, .theme-light-pqs .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  color: #f7f7f7 !important;
  background-color: #127a8b !important;
}
.theme-light-pqs .ng-dropdown-panel .ng-dropdown-panel-items .ng-option-disabled {
  color: #808080;
  text-transform: uppercase;
}
.theme-light-pqs.theme-dark .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  color: #f7f7f7;
}
.theme-light-pqs.theme-dark .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover, .theme-light-pqs.theme-dark .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  color: #f7f7f7 !important;
  background-color: #FD7B03 !important;
}
.theme-light-pqs .dialog-common {
  background-color: #ffffff !important;
}
.theme-light-pqs .dialog-common .mat-dialog-title {
  font-size: 16px;
  margin-bottom: 30px;
}
.theme-light-pqs .dialog-common .mat-dialog-content {
  font-size: 14px;
  overflow-wrap: break-word;
}
.theme-light-pqs .dialog-common .mat-dialog-actions button {
  font-weight: 400;
  font-size: 12px;
  min-width: 55px;
  line-height: 27px;
  opacity: 0.5;
  color: #8c8c8c !important;
  background-color: transparent !important;
}
.theme-light-pqs .dialog-common .mat-dialog-actions button:hover {
  opacity: unset;
  background-color: transparent !important;
}
.theme-light-pqs .dialog-common .mat-dialog-actions button .mat-button-focus-overlay {
  display: none;
}
.theme-light-pqs .dialog-common .mat-dialog-actions button:last-child {
  opacity: unset;
  color: #212529 !important;
  background-color: #d4d4d6 !important;
}
.theme-light-pqs .dialog-common .mat-dialog-actions button:last-child:hover {
  color: #ffffff !important;
  background-color: #117a8b !important;
  transition: all 0.15s;
}
.theme-light-pqs.theme-dark .dialog-common {
  background-color: #ffffff !important;
}
.theme-light-pqs.theme-dark .dialog-common .mat-dialog-actions button:last-child {
  color: #d8d8d8 !important;
  background-color: #ffffff !important;
}
.theme-light-pqs.theme-dark .dialog-common .mat-dialog-actions button:last-child:hover {
  background-color: #117a8b !important;
}
.theme-light-pqs .toastr-main-wrapper {
  top: unset !important;
  bottom: 80px !important;
  right: 30px !important;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.theme-light-pqs .toastr-main-wrapper .toastr-card {
  background-color: #ffffff !important;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
}
.theme-light-pqs .toastr-main-wrapper .toastr-card .toastr-card-content .toastr-body {
  color: #8c8c8c !important;
}
.theme-light-pqs .toastr-main-wrapper .toastr-card.info {
  border-color: #5cc5cd !important;
}
.theme-light-pqs.theme-dark .toastr-main-wrapper .toastr-card {
  background-color: #ffffff !important;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
}
.theme-light-pqs.theme-dark .toastr-main-wrapper .toastr-card.info {
  border-color: #FD7B03 !important;
}
.theme-light-pqs .cdk-overlay-container .mat-select-panel-wrap {
  z-index: 9999999 !important;
}
.theme-light-pqs .appBuilderLogo {
  max-width: 100%;
  height: 20px;
  min-height: 30px;
}
@font-face {
  font-family: "Lato-Regular";
  src: url('Lato-Regular.ttf') format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url('Montserrat-Regular.ttf') format("truetype");
}
@font-face {
  font-family: "Oswald-Regular";
  src: url('Oswald-Regular.ttf') format("truetype");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url('Poppins-Regular.ttf') format("truetype");
}
@font-face {
  font-family: "Raleway-Regular";
  src: url('Raleway-Regular.ttf') format("truetype");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url('Roboto-Regular.ttf') format("truetype");
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url('OpenSans-Regular.ttf') format("truetype");
}
@font-face {
  font-family: "Impact";
  src: url('Impact.woff') format("woff");
}
@font-face {
  font-family: "Verdana";
  src: url('Verdana.woff') format("woff");
}
.theme-light-pqs .sw-theme-arrows {
  border: none;
}
.theme-light-pqs .sw-theme-arrows.sw-dark {
  background: transparent;
  color: #8c8c8c;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav {
  border-bottom: none;
  border-radius: 5px;
  margin-bottom: 10px;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link {
  margin-right: 0px;
  margin-left: 0px;
  border-top: 2px solid #000;
  text-align: left;
  padding-left: 80px;
  font-size: 10px;
  text-transform: uppercase;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link img {
  position: absolute;
  top: 10px;
  left: 35px;
  filter: contrast(0);
  top: calc(50% - 17px);
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link strong {
  font-size: 16px;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link .arrows {
  top: calc(50% - 33px);
  right: -31px;
  width: 30px;
  height: 62px;
  margin: 1px;
  position: absolute;
  display: block;
  z-index: 3;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link .arrows::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  left: 0;
  border-width: 35px 0 35px 23px;
  box-sizing: border-box;
  border-left-color: #e1e4e6;
  top: calc(50% - 34px);
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link .arrows::after {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  left: 0;
  border-width: 31px 0 31px 20px;
  box-sizing: border-box;
  border-left-color: #000;
  top: calc(50% - 30px);
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link.inactive {
  color: #808080;
  border-color: #d4d4d6;
  background: #d4d4d6;
  border-top: 2px solid #808080;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link.inactive .arrows::after {
  border-left-color: #d4d4d6;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link.active {
  color: #222222;
  border-color: #f7f7f7;
  background: #f7f7f7;
  border-top: 2px solid #5cc5cd;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link.active strong {
  color: #5cc5cd;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link.active img {
  filter: none;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link.active .arrows::after {
  border-left-color: #f7f7f7;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link.done {
  color: #808080;
  border-color: #f7f7f7;
  background: #f7f7f7;
  border-top: 2px solid #808080;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link.done .arrows::after {
  border-left-color: #f7f7f7;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link::after {
  content: none;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-link::before {
  content: none;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-item:first-child .nav-link {
  padding-left: 56px;
}
.theme-light-pqs .sw-theme-arrows.sw-dark > .nav .nav-item:first-child .nav-link img {
  left: 13px;
}
.theme-light-pqs .sw-theme-arrows .nav-pills .nav-link,
.theme-light-pqs .sw-theme-arrows .nav-item .nav-link,
.theme-light-pqs .sw-theme-arrows .navbar,
.theme-light-pqs .sw-theme-arrows .nav-tabs .nav-link {
  transition: none !important;
}
.theme-light-pqs.theme-dark .sw-theme-arrows.sw-dark > .nav .nav-link .arrows::before {
  border-left-color: #181a1b;
}
.theme-light-pqs.theme-dark .sw-theme-arrows.sw-dark > .nav .nav-link.inactive {
  background: #272e2f;
}
.theme-light-pqs.theme-dark .sw-theme-arrows.sw-dark > .nav .nav-link.inactive .arrows::after {
  border-left-color: #272e2f;
}
.theme-light-pqs.theme-dark .sw-theme-arrows.sw-dark > .nav .nav-link.active {
  color: #ffffff;
  background: #394142;
}
.theme-light-pqs.theme-dark .sw-theme-arrows.sw-dark > .nav .nav-link.active .arrows::after {
  border-left-color: #394142;
}
.theme-light-pqs.theme-dark .sw-theme-arrows.sw-dark > .nav .nav-link.done {
  background: #394142;
}
.theme-light-pqs.theme-dark .sw-theme-arrows.sw-dark > .nav .nav-link.done .arrows::after {
  border-left-color: #394142;
}
.theme-light-pqs .ms-container {
  width: auto !important;
}
.theme-light-pqs .ms-container .ms-list {
  border-radius: 0.25rem !important;
  background: #eceff1;
  border: 1px solid #ced4da;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
  margin-top: 10px;
}
.theme-light-pqs .ms-container .ms-selectable,
.theme-light-pqs .ms-container .ms-selection {
  background: transparent;
  border-bottom: 1px solid #ced4da;
  padding: 3px 15px 3px 15px;
  cursor: pointer;
}
.theme-light-pqs .ms-container .ms-selectable li.ms-elem-selectable,
.theme-light-pqs .ms-container .ms-selectable li.ms-elem-selection,
.theme-light-pqs .ms-container .ms-selection li.ms-elem-selectable,
.theme-light-pqs .ms-container .ms-selection li.ms-elem-selection {
  font-size: 10px;
  border-bottom: 1px solid #ced4da;
  color: #212529;
}
.theme-light-pqs .ms-container .ms-selectable li.ms-hover,
.theme-light-pqs .ms-container .ms-selectable li.ms-hover,
.theme-light-pqs .ms-container .ms-selection li.ms-hover,
.theme-light-pqs .ms-container .ms-selection li.ms-hover {
  color: #ffffff !important;
  background-color: #117a8b !important;
}
.theme-light-pqs .ms-container .ms-selectable a,
.theme-light-pqs .ms-container .ms-selection a {
  color: #212529;
  font-size: 10px;
}
.theme-light-pqs .ms-container .ms-selectable:hover,
.theme-light-pqs .ms-container .ms-selection:hover {
  background-color: #117a8b !important;
}
.theme-light-pqs .ms-container .ms-selectable:hover a,
.theme-light-pqs .ms-container .ms-selection:hover a {
  color: #ffffff !important;
}
.theme-light-pqs.theme-dark .ms-container .ms-list {
  background: #394142;
  border: none;
}
.theme-light-pqs.theme-dark .ms-container .ms-selectable,
.theme-light-pqs.theme-dark .ms-container .ms-selection {
  border-bottom: 1px solid #2e3435;
}
.theme-light-pqs.theme-dark .ms-container .ms-selectable li.ms-elem-selectable,
.theme-light-pqs.theme-dark .ms-container .ms-selectable li.ms-elem-selection,
.theme-light-pqs.theme-dark .ms-container .ms-selection li.ms-elem-selectable,
.theme-light-pqs.theme-dark .ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px solid #2e3435;
  color: #d8d8d8;
}
.theme-light-pqs.theme-dark .ms-container .ms-selectable a,
.theme-light-pqs.theme-dark .ms-container .ms-selection a {
  color: #d8d8d8;
}
.theme-light-pqs .select2-container .select2-choice {
  height: unset;
  line-height: unset;
  background-color: transparent;
}
.theme-light-pqs .select2-container .select2-choice .select2-arrow {
  top: -5px;
}
.theme-light-pqs .select2-dropdown-open.select2-drop-above .select2-choice,
.theme-light-pqs .select2-dropdown-open.select2-drop-above .select2-choices {
  border: none;
}
.theme-light-pqs .select2-drop {
  background: #eceff1;
  color: #808080;
  font-size: 10px;
}
.theme-light-pqs .select2-search input {
  border: 1px solid #808080;
  border-radius: 4px;
  color: #888888;
}
.theme-light-pqs .select2-results .select2-no-results,
.theme-light-pqs .select2-results .select2-searching,
.theme-light-pqs .select2-results .select2-ajax-error,
.theme-light-pqs .select2-results .select2-selection-limit {
  background: transparent;
}
.theme-light-pqs.theme-dark .select2-drop {
  background: #394142;
}
.theme-light-pqs .sm-icon {
  color: #ffffff;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: rgba(222, 222, 222, 0.5);
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}
.theme-light-pqs .sm-icon label {
  cursor: pointer;
  font-size: 10px;
  display: flex;
  justify-content: center;
  color: #222222;
}
.theme-light-pqs.theme-dark .sm-icon label {
  color: #ffffff;
}
.theme-light-pqs .dropdown-toggle:after {
  color: #212529;
  vertical-align: unset;
}
.theme-light-pqs .dropdown-toggle + .dropdown-menu a {
  color: #222222;
  font-size: 12px;
}
.theme-light-pqs .dropdown-toggle:hover:after {
  color: #d8d8d8;
}
.theme-light-pqs .show > .btn-outline.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
}
.theme-light-pqs .btn-info + .btn.dropdown-toggle:before {
  display: none;
}
.theme-light-pqs.theme-dark .dropdown-toggle:after {
  color: #d8d8d8;
}
.theme-light-pqs.theme-dark .dropdown-toggle + .dropdown-menu a {
  color: #495057;
}
.theme-light-pqs.theme-dark .show > .btn-outline.dropdown-toggle {
  color: #ffffff !important;
  background-color: #FD7B03 !important;
  border: none;
}
.theme-light-pqs .collapse-group {
  border-radius: 8px;
  margin-top: 10px;
}
.theme-light-pqs .collapse-group .collapse-panel {
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.theme-light-pqs .collapse-group .collapse-panel .collapse-check {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.theme-light-pqs .collapse-group .collapse-panel .collapse-check.checked + .collapse-label::after {
  content: "-";
}
.theme-light-pqs .collapse-group .collapse-panel .collapse-label {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
}
.theme-light-pqs .collapse-group .collapse-panel .collapse-label::after {
  content: "+";
  width: 1em;
  height: 1em;
  text-align: center;
}
.theme-light-pqs.theme-dark .collapse-group .collapse-panel {
  border-bottom: 1px solid #383838;
}
.theme-light-pqs .cke_chrome {
  border: none;
}
.theme-light-pqs .cke_top {
  border-bottom: none;
  padding: 10px 10px 5px;
  box-shadow: unset;
  background-image: none;
  background: #eceff1;
}
.theme-light-pqs .cke_bottom {
  border-top: none;
  box-shadow: none;
  background: #eceff1;
}
.theme-light-pqs .cke_toolgroup {
  border: none;
  border-bottom-color: unset;
  box-shadow: none;
  background-image: none;
  background: #d4d4d6;
}
.theme-light-pqs a.cke_button_on {
  background: #117a8b;
  background-image: none;
  box-shadow: none;
}
.theme-light-pqs a.cke_button_on:hover, .theme-light-pqs a.cke_button_on:focus, .theme-light-pqs a.cke_button_on:active {
  box-shadow: none;
}
.theme-light-pqs a.cke_button_on .cke_button_icon {
  filter: invert(1) brightness(2);
}
.theme-light-pqs a.cke_button_on .cke_button_label {
  color: #ffffff;
}
.theme-light-pqs a.cke_button_off:hover, .theme-light-pqs a.cke_button_off:focus, .theme-light-pqs a.cke_button_off:active,
.theme-light-pqs a.cke_button_disabled:hover,
.theme-light-pqs a.cke_button_disabled:focus,
.theme-light-pqs a.cke_button_disabled:active {
  box-shadow: none;
  background-image: none;
  background: #117a8b;
}
.theme-light-pqs a.cke_button_off:hover .cke_button_icon,
.theme-light-pqs a.cke_button_off:hover .cke_button_arrow,
.theme-light-pqs a.cke_button_off:hover .cke_combo_arrow, .theme-light-pqs a.cke_button_off:focus .cke_button_icon,
.theme-light-pqs a.cke_button_off:focus .cke_button_arrow,
.theme-light-pqs a.cke_button_off:focus .cke_combo_arrow, .theme-light-pqs a.cke_button_off:active .cke_button_icon,
.theme-light-pqs a.cke_button_off:active .cke_button_arrow,
.theme-light-pqs a.cke_button_off:active .cke_combo_arrow,
.theme-light-pqs a.cke_button_disabled:hover .cke_button_icon,
.theme-light-pqs a.cke_button_disabled:hover .cke_button_arrow,
.theme-light-pqs a.cke_button_disabled:hover .cke_combo_arrow,
.theme-light-pqs a.cke_button_disabled:focus .cke_button_icon,
.theme-light-pqs a.cke_button_disabled:focus .cke_button_arrow,
.theme-light-pqs a.cke_button_disabled:focus .cke_combo_arrow,
.theme-light-pqs a.cke_button_disabled:active .cke_button_icon,
.theme-light-pqs a.cke_button_disabled:active .cke_button_arrow,
.theme-light-pqs a.cke_button_disabled:active .cke_combo_arrow {
  filter: invert(1) brightness(2);
}
.theme-light-pqs a.cke_button_off:hover .cke_button_label, .theme-light-pqs a.cke_button_off:focus .cke_button_label, .theme-light-pqs a.cke_button_off:active .cke_button_label,
.theme-light-pqs a.cke_button_disabled:hover .cke_button_label,
.theme-light-pqs a.cke_button_disabled:focus .cke_button_label,
.theme-light-pqs a.cke_button_disabled:active .cke_button_label {
  color: #ffffff;
}
.theme-light-pqs a.cke_combo_button {
  border: none;
  box-shadow: none;
  background-image: none;
  background: #d4d4d6;
}
.theme-light-pqs .cke_combo_off a.cke_combo_button:hover, .theme-light-pqs .cke_combo_off a.cke_combo_button:focus, .theme-light-pqs .cke_combo_off a.cke_combo_button:active {
  border: none;
  box-shadow: none;
  background-image: none;
}
.theme-light-pqs .cke_combo_on a.cke_combo_button {
  border: none;
  box-shadow: none;
  background-image: none;
}
.theme-light-pqs .cke_combo_on a.cke_combo_button:hover, .theme-light-pqs .cke_combo_on a.cke_combo_button:focus, .theme-light-pqs .cke_combo_on a.cke_combo_button:active {
  box-shadow: none;
}
.theme-light-pqs .cke_button_label,
.theme-light-pqs .cke_combo_text {
  text-shadow: none;
}
.theme-light-pqs a.cke_path_item {
  color: #474747 !important;
  text-shadow: none;
}
.theme-light-pqs a.cke_path_item:hover, .theme-light-pqs a.cke_path_item:focus, .theme-light-pqs a.cke_path_item:active {
  text-shadow: none;
  box-shadow: none;
}
.theme-light-pqs .cke_dialog_background_cover {
  background-color: rgba(0, 0, 0, 0.95) !important;
}
.theme-light-pqs .cke_dialog {
  border-radius: 4px;
}
.theme-light-pqs .cke_dialog_body {
  border: none;
  padding: 15px;
  background: #ffffff;
}
.theme-light-pqs .cke_dialog_title {
  border-bottom: none;
  box-shadow: none;
  background: #ffffff;
  background-image: none;
  padding: 10px 10px;
  text-shadow: none;
  font-size: 16px;
}
.theme-light-pqs .cke_dialog_footer {
  outline: none;
  box-shadow: none;
  background: #ffffff;
  background-image: none;
}
.theme-light-pqs a.cke_dialog_ui_button {
  border: none;
  border-bottom-color: unset;
  box-shadow: none;
  background: transparent;
  background-image: none;
}
.theme-light-pqs a.cke_dialog_ui_button:hover, .theme-light-pqs a.cke_dialog_ui_button:focus, .theme-light-pqs a.cke_dialog_ui_button:active {
  border-color: unset;
  background: transparent;
  background-image: none;
  box-shadow: none;
  padding: 4px 0;
}
.theme-light-pqs a.cke_dialog_ui_button span {
  color: #8c8c8c !important;
  text-shadow: none;
}
.theme-light-pqs a.cke_dialog_ui_button_ok {
  color: #212529 !important;
  text-shadow: none;
  border-color: unset;
  background: #d4d4d6;
  background-image: none;
  transition: all 0.3s;
}
.theme-light-pqs a.cke_dialog_ui_button_ok:hover, .theme-light-pqs a.cke_dialog_ui_button_ok:focus, .theme-light-pqs a.cke_dialog_ui_button_ok:active {
  border-color: unset;
  background: #117a8b;
  background-image: none;
  transition: all 0.3s;
}
.theme-light-pqs a.cke_dialog_ui_button_ok:hover span, .theme-light-pqs a.cke_dialog_ui_button_ok:focus span, .theme-light-pqs a.cke_dialog_ui_button_ok:active span {
  color: #ffffff !important;
}
.theme-light-pqs a.cke_dialog_ui_button_ok span {
  color: #212529 !important;
}
.theme-light-pqs .cke_dialog_footer_buttons a.cke_dialog_ui_button span {
  font-weight: 200;
}
.theme-light-pqs .cke_dialog .cke_resizer_ltr {
  display: none;
}
.theme-light-pqs .cke_dialog iframe.cke_pasteframe {
  background-color: #eceff1;
  border: 1px solid #ced4da;
}
.theme-light-pqs input.cke_dialog_ui_input_text,
.theme-light-pqs input.cke_dialog_ui_input_password,
.theme-light-pqs textarea.cke_dialog_ui_input_textarea,
.theme-light-pqs input.cke_dialog_ui_input_text:focus,
.theme-light-pqs input.cke_dialog_ui_input_password:focus,
.theme-light-pqs textarea.cke_dialog_ui_input_textarea:focus,
.theme-light-pqs input.cke_dialog_ui_input_text:hover,
.theme-light-pqs input.cke_dialog_ui_input_password:hover,
.theme-light-pqs textarea.cke_dialog_ui_input_textarea:hover {
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: none;
  background-color: #eceff1;
  border: 1px solid #ced4da;
}
.theme-light-pqs select.cke_dialog_ui_input_select,
.theme-light-pqs input.cke_dialog_ui_input_text:focus,
.theme-light-pqs input.cke_dialog_ui_input_password:focus,
.theme-light-pqs textarea.cke_dialog_ui_input_textarea:focus,
.theme-light-pqs select.cke_dialog_ui_input_select:focus {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #eceff1;
  border: 1px solid #ced4da;
  box-shadow: none;
}
.theme-light-pqs .cke_dialog .ImagePreviewBox {
  border-radius: 4px;
  padding: 5px 8px;
  background-color: #eceff1;
  border: 1px solid #ced4da;
  margin-top: 5px;
  margin-bottom: 5px;
}
.theme-light-pqs .cke_dialog_tabs {
  left: 15px;
}
.theme-light-pqs a.cke_dialog_tab {
  border: none;
  background: #eceff1;
  border: 1px solid #ced4da !important;
  color: #383838;
}
.theme-light-pqs a.cke_dialog_tab_selected,
.theme-light-pqs a.cke_dialog_tab_selected:hover,
.theme-light-pqs a.cke_dialog_tab_selected:focus,
.theme-light-pqs a.cke_dialog_tab:hover,
.theme-light-pqs a.cke_dialog_tab:focus {
  background: transparent;
}
.theme-light-pqs.theme-dark .cke_top {
  background: #272e2f;
}
.theme-light-pqs.theme-dark .cke_bottom {
  background: #272e2f;
}
.theme-light-pqs.theme-dark .cke_wysiwyg_frame,
.theme-light-pqs.theme-dark .cke_wysiwyg_div,
.theme-light-pqs.theme-dark textarea.cke_source {
  background-color: #202627;
}
.theme-light-pqs.theme-dark textarea.cke_source {
  color: #c7c2c2;
}
.theme-light-pqs.theme-dark .cke_toolgroup {
  background: #383f43;
}
.theme-light-pqs.theme-dark .cke_button_icon {
  filter: invert(1) brightness(2);
}
.theme-light-pqs.theme-dark a.cke_combo_button {
  background: #383f43;
}
.theme-light-pqs.theme-dark .cke_combo_off a.cke_combo_button:hover, .theme-light-pqs.theme-dark .cke_combo_off a.cke_combo_button:focus, .theme-light-pqs.theme-dark .cke_combo_off a.cke_combo_button:active {
  background: #394142;
}
.theme-light-pqs.theme-dark .cke_combo_on a.cke_combo_button {
  background: #394142;
}
.theme-light-pqs.theme-dark .cke_button_label,
.theme-light-pqs.theme-dark .cke_combo_text {
  color: #fff;
}
.theme-light-pqs.theme-dark .cke_button_arrow,
.theme-light-pqs.theme-dark .cke_combo_arrow {
  filter: invert(1);
}
.theme-light-pqs.theme-dark a.cke_path_item {
  color: #8c8c8c !important;
}
.theme-light-pqs.theme-dark a.cke_path_item:hover, .theme-light-pqs.theme-dark a.cke_path_item:focus, .theme-light-pqs.theme-dark a.cke_path_item:active {
  background-color: #394142;
  color: #fff;
}
.theme-light-pqs.theme-dark .cke_dialog_body {
  background: #2e3435;
}
.theme-light-pqs.theme-dark .cke_dialog_title,
.theme-light-pqs.theme-dark .cke_dialog_footer,
.theme-light-pqs.theme-dark .cke_dialog_contents {
  background: #2e3435;
}
.theme-light-pqs.theme-dark .cke_dialog_title table,
.theme-light-pqs.theme-dark .cke_dialog_footer table,
.theme-light-pqs.theme-dark .cke_dialog_contents table {
  background-color: transparent;
}
.theme-light-pqs.theme-dark .cke_dialog_contents {
  border-top: 1px solid #394142;
}
.theme-light-pqs.theme-dark .cke_reset_all,
.theme-light-pqs.theme-dark .cke_reset_all *,
.theme-light-pqs.theme-dark .cke_reset_all a,
.theme-light-pqs.theme-dark .cke_reset_all textarea {
  color: #8c8c8c;
}
.theme-light-pqs.theme-dark a.cke_dialog_close_button {
  filter: invert(1) brightness(2);
  top: 20px;
  right: 20px !important;
}
.theme-light-pqs.theme-dark .cke_dialog iframe.cke_pasteframe {
  background-color: #8b8e90;
  border: unset;
}
.theme-light-pqs.theme-dark a.cke_dialog_ui_button_ok {
  background: #383f43;
}
.theme-light-pqs.theme-dark a.cke_dialog_ui_button_ok:hover, .theme-light-pqs.theme-dark a.cke_dialog_ui_button_ok:focus, .theme-light-pqs.theme-dark a.cke_dialog_ui_button_ok:active {
  background: #117a8b;
}
.theme-light-pqs.theme-dark a.cke_dialog_ui_button_ok span {
  color: #ffffff !important;
}
.theme-light-pqs.theme-dark input.cke_dialog_ui_input_text,
.theme-light-pqs.theme-dark input.cke_dialog_ui_input_password,
.theme-light-pqs.theme-dark textarea.cke_dialog_ui_input_textarea,
.theme-light-pqs.theme-dark input.cke_dialog_ui_input_text:focus,
.theme-light-pqs.theme-dark input.cke_dialog_ui_input_password:focus,
.theme-light-pqs.theme-dark textarea.cke_dialog_ui_input_textarea:focus,
.theme-light-pqs.theme-dark input.cke_dialog_ui_input_text:hover,
.theme-light-pqs.theme-dark input.cke_dialog_ui_input_password:hover,
.theme-light-pqs.theme-dark textarea.cke_dialog_ui_input_textarea:hover {
  background-color: #394142;
  border: none;
}
.theme-light-pqs.theme-dark select.cke_dialog_ui_input_select,
.theme-light-pqs.theme-dark input.cke_dialog_ui_input_text:focus,
.theme-light-pqs.theme-dark input.cke_dialog_ui_input_password:focus,
.theme-light-pqs.theme-dark textarea.cke_dialog_ui_input_textarea:focus,
.theme-light-pqs.theme-dark select.cke_dialog_ui_input_select:focus {
  background-color: #394142;
  border: none;
}
.theme-light-pqs.theme-dark .cke_dialog a.cke_btn_locked,
.theme-light-pqs.theme-dark .cke_dialog a.cke_btn_unlocked,
.theme-light-pqs.theme-dark .cke_dialog a.cke_btn_reset {
  filter: invert(1) brightness(1);
}
.theme-light-pqs.theme-dark .cke_dialog .ImagePreviewBox {
  background-color: #394142;
  border: none;
}
.theme-light-pqs.theme-dark a.cke_dialog_tab {
  background: transparent;
  border: 1px solid #394142 !important;
}
.theme-light-pqs.theme-dark a.cke_dialog_tab_selected,
.theme-light-pqs.theme-dark a.cke_dialog_tab_selected:hover,
.theme-light-pqs.theme-dark a.cke_dialog_tab_selected:focus,
.theme-light-pqs.theme-dark a.cke_dialog_tab:hover,
.theme-light-pqs.theme-dark a.cke_dialog_tab:focus {
  background: #394142;
}
.theme-light-pqs.theme-dark .cke_dialog a.cke_btn_locked,
.theme-light-pqs.theme-dark .cke_dialog a.cke_btn_unlocked,
.theme-light-pqs.theme-dark .cke_dialog a.cke_btn_reset {
  filter: invert(1) brightness(1);
}
.theme-light-pqs .project_list.table_list table,
.theme-light-pqs .project_list.table_list .mat-table {
  background-color: inherit;
}
.theme-light-pqs .project_list.table_list table td,
.theme-light-pqs .project_list.table_list table th,
.theme-light-pqs .project_list.table_list table .mat-cell,
.theme-light-pqs .project_list.table_list .mat-table td,
.theme-light-pqs .project_list.table_list .mat-table th,
.theme-light-pqs .project_list.table_list .mat-table .mat-cell {
  padding: 15px 10px;
  border-top: unset;
  border: unset;
  border-bottom: 1px solid #d4d4d6;
  min-width: auto;
  white-space: inherit;
  word-break: break-word;
}
.theme-light-pqs .project_list.table_list table th,
.theme-light-pqs .project_list.table_list .mat-table th {
  font-size: 12px;
  font-weight: 500 !important;
}
.theme-light-pqs .project_list.table_list table .mat-header-cell,
.theme-light-pqs .project_list.table_list .mat-table .mat-header-cell {
  border: unset;
  min-width: auto;
  height: 100%;
  width: auto;
  font-size: 12px !important;
  padding: 15px 10px;
  height: 20px;
  min-height: 40px;
}
.theme-light-pqs .project_list.table_list table tbody tr,
.theme-light-pqs .project_list.table_list table .mat-row,
.theme-light-pqs .project_list.table_list table .mat-cell,
.theme-light-pqs .project_list.table_list .mat-table tbody tr,
.theme-light-pqs .project_list.table_list .mat-table .mat-row,
.theme-light-pqs .project_list.table_list .mat-table .mat-cell {
  background: transparent !important;
  height: 20px;
  min-height: 40px;
}
.theme-light-pqs .project_list.table_list table tbody tr:hover,
.theme-light-pqs .project_list.table_list table .mat-row:hover,
.theme-light-pqs .project_list.table_list .mat-table tbody tr:hover,
.theme-light-pqs .project_list.table_list .mat-table .mat-row:hover {
  background-color: rgba(20, 24, 25, 0.1) !important;
}
.theme-light-pqs .project_list.table_list table .mat-sort-header-arrow,
.theme-light-pqs .project_list.table_list .mat-table .mat-sort-header-arrow {
  position: relative;
  right: unset;
}
.theme-light-pqs .project_list.table_list table .link,
.theme-light-pqs .project_list.table_list .mat-table .link {
  color: #222222;
  font-weight: 500;
}
.theme-light-pqs .project_list.table_list table .text-neutral,
.theme-light-pqs .project_list.table_list .mat-table .text-neutral {
  color: #c3c3c3;
}
.theme-light-pqs .project_list.table_list table .text-muted,
.theme-light-pqs .project_list.table_list .mat-table .text-muted {
  color: #808080;
}
.theme-light-pqs .project_list.table_list table small,
.theme-light-pqs .project_list.table_list .mat-table small {
  font-size: 10px;
}
.theme-light-pqs.theme-dark .project_list.table_list table td,
.theme-light-pqs.theme-dark .project_list.table_list table th,
.theme-light-pqs.theme-dark .project_list.table_list table .mat-cell,
.theme-light-pqs.theme-dark .project_list.table_list .mat-table td,
.theme-light-pqs.theme-dark .project_list.table_list .mat-table th,
.theme-light-pqs.theme-dark .project_list.table_list .mat-table .mat-cell {
  border-bottom: 1px solid #202627;
}
.theme-light-pqs.theme-dark .project_list.table_list table .link,
.theme-light-pqs.theme-dark .project_list.table_list .mat-table .link {
  color: #ffffff;
}
.theme-light-pqs .kt-portlet {
  background-color: #ffffff;
}
.theme-light-pqs .kt-portlet .kt-portlet__head {
  border-bottom: none;
  padding-top: 10px;
}
.theme-light-pqs .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #8c8c8c;
}
.theme-light-pqs .kt-portlet .kt-portlet__head .kt-portlet__head-progress {
  top: 0;
}
.theme-light-pqs .kt-portlet .kt-portlet__body {
  color: #8c8c8c;
  font-size: 14px;
  overflow-wrap: break-word;
}
.theme-light-pqs .kt-portlet .kt-portlet__body .kt-form__group {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.theme-light-pqs .kt-portlet .kt-portlet__foot {
  border-top: none;
}
.theme-light-pqs .kt-portlet .kt-portlet__foot .kt-form__actions {
  padding-bottom: 24px;
  padding-top: 0px;
}
.theme-light-pqs .kt-portlet .kt-portlet__foot .kt-form__actions .mat-button.mat-button-base {
  font-weight: 400;
  color: #8c8c8c;
  font-size: 12px;
  min-width: 55px;
  line-height: 27px;
  opacity: 0.5;
}
.theme-light-pqs .kt-portlet .kt-portlet__foot .kt-form__actions .mat-button.mat-button-base.mat-primary {
  color: #212529;
  background-color: #d4d4d6;
  float: right;
  opacity: 1;
  transition: all 0.15s;
}
.theme-light-pqs .kt-portlet .kt-portlet__foot .kt-form__actions .mat-button.mat-button-base.mat-primary:hover {
  color: #ffffff;
  background-color: #117a8b !important;
  transition: all 0.15s;
}
.theme-light-pqs .kt-portlet .kt-portlet__foot .kt-form__actions .mat-button.mat-button-base:hover {
  opacity: 1;
}
.theme-light-pqs .kt-portlet .kt-portlet__foot .kt-form__actions .mat-button.mat-button-base .mat-button-focus-overlay {
  background: transparent;
}
.theme-light-pqs.theme-dark .kt-portlet {
  background-color: #FFFFFF;
  color: #394142;
}
.theme-light-pqs.theme-dark .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  color: #394142;
}
.theme-light-pqs.theme-dark .kt-portlet .kt-portlet__foot {
  border-top: none;
}
.theme-light-pqs.theme-dark .kt-portlet .kt-portlet__foot .kt-form__actions {
  padding-bottom: 24px;
  padding-top: 0px;
}
.theme-light-pqs.theme-dark .kt-portlet .kt-portlet__foot .kt-form__actions .mat-button.mat-button-base {
  color: #394142;
}
.theme-light-pqs.theme-dark .kt-portlet .kt-portlet__foot .kt-form__actions .mat-button.mat-button-base.mat-primary {
  color: #ffffff;
  background-color: #FD7B03;
}
.theme-light-pqs .mat-tooltip,
.theme-light-pqs.theme-dark .mat-tooltip {
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
}
.mat-snack-bar-container {
  color: #fff !important;
  background-color: #ee2558 !important;
  border-color: #fff !important;
  z-index: 999;
}
.mat-simple-snackbar-action {
  color: #fff;
  font-size: 15px;
}
.shimmer {
  display: inline-block;
  -webkit-mask: linear-gradient(-85deg, #000 30%, rgba(217, 217, 217, 0.333), #000 70%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 2.5s infinite;
  border-radius: 5px;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.width-30 {
  width: 30%;
}
@keyframes shimmer {
  100% {
    -webkit-mask-position: left;
  }
}
.fixed-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.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.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.hide-div {
  display: none;
}
.padding-horizontal {
  padding: 0 0.5em;
}
.cdk-overlay-container {
  z-index: 2000;
}
/* List Group
---------- */
.theme-light-pqs .list-group {
  width: 100%;
}
.theme-light-pqs .list-group .list-single {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #ced4da;
}
.theme-light-pqs .list-group .list-single .list-side {
  display: flex;
  justify-content: start;
  align-items: center;
}
.theme-light-pqs .list-group .list-single .list-info .list-title {
  font-size: 14px;
  margin-bottom: 0;
}
.theme-light-pqs .list-group .list-single .list-info .list-desc {
  font-size: 12px;
  margin-bottom: 0;
}
.theme-light-pqs .list-group .list-single:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none !important;
}
.theme-light-pqs .hr-notification {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.theme-light-pqs.theme-dark .list-group .list-single {
  border-bottom: 1px solid #ced4da;
}
.theme-light-pqs.theme-dark .hr-notification {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}
.theme-light-pqs .custom-min-width {
  min-width: 2px !important;
}
@keyframes orange-dissolve {
  0% {
    background-color: #FD7B03;
  }
  100% {
    background-color: transparent;
  }
}
svg.leader-line {
  pointer-events: all !important;
}
.pagination-flex {
  display: flex !important;
  align-items: center;
  flex-direction: row;
  column-gap: 30px;
  justify-content: center;
}
/*
==================================
PAQUES Signin Page Custom CSS Page
==================================
*/
/*
================================
PAQUES Home Page Custom CSS Page
================================
*/
/*
==========================
PAQUES PDS Custom CSS Page
==========================
*/
.theme-pds #search {
  background-color: rgba(92, 197, 205, 0.9);
}
.theme-pds .checkbox input[type=checkbox]:checked + label::after {
  background: #5CC5CD;
  color: #ffffff;
}
.theme-pds .radio input[type=radio]:checked + label::before {
  background: #5CC5CD;
  color: #ffffff;
  border-color: #5CC5CD;
}
.theme-pds .radio input[type=radio]:checked + label::after {
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme-pds .right-sidebar .nav-tabs {
  background: #5CC5CD;
}
.theme-pds .right-sidebar .nav-tabs li a.nav-link {
  color: #ffffff;
}
.theme-pds .right-sidebar .nav-tabs li a.nav-link.active, .theme-pds .right-sidebar .nav-tabs li a.nav-link:hover {
  background: #ffffff;
  color: #5CC5CD;
}
.theme-pds .sidebar .menu .list li.active {
  background-color: transparent;
}
.theme-pds .sidebar .menu .list li.active > :first-child i, .theme-pds .sidebar .menu .list li.active > :first-child span {
  color: #5CC5CD;
}
.theme-pds .sidebar .menu .list a:hover {
  color: #5CC5CD;
}
.theme-pds .table.theme-color thead td, .theme-pds .table.theme-color thead th {
  background: #5CC5CD;
}
.theme-pds .navbar-right .navbar-nav > li > a:hover {
  background: #5CC5CD;
}
.theme-pds .nav-tabs .nav-link.active {
  border: 1px solid transparent;
  border-bottom: 1px solid #5CC5CD;
  color: #5CC5CD;
}
.theme-pds .card .header h2:before {
  background: #5CC5CD;
}
.theme-pds .card .header h2 strong {
  color: #5CC5CD;
}
.theme-pds .inbox-widget .inbox-inner:hover .inbox-img img {
  border: 2px solid #5CC5CD;
  transition: all 150ms linear;
}
/*     brand Colors              */
/*      light colors         */
/*
=============================
    GLOBAL HEADER AREA 
=============================
*/
/******** NAVBAR ***********/
.theme-light-pqs .navbar {
  background: var(--White-Mint, linear-gradient(90deg, rgba(219, 219, 219, 0.6) -3.12%, rgba(29, 144, 161, 0.6) 31.33%, rgba(29, 144, 161, 0.6) 40.87%, rgba(20, 72, 80, 0.6) 87.97%, rgba(33, 33, 33, 0.6) 114.2%)), url('layer-header.svg') center no-repeat;
  background-blend-mode: overlay;
  min-height: 40px;
  transition: all 0.5s;
  z-index: 13;
  box-shadow: none;
}
.theme-light-pqs .navbar .icons {
  color: black;
}
.theme-light-pqs .navbar a:not(.btn):not(.dropdown-item) {
  color: #222222;
  font-weight: 500;
}
.theme-light-pqs .navbar .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.theme-light-pqs .navbar .navbar-nav {
  flex-direction: row;
}
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-link.notif-visible .zmdi-notifications-active {
  vertical-align: 8.5px;
}
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-link.notif-visible .badge {
  vertical-align: 15px;
}
.theme-light-pqs .navbar .navbar-nav .nav-link:not(.btn) {
  font-size: 0.55em;
  padding: 0.45rem 0.6rem;
  line-height: 0.7142em;
}
.theme-light-pqs .navbar .navbar-nav .nav-link:not(.btn).disabled {
  color: #808080;
}
.theme-light-pqs .navbar .navbar-nav .nav-item.active .nav-link:not(.btn),
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-link:not(.btn):active {
  background: var(--green-gradient, linear-gradient(90deg, #0A636F, #13BED5));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.theme-light-pqs .navbar .navbar-nav .dropdown-menu {
  position: absolute;
}
.theme-light-pqs .navbar .navbar-nav.menu-nav {
  display: none;
}
.theme-light-pqs .navbar .navbar-nav.menu-nav a.nav-link:hover, .theme-light-pqs .navbar .navbar-nav.menu-nav a.nav-link.active {
  background-color: rgba(222, 222, 222, 0.5);
  border-radius: 6px;
}
.theme-light-pqs .navbar .navbar-brand {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.theme-light-pqs kt-menu-horizontal {
  width: calc(100% - 65px);
}
.theme-light-pqs.theme-dark .navbar {
  background: linear-gradient(90deg, rgba(8, 79, 129, 0.12) 0%, rgba(8, 79, 129, 0.6) 42.4%, rgba(127, 103, 67, 0.6) 82.4%, rgba(255, 128, 0, 0.36) 100%), url('layer-header.svg') center no-repeat;
}
.theme-light-pqs.theme-dark .navbar a:not(.btn):not(.dropdown-item) {
  color: #394142;
}
.theme-light-pqs.theme-dark .navbar .icons {
  color: #999;
}
.theme-light-pqs.theme-dark .navbar .navbar-brand i {
  color: #fff;
}
.theme-light-pqs.theme-dark .navbar .nav-item.active .nav-link:not(.btn),
.theme-light-pqs.theme-dark .navbar .nav-item .nav-link:not(.btn):focus,
.theme-light-pqs.theme-dark .navbar .nav-item .nav-link:not(.btn):hover,
.theme-light-pqs.theme-dark .navbar .nav-item .nav-link:not(.btn):active {
  background: var(--orange-trueai, #FD7B03);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
@media (max-width: 560px) {
  .theme-light-pqs .navbar .navbar-collapse .navbar-nav {
    display: none;
  }
  .theme-light-pqs .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    position: fixed !important;
    left: 5%;
    width: 90%;
  }
  .theme-light-pqs .navbar .navbar-collapse .navbar-nav.menu-nav, .theme-light-pqs .navbar .navbar-collapse .navbar-nav.right-nav {
    display: flex;
  }
}
/* Sub Top Navigation
------------------ */
.theme-light-pqs .sub-top-nav {
  position: fixed;
  top: 42px;
  width: 100%;
  z-index: 12;
  margin: 0;
  background: var(--White-Mint, linear-gradient(90deg, rgba(219, 219, 219, 0.6) -3.12%, rgba(29, 144, 161, 0.6) 31.33%, rgba(29, 144, 161, 0.6) 40.87%, rgba(20, 72, 80, 0.6) 87.97%, rgba(33, 33, 33, 0.6) 114.2%));
  border-bottom: 1px solid #d4d4d6;
  transition: all 0.5s;
}
.theme-light-pqs .sub-top-nav .nav {
  padding: 0px;
  position: relative;
  flex-wrap: unset;
}
.theme-light-pqs .sub-top-nav .nav .nav-item {
  width: calc(100% - 175px);
  margin-top: 7px;
}
.theme-light-pqs .sub-top-nav .nav .nav-item .nav-link {
  padding: 4px;
}
.theme-light-pqs.theme-dark .sub-top-nav {
  background: linear-gradient(90deg, rgba(8, 79, 129, 0.12) 0%, rgba(8, 79, 129, 0.6) 42.4%, rgba(127, 103, 67, 0.6) 82.4%, rgba(255, 128, 0, 0.36) 100%);
}
/**** LEFTBAR ******/
.theme-light-pqs .sidebar {
  top: 49px;
  left: 10px;
  background: #ffffff;
  border-right: 1px solid #d4d4d6;
  border-left: 1px solid #d4d4d6;
  width: 230px;
  z-index: 21;
  border-radius: 30px;
}
.theme-light-pqs .sidebar .menu .list .panel-group .panel .panel-heading .side-title {
  font-size: 10px;
  line-height: 1.1em;
}
.theme-light-pqs .sidebar .menu .list .panel-group .panel .panel-heading a > span {
  font-size: 8px !important;
}
.theme-light-pqs .sidebar .menu .list .panel-group .panel-primary .panel-title {
  font-size: 10px;
}
.theme-light-pqs .sidebar .menu .list .dp-sidebar {
  max-height: calc(90% - 65px) !important;
}
.theme-light-pqs .sidebar .menu .list .dv-sidebar {
  max-height: calc(98% - 65px) !important;
}
.theme-light-pqs .sidebar .menu .list button.btn-delete {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  font-size: 17px;
}
.theme-light-pqs .sidebar .menu .list button.btn-delete.active {
  color: #8c8c8c;
}
.theme-light-pqs .sidebar .menu .list a i {
  transform: unset;
  color: #8c8c8c;
}
.theme-light-pqs .sidebar .menu .list a:hover i {
  transform: unset;
  color: #5cc5cd;
}
.theme-light-pqs .sidebar .menu .slimScrollDiv {
  height: auto !important;
}
.theme-light-pqs .sidebar-style-2 {
  top: 53px;
  width: 210px;
  z-index: 11;
  border-radius: 10px;
  margin-top: 105px;
  margin-left: 5px;
  height: calc(100vh - 0px);
  position: fixed;
  background: #f7f7f7;
}
.theme-light-pqs .sidebar-style-2 .sidebar-list-menu {
  background: #e1e4e6;
  padding: 15px;
  border-bottom: 1px solid #cacaca;
}
.theme-light-pqs .navbar-right {
  transition: all 0.5s;
  font-family: "Gilroy", sans-serif;
  width: 200px;
  height: calc(100vh - 0px);
  position: fixed;
  top: 49px;
  right: 10px;
  box-shadow: none;
  z-index: 21;
  display: inline-block;
  background: #ffffff;
  border-left: 1px solid #d4d4d6;
  border-right: 1px solid #d4d4d6;
  border-radius: 30px;
}
.theme-light-pqs .navbar-right .menu .list {
  height: calc(100% - 80px) !important;
}
.theme-light-pqs .navbar-right .button-container {
  z-index: 9;
  position: sticky;
  top: 0;
  padding: 10px;
  background: #f7f7f7;
  border-bottom: 0.01em solid #d4d4d6;
  text-align: center;
}
.theme-light-pqs .navbar-right .button-container .mat-raised-button {
  box-shadow: none;
}
.theme-light-pqs .navbar-right .panel-body .btn-outline img {
  filter: invert(1);
}
.theme-light-pqs .dq-sc {
  max-height: calc(100vh - 15.25rem);
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 300px;
}
.theme-light-pqs .dp-h93v {
  height: calc(100vh - 120px);
  overflow-y: auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.theme-light-pqs .dv-sc {
  max-height: calc(100vh - 15.5rem);
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 300px;
}
.theme-light-pqs .dv-sc.dvc-sc {
  max-height: calc(100vh - 12.9rem);
}
.theme-light-pqs.theme-dark .sidebar {
  background: #ffffff !important;
  border-right: 1px solid #d4d4d6;
  border-left: 1px solid #d4d4d6;
}
.theme-light-pqs.theme-dark .sidebar .slimScrollDiv {
  height: auto !important;
}
.theme-light-pqs.theme-dark .sidebar-style-2 {
  background: #ffffff;
}
.theme-light-pqs.theme-dark .sidebar-style-2 .sidebar-list-menu {
  background: #ffffff;
  border-bottom: 1px solid #d4d4d6;
}
.theme-light-pqs.theme-dark .navbar-right {
  background: #ffffff;
  border-left: 1px solid #d4d4d6;
}
.theme-light-pqs.theme-dark .navbar-right .button-container {
  background: #ffffff;
  border-bottom: 0.01em solid #d4d4d6;
}
@media only screen and (max-width: 767px) {
  .sidebar {
    left: inherit;
  }
}
/**** RIGHTBAR ******/
.theme-light-pqs .navbar-right {
  transition: all 0.5s;
  font-family: "Gilroy", sans-serif;
  width: 200px;
  height: calc(100vh - 0px);
  position: fixed;
  top: 49px;
  right: 10px;
  box-shadow: none;
  z-index: 12;
  display: inline-block;
  background: #ffffff;
  border-left: 1px solid #d4d4d6;
  border-right: 1px solid #d4d4d6;
  border-radius: 30px;
}
.theme-light-pqs .navbar-right .menu .list {
  height: calc(100% - 80px) !important;
}
.theme-light-pqs .navbar-right .button-container {
  z-index: 9;
  position: sticky;
  top: 0;
  padding: 10px;
  background: #f7f7f7;
  border-bottom: 0.01em solid #d4d4d6;
  text-align: center;
  border-top-right-radius: 21px;
  border-top-left-radius: 26px;
}
.theme-light-pqs .navbar-right .button-container .mat-raised-button {
  box-shadow: none;
}
/*     brand Colors              */
/*      light colors         */
.theme-dark {
  transition: all 0.5s;
  background: #383F43;
  color: #8c8c8c;
}
.theme-dark.ls-toggle-menu .sidebar .menu .list .ml-menu li a {
  color: #292a33;
}
.theme-dark.ls-closed .sidebar {
  background: #383F43;
}
.theme-dark.ls-closed .sidebar.open {
  -ms-box-shadow: 0px 2px 20px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(255, 255, 255, 0.1);
}
.theme-dark section.content {
  background: #181A1B;
  border-color: rgba(255, 255, 255, 0.05);
}
.theme-dark section.content .slimScrollBar {
  background: rgba(255, 255, 255, 0.1) !important;
}
.theme-dark .sidebar .slimScrollBar {
  background: rgba(255, 255, 255, 0.1) !important;
}
.theme-dark .sidebar .navbar-brand,
.theme-dark .sidebar .user-info {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .sidebar .navbar-brand span,
.theme-dark .sidebar .navbar-brand .zmdi-menu,
.theme-dark .sidebar .user-info span,
.theme-dark .sidebar .user-info .zmdi-menu {
  color: #ffffff;
}
.theme-dark .sidebar .menu .list .ml-menu li.active a {
  color: #ffffff;
}
.theme-dark .sidebar .menu .list a {
  color: #8c8c8c;
}
.theme-dark .right-sidebar {
  background: #181A1B;
  color: #8c8c8c;
}
.theme-dark .right-sidebar .nav-tabs {
  border-color: #3e3e3e;
}
.theme-dark .right-sidebar .right_chat .media {
  border-color: #3e3e3e;
}
.theme-dark .right-sidebar .right_chat .media .name {
  color: #ffffff;
}
.theme-dark .right-sidebar .right_chat .media .message {
  color: #8c8c8c;
}
.theme-dark .navbar-right .navbar-nav > li > a {
  color: #8c8c8c;
}
.theme-dark .navbar-right .navbar-nav .app_sortcut li a {
  color: #8c8c8c;
}
.theme-dark .navbar-right .notify .heartbit {
  border-color: #ffffff;
}
.theme-dark .navbar-right .notify .point {
  background-color: #ffffff;
}
.theme-dark .navbar-right .dropdown-menu {
  color: inherit;
}
.theme-dark .navbar-right .dropdown-menu::before {
  color: #383F43;
}
.theme-dark .dropdown-menu ul.menu .menu-info h4 {
  color: #8c8c8c;
}
.theme-dark .dropdown-menu ul.menu li a:hover {
  background: rgba(255, 255, 255, 0.02);
}
.theme-dark .card .header {
  color: #8c8c8c;
}
.theme-dark .card .card-inside-title {
  color: #ffffff;
}
.theme-dark .card .body {
  background: #383F43;
  color: #8c8c8c;
}
.theme-dark a:not(.btn) {
  color: #74ade2;
}
.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #383F43;
}
.theme-dark hr {
  border-color: #3e3e3e;
}
.theme-dark pre.prettyprint {
  background: transparent;
  border: 1px solid #3e3e3e;
}
.theme-dark pre.prettyprint .pln {
  color: #ffffff;
}
.theme-dark .form-control,
.theme-dark .input-group .input-group-append .btn-outline-secondary,
.theme-dark .input-group .input-group-prepend .btn-outline-secondary,
.theme-dark .input-group-text,
.theme-dark .bootstrap-select > .dropdown-toggle {
  background: transparent;
}
.theme-dark .btn-default,
.theme-dark .btn-group .btn {
  background: #3e3e3e;
  background-color: #3e3e3e;
  color: #8c8c8c;
}
.theme-dark .checkbox label::before,
.theme-dark .checkbox label::after {
  border-color: #3e3e3e;
}
.theme-dark .dropdown-menu {
  background: #383F43;
  -ms-box-shadow: 0px 2px 20px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(255, 255, 255, 0.1);
}
.theme-dark .dropdown-menu .header,
.theme-dark .dropdown-menu .footer {
  border-color: #3e3e3e;
}
.theme-dark .dropdown-menu .header a,
.theme-dark .dropdown-menu .footer a {
  border-color: #3e3e3e;
}
.theme-dark .dropdown-menu > li > a:hover {
  color: #ffffff;
}
.theme-dark .progress {
  background: rgba(255, 255, 255, 0.1);
}
.theme-dark .pagination .page-item .page-link {
  color: #8c8c8c;
}
.theme-dark .pagination .page-item .page-link:hover {
  color: #ffffff;
}
.theme-dark .pagination .page-item.active > .page-link {
  background: #46b6fe;
  color: #ffffff;
}
.theme-dark .block-header .breadcrumb {
  color: #8c8c8c;
}
.theme-dark .list-group-item {
  background: #383F43;
  border-color: #3e3e3e;
}
.theme-dark .media .media-body .media-heading {
  color: #8c8c8c;
}
.theme-dark .irs--flat .irs-line {
  background: rgba(255, 255, 255, 0.04);
}
.theme-dark .dd-handle {
  border-color: #3e3e3e;
  color: #8c8c8c;
}
.theme-dark .dd3-item .dd3-content {
  background: transparent;
  border-color: #3e3e3e;
}
.theme-dark .select2-container .select2-choice,
.theme-dark .select2-container .select2-choices,
.theme-dark .select2-container-multi .select2-choice,
.theme-dark .select2-container-multi .select2-choices {
  background: transparent;
  background-color: transparent;
}
.theme-dark .rating label:last-child .icon {
  color: #8c8c8c;
}
.theme-dark .wizard .steps .disabled a {
  background: rgba(255, 255, 255, 0.04);
}
.theme-dark .wizard .content {
  border-color: #3e3e3e;
}
.theme-dark .wizard > .content > .body input {
  border-color: initial;
}
.theme-dark .dropify-wrapper {
  background-color: transparent;
  border-color: #3e3e3e;
}
.theme-dark .dropify-wrapper:hover {
  background-image: linear-gradient(-45deg, #3e3e3e 25%, transparent 25%, transparent 50%, #3e3e3e 50%, #3e3e3e 75%, transparent 75%, transparent);
}
.theme-dark .table td, .theme-dark .table th {
  border-color: #3e3e3e;
}
.theme-dark .img-thumbnail {
  background-color: #ffffff;
  border-color: #ced4da;
}
.theme-dark .note-editor.note-frame {
  background: #383F43;
  border-color: #3e3e3e;
}
.theme-dark .note-editor.note-frame .note-editing-area .note-editable {
  background: #383F43;
  color: #8c8c8c;
}
.theme-dark .note-editor.note-frame .note-statusbar {
  background-color: #3e3e3e;
}
.theme-dark .alert a,
.theme-dark .alert .alert-link {
  color: #ffffff;
}
.theme-dark .dtp table.dtp-picker-days tr > th {
  border-color: rgba(41, 42, 51, 0.04);
}
.theme-dark .big_icon:before {
  color: rgba(255, 255, 255, 0.04);
}
.theme-dark .table.c_table {
  color: #8c8c8c;
}
.theme-dark .table.c_table tr {
  background: #383F43;
}
.theme-dark .table.c_table tr:hover {
  background: rgba(255, 255, 255, 0.02);
}
.theme-dark .footable-details.table-striped > tbody > tr:nth-child(odd),
.theme-dark .footable.table-striped > tbody > tr:nth-child(odd) {
  background-color: transparent;
}
.theme-dark .table-bordered {
  border-color: #3e3e3e;
}
.theme-dark .inbox.right .i_action,
.theme-dark .inbox.left .mail-side .nav li:hover,
.theme-dark .inbox.left .mail-side .nav li.active {
  background: #383F43;
  color: #8c8c8c;
}
.theme-dark .inbox.right .i_action a,
.theme-dark .inbox.left .mail-side .nav li:hover a,
.theme-dark .inbox.left .mail-side .nav li.active a {
  color: #ffffff;
}
.theme-dark .file_folder a,
.theme-dark .c_review li {
  border-color: #3e3e3e;
}
.theme-dark .chat_list .user_list .name,
.theme-dark .status .name {
  color: #ffffff;
}
.theme-dark .chat_window .chat-header .chat-num-messages {
  color: #8c8c8c;
}
.theme-dark .chat_window .chat-history {
  border-color: #3e3e3e;
}
.theme-dark .chat_window .chat-history .message {
  color: #8c8c8c;
}
.theme-dark .chat_window .chat-history .my-message {
  background: transparent;
  border: 1px solid #3e3e3e;
}
.theme-dark .chat_window .chat-history .my-message:after {
  border-bottom-color: #3e3e3e;
}
.theme-dark .chat_window .chat-history .other-message {
  background: #3e3e3e;
}
.theme-dark .chat_window .chat-history .other-message::after {
  border-bottom-color: #3e3e3e;
}
.theme-dark .team-info li img {
  border-color: #383F43;
}
.theme-dark .event_list .e_list,
.theme-dark .widget-categories li a {
  border-color: rgba(255, 255, 255, 0.1);
  color: #8c8c8c;
}
.theme-dark .fc .fc-view-container .fc-view.fc-agenda > table tbody tr td .fc-day-number,
.theme-dark .fc .fc-view-container .fc-view.fc-basic-view > table tbody tr td .fc-day-number {
  color: #8c8c8c;
}
.theme-dark .fc .fc-view-container .fc-view.fc-basic-view > table tbody tr td.fc-widget-content,
.theme-dark .fc .fc-view-container .fc-view.fc-agenda > table tbody tr td.fc-widget-content,
.theme-dark .fc .fc-view-container .fc-view.fc-basic-view .fc-body .fc-row .fc-bg,
.theme-dark .fc .fc-view-container .fc-view.fc-agenda .fc-body .fc-row .fc-bg {
  border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .taskboard .dd-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .file_manager .file {
  background: #383F43;
}
.theme-dark .file_manager .file .file-name {
  border-color: #3e3e3e;
}
.theme-dark .product_item .product_details > a {
  color: #ffffff;
}
.theme-dark .icon-section .icon-name {
  color: #8c8c8c;
}
.theme-dark .activity::before {
  background: #3e3e3e;
}
.theme-dark .activity li h4 {
  color: #8c8c8c;
}
.theme-dark .info-box-2 {
  background: #383F43;
}
.theme-dark .info-box-2 .content .text {
  color: #8c8c8c;
}
.theme-dark .info-box-2 .content .number {
  color: #ffffff;
}
.theme-dark .feed::before {
  color: rgba(255, 255, 255, 0.04);
}
.theme-dark .small_mcard_1 {
  background: #383F43;
}
.theme-dark .small_mcard_1 .footer {
  background: #3e3e3e;
}
.theme-dark .authentication .auth_form {
  background: #383F43;
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}
.theme-dark .cbp_tmtimeline:before {
  background: #3e3e3e;
}
.theme-dark .cbp_tmtimeline > li .cbp_tmlabel {
  background: #383F43;
}
.theme-dark .cbp_tmtimeline > li .cbp_tmlabel:after {
  border-right-color: #383F43;
}
.theme-dark .cbp_tmtimeline > li .cbp_tmtime {
  background: .theme-dark .cbp_tmtimeline > li .cbp_tmtime;
}
.theme-dark .cbp_tmtimeline > li .cbp_tmicon {
  box-shadow: none;
}
.theme-dark .pricing.pricing-item {
  background: transparent;
}
.theme-dark .pricing .pricing-deco-img path {
  fill: #383F43;
}
.theme-dark .tag-clouds li .badge {
  color: #ffffff;
}
.theme-dark .taskboard .dd-item .action a:hover {
  background: rgba(255, 255, 255, 0.04);
}
.theme-dark .taskboard .dd-item .action a i {
  color: rgba(255, 255, 255, 0.2);
}
.theme-dark .inbox_table .max_ellipsis a {
  color: #8c8c8c !important;
}
.theme-dark .c3_chart path,
.theme-dark .c3-chart-arc path,
.theme-dark #m_donut_chart path {
  stroke: #383F43;
}
.theme-dark #area_chart path {
  stroke: #3e3e3e;
}
.theme-dark .c3-legend-item text {
  fill: #8c8c8c;
}
/******** THEME PDS *********/
.theme-pds .nav-tabs .nav-link.active {
  color: #ffffff;
  border-radius: 50px !important;
  background: #0a636f;
  background: linear-gradient(90deg, #0a636f 0%, #13bed5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a636f",endColorstr="#13bed5",GradientType=1);
}
.theme-pds.theme-dark {
  background-color: #F6F6F6 !important;
}
.theme-pds.theme-dark h2, .theme-pds.theme-dark h3 {
  color: #394142;
}
.theme-pds.theme-dark .nav-tabs .nav-link.active {
  background: #FD7B03;
  color: #ffffff;
}
/******** GENERAL ***********/
/* Sign-In
------- */
.theme-light-pqs .signin-title {
  font-family: "Gilroy", sans-serif;
  background: url('background-gradient.svg') no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
  width: auto;
}
.theme-light-pqs .signin-title .welcome {
  font-size: 26px;
  color: #0e8293;
  font-weight: 100;
  margin-bottom: 0px;
  text-align: center;
}
.theme-light-pqs .signin-title .pqs {
  width: 410px;
  font-size: 18px;
  color: #534D59;
  font-weight: bolder;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.theme-light-pqs .signin-title .desc {
  width: 340px;
  font-size: 40px;
  background: linear-gradient(90deg, #1E92A3, #0A636F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
  line-height: normal;
}
.theme-light-pqs .signin-title .welcome-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  align-items: center;
  height: 80vh;
  padding-top: 0;
}
.theme-light-pqs .signin-title-2 {
  font-family: "Gilroy", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-light-pqs .signin-title-2 .welcome {
  font-size: 26px;
  color: #0e8293;
  font-weight: 100;
  text-align: center;
}
.theme-light-pqs .signin-title-2 .welcome-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  margin-bottom: 30px;
}
.theme-light-pqs .authentication .auth_form {
  transition: all 0.5s;
  border-radius: 10px;
}
.theme-light-pqs .authentication .auth_form a {
  background: linear-gradient(90deg, #1E92A3, #0A636F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}
.theme-light-pqs .authentication .signin-form .header,
.theme-light-pqs .authentication .signin-form .body {
  display: block;
  background-color: transparent !important;
}
.theme-light-pqs .authentication .signin-form input {
  font-size: 12px;
}
.theme-light-pqs .authentication .signin-form-app .header {
  background: transparent !important;
  text-align: center;
}
.theme-light-pqs .authentication .signin-form-app .header .title {
  font-size: 24px;
  color: white;
  margin-bottom: 0px;
}
.theme-light-pqs .authentication .signin-form-app .header .acc {
  font-size: 14px;
  color: white;
  font-weight: 100;
}
.theme-light-pqs .authentication .signin-form-app .body {
  background: transparent !important;
}
.theme-light-pqs .authentication .signin-form-app .body .icon-form {
  position: absolute;
  line-height: 1.375rem;
  left: 0.3rem;
  bottom: 0.5rem;
  color: #2E3536;
}
.theme-light-pqs .authentication .title {
  font-size: 36px;
  color: #0e8293;
  margin-bottom: 0px;
}
.theme-light-pqs .authentication .acc {
  font-size: 16px;
  color: #0e8293;
  font-weight: 100;
}
.theme-light-pqs .layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.theme-light-pqs .signin-bgimg {
  background: url('pq-signin-image.svg') no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
}
.theme-light-pqs.theme-dark .signin-title .welcome {
  color: #383F43;
}
.theme-light-pqs.theme-dark .signin-title .desc {
  background: linear-gradient(187deg, #084f81 0%, rgba(8, 79, 129, 0.6) 42.4%, rgba(127, 103, 67, 0.6) 52.4%, #ff8000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
  line-height: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
  line-height: normal;
}
.theme-light-pqs.theme-dark .authentication .signin-form {
  background: transparent;
  border: none;
}
.theme-light-pqs.theme-dark .authentication .signin-form .body {
  background: transparent;
}
.theme-light-pqs.theme-dark .authentication .signin-form-app {
  background: transparent;
  border: none;
}
.theme-light-pqs.theme-dark .authentication .title,
.theme-light-pqs.theme-dark .authentication .acc {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .authentication .auth_form a {
  background: linear-gradient(90deg, #FD7B03, #FD7B03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Home
---- */
.theme-light-pqs .home-title {
  font-family: "Gilroy", sans-serif;
}
.theme-light-pqs .home-title .welcome {
  font-size: 17px;
  color: #0e8293;
  font-weight: 100;
  margin-bottom: 0px;
}
.theme-light-pqs .home-title .pqs {
  font-size: 47px;
  color: #ff7f00;
  font-weight: 900;
  margin-bottom: 0px;
}
.theme-light-pqs .home-title .desc {
  font-size: 24px;
  color: #999999;
  font-weight: 400;
}
.theme-light-pqs .card.card-home {
  transition: all 0.5s;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.85);
  border: 1px solid #d4d4d6;
}
.theme-light-pqs .card.card-home .header {
  padding-left: 20px;
  padding-right: 20px;
  background: transparent !important;
  display: block;
}
.theme-light-pqs .card.card-home .header h5 {
  font-size: 16px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.theme-light-pqs .card.card-home .header h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0px;
  background: linear-gradient(90deg, #1E92A3, #0A636F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme-light-pqs .card.card-home .body {
  background: transparent !important;
  padding-top: 0px;
}
.theme-light-pqs .card.card-home .body p {
  color: #2E3536;
}
.theme-light-pqs .card.card-home .footer {
  padding-left: 20px;
  padding-right: 20px;
}
.theme-light-pqs .card.card-home .footer span,
.theme-light-pqs .card.card-home .footer ul {
  color: #676767;
}
.theme-light-pqs .card.card-home .footer ul {
  list-style: disc;
}
.theme-light-pqs .card.card-home .footer ul li {
  display: list-item;
  margin-left: 13px;
}
.theme-light-pqs .home-bgimg {
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 100%;
}
.theme-light-pqs.theme-dark .home-title .welcome {
  color: #c7c2c2;
}
.theme-light-pqs.theme-dark .home-title .pqs {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .home-title .desc {
  color: #f3c404;
}
.theme-light-pqs.theme-dark .card.card-home {
  background: #ffffff;
  border: none;
}
.theme-light-pqs.theme-dark .card.card-home .header h5 {
  color: #9fabad;
}
.theme-light-pqs.theme-dark .card.card-home .header h3 {
  background: linear-gradient(187deg, #FD7B03 0%, #FD7B03 42.4%, #FD7B03 52.4%, #FD7B03 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme-light-pqs.theme-dark .card.card-home .body p {
  color: #2E3536;
}
.theme-light-pqs.theme-dark .card.card-home .footer span,
.theme-light-pqs.theme-dark .card.card-home .footer ul {
  color: #9fabad;
}
.theme-light-pqs {
  background-color: #F6F6F6 !important;
}
.theme-light-pqs .item-center {
  align-items: center !important;
}
.theme-light-pqs .t-0 {
  top: 0 !important;
}
.theme-light-pqs .mb0 {
  margin-bottom: 0;
}
.theme-light-pqs .pql-mr3 {
  margin-right: 3em;
}
.theme-light-pqs .h-25 {
  height: 25px;
}
.theme-light-pqs .w0 {
  width: 0;
}
.theme-light-pqs .w-30 {
  width: 30px;
}
.theme-light-pqs .w-65 {
  width: 65%;
}
.theme-light-pqs .d-inline-box {
  display: -webkit-inline-box !important;
  color: #534D59;
}
.theme-light-pqs .loader {
  display: inline-block;
}
.theme-light-pqs img.logo-light {
  display: inline;
}
.theme-light-pqs img.logo-dark {
  display: none;
}
.theme-light-pqs .loader svg path {
  fill: #5cc5cd;
}
.theme-light-pqs .borders {
  border: 2px solid #5cc5cd !important;
}
.theme-light-pqs .roundeds {
  border-radius: 0.35rem !important;
}
@media (min-width: 1200px) {
  .theme-light-pqs .container {
    max-width: 1140px;
  }
}
.theme-light-pqs .w-fill {
  width: -webkit-fill-available !important;
}
.theme-light-pqs .border-collapse {
  border-collapse: collapse !important;
}
.theme-light-pqs .fill-tosca svg rect {
  fill: #5cc5cd;
}
.theme-light-pqs .op-7 {
  opacity: 0.7;
}
.theme-light-pqs ol {
  padding: inherit;
  line-height: normal;
}
.theme-light-pqs .cursor-auto {
  cursor: auto;
}
.theme-light-pqs select {
  cursor: pointer;
}
.theme-light-pqs .log-service-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('log-service.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.theme-light-pqs .log-service-icon.top-menu {
  width: 16px;
  height: 16px;
  background-image: url('log-service-b.svg');
}
.theme-light-pqs.theme-dark {
  background-color: #F6F6F6;
}
.theme-light-pqs.theme-dark img.logo-light {
  display: none;
}
.theme-light-pqs.theme-dark img.logo-dark {
  display: inline;
}
.theme-light-pqs.theme-dark .log-service-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('log-service.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.theme-light-pqs.theme-dark .log-service-icon.top-menu {
  width: 16px;
  height: 16px;
  background-image: url('log-service-b.svg');
}
/******** BUTTON ***********/
.theme-light-pqs .btn {
  line-height: 1.3em;
  color: #ffffff;
  border-radius: 50px !important;
  background: linear-gradient(90deg, #1E92A3, #0A636F);
}
.theme-light-pqs .btn i {
  vertical-align: text-bottom;
}
.theme-light-pqs .btn.disabled {
  pointer-events: initial;
}
.theme-light-pqs .file-item {
  width: calc(33.333% - 12px);
  display: flex;
  align-items: center;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px;
  gap: 3px;
  background: rgba(225, 225, 225, 0.5);
}
.theme-light-pqs .file-item.valid {
  background: #47B09A33 !important;
}
.theme-light-pqs .file-item.invalid {
  background: #FF000033 !important;
}
.theme-light-pqs .ai-assitant-header {
  display: flex;
  padding: 10px;
  background: linear-gradient(to right, #E8F4F6, white);
  place-content: space-between;
}
.theme-light-pqs .ai-assitant-vertical {
  writing-mode: vertical-lr;
  display: flex;
  width: 5em;
  cursor: pointer;
  align-items: center;
  background: linear-gradient(to bottom, #E8F4F6, white);
  padding-top: 15px;
  place-content: space-between;
  height: 180px;
}
.theme-light-pqs .svg-container {
  width: 440px;
  height: 140px;
  background-image: url('first-landing-image.svg');
  background-size: contain;
  background-repeat: no-repeat;
  place-self: center;
}
.theme-light-pqs .svg-ai-chat {
  width: 30px;
  height: 30px;
  background-image: url('ai_chat_green_icon.svg');
  background-repeat: no-repeat;
}
.theme-light-pqs .message {
  padding: 8px;
  margin: 5px;
  border-radius: 5px;
  overflow-wrap: break-word;
  justify-self: right;
}
.theme-light-pqs .message.question {
  background: #E8F4F6;
}
.theme-light-pqs .message.answers {
  width: 100%;
  background: #F6F5F5;
}
.theme-light-pqs .colored-path {
  stroke: #0A636F;
  /* You can change this to blue or any other color */
}
.theme-light-pqs .btn-outline {
  border: 0.5px #DBDADE solid;
  color: #212529;
  background: #ffffff;
  min-height: 26px !important;
  min-width: 1.5rem !important;
  border-radius: 0.2875rem;
  font-size: 10px;
  border-radius: 184px;
}
.theme-light-pqs .btn-outline:hover {
  color: #ffffff !important;
  background-color: #92C5CE !important;
}
.theme-light-pqs .btn-outline.disabled:hover, .theme-light-pqs .btn-outline.disabled:hover > i {
  color: #212529 !important;
  background: #d4d4d6 !important;
}
.theme-light-pqs .btn-outline.btn-outline-mini {
  line-height: 27px;
  width: 24px;
  height: 20px;
  border-radius: 184px;
}
.theme-light-pqs .btn-outline.btn-outline-mini span,
.theme-light-pqs .btn-outline.btn-outline-mini i {
  line-height: 25px;
}
.theme-light-pqs .btn-outline.btn-outline-mini:focus i {
  color: #212529;
}
.theme-light-pqs .btn-outline.btn-outline-maxi {
  height: 40px !important;
  width: 40px;
}
.theme-light-pqs .btn-outline.btn-outline-maxi img {
  filter: brightness(0.65);
  width: 28px;
}
.theme-light-pqs .btn-outline.btn-outline-maxi:focus, .theme-light-pqs .btn-outline.btn-outline-maxi:active, .theme-light-pqs .btn-outline.btn-outline-maxi:hover {
  border: none;
  color: #ffffff;
  background: #117a8b;
  transition: 0.3s all;
}
.theme-light-pqs .btn-outline.btn-outline-maxi:focus img, .theme-light-pqs .btn-outline.btn-outline-maxi:active img, .theme-light-pqs .btn-outline.btn-outline-maxi:hover img {
  filter: none;
}
.theme-light-pqs .btn-outline.btn-outline-maxi.active img {
  filter: none;
}
.theme-light-pqs .btn-outline.btn-qcommand {
  height: 30px !important;
  width: 30px;
  padding: 7px;
  background: #ffffff;
  border: 1px solid #E2E2E2;
}
.theme-light-pqs .btn-outline.btn-qcommand:hover img {
  filter: none;
  transition: 0.3s all;
}
.theme-light-pqs .btn-outline.btn-lg {
  height: 2.5rem !important;
  font-size: 12px;
  line-height: 9px;
}
.theme-light-pqs .btn-outline.bg-transparent:hover, .theme-light-pqs .btn-outline.bg-transparent:not(:disabled):not(.disabled):active {
  color: #5cc5cd !important;
  background-color: transparent !important;
}
.theme-light-pqs .btn-outline:not(:disabled):not(.disabled):active, .theme-light-pqs .btn-outline:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #117a8b !important;
  border-color: #117a8b;
}
.theme-light-pqs .btn-outline.btn-toggle-table:not(:disabled):not(.disabled):active, .theme-light-pqs .btn-outline.btn-toggle-table:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c;
}
.theme-light-pqs .btn-outline.btn-toggle-table:hover {
  background-color: #8c8c8c !important;
}
.theme-light-pqs .btn-outline span img {
  filter: invert(1);
}
.theme-light-pqs .btn:hover {
  box-shadow: none;
}
.theme-light-pqs .btn-green {
  color: #ffffff;
  background-color: #84cfea !important;
}
.theme-light-pqs .btn-danger {
  background-color: #ee2558;
}
.theme-light-pqs .btn-light {
  background-color: #f4f4f4;
}
.theme-light-pqs .btn-icon {
  line-height: 0.8rem;
}
.theme-light-pqs .btn-dark {
  background-color: #f4f4f4;
}
.theme-light-pqs .btn-dark:hover, .theme-light-pqs .btn-dark:focus, .theme-light-pqs .btn-dark:active {
  background-color: #299da4 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.theme-light-pqs .btn-dark.active {
  background-color: #299da4 !important;
}
.theme-light-pqs .form-horizontal .btn-group .btn-color-palette {
  background: #eceff1 !important;
  border: 1px solid #e2e5ec !important;
}
.theme-light-pqs .btn-color-palette,
.theme-light-pqs .btn-color-palette:active {
  white-space: break-spaces;
  text-align: left;
  margin: 0px;
  background-color: #eceff1 !important;
  border: 1px solid #e2e5ec !important;
  padding: 8px 20px 5px 10px;
}
.theme-light-pqs .btn-color-palette:after,
.theme-light-pqs .btn-color-palette:active:after {
  position: absolute;
  right: 10px;
  top: 38%;
}
.theme-light-pqs .btn-color-palette span,
.theme-light-pqs .btn-color-palette:active span {
  margin-bottom: 3px;
}
.theme-light-pqs .btn-color-palette + .dropdown-menu,
.theme-light-pqs .btn-color-palette:active + .dropdown-menu {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  min-width: 0px;
}
.theme-light-pqs .btn-color-palette + .dropdown-menu .dropdown-item,
.theme-light-pqs .btn-color-palette:active + .dropdown-menu .dropdown-item {
  flex-flow: wrap;
  padding: 7px 13px 5px;
  margin-bottom: 0px;
}
.theme-light-pqs .btn-color-palette + .dropdown-menu .dropdown-item span,
.theme-light-pqs .btn-color-palette:active + .dropdown-menu .dropdown-item span {
  margin-bottom: 3px;
}
.theme-light-pqs .signin-other-account {
  background: transparent;
  border-style: solid;
  border-color: #ff9f0e;
  font-size: 12px;
  color: #ff9f0e !important;
  border-radius: 0px;
  width: 100%;
}
.theme-light-pqs .signin-btn {
  color: #ffffff;
  background: #0a636f;
  background: linear-gradient(90deg, #0a636f 0%, #13bed5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a636f",endColorstr="#13bed5",GradientType=1);
  font-size: 12px;
  border-radius: 50px;
  width: 100%;
}
.theme-light-pqs .signin-btn-app {
  background: #f40155 !important;
  color: white;
  font-size: 12px;
  border-radius: 0px;
  width: 100%;
}
.theme-light-pqs .dtp-btn-now {
  background: #eeeeee !important;
}
.theme-light-pqs .dtp-btn-clear {
  background: #eeeeee !important;
}
.theme-light-pqs .dtp-btn-cancel {
  background: #eeeeee !important;
}
.theme-light-pqs .dtp-btn-ok {
  background: #eeeeee !important;
}
.theme-light-pqs .btn-result {
  position: absolute;
  top: 7px;
  margin: 0px;
  z-index: 1;
  min-height: 20px !important;
}
.theme-light-pqs .btn-result.close-result {
  right: 15px;
}
.theme-light-pqs .btn-result.resize-result {
  right: 70px;
}
.theme-light-pqs .link {
  color: #222222 !important;
  font-weight: 500;
}
.theme-light-pqs .status-circle {
  fill: #1E92A3;
}
.theme-light-pqs.theme-dark .btn {
  color: #FFFFFF;
  background: #FD7B03;
}
.theme-light-pqs.theme-dark .status-circle {
  fill: #FD7B03;
}
.theme-light-pqs.theme-dark .file-item {
  width: calc(33.333% - 12px);
  display: flex;
  align-items: center;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px;
  gap: 3px;
  background: rgba(225, 225, 225, 0.5);
}
.theme-light-pqs.theme-dark .file-item.valid {
  background: #47B09A33 !important;
}
.theme-light-pqs.theme-dark .file-item.invalid {
  background: #FF000033 !important;
}
.theme-light-pqs.theme-dark .ai-assitant-header {
  display: flex;
  padding: 10px;
  background: linear-gradient(to right, #ffc08233, white);
  place-content: space-between;
}
.theme-light-pqs.theme-dark .ai-assitant-vertical {
  writing-mode: vertical-lr;
  display: flex;
  width: 5em;
  cursor: pointer;
  align-items: center;
  background: linear-gradient(to bottom, #ffc08233, white);
  padding-top: 15px;
  place-content: space-between;
  height: 180px;
}
.theme-light-pqs.theme-dark .svg-container {
  width: 440px;
  height: 140px;
  background-image: url('first-landing-image.svg');
  background-size: contain;
  background-repeat: no-repeat;
  place-self: center;
}
.theme-light-pqs.theme-dark .svg-ai-chat {
  width: 30px;
  height: 30px;
  background-image: url('ai_chat_orange_icon.svg');
  background-repeat: no-repeat;
}
.theme-light-pqs.theme-dark .message {
  padding: 8px;
  margin: 5px;
  border-radius: 5px;
  overflow-wrap: break-word;
  justify-self: right;
}
.theme-light-pqs.theme-dark .message.question {
  background: #FFC0821A;
}
.theme-light-pqs.theme-dark .message.answers {
  width: 100%;
  background: #F6F5F5;
}
.theme-light-pqs.theme-dark .colored-path {
  stroke: #FD7B03;
  /* You can change this to blue or any other color */
}
.theme-light-pqs.theme-dark .btn-outline {
  color: #2E3536 !important;
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark .btn-outline:hover {
  color: #ffffff !important;
  background-color: #FD7B03 !important;
}
.theme-light-pqs.theme-dark .btn-outline.disabled:hover, .theme-light-pqs.theme-dark .btn-outline.disabled:hover > i {
  color: #d8d8d8 !important;
  background-color: #383f43 !important;
}
.theme-light-pqs.theme-dark .btn-outline.btn-outline-mini:focus i {
  color: #d8d8d8;
}
.theme-light-pqs.theme-dark .btn-outline.btn-outline-maxi img {
  filter: none;
}
.theme-light-pqs.theme-dark .btn-outline.bg-transparent:hover {
  color: #5cc5cd !important;
  background-color: transparent !important;
}
.theme-light-pqs.theme-dark .btn-outline.btn-toggle-table:not(:disabled):not(.disabled):active, .theme-light-pqs.theme-dark .btn-outline.btn-toggle-table:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #272e2f !important;
  border-color: #272e2f;
}
.theme-light-pqs.theme-dark .btn-outline.btn-toggle-table:hover {
  background-color: #272e2f !important;
}
.theme-light-pqs.theme-dark .btn-outline:not(:disabled):not(.disabled):active, .theme-light-pqs.theme-dark .btn-outline:not(:disabled):not(.disabled).active {
  color: #ffffff !important;
  background-color: #FD7B03 !important;
  border-color: #FD7B03;
}
.theme-light-pqs.theme-dark .btn-outline i img {
  color: #101111 !important;
  filter: brightness(0%) saturate(100%) !important;
}
.theme-light-pqs.theme-dark .btn-outline i img:hover {
  filter: brightness(0%) saturate(100%) invert(100%) !important;
  color: white !important;
}
.theme-light-pqs.theme-dark .btn-outline i img.active {
  filter: brightness(0%) saturate(100%) invert(100%);
  /* Putih saat active */
}
.theme-light-pqs.theme-dark .btn-green {
  color: #ffffff;
  background-color: #84cfea;
}
.theme-light-pqs.theme-dark .btn-dark {
  background-color: #626567;
}
.theme-light-pqs.theme-dark .btn-color-palette,
.theme-light-pqs.theme-dark .btn-color-palette:active {
  background-color: #ECEFF1 !important;
  border: 1px solid #e2e5ec !important;
}
.theme-light-pqs.theme-dark .btn-danger {
  background-color: #ee2558;
}
.theme-light-pqs.theme-dark .dtp-btn-now {
  background: #383f43 !important;
}
.theme-light-pqs.theme-dark .dtp-btn-clear {
  background: #383f43 !important;
}
.theme-light-pqs.theme-dark .dtp-btn-cancel {
  background: #383f43 !important;
}
.theme-light-pqs.theme-dark .dtp-btn-ok {
  background: #383f43 !important;
}
.theme-light-pqs.theme-dark .link {
  color: #ffffff !important;
}
.theme-light-pqs.theme-dark .signin-btn {
  background: var(--orange-trueai, #FD7B03);
  color: #ffffff;
}
/******** CARD ***********/
.theme-light-pqs .card .header {
  padding: 10px 15px;
  background-color: #ECEFF1;
  border-radius: 0.35rem 0.35rem 0px 0px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.theme-light-pqs .card .header .header-dropdown {
  top: 0px !important;
  right: 0px !important;
  position: absolute;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 0.35rem;
  padding: 0px 5px !important;
  background-color: #eceff1;
}
.theme-light-pqs .card .header .header-dropdown.h-title-bg {
  background-color: #f7f7f7;
}
.theme-light-pqs .card .header .header-dropdown li a {
  padding: 5px;
}
.theme-light-pqs .card .header .header-dropdown i {
  color: #808080;
}
.theme-light-pqs .card .header .header-dropdown i:hover {
  cursor: pointer;
  color: #5cc5cd;
}
.theme-light-pqs .card .header .header-dropdown li .dropdown-menu li a {
  color: #8c8c8c;
}
.theme-light-pqs .card .header .header-dropdown li .dropdown-menu li a:hover,
.theme-light-pqs .card .header .header-dropdown li .dropdown-menu li a.active {
  color: #5cc5cd;
}
.theme-light-pqs .card .header h2 {
  max-width: 100%;
  text-transform: none;
  display: inline-block;
  padding-right: 10px !important;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-light-pqs .card .header .list-right-body {
  width: 100%;
  position: absolute;
  bottom: -4.5em;
  align-items: center;
}
.theme-light-pqs .card .header.header-transparent {
  background-color: transparent !important;
  padding: 0px !important;
}
.theme-light-pqs .card .body {
  background: #ffffff;
  border-radius: 0px 0px 0.35rem 0.35rem;
}
.theme-light-pqs .card .body .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  line-height: 1.375rem;
  text-align: center;
  pointer-events: none;
  color: #2E3536;
  right: 0rem;
}
.theme-light-pqs .card .body.border-t {
  content: "";
  left: 0;
  top: 50px;
  width: 100%;
  border-top: 5px solid #5cc5cd;
  margin-top: 0.35rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.theme-light-pqs .card .body.border-r {
  content: "";
  right: 0;
  bottom: 0;
  height: 100%;
  border-right: 5px solid #5cc5cd;
  border-bottom-right-radius: 0px;
}
.theme-light-pqs .card .body.border-b {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 5px solid #5cc5cd;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.theme-light-pqs .card .body.border-l {
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  border-left: 5px solid #5cc5cd;
  border-bottom-left-radius: 0px;
}
.theme-light-pqs .card .body.body-transparent {
  background: transparent !important;
}
.theme-light-pqs .card .body .containerList {
  transition: all 0.5s;
}
.theme-light-pqs .card .footer ul li {
  display: inherit;
}
.theme-light-pqs .card.info-box-2 {
  background-color: transparent;
  border-radius: 10px;
}
.theme-light-pqs .card.info-box-2 .body.bg-pqs-dark i {
  color: #3a3a3a;
}
.theme-light-pqs .card.info-box-2 .body.bg-pqs-dark .checkbox {
  position: absolute;
  left: 10px;
  top: 10px;
}
.theme-light-pqs .card.info-box-2 .body.bg-pqs-dark .content .text {
  font-size: 14px;
  color: #3a3a3a;
}
.theme-light-pqs .card.info-box-2 .body .content {
  padding-bottom: 0px;
}
.theme-light-pqs .card.info-box-2 .body .content .text {
  font-size: 16px;
  color: #534D59;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-light-pqs .card.info-box-2 .body .content span {
  font-size: 12px;
  color: #534D59;
  font-weight: 400;
}
.theme-light-pqs .card.info-box-2 .body .content h5 {
  font-size: 11px;
  color: #534D59;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 80%;
}
.theme-light-pqs .card.info-box-2 .body .content .w210 {
  width: 167px;
}
.theme-light-pqs .card.info-box-2 .body .content label {
  margin-bottom: 0px;
}
.theme-light-pqs .card.info-box-2.s-results {
  margin-bottom: 25px !important;
}
.theme-light-pqs .card.info-box-2.s-results .body .icon {
  overflow: unset;
  height: 300px;
  display: grid;
  padding: 0px;
}
.theme-light-pqs .card.info-box-2.s-results .body .icon .body {
  padding: 0px;
}
.theme-light-pqs .card.info-box-2.s-results .body .content .text {
  color: #212529;
}
.theme-light-pqs .card.info-box-2.s-results:hover {
  box-shadow: none;
}
.theme-light-pqs .card.info-box-2:hover {
  cursor: pointer;
  transition: all 0.5s;
  box-shadow: 0 0 3px rgba(41, 42, 51, 0.1), 0 6px 20px rgba(14, 16, 32, 0.32);
}
.theme-light-pqs .card.card-pqs .body {
  background: #e1e4e6;
  border-radius: 0.35rem;
}
.theme-light-pqs .card .panel-pqs .body {
  background: #e1e4e6;
}
.theme-light-pqs .card.box-menu {
  display: flex;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  text-align: center;
  align-items: center;
  transition: all 0.5s;
}
.theme-light-pqs .card.box-menu .icon {
  overflow: hidden;
  display: inline-block;
  height: 136px;
  width: 136px;
  border-radius: 100px;
  background-color: #fff;
}
.theme-light-pqs .card.box-menu .icon img {
  height: inherit;
  width: inherit;
  padding: 30px;
}
.theme-light-pqs .card.box-menu .content .text {
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 10px 10px;
  margin-top: 10px;
  width: min-content;
}
.theme-light-pqs .card:hover .header .header-dropdown {
  opacity: 1;
  transition: all 0.5s;
  right: 0px !important;
  top: -25px !important;
}
.theme-light-pqs .card.card-list .header {
  border: 1px solid #ced4da;
}
.theme-light-pqs .card.card-list .body {
  background: #e0e4e6;
  border: 1px solid #ced4da;
  border-top: none !important;
}
.theme-light-pqs .selected-card {
  border-top: 2px solid #5cc5cd;
  border-left: 2px solid #5cc5cd;
  border-right: 2px solid #5cc5cd;
  border-bottom: 6px solid #5cc5cd;
}
.theme-light-pqs .chart-display .card {
  height: 300px !important;
}
.theme-light-pqs .chart-display .card .body {
  height: 100%;
}
.theme-light-pqs .chart-display .card .body.w-header {
  height: calc(100% - 38px);
}
.theme-light-pqs .chart-display .card .body .demo-chart {
  height: 100%;
}
.theme-light-pqs .chart-display .card .body .c-pie {
  height: 145%;
  margin-top: -55px;
}
.theme-light-pqs .custom-card .clickable {
  z-index: 1;
  box-shadow: none;
}
.theme-light-pqs .small_mcard_1 {
  background: #f7f7f7;
}
.theme-light-pqs .small_mcard_1 h6 {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #3a3a3a;
}
.theme-light-pqs .small_mcard_1 .user img {
  width: 76px;
  height: 76px;
}
.theme-light-pqs .small_mcard_1 .checkbox {
  position: absolute;
  right: 10px;
  top: 50px;
}
.theme-light-pqs.theme-dark .card .header {
  background-color: #ECEFF1;
}
.theme-light-pqs.theme-dark .card .header .header-dropdown {
  background-color: #ECEFF1;
}
.theme-light-pqs.theme-dark .card .header .header-dropdown.h-title-bg {
  background-color: #ECEFF1;
}
.theme-light-pqs.theme-dark .card .header h2 {
  color: #2E3536;
}
.theme-light-pqs.theme-dark .card .body {
  background: #ffffff;
}
.theme-light-pqs.theme-dark .card .body ul.breadcrumb {
  background-color: #ECEFF1 !important;
}
.theme-light-pqs.theme-dark .card.card-pqs .body,
.theme-light-pqs.theme-dark .card .panel-pqs .body {
  background: #ffffff;
}
.theme-light-pqs.theme-dark .card.box-menu .icon {
  background-color: #2e3435;
}
.theme-light-pqs.theme-dark .card.info-box-2.s-results .body .content .text {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .card.info-box-2 .body {
  background: #ffffff;
}
.theme-light-pqs.theme-dark .card.info-box-2 .body.bg-pqs-dark i {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .card.info-box-2 .body.bg-pqs-dark .content .text {
  color: #c7c2c2;
}
.theme-light-pqs.theme-dark .card.card-list .header {
  background-color: #ECEFF1 !important;
  border: 1px solid #ced4da;
}
.theme-light-pqs.theme-dark .card.card-list .body {
  background-color: #E0E4E6 !important;
}
.theme-light-pqs.theme-dark .bgRight {
  background-color: #272e2f;
}
.theme-light-pqs.theme-dark .small_mcard_1 {
  background: #2e3435;
}
.theme-light-pqs.theme-dark .small_mcard_1 h6 {
  color: #c7c2c2;
}
/**** SELECT BUTTON ******/
.theme-light-pqs .btn-group > .btn {
  display: flex;
  justify-content: center;
  border: 0.5px #DBDADE solid;
}
.theme-light-pqs .btn-group > .btn:first-child {
  border-radius: 184px 0px 0px 184px;
  border: 0.5px #DBDADE solid;
}
.theme-light-pqs .btn-group > .btn:last-child {
  border-radius: 0px 184px 184px 0px;
  border: 0.5px #DBDADE solid;
}
.theme-light-pqs .btn-group.switch-mode {
  background: #ffffff;
  padding: 4px;
  border-radius: 50px;
}
.theme-light-pqs .btn-group.switch-mode > .btn {
  border-radius: 50px;
  min-height: auto !important;
  display: flex;
}
.theme-light-pqs.theme-dark .switch-mode {
  background: #ffffff;
}
/**** INPUT *******/
.theme-light-pqs {
  /* For WebKit browsers (Chrome, Safari, Opera) */
  /* For Mozilla Firefox */
  /* For Microsoft Edge and Internet Explorer */
  /* For older Microsoft Edge */
  /* Standard syntax */
}
.theme-light-pqs .form-control:-webkit-input-placeholder {
  color: #BBBBBB;
}
.theme-light-pqs .form-control::placeholder {
  color: #BBBBBB !important;
}
.theme-light-pqs .form-group {
  margin-bottom: 12px;
}
.theme-light-pqs .form-control,
.theme-light-pqs .form-control:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
  border-radius: 10px;
  background-color: #ffffff;
  outline: none;
  padding: 0.4rem 0.6rem;
  font-size: 10px;
  min-height: 27px;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  -o-appearance: menulist !important;
  appearance: menulist !important;
}
.theme-light-pqs .form-bottomline,
.theme-light-pqs .form-bottomline:focus {
  border-bottom: 0.01em solid #999 !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent !important;
  border-radius: 0px;
}
.theme-light-pqs .form-bottomline[disabled] + .group-bottomline, .theme-light-pqs .form-bottomline[readonly] + .group-bottomline,
.theme-light-pqs .form-bottomline:focus[disabled] + .group-bottomline,
.theme-light-pqs .form-bottomline:focus[readonly] + .group-bottomline {
  background-color: #c6c6c8 !important;
  opacity: 0.5;
  margin-left: 0px;
}
.theme-light-pqs .input-group i {
  color: #74788d !important;
}
.theme-light-pqs .form-control:disabled,
.theme-light-pqs .form-control[readonly] {
  background-color: #ffffff !important;
  color: #181a1b !important;
}
.theme-light-pqs ::-webkit-calendar-picker-indicator {
  filter: invert(0.55);
  height: 15px;
  width: 15px;
}
.theme-light-pqs.theme-dark .form-control,
.theme-light-pqs.theme-dark .input-group .input-group-append .btn-outline-secondary,
.theme-light-pqs.theme-dark .input-group .input-group-prepend .btn-outline-secondary,
.theme-light-pqs.theme-dark .input-group-text,
.theme-light-pqs.theme-dark .bootstrap-select > .dropdown-toggle {
  color: #2E3536;
}
.theme-light-pqs.theme-dark .pad-23 {
  padding: 0 0 0 23px;
}
.theme-light-pqs.theme-dark .form-control,
.theme-light-pqs.theme-dark .form-control:focus {
  border: 1px solid #ced4da;
  color: #2E3536 !important;
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark .form-control:disabled,
.theme-light-pqs.theme-dark .form-control[readonly] {
  background-color: #FFFFFF !important;
  color: #2E3536 !important;
}
.theme-light-pqs.theme-dark .bg-logservice {
  background-color: #272e2f !important;
}
.theme-light-pqs.theme-dark .select2:focus > option {
  border: 0px;
}
.theme-light-pqs.theme-dark .select2:focus > option:checked {
  background-color: #8c8c8c !important;
}
.theme-light-pqs.theme-dark .select2:focus > option:hover {
  background-color: #8c8c8c !important;
}
.theme-light-pqs.theme-dark .show-tick > option:checked {
  background-color: #8c8c8c !important;
}
.theme-light-pqs.theme-dark .show-tick > option:hover {
  background-color: #000 !important;
}
/**** DROP DOWN *******/
.theme-light-pqs .dropdown {
  z-index: unset;
}
.theme-light-pqs .dropdown.dropdown-result {
  z-index: 999;
  margin-top: 20px;
  border-top: 1px solid #808080;
}
.theme-light-pqs .dropdown .dropdown-menu.dropdown-menu-right a {
  padding: 5px 15px;
}
.theme-light-pqs .dropdown-menu {
  top: 30px;
}
.theme-light-pqs .dropdown-menu .body {
  min-width: 260px;
}
.theme-light-pqs .ShareURLDropdown {
  top: 36px;
  right: 48px;
}
.theme-light-pqs .notifScroll {
  overflow: auto;
  max-height: calc(100vh - 150px);
}
.theme-light-pqs .colorpalette-dropdown {
  position: absolute;
  will-change: transform;
  top: 2px;
  left: 12px;
  transform: translate3d(-12px, 26px, 0px);
}
.theme-light-pqs .colorpalette-dropdown .colorpalette-dropdown-item {
  padding: 8px 8px 8px 8px;
}
.theme-light-pqs .dropdown-item-metadata {
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px 0 0 10px;
  clear: both;
  font-weight: 400;
  color: #8c8c8c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.theme-light-pqs.theme-dark .dropdown-menu {
  background: #ffffff;
  box-shadow: 0px 10px 50px 0px rgba(41, 42, 51, 0.2);
}
.theme-light-pqs.theme-dark .dropdown-menu .header,
.theme-light-pqs.theme-dark .dropdown-menu .footer {
  border-color: #3e3e3e;
  color: #383F43;
}
.theme-light-pqs.theme-dark .dropdown-menu .header a,
.theme-light-pqs.theme-dark .dropdown-menu .footer a {
  border-color: #3e3e3e;
}
.theme-light-pqs.theme-dark .dropdown-menu li.body label {
  color: #2E3536;
}
.theme-light-pqs.theme-dark .dropdown-menu > li > a:hover {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .dropdown-menu ul.menu .menu-info h4 {
  color: #394142;
}
.theme-light-pqs.theme-dark .dropdown-menu ul.menu .menu-info .btn-group .btn-outline {
  background-color: transparent;
}
/******** PANEL ***********/
.theme-light-pqs .panel-group .panel #dragWindow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: calc(100% - 45px);
}
.theme-light-pqs .panel-group .panel #dragWindow .draggerTop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.theme-light-pqs .panel-group .panel .fullDisplayResult {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: calc(100% - 265px) !important;
}
.theme-light-pqs .panel-group .panel .shade-handle {
  text-align: center;
  line-height: 8px;
  cursor: row-resize;
  width: 50px;
  height: 6px;
  border-radius: 30px 30px 0 0;
  background: #0a636f;
  background: linear-gradient(90deg, #0a636f 0%, #13bed5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a636f",endColorstr="#13bed5",GradientType=1);
  margin: 0 auto;
  display: block;
  position: sticky;
  z-index: 91 !important;
}
.theme-light-pqs .panel-group .panel .panel-heading {
  z-index: 91 !important;
}
.theme-light-pqs .panel-group .panel .panel-heading a {
  padding: 10px;
  text-align: inherit !important;
  font-size: 10px;
  margin-left: 0px;
}
.theme-light-pqs .panel-group .panel .panel-heading a:hover {
  color: #5cc5cd;
}
.theme-light-pqs .panel-group .panel-primary .panel-title {
  background-color: #ffffff;
  color: #222;
  border-top: 0.01em solid #d4d4d6;
  font-size: 12px;
}
.theme-light-pqs .panel-group .panel-primary .panel-title a {
  overflow-wrap: anywhere;
  color: #212529;
}
.theme-light-pqs .panel-group .panel-primary .panel-title a span,
.theme-light-pqs .panel-group .panel-primary .panel-title a i {
  margin-top: 3px;
  display: inline !important;
}
.theme-light-pqs .panel-group .panel-primary .panel-title a > i.zmdi.zmdi-info {
  vertical-align: middle;
}
.theme-light-pqs .panel-group .panel-primary .panel-title .menu-toggle:after {
  transition: all 0.5s;
  font-size: 14px;
  right: 11px;
  font-family: "Material-Design-Iconic-Font";
  position: inherit;
  float: right;
}
.theme-light-pqs .panel-group .panel-primary .panel-title .menu-toggle:after {
  content: "\f2fb";
}
.theme-light-pqs .panel-group .panel-primary .panel-title .menu-toggle.toggled:after {
  content: "\f2f9";
}
.theme-light-pqs .panel-group .panel-primary .panel-title .menu-toggle-close:after, .theme-light-pqs .panel-group .panel-primary .panel-title .menu-toggle-close:before {
  transform: scale(0);
  transition: all 0.5s;
  font-size: 14px;
  position: absolute;
  right: 25px;
  font-family: "Material-Design-Iconic-Font";
}
.theme-light-pqs .panel-group .panel-primary .panel-title .menu-toggle-close:before {
  content: "＋";
  transform: scale(1);
}
.theme-light-pqs .panel-group .panel-primary .panel-title .menu-toggle-close:after {
  content: "\f136";
  transform: scale(0);
}
.theme-light-pqs .panel-group .panel-primary .panel-title .is-active {
  color: #0A636F !important;
}
.theme-light-pqs .panel-group .panel-primary .panel-body {
  background: #ffffff;
  font-size: 10px;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text {
  align-items: center;
  display: flex;
  height: 20px;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text label {
  font-size: 10px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .relative-right {
  position: relative;
  left: 0;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input {
  font-size: 10px;
  display: none;
  border: 0;
  height: auto;
  padding: 0;
  width: 100%;
  background: transparent;
  border-radius: 0;
  color: #5cc5cd;
  text-decoration: underline;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:target, .theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:focus {
  position: relative;
  top: -0.125em;
  display: inline-block;
  width: 100%;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:target + label, .theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:focus + label {
  display: none;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:target ~ .start-editing, .theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:focus ~ .start-editing {
  display: none;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:target ~ .stop-editing, .theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:focus ~ .stop-editing {
  display: inline-block;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text svg {
  fill: currentColor;
  height: 1.25em;
  width: 1.25em;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .stop-editing {
  display: none;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .lh-12 {
  line-height: 10px;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .mat-raised-button {
  box-shadow: none;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .mat-raised-button span img {
  filter: brightness(0.6);
}
.theme-light-pqs .panel-group .panel-primary .panel-body .form-group .btn-outline img {
  filter: invert(1);
}
.theme-light-pqs .panel-group .panel-primary .auto-sc-right {
  overflow-y: scroll;
  max-height: 170px;
  width: 100%;
  overflow-x: hidden;
  padding: 10px 20px 20px 20px;
}
.theme-light-pqs .panel-group .panel-primary .header-rounded {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.theme-light-pqs .panel-group .panel-primary .header-rounded-green {
  border-radius: 30px 30px 0px 0px;
  border-top: 1px solid var(--green-gradient, #0A636F);
}
.theme-light-pqs .panel-bottom {
  position: fixed;
  bottom: 39px;
  width: 200px;
}
.theme-light-pqs.theme-dark .panel-group .panel .shade-handle {
  background: #FD7B03;
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .panel-title {
  background-color: #ffffff;
  color: #394142;
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .panel-title a {
  color: #222222;
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .panel-title a:hover {
  color: #FD7B03;
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .panel-title .is-active {
  color: #FD7B03 !important;
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .panel-body {
  background: #ffffff;
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .panel-body .form-group .btn-outline img {
  filter: invert(1);
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .panel-body .mat-raised-button span img {
  filter: brightness(0.6);
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .header-rounded-green {
  border-radius: 30px 30px 0px 0px;
  border-top: 1px solid var(--gradient-1, #FF8105);
}
/******** TABLE ***********/
.theme-light-pqs .mat-table {
  overflow: auto;
  max-height: calc(100vh - 360px);
  display: inline-grid;
  width: 100%;
}
.theme-light-pqs .mat-table.table-result {
  max-height: calc(100vh - 250px);
}
.theme-light-pqs .mat-table.table-result mat-header-row {
  border-bottom: 0.01px solid #dfdfdf;
}
.theme-light-pqs .mat-table.table-result mat-row:nth-child(even) mat-cell:first-child {
  background-color: #EAF0F7 !important;
  border-bottom: 0.01px solid #dfdfdf;
}
.theme-light-pqs .mat-table.table-result mat-row:nth-child(odd) mat-cell:first-child {
  background-color: #EAF0F7;
  border-bottom: 0.01px solid #dfdfdf;
}
.theme-light-pqs .mat-table .mat-header-cell {
  font-size: 10px !important;
  width: 50px;
  min-width: 120px;
  padding: 5px 20px;
  border: 1px solid #dfdfdf;
  background: #EAF0F7 !important;
  overflow: inherit;
}
.theme-light-pqs .mat-table .mat-header-cell ul {
  display: inherit !important;
}
.theme-light-pqs .mat-table .mat-header-cell .truncatetxt {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-light-pqs .mat-table .mat-header-cell:first-of-type {
  padding: 5px 20px;
}
.theme-light-pqs .mat-table .mat-header-row {
  z-index: 10 !important;
  min-height: 30px;
  border-bottom-width: 0;
}
.theme-light-pqs .mat-table .mat-cell {
  font-size: 10px;
  min-height: 20px;
  font-size: 10px !important;
  white-space: break-spaces;
  word-break: break-word;
  padding: 5px 20px;
  width: 50px;
  min-width: 120px;
  background: transparent;
  display: inline-flex;
  border: 1px solid #dfdfdf;
}
.theme-light-pqs .mat-table .mat-cell a {
  color: #212529;
  transition: all 0.5s;
}
.theme-light-pqs .mat-table .mat-cell a:hover {
  text-decoration: underline !important;
  color: #5cc5cd;
}
.theme-light-pqs .mat-table .mat-footer-row,
.theme-light-pqs .mat-table .mat-header-row,
.theme-light-pqs .mat-table .mat-row {
  border-bottom-width: 0;
}
.theme-light-pqs .mat-table .mat-row {
  align-items: inherit;
  min-height: 20px;
}
.theme-light-pqs .mat-table .mat-sort-header-arrow {
  height: 12px;
  width: 12px;
  min-width: 12px;
  position: absolute;
  right: 10px;
  display: flex;
  color: #5cc5cd;
}
.theme-light-pqs .mat-table .mat-sort-header-container {
  position: unset;
}
.theme-light-pqs .mat-table .mat-footer-row .mat-footer-cell {
  justify-content: flex-end;
  font-size: 10px;
  white-space: break-spaces !important;
  padding: 10px 20px;
}
.theme-light-pqs mat-table {
  color: #212529;
  background-color: #ffffff;
}
.theme-light-pqs mat-table .mat-footer-row,
.theme-light-pqs mat-table .mat-header-row,
.theme-light-pqs mat-table .mat-header-cell,
.theme-light-pqs mat-table .mat-row {
  color: #212529 !important;
}
.theme-light-pqs mat-table .mat-footer-row .mat-cell,
.theme-light-pqs mat-table .mat-header-row .mat-cell,
.theme-light-pqs mat-table .mat-header-cell .mat-cell,
.theme-light-pqs mat-table .mat-row .mat-cell {
  background: #f7f8fa !important;
}
.theme-light-pqs mat-table .mat-row:nth-child(even) {
  background: #f7f8fa !important;
}
.theme-light-pqs mat-table .mat-row:nth-child(even) .mat-cell {
  background-color: #ffffff !important;
}
.theme-light-pqs mat-table .number-cell.mat-cell, .theme-light-pqs mat-table .number-cell.mat-header-cell {
  min-width: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 5px 10px !important;
}
.theme-light-pqs.theme-dark mat-table {
  background-color: #ffffff;
  color: #212529 !important;
}
.theme-light-pqs.theme-dark mat-table .mat-footer-row,
.theme-light-pqs.theme-dark mat-table .mat-header-row,
.theme-light-pqs.theme-dark mat-table .mat-header-cell,
.theme-light-pqs.theme-dark mat-table .mat-row {
  color: #212529 !important;
}
.theme-light-pqs.theme-dark mat-table .mat-footer-row .mat-cell,
.theme-light-pqs.theme-dark mat-table .mat-header-row .mat-cell,
.theme-light-pqs.theme-dark mat-table .mat-header-cell .mat-cell,
.theme-light-pqs.theme-dark mat-table .mat-row .mat-cell {
  background: #f7f8fa !important;
}
.theme-light-pqs.theme-dark mat-table.table-result mat-header-row {
  border-bottom: 0.01px solid #E1E1E1;
}
.theme-light-pqs.theme-dark mat-table.table-result mat-row:nth-child(even) mat-cell:first-child {
  background-color: #FFFFFF !important;
  border-bottom: 0.01px solid #E1E1E1;
}
.theme-light-pqs.theme-dark mat-table.table-result mat-row:nth-child(odd) mat-cell:first-child {
  background-color: #FFFFFF !important;
  border-bottom: 0.01px solid #E1E1E1;
}
.theme-light-pqs.theme-dark mat-table .mat-row:nth-child(even) {
  background: #F7F8FA !important;
}
.theme-light-pqs.theme-dark mat-table .mat-row:nth-child(even) .mat-cell {
  background-color: #ffffff !important;
}
.theme-light-pqs.theme-dark table {
  color: #2E3536;
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark table thead th,
.theme-light-pqs.theme-dark table thead td {
  background: #ffffff;
}
.theme-light-pqs.theme-dark table th,
.theme-light-pqs.theme-dark table td {
  border-color: #DBDADE;
}
.theme-light-pqs.theme-dark table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark table.table-striped tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark table.table-hover tbody tr:hover {
  color: #2E3536;
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark .fixed-table {
  background: #ffffff !important;
}
.theme-light-pqs.theme-dark mat-footer-row,
.theme-light-pqs.theme-dark mat-header-row,
.theme-light-pqs.theme-dark mat-header-cell,
.theme-light-pqs.theme-dark mat-row {
  background: #ffffff !important;
  color: #394142 !important;
}
.theme-light-pqs.theme-dark .mat-row:nth-child(even) {
  background-color: #f7f8fa !important;
  color: #394142 !important;
}
.theme-light-pqs.theme-dark .mat-row:nth-child(even) .mat-cell {
  background-color: #ffffff !important;
  color: #394142 !important;
}
.theme-light-pqs.theme-dark .mat-header-cell {
  background: #EAF0F7 !important;
  border: 0.01px solid #E1E1E1;
}
.theme-light-pqs.theme-dark .mat-cell {
  border: 1px solid #E1E1E1;
  color: #394142 !important;
}
.theme-light-pqs.theme-dark .mat-cell a {
  color: #394142;
}
.theme-light-pqs.theme-dark .mat-table.table-result mat-row:nth-child(even) mat-cell:first-child {
  background-color: #EAF0F7 !important;
}
.theme-light-pqs.theme-dark .mat-table.table-result mat-row:nth-child(odd) mat-cell:first-child {
  background-color: #EAF0F7 !important;
}
.theme-light-pqs.theme-dark .mat-table .mat-header-cell {
  background: #EAF0F7 !important;
  border: 0.01px solid #E1E1E1;
}
/******** ACCORDION ***********/
.theme-light-pqs .pql_accordion {
  position: fixed;
  width: 100%;
  bottom: 40px;
  transition: all 0.5s;
  z-index: 10;
}
.theme-light-pqs .pql_accordion .pql_body {
  height: calc(100vh - 130px);
}
.theme-light-pqs .pql_accordion .pql_body .body {
  border-radius: 0.35rem !important;
}
.theme-light-pqs .pql_accordion .h4,
.theme-light-pqs .footer_accordion .h4 {
  border-top: 1px solid #e1e4e6;
}
.theme-light-pqs .footer_accordion {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 12;
  background: #f7f7f7;
  margin-left: 0px;
  margin-right: 0px;
  transition: all 0.5s;
  z-index: 10;
}
.theme-light-pqs .footer_accordion .result_body {
  overflow: overlay;
  height: calc(100vh - 125px);
  transition: all 0.5s;
}
.theme-light-pqs .footer_accordion .result_body .mat-table .ellipsis_cell > ul li p > span {
  padding: 0;
}
.theme-light-pqs .footer_accordion .result_body .mat-table .mat-header-cell,
.theme-light-pqs .footer_accordion .result_body .mat-table .mat-cell {
  padding: 3px;
  border: none;
  border: 0.01px solid #E1E1E1;
}
.theme-light-pqs .footer_accordion .result_body .nav-tabs {
  border-radius: 0;
  border-bottom: 0;
}
.theme-light-pqs .footer_accordion .result_body .nav-tabs.nav-tabs-vertical .nav-item .nav-link {
  padding-left: 10px;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0px 5px 0;
}
.theme-light-pqs .footer_accordion .result_body .nav-tabs.nav-tabs-vertical.active {
  border-bottom: 1px solid #f0f0f0;
}
.theme-light-pqs .footer_accordion .panel .shade-handle + .panel-heading + .panel-collapse .result_body {
  height: calc(100vh - 130px);
  padding-top: 0;
}
.theme-light-pqs .footer_accordion .panel .shade-handle + .panel-heading + .panel-collapse .result_body .mat-cell {
  cursor: text;
}
.theme-light-pqs .footer_accordion .panel .shade-handle + .panel-heading + .panel-collapse .result_body .data-null {
  color: #2E3536 !important;
  text-transform: uppercase;
}
.theme-light-pqs.theme-dark .pql_body .card-pqs .body {
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark .pql_accordion,
.theme-light-pqs.theme-dark .footer_accordion {
  background: #ffffff;
}
.theme-light-pqs.theme-dark .pql_accordion .h4,
.theme-light-pqs.theme-dark .footer_accordion .h4 {
  border-top: 1px solid #ffffff;
}
.theme-light-pqs.theme-dark .pql_accordion .panel .shade-handle + .panel-heading + .panel-collapse .result_body .mat-cell,
.theme-light-pqs.theme-dark .footer_accordion .panel .shade-handle + .panel-heading + .panel-collapse .result_body .mat-cell {
  color: #212529 !important;
}
.theme-light-pqs.theme-dark .footer_accordion .result_body .mat-table .mat-header-cell,
.theme-light-pqs.theme-dark .footer_accordion .result_body .mat-table .mat-cell {
  border-left: 0.01px solid #E1E1E1;
}
/******** MODAL MATERIAL *******/
.theme-light-pqs .dialog-common {
  background-color: #ffffff !important;
}
.theme-light-pqs .dialog-common .mat-dialog-title {
  font-size: 16px;
  margin-bottom: 30px;
}
.theme-light-pqs .dialog-common .mat-dialog-content {
  font-size: 14px;
  overflow-wrap: break-word;
}
.theme-light-pqs .dialog-common .mat-dialog-actions button {
  font-weight: 400;
  font-size: 12px;
  min-width: 55px;
  line-height: 27px;
  opacity: 0.5;
  color: #394142 !important;
  background-color: transparent !important;
}
.theme-light-pqs .dialog-common .mat-dialog-actions button:hover {
  opacity: unset;
  background-color: transparent !important;
}
.theme-light-pqs .dialog-common .mat-dialog-actions button .mat-button-focus-overlay {
  display: none;
}
.theme-light-pqs .dialog-common .mat-dialog-actions button:last-child {
  opacity: unset;
  color: #ffffff !important;
  background: #0a636f;
  background: linear-gradient(90deg, #0a636f 0%, #13bed5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a636f",endColorstr="#13bed5",GradientType=1);
}
.theme-light-pqs .dialog-common .mat-dialog-actions button:last-child:hover {
  color: #ffffff !important;
  background-color: #117a8b !important;
  transition: all 0.15s;
}
.theme-light-pqs .modal-body .ng-select.custom .ng-select-container {
  background-color: #ffffff !important;
}
.theme-light-pqs.theme-dark .dialog-common .mat-dialog-title {
  color: #394142;
}
.theme-light-pqs.theme-dark .dialog-common .mat-dialog-actions button {
  color: #394142;
}
.theme-light-pqs.theme-dark .dialog-common .mat-dialog-actions button:last-child {
  opacity: unset;
  color: #ffffff !important;
  background: #FD7B03 !important;
}
.theme-light-pqs.theme-dark .modal-body .ng-select.custom .ng-select-container {
  background-color: #ffffff !important;
}
/******** WORKSPACE ***********/
/* Workspace
--------- */
.theme-light-pqs {
  color: #8c8c8c;
}
.theme-light-pqs section.content {
  border-radius: 0px;
  border: none;
  margin: 0px 210px 0px 230px;
  height: calc(100vh - 85px);
  top: 85px;
  padding: 25px;
  background: #F8F7FA;
  overflow: overlay;
  transition: none !important;
}
.theme-light-pqs section.content.fitArea {
  top: 40px;
  height: calc(100vh - 40px) !important;
}
.theme-light-pqs section.content.content-full {
  margin: 0px;
  width: 100%;
}
.theme-light-pqs section.content.content-full.content-full-max {
  height: 100vh;
  top: 0px;
  padding-top: 50px !important;
}
.theme-light-pqs section.content.content-full.content-full-max.pt-5 {
  padding-top: 25px !important;
}
.theme-light-pqs section.content.content-full.content-query {
  position: fixed;
  padding: 0px;
}
.theme-light-pqs section.content.content-dp {
  margin: 0px;
}
.theme-light-pqs section.content h3 {
  margin-bottom: 20px;
}
.theme-light-pqs section.content .top-0 {
  top: 0px;
}
.theme-light-pqs section.content .p100 {
  padding: 100px 0;
}
.theme-light-pqs section.content .border-transparent {
  border: 2px solid transparent;
}
.theme-light-pqs section.content.right_icon_toggle section.content {
  margin-right: 0px;
}
.theme-light-pqs section.content.right_icon_toggle.left_icon_toggle section.content {
  width: 100%;
  margin-left: 0 !important;
}
.theme-light-pqs section.content-full-page {
  width: 100%;
  min-height: 100vh;
  padding: 25px;
  background-color: #181a1b;
  max-height: 100%;
}
.theme-light-pqs section.content-pamedi {
  border-radius: 0px;
  border: none;
  margin: 48px 5px 0 230px;
  padding: 0;
}
.theme-light-pqs a:not(.btn) {
  color: #212529;
  text-decoration: none;
  font-size: 12px;
}
.theme-light-pqs .pivot-container {
  height: 100%;
}
.theme-light-pqs .pivot-container .dataTables_filter {
  margin-bottom: 10px;
}
.theme-light-pqs .pivot-container .dataTables_wrapper {
  height: 100%;
}
.theme-light-pqs .pivot-container .dataTables_wrapper .table-pivot {
  width: 100% !important;
  height: calc(100% - 80px);
  overflow: auto;
  display: block;
  margin-bottom: 10px;
}
.theme-light-pqs #workspace .card {
  margin-bottom: 0px;
}
.theme-light-pqs #workspace .card > .body {
  min-height: calc(100vh - 15rem);
  max-height: 100%;
  padding: 2% !important;
}
.theme-light-pqs #workspace .card > .body .demo-chart {
  height: calc(100vh - 18rem);
}
.theme-light-pqs #workspace .card > .body .demo-chart.h-85 {
  height: calc(100vh - 23rem) !important;
}
.theme-light-pqs #workspace .card > .body pq-bignumber-async .demo-chart {
  margin-top: -35px;
}
.theme-light-pqs #rowDashboard pq-bignumber-async .demo-chart {
  margin-top: -35px;
}
.theme-light-pqs #rowDashboard .wrapTableView {
  overflow: hidden;
  max-height: calc(100% - 30px) !important;
}
.theme-light-pqs #rowDashboard .scrolling-table {
  overflow: auto;
  height: calc(100% - 80px) !important;
}
.theme-light-pqs #rowDashboard .scrolling-table .mat-table {
  max-height: calc(100vh - 270px);
}
.theme-light-pqs #rowDashboard .scrolling-table-comparison {
  overflow: auto;
  height: calc(100% - 40px) !important;
}
.theme-light-pqs #rowDashboard .scrolling-table-comparison .mat-table {
  max-height: 100% !important;
  margin-bottom: 0 !important;
}
.theme-light-pqs #rowDashboard [pq-basic-chart-async] {
  height: 100%;
}
.theme-light-pqs #rowDashboard pq-tableview-async .card > .body,
.theme-light-pqs #rowDashboard pq-pivot-async .card > .body,
.theme-light-pqs #rowDashboard pq-filterbox-async .card > .body {
  overflow: auto;
}
.theme-light-pqs #rowDashboard .demo-chart {
  height: 100% !important;
}
.theme-light-pqs #rowDashboard.dash-grid {
  padding: 0px;
}
.theme-light-pqs #rowDashboard.grid-stack-static .grid-stack-item-content .card .body .demo-chart.h-85 {
  height: calc(100% - 43px) !important;
}
.theme-light-pqs #rowDashboard.grid-stack-static .grid-stack-item-content .card .body .demo-chart.h-85-big {
  height: calc(100% - 30px) !important;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content {
  border-radius: 0.5rem;
  overflow: unset;
  text-align: left;
  background-color: transparent;
  left: 5px;
  right: 5px;
  height: 100%;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card {
  margin-bottom: 0px;
  height: inherit;
  display: block;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card .header > h2 {
  text-align: left;
  display: flex;
  text-align: left;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card .header .loader {
  margin-right: 5px;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card > .body {
  height: calc(100% - 40px) !important;
  overflow-y: unset !important;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card > .body.ch-full {
  height: 75vh;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card > .body.ch-half {
  height: 50vh;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card > .body.ch-1-3 {
  height: 25vh;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card > .body.roundeds {
  height: calc(100% - 2px) !important;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card .demo-chart {
  height: 100% !important;
}
.theme-light-pqs #rowDashboard .grid-stack-item .ui-resizable-se,
.theme-light-pqs #rowDashboard .grid-stack-item .ui-resizable-sw {
  bottom: 5px;
}
.theme-light-pqs.theme-dark {
  color: #8c8c8c !important;
}
.theme-light-pqs.theme-dark h6 {
  color: #8c8c8c !important;
}
.theme-light-pqs.theme-dark section.content, .theme-light-pqs.theme-dark section.content-full {
  background: #F8F7FA;
}
.theme-light-pqs.theme-dark section.content .form-control, .theme-light-pqs.theme-dark section.content-full .form-control {
  border: none;
}
.theme-light-pqs.theme-dark .is-active {
  color: #FD7B03 !important;
}
.theme-light-pqs .cdk-drag-placeholder {
  display: none;
}
.theme-light-pqs .cdk-drag-preview {
  box-sizing: border-box;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  background: #fff;
  opacity: 0.3;
}
.theme-light-pqs .drop-inside {
  border: 1px dashed #aaa;
}
.theme-light-pqs .drop-before {
  border-top: 1px dashed #aaa;
}
.theme-light-pqs .drop-after {
  border-bottom: 1px dashed #aaa;
}
.theme-light-pqs .node-item {
  display: block;
  position: relative;
}
.theme-light-pqs .node-item .node-item-wrapper {
  position: relative;
  flex-direction: row;
  display: flex;
  align-items: center;
}
.theme-light-pqs .node-item .node-item-wrapper a,
.theme-light-pqs .node-item .node-item-wrapper .img-menu {
  width: 20px;
  height: 20px;
  text-align: center;
  align-self: center;
}
.theme-light-pqs .node-item .node-item-wrapper img {
  vertical-align: baseline;
}
.theme-light-pqs .node-item .node-item-wrapper .node-title {
  margin: 5px;
  background: transparent;
  border: 2px solid #d4d4d6;
  border-color: rgba(128, 128, 128, 0.2);
  cursor: pointer;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.theme-light-pqs .node-item .node-item-wrapper .node-title:hover, .theme-light-pqs .node-item .node-item-wrapper .node-title.active {
  background: rgba(128, 128, 128, 0.1);
  color: #009ba7;
  font-weight: 500;
  border: 2px solid #5cc5cd;
}
.theme-light-pqs .node-item .node-item-wrapper .node-title .item-notes {
  margin-left: 4px;
  margin-right: 10px;
  font-size: 12px;
  word-break: break-word;
}
.theme-light-pqs .node-item .node-children {
  position: relative;
  transition: height 0.2s;
  margin-left: 22px;
}
.theme-light-pqs .leftbar-app {
  overflow: hidden !important;
}
.theme-light-pqs .leftbar-app .node-title {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  color: #8c8c8c;
  padding: 5px 0 5px 10px;
  align-items: center;
  cursor: pointer;
  margin-right: 0;
}
.theme-light-pqs .leftbar-app .node-title:active {
  background: rgba(128, 128, 128, 0.1);
  color: #009ba7;
}
.theme-light-pqs .leftbar-app .node-item {
  width: 100%;
}
.theme-light-pqs .leftbar-app .node-children {
  width: 100%;
}
.theme-light-pqs .leftbar-app .mat-icon-button {
  margin-left: auto;
  width: 14%;
  align-self: center;
}
.theme-light-pqs .leftbar-app .is-active {
  color: #0A636F !important;
  background: #F2F2F2 !important;
}
.theme-light-pqs.theme-dark .node-item .node-item-wrapper .node-title:hover, .theme-light-pqs.theme-dark .node-item .node-item-wrapper .node-title.active {
  color: #5cc5cd;
}
.theme-light-pqs.theme-dark a:not(.btn) {
  color: #394142;
  text-decoration: none;
  font-size: 12px;
}
/******** HIDE MENU *********/
.theme-light-pqs .hide-menu {
  display: inline-block;
  position: fixed;
  bottom: 85px;
  margin-left: 229px;
  transition: all 0.5s;
  border: none;
  background: none;
  padding: unset;
}
.theme-light-pqs .hide-menu .btn-toggle {
  width: 15px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-width: 2px;
  font-weight: 400;
  font-size: 0.8171em;
  border: none;
  cursor: pointer !important;
}
.theme-light-pqs .hide-menu .btn-toggle.btn-toggle-menu {
  background: transparent;
  border-color: transparent;
}
.theme-light-pqs .hide-menu .btn-toggle.btn-toggle-menu:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: white;
  transform: perspective(2vw) rotateY(30deg);
  border: 1px solid #d4d4d6;
  border-left: 1px solid #ffffff;
}
.theme-light-pqs .hide-menu .btn-toggle.btn-toggle-menu:hover, .theme-light-pqs .hide-menu .btn-toggle.btn-toggle-menu:focus {
  background: transparent !important;
  border-color: transparent !important;
}
.theme-light-pqs .hide-menu .btn-menu {
  line-height: 21px;
  font-family: "Material-Design-Iconic-Font";
  display: inline;
  font-size: 15px;
  margin: 20px 0px 20px -2px;
}
.theme-light-pqs .hide-menu .btn-menu::after {
  content: "\f2fa";
}
.theme-light-pqs .hide-menu.rtl-sidebar {
  margin-left: -15px;
  transform: rotateY(180deg);
}
.theme-light-pqs.theme-dark .hide-menu .btn-toggle.btn-toggle-menu:after {
  background: #ffffff;
  border: 1px solid #d4d4d6;
  border-left: 1px solid #ffffff;
}
/******** APP SIDEBAR MENU *********/
.theme-light-pqs.app-preview > kt-base > #kt_wrapper > kt-header {
  display: none;
}
.theme-light-pqs.menu-displayed .navbar-top,
.theme-light-pqs.menu-displayed .sub-top-nav,
.theme-light-pqs.menu-displayed .content.content-full,
.theme-light-pqs.menu-displayed .app-footer {
  margin-left: 250px;
  width: calc(100vw - 250px);
}
.theme-light-pqs.menu-displayed .app-sidebar {
  margin-left: 0px;
  transition: all 0.5s;
}
.theme-light-pqs.menu-displayed .app-sidebar .custom-menu .btn-toggle .btn-menu::after {
  content: "\f136";
  font-family: "Material-Design-Iconic-Font";
  display: inline;
  font-size: 14px;
}
.theme-light-pqs .app-sidebar {
  margin-left: -250px;
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 14;
  top: 0;
  left: 0;
  transition: all 0.5s;
  overflow: unset;
  white-space: nowrap;
  background: #ffffff;
  border-right: 2px solid #d4d4d6;
  z-index: 1000;
  padding-top: 15px;
}
.theme-light-pqs .app-sidebar:hover {
  margin-left: 0px !important;
}
.theme-light-pqs .app-sidebar .custom-menu {
  display: inline-block;
  position: fixed;
  top: 0px;
  margin-left: 247px;
  transition: all 0.5s;
  border: none;
  background: none;
  padding: unset;
}
.theme-light-pqs .app-sidebar .custom-menu .btn-toggle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-width: 2px;
  font-weight: 400;
  font-size: 0.8171em;
  margin: 6px 1px;
  border: none;
  cursor: pointer !important;
}
.theme-light-pqs .app-sidebar .custom-menu .btn-toggle.btn-toggle-menu {
  background: transparent;
  border-color: transparent;
}
.theme-light-pqs .app-sidebar .custom-menu .btn-toggle.btn-toggle-menu:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #eceff1;
  border-radius: 0px 4px 4px 0px;
  border: 2px solid #d4d4d6;
}
.theme-light-pqs .app-sidebar .custom-menu .btn-toggle.btn-toggle-menu:hover, .theme-light-pqs .app-sidebar .custom-menu .btn-toggle.btn-toggle-menu:focus {
  background: transparent !important;
  border-color: transparent !important;
}
.theme-light-pqs .app-sidebar .custom-menu .btn-toggle .btn-menu {
  margin-left: 0px;
  line-height: 21px;
}
.theme-light-pqs .app-sidebar .custom-menu .btn-toggle .btn-menu::after {
  content: "\f197";
  font-family: "Material-Design-Iconic-Font";
  display: inline;
  font-size: 14px;
}
.theme-light-pqs .app-sidebar .list-group.panel > [fxlayout=row] {
  overflow: auto;
  height: 100vh;
  padding-top: 15px;
  background-color: #eceff1;
}
.theme-light-pqs .app-sidebar .list-group .top-logo {
  z-index: 9;
  position: sticky;
  top: 0;
  padding: 12px;
  justify-content: center;
  display: none !important;
}
.theme-light-pqs .app-sidebar .list-group .collapse .list-group-item {
  padding-left: 30px;
}
.theme-light-pqs .app-sidebar .list-group .collapse > .collapse .list-group-item {
  padding-left: 40px;
}
.theme-light-pqs .app-sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
  padding-left: 50px;
}
.theme-light-pqs .app-sidebar .list-group .list-group-item {
  border-radius: 0;
  background-color: #eceff1;
  color: #222;
  border-left: 0;
  border-right: 0;
  border-color: #d4d4d6;
  white-space: nowrap;
  text-decoration: none;
  font-size: 12px;
  white-space: break-spaces;
  display: flex;
  cursor: pointer;
}
.theme-light-pqs .app-sidebar .list-group .list-group-item .menu-icon {
  filter: invert(1);
  margin-right: 5px;
  width: 20px;
  height: 20px;
  filter: none;
  position: absolute;
  top: calc(50% - 11px);
  left: 15px;
}
.theme-light-pqs .app-sidebar .list-group .list-group-item .menu-list {
  vertical-align: bottom;
  margin: 0px 7px 0px 25px;
}
.theme-light-pqs .app-sidebar .list-group .list-group-item:not(.collapsed) {
  background-color: #eceff1;
}
.theme-light-pqs .app-sidebar .list-group .list-group-item[aria-expanded=false]::after {
  content: "\f2f6";
  font-family: "Material-Design-Iconic-Font";
  display: inline;
  text-align: right;
  float: right;
  padding-left: 5px;
  position: absolute;
  top: calc(50% - 11px);
  right: 17px;
}
.theme-light-pqs .app-sidebar .list-group .list-group-item[aria-expanded=true] {
  background-color: #f7f7f7;
}
.theme-light-pqs .app-sidebar .list-group .list-group-item[aria-expanded=true]::after {
  content: " \f2f2";
  font-family: "Material-Design-Iconic-Font";
  display: inline;
  text-align: right;
  float: right;
  padding-left: 5px;
  position: absolute;
  top: calc(50% - 11px);
  right: 17px;
}
.theme-light-pqs .app-sidebar .dd-list .dd-item {
  background-color: #eceff1;
}
.theme-light-pqs .app-sidebar .dd-list .dd-item .nestable-item-container {
  margin-bottom: 0px;
}
.theme-light-pqs .app-sidebar .dd-list .dd-item .nestable-item-container .custom-card.btn1 .dd-handle {
  border-color: transparent;
}
.theme-light-pqs .app-sidebar .dd-list .dd-item .nestable-item-container .custom-card.btn1 .dd-handle > img[src=""] {
  display: none;
}
.theme-light-pqs .app-sidebar .dd-list .dd-item .nestable-item-container .custom-card.btn1 .dd-handle .zmdi {
  color: #009ba7;
}
.theme-light-pqs .card.clickable .menu-list {
  margin-left: -8px;
}
.theme-light-pqs .card.clickable .menu-list ul.dd-list li.dd-item .nestable-item-container.mat-list-item {
  padding-left: 0px;
}
.theme-light-pqs .card.clickable .menu-list ul.dd-list li.dd-item .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle {
  width: 100%;
}
.theme-light-pqs .card.clickable .menu-list ul.dd-list li.dd-item .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle span {
  overflow-wrap: anywhere;
}
.theme-light-pqs .card.clickable .menu-list ul.dd-list li.dd-item ul.dd-list {
  padding-left: 20px !important;
}
.theme-light-pqs .card.clickable .menu-list ul.dd-list li.dd-item .empty-space {
  padding-left: 25px;
}
.theme-light-pqs .card.clickable .menu-list ul.dd-list .dd-placeholder {
  margin-left: 25px;
}
.theme-light-pqs .nestable-item-container.mat-list-item:hover {
  background-color: transparent;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 {
  width: 100%;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle {
  font-weight: 400;
  font-size: 12px;
  padding: 5px 0px 5px 10px;
  display: flex;
  border-color: rgba(128, 128, 128, 0.2);
  align-items: center;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle:hover {
  background: rgba(128, 128, 128, 0.1);
  color: #009ba7;
  border-color: transparent;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle .zmdi,
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle img {
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 16px;
  margin-left: 7px;
  align-self: center;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle .zmdi.zmdi-edit,
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle img.zmdi-edit {
  color: #009ba7;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle span {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1.active, .theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1.active:hover {
  background-color: inherit;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1.active .dd-handle, .theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1.active:hover .dd-handle {
  background: rgba(128, 128, 128, 0.1);
  color: #009ba7;
}
.theme-light-pqs .content.content-full.content-full-max.dash-view {
  height: calc(100vh - 40px);
  top: 40px;
}
.theme-light-pqs .dash-view .content.content-full {
  height: calc(100vh - 85px);
}
.theme-light-pqs .chart-view .content.content-full {
  height: 100vh;
}
.theme-light-pqs .app-content {
  padding-bottom: 10px;
}
.theme-light-pqs .app-content .row.py-1.sub-top-nav {
  margin-left: -25px;
  top: 42px !important;
}
.theme-light-pqs .app-content .content.content-full.content-full-max {
  height: 100%;
  overflow: unset;
  top: -20px !important;
  margin: 0;
  padding: 0px !important;
  width: 100%;
  box-shadow: none;
}
.theme-light-pqs .app-content .content.content-full.content-full-max .row.clearfix.grid-stack.grid-stack-static#rowDashboard[data-gs-current-row="0"] {
  height: auto !important;
}
.theme-light-pqs ul .dd-placeholder {
  background: transparent !important;
}
.theme-light-pqs.theme-dark .app-sidebar {
  background-color: #FFFFFF;
  border-right: 2px solid #d4d4d6;
}
.theme-light-pqs.theme-dark .app-sidebar .list-group .list-group-item {
  color: #ccc;
  background-color: #272e2f;
  border-color: #202627;
}
.theme-light-pqs.theme-dark .app-sidebar .list-group .list-group-item .menu-icon {
  filter: none;
}
.theme-light-pqs.theme-dark .app-sidebar .list-group .list-group-item[aria-expanded=true] {
  background-color: #181a1b;
}
.theme-light-pqs.theme-dark .app-sidebar .list-group.panel > [fxlayout=row] {
  background-color: #272e2f;
}
.theme-light-pqs.theme-dark .app-sidebar .custom-menu .btn-toggle.btn-toggle-menu:after {
  background: #ECEFF1;
}
.theme-light-pqs.theme-dark .app-sidebar .dd-list .dd-item {
  background-color: #272e2f;
}
/****** Sidebar Toggle ******/
.theme-light-pqs.ls-toggle-menu .sidebar {
  width: 230px;
  left: -230px;
}
.theme-light-pqs.ls-toggle-menu section.content {
  margin-left: 0px;
}
.theme-light-pqs.ls-toggle-menu .pql_accordion {
  margin-left: 0px;
  width: calc(100% - 200px);
}
.theme-light-pqs.ls-toggle-menu.right_icon_toggle .pql_accordion {
  width: 100%;
}
.theme-light-pqs.ls-toggle-menu.ls-closed .pql_accordion {
  width: 100%;
}
.theme-light-pqs.right_icon_toggle section.content {
  margin-right: 0px;
}
.theme-light-pqs.right_icon_toggle .pql_accordion {
  margin-right: 0px;
  width: 100%;
}
.theme-light-pqs.right_icon_toggle .footer_accordion {
  width: 100% !important;
}
.theme-light-pqs.right_icon_toggle.left_icon_toggle section.content {
  width: 100%;
  margin-left: 0 !important;
}
.theme-light-pqs.ls-closed .navbar-right {
  width: 0;
}
.theme-light-pqs.ls-closed section.content {
  margin: 0px;
}
.theme-light-pqs.left_icon_toggle .sidebar {
  width: 230px;
  left: -230px;
}
.theme-light-pqs.left_icon_toggle .sidebar .hide-menu .btn-menu::after {
  content: "\f2fb";
}
.theme-light-pqs.left_icon_toggle .footer_accordion {
  margin-left: 0px;
  width: 100%;
}
.theme-light-pqs.right_icon_toggle .navbar-right {
  width: 200px;
  right: -200px;
}
.theme-light-pqs.right_icon_toggle .navbar-right .hide-menu .btn-menu::after {
  content: "\f2fb";
}
/******* Sidebar Menu ******/
.theme-light-pqs .right-sidebar {
  height: calc(100vh - 40px);
  background: #ffffff;
  left: -300px;
  width: 225px;
}
.theme-light-pqs .right-sidebar.open {
  left: 20px;
}
.theme-light-pqs .sidebar-menu {
  padding-left: 20px;
  list-style: none;
}
.theme-light-pqs .sidebar-menu .side-item {
  margin-bottom: 15px;
  padding-left: 10px;
}
.theme-light-pqs .sidebar-menu .side-item.active .side-link:not(.btn) {
  background-color: #e1e4e6;
  border-radius: 0.2875rem;
  padding: 5px 10px;
}
.theme-light-pqs .sidebar-menu .side-item .side-link {
  color: #222222;
  padding: 5px 10px;
  font-size: 12px;
}
.theme-light-pqs .sidebar-menu .side-item .side-link.disabled {
  color: #8c8c8c !important;
  pointer-events: none;
}
.theme-light-pqs .sidebar-menu .side-item .side-link.side-link:focus, .theme-light-pqs .sidebar-menu .side-item .side-link.side-link:hover, .theme-light-pqs .sidebar-menu .side-item .side-link.side-link:active {
  background-color: #e1e4e6;
  border-radius: 0.2875rem;
  padding: 5px 10px;
  transition: all 0.25s;
}
.theme-light-pqs .sidebar-menu .side-item .side-link.side-link:disabled {
  opacity: 0.65;
}
.theme-light-pqs.theme-dark .right-sidebar {
  background: #383f43;
}
.theme-light-pqs.theme-dark .sidebar-menu .side-item.active .side-link:not(.btn) {
  background-color: rgba(222, 222, 222, 0.5);
}
.theme-light-pqs.theme-dark .sidebar-menu .side-item .side-link {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .sidebar-menu .side-item .side-link.side-link:focus, .theme-light-pqs.theme-dark .sidebar-menu .side-item .side-link.side-link:hover, .theme-light-pqs.theme-dark .sidebar-menu .side-item .side-link.side-link:active {
  background-color: rgba(222, 222, 222, 0.5);
}
/***** MODAL POPUP ****/
.theme-light-pqs {
  /*Left*/
  /*Right*/
}
.theme-light-pqs .close {
  text-shadow: none;
}
.theme-light-pqs .modal-header .title,
.theme-light-pqs .modal-header .modal-title,
.theme-light-pqs .modal-header .modal-title label {
  font-size: 16px;
  color: #8c8c8c;
  display: flex;
}
.theme-light-pqs .modal-header .close,
.theme-light-pqs .modal-header .close:hover {
  color: #8c8c8c !important;
  position: unset;
}
.theme-light-pqs .modal-content .modal-body .row h5 {
  overflow-wrap: break-word;
}
.theme-light-pqs .modal-footer .btn.btn-neutral.btn-simple,
.theme-light-pqs .table .btn.btn-neutral.btn-simple {
  color: #ffffff;
}
.theme-light-pqs .modal-backdrop {
  background: rgba(0, 0, 0, 0.95);
}
.theme-light-pqs .color-pickers {
  height: 128px;
  width: 224px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  background-color: #eee;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  transform: scale(0, 0);
  transform-origin: bottom left;
  transition: transform 0.2s ease;
  will-change: transform;
}
.theme-light-pqs .hex {
  width: 96px;
  height: 32px;
  padding: 8px;
  box-sizing: border-box;
}
.theme-light-pqs .hex input {
  width: 100%;
  outline: none;
  box-sizing: border-box;
  padding: 0;
  border: none;
  font-family: "RobotoDraft";
  background-color: transparent;
}
.theme-light-pqs .hex .underline {
  width: 100%;
  box-sizing: border-box;
  height: 2px;
  background-color: #ccc;
  position: relative;
}
.theme-light-pqs .underline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #03a9f4;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.theme-light-pqs .hex input:focus + .underline:before {
  transform: scaleX(1);
}
.theme-light-pqs input[type=color] {
  width: 30px !important;
  height: 30px !important;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  transition: box-shadow 0.5s ease;
}
.theme-light-pqs input[type=color]:active, .theme-light-pqs input[type=color]:focus {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25), 0px -5px 10px rgba(0, 0, 0, 0.25);
}
.theme-light-pqs .color-pickers > div {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.theme-light-pqs .transparent {
  border: 1px solid #333;
  box-sizing: border-box;
  background-image: linear-gradient(-45deg, transparent, transparent 48%, red 49%, red 51%, transparent 52%, transparent);
}
.theme-light-pqs .btnDelGauge {
  position: absolute;
  left: 9em;
  bottom: 0.3em;
}
.theme-light-pqs #close {
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
          user-select: none;
  color: #333;
}
.theme-light-pqs .paper-button {
  padding: 2px 42px;
  border: none;
  background-color: #2196f3;
  color: white !important;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: box-shadow 0.1s ease;
  position: absolute;
}
.theme-light-pqs .opened + .color-pickers {
  transform: scale(1, 1) translate(0, 0);
}
.theme-light-pqs .translate {
  transform: translate(0);
  position: absolute;
  z-index: 99;
  top: 0em;
  right: 28em;
}
.theme-light-pqs .material {
  position: relative;
  color: white;
  margin: 20px auto;
  height: 400px;
  width: 500px;
  background: #f45673;
}
.theme-light-pqs .ripple {
  overflow: hidden;
}
.theme-light-pqs .ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  animation: ripple-animation 2s;
}
@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}
.theme-light-pqs .modal.left .modal-dialog,
.theme-light-pqs .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  top: 85px;
  height: calc(100vh - 86px);
  transform: translate3d(0%, 0, 0);
}
.theme-light-pqs .modal.left .modal-content,
.theme-light-pqs .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.theme-light-pqs .modal.left.fade .modal-dialog {
  left: -320px;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.theme-light-pqs .modal.left.fade.show .modal-dialog {
  left: 0;
}
.theme-light-pqs .modal.right.fade {
  color: #8c8c8c;
}
.theme-light-pqs .modal.right.fade .modal-dialog {
  right: -320px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.theme-light-pqs .modal.right.fade.show .modal-dialog {
  right: 0;
}
.theme-light-pqs.theme-dark .modal .modal-dialog .modal-content {
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark .modal .modal-header .close,
.theme-light-pqs.theme-dark .modal .modal-header .modal-title,
.theme-light-pqs.theme-dark .modal .modal-header .modal-title label {
  color: #2E3536;
}
.theme-light-pqs.theme-dark .modal .modal-footer .btn.btn-neutral.btn-simple,
.theme-light-pqs.theme-dark .modal .table .btn.btn-neutral.btn-simple {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .color-theme {
  background-color: #ffffff !important;
}
.theme-light-pqs.theme-dark .color-theme .modal-title {
  color: #fff;
}
.theme-light-pqs.theme-dark .color-theme .title {
  color: #fff;
}
.theme-light-pqs.theme-dark .color-theme label {
  color: #747576;
}
/*** Checkbox Material ***/
.theme-light-pqs .mat-checkbox .mat-checkbox-frame {
  border-color: #808080;
  border-width: 1px;
}
.theme-light-pqs .mat-checkbox .mat-checkbox-background svg path {
  fill: none;
}
.theme-light-pqs .mat-checkbox-label {
  line-height: 17px;
}
.theme-light-pqs .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.theme-light-pqs .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #FD7B03 !important;
}
.theme-light-pqs.theme-dark .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.theme-light-pqs.theme-dark .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #FD7B03 !important;
}
/**** Icon List ****/
.theme-light-pqs .file_manager .file {
  cursor: pointer;
}
.theme-light-pqs .file_manager .file .icon i {
  font-size: 62px;
}
.theme-light-pqs .file_manager .file .file-name2 {
  background-color: #f7f7f7;
  border-color: none;
  padding: 20px 20px;
  transition: 0.3s all;
}
.theme-light-pqs .file_manager .file .file-name2 > img {
  filter: brightness(0.6);
}
.theme-light-pqs .file_manager .file .file-name2 > span {
  color: #2E3536;
  font-size: 14px;
}
.theme-light-pqs .file_manager .file > [type=checkbox] {
  display: none;
}
.theme-light-pqs .file_manager .file > [type=checkbox]:checked + .file-name2 {
  background-color: #117a8b !important;
}
.theme-light-pqs .file_manager .file > [type=checkbox]:checked + .file-name2 .text-muted {
  color: #f7f7f7 !important;
}
.theme-light-pqs .file_manager .file .zmdi-chart {
  color: inherit;
}
.theme-light-pqs .file_manager .file:hover .file-name2 {
  background-color: #117a8b !important;
  transition: 0.3s all !important;
}
.theme-light-pqs .file_manager .file:hover .file-name2 > img {
  filter: none !important;
}
.theme-light-pqs .file_manager .file:hover .file-name2 > span {
  color: #ffffff !important;
}
.theme-light-pqs .file_manager .isDisabled {
  opacity: 0.5;
  pointer-events: none;
}
.theme-light-pqs.theme-dark .file_manager .file .file-name {
  border-color: #2e3435;
}
.theme-light-pqs.theme-dark .file_manager .file .file-name2 {
  background-color: #f7f7f7;
}
.theme-light-pqs.theme-dark .file_manager .file .file-name2 > img {
  filter: none;
}
.theme-light-pqs.theme-dark .file_manager .file .file-name2 > span {
  color: #2E3536;
}
.theme-light-pqs.theme-dark .file_manager .file:hover .file-name2 {
  background-color: #F1C79B !important;
  transition: 0.3s all !important;
}
.theme-light-pqs.theme-dark .file_manager .file:hover .file-name2 > img {
  filter: none !important;
}
.theme-light-pqs.theme-dark .file_manager .file:hover .file-name2 > span {
  color: #ffffff !important;
}
.theme-light-pqs.theme-dark .file_manager .isDisabled {
  opacity: 0.2;
  pointer-events: none;
}
.theme-light-pqs svg.leader-line path {
  fill: none;
  stroke-width: 1.5;
}
.theme-light-pqs svg.leader-line g,
.theme-light-pqs svg.leader-line .leader-line-plugs-face {
  filter: invert(1);
}
.theme-light-pqs svg.leader-line text {
  stroke-width: 0 !important;
  font-size: 12px;
  filter: invert(1);
}
.theme-light-pqs .btn.btn-icon.btn-45 {
  background: #ffffff !important;
  border: 1px solid #DBDADE !important;
  border-radius: 12px !important;
  width: 4.5rem !important;
  min-width: 4.5rem !important;
  height: 4.5rem !important;
  /* REFACTORED */
  /* EXISTING */
  /* GROUPING DATA PROCESSING - DIAGRAM COLOR ICON */
  /* Group Red Salmon Color*/
  /* Group Cadey Grey Color*/
  /* Group Atomic Tangerine Color*/
  /* Group Light Blue Color*/
}
.theme-light-pqs .btn.btn-icon.btn-45.invalid-props {
  opacity: 0.35;
}
.theme-light-pqs .btn.btn-icon.btn-45 .pds-i-active,
.theme-light-pqs .btn.btn-icon.btn-45 .pds-i,
.theme-light-pqs .btn.btn-icon.btn-45 .alt-pds-i {
  padding: 2px;
}
.theme-light-pqs .btn.btn-icon.btn-45 .pds-i-active,
.theme-light-pqs .btn.btn-icon.btn-45 .alt-pds-i:hover,
.theme-light-pqs .btn.btn-icon.btn-45 .pds-i:hover {
  color: #222222 !important;
}
.theme-light-pqs .btn.btn-icon.btn-45:hover, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-active {
  color: #ffffff !important;
  background-color: #11a5b8 !important;
  transition: 0.1s all;
}
.theme-light-pqs .btn.btn-icon.btn-45:hover .qry-cmd-item-title img, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-active .qry-cmd-item-title img {
  filter: brightness(100);
}
.theme-light-pqs .btn.btn-icon.btn-45:hover .pds-i-active,
.theme-light-pqs .btn.btn-icon.btn-45:hover .alt-pds-i:hover,
.theme-light-pqs .btn.btn-icon.btn-45:hover .pds-i:hover, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-active .pds-i-active,
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-active .alt-pds-i:hover,
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-active .pds-i:hover {
  color: #d8d8d8 !important;
}
.theme-light-pqs .btn.btn-icon.btn-45:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 5px solid transparent;
}
.theme-light-pqs .btn.btn-icon.btn-45 .qry-cmd-item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.theme-light-pqs .btn.btn-icon.btn-45 .qry-cmd-item-title img {
  width: 20px;
  margin-bottom: 3px;
  filter: invert(1);
}
.theme-light-pqs .btn.btn-icon.btn-45 .qry-cmd-item-title span {
  font-size: 10px;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-search, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-select, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-selectdb, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-cfg, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-config, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-createidx, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-createindex, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-drop {
  color: #FF7E6B;
  font-weight: bold;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-aggr, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-sort, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-aggregate, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-explode, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-implode, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-merge, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-store {
  color: #977390;
  font-weight: bold;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-source {
  color: #e73f5b;
  font-weight: bold;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-success:after {
  border-bottom: 5px solid #0abb87 !important;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-warning:after {
  border-bottom: 5px solid #ffb822 !important;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-yellow:after {
  border-bottom: 5px solid #d7c100 !important;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-corelate, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-correlateref, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-extract, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-limit {
  color: #FF934F;
  font-weight: bold;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-transpose {
  color: #9ed600;
  font-weight: bold;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-copy, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-view, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-filter, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-dedup {
  color: #A5B5BF;
  font-weight: bold;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-search img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-select img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-selectdb img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-cfg img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-config img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-createidx img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-createindex img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-drop img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-view img {
  filter: invert(92%) sepia(4%) saturate(1414%) hue-rotate(174deg) brightness(80%) contrast(82%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-copy img {
  filter: invert(92%) sepia(4%) saturate(1414%) hue-rotate(174deg) brightness(80%) contrast(82%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-extract img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(28%) saturate(6897%) hue-rotate(324deg) brightness(103%) contrast(101%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-limit img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(28%) saturate(6897%) hue-rotate(324deg) brightness(103%) contrast(101%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-corelate img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(28%) saturate(6897%) hue-rotate(324deg) brightness(103%) contrast(101%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-correlateref img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(28%) saturate(6897%) hue-rotate(324deg) brightness(103%) contrast(101%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-aggr img {
  filter: invert(52%) sepia(8%) saturate(1238%) hue-rotate(260deg) brightness(91%) contrast(87%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-sort img {
  filter: invert(52%) sepia(8%) saturate(1238%) hue-rotate(260deg) brightness(91%) contrast(87%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-aggregate img {
  filter: invert(52%) sepia(8%) saturate(1238%) hue-rotate(260deg) brightness(91%) contrast(87%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-explode img {
  filter: invert(52%) sepia(8%) saturate(1238%) hue-rotate(260deg) brightness(91%) contrast(87%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-implode img {
  filter: invert(52%) sepia(8%) saturate(1238%) hue-rotate(260deg) brightness(91%) contrast(87%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-merge img {
  filter: invert(52%) sepia(8%) saturate(1238%) hue-rotate(260deg) brightness(91%) contrast(87%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-store img {
  filter: invert(52%) sepia(8%) saturate(1238%) hue-rotate(260deg) brightness(91%) contrast(87%);
}
.theme-light-pqs .sidebar .btn-group img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(47%) saturate(1116%) hue-rotate(144deg) brightness(90%) contrast(92%);
}
.theme-light-pqs .btn-filter-color img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(47%) saturate(1116%) hue-rotate(144deg) brightness(90%) contrast(92%);
}
.theme-light-pqs.theme-dark .sidebar .btn-group img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(66%) saturate(4697%) hue-rotate(1deg) brightness(105%) contrast(103%);
}
.theme-light-pqs.theme-dark .btn-filter-color img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(66%) saturate(4697%) hue-rotate(1deg) brightness(105%) contrast(103%);
}
.theme-light-pqs.theme-dark svg.leader-line g,
.theme-light-pqs.theme-dark svg.leader-line .leader-line-plugs-face {
  filter: invert(0.7);
}
.theme-light-pqs.theme-dark svg.leader-line text {
  filter: invert(1);
}
/* Tabs
---- */
.theme-light-pqs .nav-tabs {
  padding: 0px 0px 12px;
  display: table;
  width: 100%;
  background: #ffffff;
  border-radius: 100px;
}
.theme-light-pqs .nav-tabs.nav-tabs-vertical {
  display: inline-grid;
  text-align-last: left;
  max-height: calc(100vh - 14rem);
  overflow: auto;
}
.theme-light-pqs .nav-tabs.nav-tabs-vertical .nav-item .nav-link {
  padding-left: 0px;
  padding-top: 12px;
  border-bottom: 1px solid #d4d4d6;
}
.theme-light-pqs .nav-tabs > .nav-item {
  display: table-cell;
  text-align: center;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link {
  border-radius: 0px;
  font-size: 10px;
  padding: 8px;
  margin-right: 0px;
  cursor: pointer;
  transition: none !important;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link:hover {
  color: #5cc5cd;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link:hover i {
  color: #5cc5cd;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link.active {
  border-radius: 0px;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link.active i {
  color: #5cc5cd;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link:active {
  color: #888888;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link:active i {
  color: #888;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link i {
  color: #888888;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi {
  display: table-cell;
  text-align: center;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi {
  width: 200px;
  border-radius: 0px;
  font-size: 10px;
  padding: 8px;
  margin-right: 5px;
  display: block;
  background: #2a2e2f;
  color: #888888;
  border-radius: 8px 8px 0 0;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi:hover {
  color: #5cc5cd;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi:hover i {
  color: #5cc5cd;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi.active {
  border: 1px solid #5cc5cd;
  color: white;
  background: #394142;
  border-radius: 8px 8px 0 0 !important;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi.active i {
  color: #5cc5cd;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi:active {
  color: #888888;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi:active i {
  color: #888;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi i {
  color: #888888;
}
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link:hover,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i:hover,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link:not(.btn):hover {
  color: #2E3536;
  vertical-align: middle;
  font-size: 10px !important;
  background: transparent;
  display: flex;
  place-items: center;
  justify-content: center;
}
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link.active, .theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link.active i, .theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link.active:hover,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link:hover.active,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link:hover.active i,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link:hover.active:hover,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i.active,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i.active i,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i.active:hover,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i:hover.active,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i:hover.active i,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i:hover.active:hover,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link:not(.btn):hover.active,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link:not(.btn):hover.active i,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link:not(.btn):hover.active:hover {
  border: none;
  color: #ffffff;
  background: #0a636f;
  background: linear-gradient(90deg, #0a636f 0%, #13bed5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a636f",endColorstr="#13bed5",GradientType=1);
  border-radius: 5px;
  font-weight: 500;
}
.theme-light-pqs .nav-tabs-pmi {
  width: 0;
  padding: 0 56em 0 0;
  position: fixed;
  z-index: 999;
  top: 87px;
  background: #e1e4e6;
}
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item > .nav-link.active, .theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item > .nav-link.active i, .theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item > .nav-link.active:hover,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item > .nav-link:hover.active,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item > .nav-link:hover.active i,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item > .nav-link:hover.active:hover,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link i.active,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link i.active i,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link i.active:hover,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link i:hover.active,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link i:hover.active i,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link i:hover.active:hover,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link:not(.btn):hover.active,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link:not(.btn):hover.active i,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link:not(.btn):hover.active:hover {
  color: #222;
  background: #FD7B03;
}
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-vertical .nav-item .nav-link {
  border-bottom: 1px solid #292e33;
}
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-vertical .nav-item .nav-link.active {
  border-bottom: 1px solid #5cc5cd;
}
.theme-light-pqs.theme-dark .nav-tabs > .nav-item > .nav-link:hover {
  color: #FD7B03;
}
.theme-light-pqs.theme-dark .nav-tabs > .nav-item > .nav-link:hover i {
  color: #FD7B03;
}
.theme-light-pqs.theme-dark .nav-tabs > .nav-item > .nav-link.active:hover {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .nav-tabs > .nav-item > .nav-link.active:hover i {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .nav-tabs > .nav-item > .nav-link.active i {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .nav-tabs-pmi {
  background: #181a1b;
}
th {
  font-size: 10px;
}
td {
  font-size: 10px;
}
.dataTables_wrapper {
  font-size: 10px;
}
.dataTables_wrapper .dataTables_length label {
  font-size: 10px;
}
.dataTables_wrapper .dataTables_filter label {
  font-size: 10px;
}
.dataTables_wrapper .dataTables_filter label input {
  font-size: 10px;
}
.dataTables_wrapper select {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #ddd;
  color: #000;
}
.btn2 {
  border-width: 2px;
  font-weight: 400;
  font-size: 0.8171em;
  line-height: 1.35em;
  margin: 5px 1px;
  border: none;
  border-radius: 0.2875rem;
  padding: 8px 18px;
  cursor: pointer;
  background-color: white;
  color: #000;
}
.btn.btn-icon.btn-info i {
  color: #000;
}
.bg-container {
  background: white;
}
.bg-home-pds {
  background: white;
  color: gray;
}
.disabled-gray {
  color: gray !important;
}
.mat-menu-item-highlighted:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item:hover:not([disabled]) {
  background: rgba(0, 0, 0, 0.2);
}
.mat-menu-item {
  background: transparent;
  color: #888888;
  font-size: 10px;
  line-height: 25px !important;
  height: 25px !important;
}
.nav-pills,
.nav-tabs {
  margin: 0 0 0 0 !important;
}
.theme-light-pqs .navbar {
  max-height: 40px;
  min-height: 42px !important;
}
.nav-tabs {
  padding: 0px 0px 12px;
  display: table;
  width: 100%;
}
.nav-tabs .nav-item {
  display: table-cell;
  text-align: center;
}
.mat-tree-node {
  min-height: 15px !important;
}
.btn-tree-node {
  background: transparent;
  border: none;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400 !important;
  font-size: 10px !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label {
  font-size: 10px;
}
.ng-select .ng-select-container .ng-value-container .ng-input > input {
  box-sizing: content-box;
  background: none;
  border: 0;
  box-shadow: none;
  outline: 0;
  cursor: default;
  width: 100%;
  color: black;
}
.theme-light-pqs .card .header .header-dropdown {
  top: 8px;
  right: 10px;
}
.ng-resizable-handle.ng-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: -47px !important;
}
.ng-select .ng-clear-wrapper {
  cursor: pointer;
  position: absolute !important;
  width: 20px;
  -webkit-user-select: none;
  user-select: none;
}
.grabber {
  width: 16px;
  height: 16px;
  background-position: -64px -224px;
  background-image: url(http://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-icons_222222_256x240.png);
  position: fixed;
  color: #000;
  right: 0;
  bottom: 0;
  z-index: 90;
  cursor: se-resize;
}
.page-loader-page {
  z-index: 99999999;
  width: 100%;
  height: 100%;
  background: #414040;
  opacity: 0.5;
  overflow: hidden;
  text-align: center;
  position: absolute;
}
.page-loader-page p {
  font-size: 13px;
  font-weight: 700;
  color: #777;
  margin-top: 10px;
  left: 50%;
  top: 50%;
}
.page-loader-page .loader {
  position: relative;
  margin: auto;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  position: fixed;
}
.theme-light-pqs .btn-outline.btn-outline-mini {
  width: 2rem;
}
.btn {
  margin: 5px 3px;
}
.theme-dark {
  /* width */
}
.theme-dark .btn.btn-icon.btn-info i {
  color: #2E3536;
}
.theme-dark .btn2 {
  border-width: 2px;
  font-weight: 400;
  font-size: 0.8171em;
  line-height: 1.35em;
  margin: 5px 1px;
  border: none;
  border-radius: 0.2875rem;
  padding: 8px 18px;
  cursor: pointer;
  background-color: #000;
  color: #fff;
}
.theme-dark .ng-select .ng-select-container .ng-value-container .ng-input > input {
  box-sizing: content-box;
  background: none;
  border: 0;
  box-shadow: none;
  outline: 0;
  cursor: default;
  width: 100%;
  color: #2E3536;
}
.theme-dark .page-loader-page {
  z-index: 99999999;
  width: 100%;
  height: 100%;
  background: #414040;
  opacity: 0.5;
  overflow: hidden;
  text-align: center;
  position: absolute;
}
.theme-dark .page-loader-page p {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  position: fixed;
}
.theme-dark .page-loader-page .loader {
  position: relative;
  margin: auto;
  left: 50%;
  right: 0;
  top: 40%;
  bottom: 0;
  position: fixed;
}
.theme-dark .dataframe {
  background-color: #424141;
  color: white;
}
.theme-dark .dataframe tbody tr:hover {
  background-color: darkgray;
}
.theme-dark table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
.theme-dark table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  background-color: gray !important;
}
.theme-dark .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.theme-dark table.dataTable tbody tr {
  background-color: #ffffff;
  color: #2E3536;
}
.theme-dark .table-dark {
  color: #fff !important;
  background-color: #ffffff !important;
}
.theme-dark .table-container {
  display: flex;
  flex-direction: column;
}
.theme-dark .mat-table {
  overflow: auto;
}
.theme-dark .mat-cell,
.theme-dark .mat-footer-cell {
  color: white !important;
  font-size: 10px !important;
  white-space: break-spaces;
  padding: 10px 20px;
  min-width: 150px;
}
.theme-dark .mat-header-cell {
  color: white !important;
  font-size: 10px !important;
  min-width: 150px;
}
.theme-dark .mat-row:nth-child(odd) {
  font-size: 10px !important;
}
.theme-dark mat-cell > span.ellipsis {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}
.theme-dark table.dataTable.hover tbody tr:hover,
.theme-dark table.dataTable.display tbody tr:hover {
  background-color: darkgray;
}
.theme-dark .dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  background: black;
}
.theme-dark .dataTables_wrapper .dataTables_filter input {
  background: #3e3e3e;
  color: #8c8c8c;
}
.theme-dark .dataTables_wrapper .dataTables_length,
.theme-dark .dataTables_wrapper .dataTables_filter,
.theme-dark .dataTables_wrapper .dataTables_info,
.theme-dark .dataTables_wrapper .dataTables_processing,
.theme-dark .dataTables_wrapper .dataTables_paginate {
  color: #fff;
}
.theme-dark .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 55px;
}
.theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff !important;
}
.theme-dark .dataTables_wrapper select {
  border-radius: 4px;
  height: 25px;
  border-bottom: none;
  color: #fff;
  margin: 0 3px;
  background-color: #394142;
}
.theme-dark .form-control2,
.theme-dark .theme-dark .form-control2:focus {
  box-shadow: none;
  border: none;
  background-color: #ffffff;
  color: #394142;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.theme-dark .sidebar {
  background: #2e3435 !important;
}
.theme-dark .mat-tree {
  background: transparent;
  color: #8c8c8c;
}
.theme-dark .text-dark {
  color: #888888 !important;
}
.theme-dark .bg-home-pds {
  background: #383f43;
  color: #fff;
}
.theme-dark .bg-container {
  background: black;
}
.theme-dark td.hljs-ln-numbers {
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
  color: #cccccc6b;
  border-right: 1px solid #cccccc1c;
  vertical-align: top;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.theme-dark .mat-menu-item {
  background: transparent;
  color: #394142;
  font-size: 10px;
}
.theme-dark .mat-select-value {
  color: #FD7B03 !important;
}
.theme-dark .mat-select-arrow {
  color: #fff;
}
.theme-dark .mat-button.mat-primary[disabled],
.theme-dark .mat-button.mat-accent[disabled],
.theme-dark .mat-button.mat-warn[disabled],
.theme-dark .mat-button[disabled][disabled],
.theme-dark .mat-icon-button.mat-primary[disabled],
.theme-dark .mat-icon-button.mat-accent[disabled],
.theme-dark .mat-icon-button.mat-warn[disabled],
.theme-dark .mat-icon-button[disabled][disabled],
.theme-dark .mat-stroked-button.mat-primary[disabled],
.theme-dark .mat-stroked-button.mat-accent[disabled],
.theme-dark .mat-stroked-button.mat-warn[disabled],
.theme-dark .mat-stroked-button[disabled][disabled] {
  color: #888;
}
.theme-dark .ng-select .ng-select-container {
  color: rgba(0, 0, 0, 0.65);
  font-family: "Gilroy", sans-serif;
  font-size: 10px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #ced4da;
  min-height: 30px;
  align-items: center;
  transition: all 0.3s;
  box-sizing: border-box;
  padding-right: 11px;
}
.theme-dark .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  position: absolute;
  z-index: 1;
  font-size: 10px;
}
.theme-dark .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #ffffff;
  color: #2E3536 !important;
  padding: 5px 12px;
  transition: background 0.3s ease;
  font-size: 10px;
}
.theme-dark .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-top: 3px;
  margin-right: 4px;
  font-size: 0.9em;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  height: 24px;
  line-height: 22px;
  color: #2E3536;
}
.theme-dark .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #808080;
  background-color: #2e3435;
}
.theme-dark .kt-portlet {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  background-color: #383f43;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #fff;
}
.theme-dark .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}
.theme-dark .mat-button.mat-primary,
.theme-dark .mat-icon-button.mat-primary,
.theme-dark .mat-stroked-button.mat-primary {
  color: #5cc5cd;
}
.theme-dark .resizable {
  min-width: 40px;
  padding-right: 10px;
  position: relative;
}
.theme-dark .grabber {
  width: 16px;
  height: 16px;
  background-position: -64px -224px;
  background-image: url(http://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-icons_222222_256x240.png);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 90;
  cursor: se-resize;
}
.hljs {
  padding: 0;
  border: none;
  transition: border ease 1s;
}
.hljs-ln td {
  padding: 0;
  text-align: left;
}
/* for block of code */
td.hljs-ln-code {
  padding-left: 10px !important;
}
.template-editor {
  height: calc(100vh - 360px) !important;
  text-align: left;
}
.right_icon_toggle section.content {
  margin-right: 0px;
  width: calc(100% - 230px);
}
.left_icon_toggle .left_icon_toggle_btn i::before {
  content: "\f2ee";
}
.left_icon_toggle section.content {
  margin-left: 0px !important;
  width: calc(100% - 210px);
}
.left_icon_toggle .pql_accordion {
  margin-left: 0px;
  width: calc(100% - 200px);
}
.left_icon_toggle.right_icon_toggle section.content {
  width: 100%;
}
.left_icon_toggle.right_icon_toggle .pql_accordion {
  width: 100%;
}
.pq-loading-shade {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50%;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pq-trasparent {
  z-index: 999;
  opacity: 0.5;
  background-color: #888888;
}
/* how to use
<div class="placeholder">
    <div class="placeholder-shimmer"></div>
</div>
*/
.placeholder {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5%;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.theme-light-pqs .placeholder-shimmer {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 20%, #ffffff 30%);
  height: 100%;
  position: relative;
}
.theme-light-pqs.theme-dark .placeholder-shimmer {
  background: linear-gradient(to right, #211f1f 10%, #272a2b 20%, #2f2f2f 30%);
}
:host ::ng-deep .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #49c5b6;
}
:host ::ng-deep .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #49c5b6;
}
.form-control-label {
  color: #989b9e !important;
}
.mat-full-width {
  width: 100% !important;
  margin-bottom: 10px !important;
}
g.zoom-controls {
  cursor: pointer !important;
  pointer-events: all !important;
}
g.zoom-controls rect {
  fill: white !important;
  stroke: #596877 !important;
  stroke-width: 1 !important;
}
g.zoom-controls line {
  stroke: #596877 !important;
  stroke-width: 2 !important;
}
title.d3-tip {
  line-height: 1 !important;
  font-weight: bold !important;
  padding: 12px !important;
  background: #001 !important;
  color: #f00 !important;
  border-radius: 2px !important;
  pointer-events: none !important;
}
title.d3-tip span {
  color: #755f70 !important;
}
.theme-dark .card .header-transparent,
.card .header-transparent {
  background: transparent !important;
}
.cdk-overlay-pane {
  z-index: 9999 !important;
}
.tips {
  position: relative;
  display: inline-block;
  text-decoration: none;
  background-color: #383f43;
  color: #ffffff;
}
.tips table tr td {
  background-color: #383f43 !important;
  color: #ffffff !important;
}
.box2 {
  font: 10px sans-serif;
}
.box2 line,
.box2 rect,
.box2 circle {
  stroke: #000 !important;
  stroke-width: 1px !important;
}
.box2 .center {
  stroke-dasharray: 3, 3 !important;
}
.box2 .outlier {
  fill: none !important;
  stroke: #000 !important;
}
.axis {
  font: 12px sans-serif;
}
.axis path,
.axis line {
  fill: none;
  stroke: #000 !important;
  shape-rendering: crispEdges !important;
}
.x.axis path {
  fill: none;
  stroke: #000 !important;
  shape-rendering: crispEdges !important;
}
.box {
  align-items: center;
  justify-content: center;
}
.theme-light-pqs .card .header-transparent,
.card .header-transparent {
  background-color: transparent !important;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2754e6 !important;
  border-color: #1c4be4;
}
.radio-group-choose-colorpicker {
  display: flex !important;
  flex-direction: column !important;
}
.theme-light-pqs .grid-stack-item-content {
  color: #2c3e50;
  text-align: center;
  background-color: transparent !important;
}
.theme-light-pqs .navbar-right .button-container {
  position: sticky;
  top: 0;
  padding: 10px;
  border-bottom: 0.01em solid #d4d4d6;
}
.anchorBL {
  display: none !important;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header,
.dtp div.dtp-date,
.dtp div.dtp-time {
  background: #383f43 !important;
}
.ng-select .ng-select-container .ng-value-container .ng-value {
  font-size: 14px;
}
.dtp table.dtp-picker-days tr td a.selected {
  background: #2e3435 !important;
}
.mat-form-field-infix {
  display: block;
  position: relative;
  flex: auto;
  min-width: 0;
  width: 150px !important;
}
.row-active {
  border: 1px solid #18eaea;
}
.modal-content .modal-header button {
  position: absolute;
  right: 0px !important;
  top: -50px !important;
  outline: 0;
}
.dd-list {
  display: block !important;
}
.viztype-selector-container {
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}
img {
  vertical-align: middle;
  border: 0;
}
.viztype-label {
  text-align: center;
  font-size: 12px;
}
.modal-content .modal-header button {
  position: absolute;
  right: 0px !important;
  top: -65px !important;
  outline: 0;
}
.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper {
  min-width: 100%;
}
.ng-select.custom {
  border: 0px;
  min-height: 0px;
  border-radius: 0;
}
.ng-select.custom .ng-select-container {
  min-height: 0px;
  border-radius: 0;
}
label.error {
  color: #e60808 !important;
}
input.require-error,
textarea.form-control.require-error,
select.require-error {
  border: 1px solid #e60808 !important;
}
input.error,
input.error:focus {
  border: 1px solid #e60808;
}
.color-scheme-container {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.color-scheme-container li {
  flex-basis: 9px;
  height: 10px;
  margin: 9px 1px;
}
.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box;
}
button.right {
  float: right;
}
#download {
  display: none !important;
}
.dataTables_wrapper.no-footer {
  overflow: auto !important;
}
.dataTables_scroll > .dataTables_scrollHead {
  overflow: none !important;
  position: relative;
  border: 0px;
  width: 100%;
}
.dataTables_scroll > .dataTables_scrollBody {
  position: relative;
  overflow: none !important;
  height: 305px;
  width: 100%;
}
.mat-standard-chip {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 16px;
  align-items: center;
  cursor: default;
  min-height: 16px !important;
  height: 1px;
}
.mat-standard-chip .mat-chip-remove,
.mat-standard-chip .mat-chip-trailing-icon {
  margin-left: 5px !important;
  margin-right: -7px !important;
}
.grid-stack {
  background: inherit;
}
.grid-stack-item-content {
  color: #2c3e50;
  text-align: center;
  background-color: #383f43;
}
.dash-grid {
  border: 1px dashed #808080;
  padding: 5px;
}
.dialog-toastr-panel {
  position: absolute !important;
  top: 40px;
  right: 10px;
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/datatables.net-dt/css/jquery.dataTables.css ***!
  \**************************************************************************************************************************************************************************************************************************************************/
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url('sort_both.png');
}
table.dataTable thead .sorting_asc {
  background-image: url('sort_asc.png') !important;
}
table.dataTable thead .sorting_desc {
  background-image: url('sort_desc.png') !important;
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url('sort_asc_disabled.png');
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url('sort_desc_disabled.png');
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/plugins/bootstrap-material-datetimepicker/css/bootstrap-material-datetimepicker.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.dtp { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 2000; font-size: 15px; -webkit-user-select: none; user-select: none; }
.dtp > .dtp-content { background: #fff; max-width: 300px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); max-height: 520px; position: relative; left: 50%; }
.dtp > .dtp-content > .dtp-date-view > header.dtp-header { background: #689F38; color: #fff; text-align: center; padding: 0.3em; }
.dtp div.dtp-date, .dtp div.dtp-time { background: #8BC34A; text-align: center; color: #fff; padding: 10px; }
.dtp div.dtp-date > div { padding: 0; margin: 0; }
.dtp div.dtp-actual-month { font-size: 1.5em; }
.dtp div.dtp-actual-num { font-size: 3em; line-height: 0.9; }
.dtp div.dtp-actual-maxtime { font-size: 3em; line-height: 0.9; }
.dtp div.dtp-actual-year { font-size: 1.5em; color: #DCEDC8; }
.dtp div.dtp-picker { padding: 1em; text-align: center; }
.dtp div.dtp-picker-month, .dtp div.dtp-actual-time { font-weight: 500; text-align: center; }
.dtp div.dtp-picker-month { padding-bottom:20px!important; text-transform: uppercase!important; }
.dtp .dtp-close { position: absolute; top: 0.5em; right: 1em; }
.dtp .dtp-close > a { color: #fff; }
.dtp .dtp-close > a > i { font-size: 1em; }
.dtp table.dtp-picker-days { margin: 0; min-height: 251px;}
.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td { border: none; }
.dtp table.dtp-picker-days tr > td {  font-weight: 700; font-size: 0.8em; text-align: center; padding: 0.5em 0.3em; }
.dtp table.dtp-picker-days tr > td > span.dtp-select-day { color: #BDBDBD!important; }
.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a { color: #212121; text-decoration: none; padding: 0.4em 0.5em 0.5em 0.6em; border-radius: 50%!important; }
.dtp table.dtp-picker-days tr > td > a.selected{ background: #8BC34A; color: #fff; }
.dtp table.dtp-picker-days tr > th { color: #757575; text-align: center; font-weight: 700; padding: 0.4em 0.3em; }
.dtp .p10 > a { color: #689F38; text-decoration: none; }
.dtp .p10 { width: 10%; display: inline-block; }
.dtp .p20 { width: 20%; display: inline-block; }
.dtp .p60 { width: 60%; display: inline-block; }
.dtp .p80 { width: 80%; display: inline-block; }
.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm { position: relative; top: 10px; color: #212121; font-weight: 500; padding: 0.7em 0.5em; border-radius: 50%!important;text-decoration: none; background: #eee; font-size:1em; }
.dtp .dtp-actual-meridien a.selected { background: #689F38; color: #fff; }
.dtp .dtp-picker-time > .dtp-select-hour { cursor: pointer; }
.dtp .dtp-picker-time > .dtp-select-minute { cursor: pointer; }
.dtp .dtp-buttons { padding: 0 1em 1em 1em; text-align: right; }
.dtp.hidden, .dtp .hidden { display: none; }
.dtp .invisible { visibility: hidden; }
.dtp .left { float: left; }
.dtp .right { float: right; }
.dtp .clearfix { clear: both; }
.dtp .center { text-align: center; }

/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/plugins/bootstrap-tagsinput/bootstrap-tagsinput.css ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;  
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/plugins/light-gallery/css/lightgallery.css ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/*! lightgallery - v1.2.21 - 2016-06-28
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url('lg.eot?n1z373');
  src: url('lg.eot?#iefixn1z373') format("embedded-opentype"), url('lg.woff?n1z373') format("woff"), url('lg.ttf?n1z373') format("truetype"), url('lg.svg?n1z373#lg') format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url('vimeo-play.png') no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url('vimeo-play.png') no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url('video-play.png') no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url('youtube-play.png') no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url('youtube-play.png') no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.group {
  *zoom: 1;
}
.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}
.group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url('loading.gif') no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*# sourceMappingURL=lightgallery.css.map */

/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/plugins/intro.js/2.7.0/introjs.min.css ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.introjs-overlay{position:absolute;box-sizing:content-box;z-index:999999;background-color:#000;opacity:0;background:radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";-ms-filter:"alpha(opacity=50)";filter:alpha(opacity=50);transition:all .3s ease-out}.introjs-fixParent{z-index:auto!important;opacity:1.0!important;transform:none!important}.introjs-showElement,tr.introjs-showElement>td,tr.introjs-showElement>th{z-index:9999999!important}.introjs-disableInteraction{z-index:99999999!important;position:absolute;background-color:white;opacity:0;filter:alpha(opacity=0)}.introjs-relativePosition,tr.introjs-showElement>td,tr.introjs-showElement>th{position:relative}.introjs-helperLayer{box-sizing:content-box;position:absolute;z-index:9999998;background-color:#FFF;background-color:rgba(255,255,255,.9);border:1px solid #777;border:1px solid rgba(0,0,0,.5);border-radius:4px;box-shadow:0 2px 15px rgba(0,0,0,.4);transition:all .3s ease-out}.introjs-tooltipReferenceLayer{box-sizing:content-box;position:absolute;visibility:hidden;z-index:10000000;background-color:transparent;transition:all .3s ease-out}.introjs-helperLayer *,.introjs-helperLayer *:before,.introjs-helperLayer *:after{-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box}.introjs-helperNumberLayer{box-sizing:content-box;position:absolute;visibility:visible;top:-16px;left:-16px;z-index:9999999999!important;padding:2px;font-family:Arial,verdana,tahoma;font-size:13px;font-weight:bold;color:white;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.3);background:#ff3019;background:linear-gradient(to bottom,#ff3019 0,#cf0404 100%);width:20px;height:20px;line-height:20px;border:3px solid white;border-radius:50%;filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";filter:"progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";box-shadow:0 2px 5px rgba(0,0,0,.4)}.introjs-arrow{border:5px solid white;content:'';position:absolute}.introjs-arrow.top{top:-10px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:white;border-left-color:transparent}.introjs-arrow.top-right{top:-10px;right:10px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:white;border-left-color:transparent}.introjs-arrow.top-middle{top:-10px;left:50%;margin-left:-5px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:white;border-left-color:transparent}.introjs-arrow.right{right:-10px;top:10px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:white}.introjs-arrow.right-bottom{bottom:10px;right:-10px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:white}.introjs-arrow.bottom{bottom:-10px;border-top-color:white;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.introjs-arrow.left{left:-10px;top:10px;border-top-color:transparent;border-right-color:white;border-bottom-color:transparent;border-left-color:transparent}.introjs-arrow.left-bottom{left:-10px;bottom:10px;border-top-color:transparent;border-right-color:white;border-bottom-color:transparent;border-left-color:transparent}.introjs-tooltip{box-sizing:content-box;position:absolute;visibility:visible;padding:10px;background-color:white;min-width:200px;max-width:300px;border-radius:3px;box-shadow:0 1px 10px rgba(0,0,0,.4);transition:opacity .1s ease-out}.introjs-tooltipbuttons{text-align:right;white-space:nowrap}.introjs-button{box-sizing:content-box;position:relative;overflow:visible;display:inline-block;padding:.3em .8em;border:1px solid #d4d4d4;margin:0;text-decoration:none;text-shadow:1px 1px 0 #fff;font:11px/normal sans-serif;color:#333;white-space:nowrap;cursor:pointer;outline:0;background-color:#ececec;background-image:linear-gradient(#f4f4f4,#ececec);-webkit-background-clip:padding;-moz-background-clip:padding;-o-background-clip:padding-box;border-radius:.2em;zoom:1;*display:inline;margin-top:10px}.introjs-button:hover{border-color:#bcbcbc;text-decoration:none;box-shadow:0 1px 1px #e3e3e3}.introjs-button:focus,.introjs-button:active{background-image:linear-gradient(#ececec,#f4f4f4)}.introjs-button::-moz-focus-inner{padding:0;border:0}.introjs-skipbutton{box-sizing:content-box;margin-right:5px;color:#7a7a7a}.introjs-prevbutton{border-radius:.2em 0 0 .2em;border-right:0}.introjs-prevbutton.introjs-fullbutton{border:1px solid #d4d4d4;border-radius:.2em}.introjs-nextbutton{border-radius:0 .2em .2em 0}.introjs-nextbutton.introjs-fullbutton{border-radius:.2em}.introjs-disabled,.introjs-disabled:hover,.introjs-disabled:focus{color:#9a9a9a;border-color:#d4d4d4;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{text-align:center}.introjs-bullets ul{box-sizing:content-box;clear:both;margin:15px auto 0;padding:0;display:inline-block}.introjs-bullets ul li{box-sizing:content-box;list-style:none;float:left;margin:0 2px}.introjs-bullets ul li a{box-sizing:content-box;display:block;width:6px;height:6px;background:#ccc;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;text-decoration:none;cursor:pointer}.introjs-bullets ul li a:hover{background:#999}.introjs-bullets ul li a.active{background:#999}.introjs-progress{box-sizing:content-box;overflow:hidden;height:10px;margin:10px 0 5px 0;border-radius:4px;background-color:#ecf0f1}.introjs-progressbar{box-sizing:content-box;float:left;width:0;height:100%;font-size:10px;line-height:10px;text-align:center;background-color:#08c}.introjsFloatingElement{position:absolute;height:0;width:0;left:50%;top:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{box-sizing:content-box;position:absolute;background:transparent;width:20px;height:15px;cursor:pointer}.introjs-hint:focus{border:0;outline:0}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}.introjs-hint:hover>.introjs-hint-pulse{border:5px solid rgba(60,60,60,0.57)}.introjs-hint-pulse{box-sizing:content-box;width:10px;height:10px;border:5px solid rgba(60,60,60,0.27);border-radius:30px;background-color:rgba(136,136,136,0.24);z-index:10;position:absolute;transition:all .2s ease-out}.introjs-hint-no-anim .introjs-hint-dot{animation:none}.introjs-hint-dot{box-sizing:content-box;border:10px solid rgba(146,146,146,0.36);background:transparent;border-radius:60px;height:50px;width:50px;animation:introjspulse 3s ease-out;animation-iteration-count:infinite;position:absolute;top:-25px;left:-25px;z-index:1;opacity:0}@keyframes introjspulse{0%{transform:scale(0);opacity:.0}25%{transform:scale(0);opacity:.1}50%{transform:scale(0.1);opacity:.3}75%{transform:scale(0.5);opacity:.5}100%{transform:scale(1);opacity:.0}}

/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/plugins/ion-rangeslider/css/ion.rangeSlider.css ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-11 23:23:51
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/assets/styles/global/header.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*     brand Colors              */
/*      light colors         */
/*
=============================
    GLOBAL HEADER AREA 
=============================
*/
/******** NAVBAR ***********/
.theme-light-pqs .navbar {
  background: var(--White-Mint, linear-gradient(90deg, rgba(219, 219, 219, 0.6) -3.12%, rgba(29, 144, 161, 0.6) 31.33%, rgba(29, 144, 161, 0.6) 40.87%, rgba(20, 72, 80, 0.6) 87.97%, rgba(33, 33, 33, 0.6) 114.2%)), url('layer-header.svg') center no-repeat;
  background-blend-mode: overlay;
  min-height: 40px;
  transition: all 0.5s;
  z-index: 13;
  box-shadow: none;
}
.theme-light-pqs .navbar .icons {
  color: black;
}
.theme-light-pqs .navbar a:not(.btn):not(.dropdown-item) {
  color: #222222;
  font-weight: 500;
}
.theme-light-pqs .navbar .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.theme-light-pqs .navbar .navbar-nav {
  flex-direction: row;
}
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-link.notif-visible .zmdi-notifications-active {
  vertical-align: 8.5px;
}
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-link.notif-visible .badge {
  vertical-align: 15px;
}
.theme-light-pqs .navbar .navbar-nav .nav-link:not(.btn) {
  font-size: 0.55em;
  padding: 0.45rem 0.6rem;
  line-height: 0.7142em;
}
.theme-light-pqs .navbar .navbar-nav .nav-link:not(.btn).disabled {
  color: #808080;
}
.theme-light-pqs .navbar .navbar-nav .nav-item.active .nav-link:not(.btn),
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
.theme-light-pqs .navbar .navbar-nav .nav-item .nav-link:not(.btn):active {
  background: var(--green-gradient, linear-gradient(90deg, #0A636F, #13BED5));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.theme-light-pqs .navbar .navbar-nav .dropdown-menu {
  position: absolute;
}
.theme-light-pqs .navbar .navbar-nav.menu-nav {
  display: none;
}
.theme-light-pqs .navbar .navbar-nav.menu-nav a.nav-link:hover, .theme-light-pqs .navbar .navbar-nav.menu-nav a.nav-link.active {
  background-color: rgba(222, 222, 222, 0.5);
  border-radius: 6px;
}
.theme-light-pqs .navbar .navbar-brand {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.theme-light-pqs kt-menu-horizontal {
  width: calc(100% - 65px);
}
.theme-light-pqs.theme-dark .navbar {
  background: linear-gradient(90deg, rgba(8, 79, 129, 0.12) 0%, rgba(8, 79, 129, 0.6) 42.4%, rgba(127, 103, 67, 0.6) 82.4%, rgba(255, 128, 0, 0.36) 100%), url('layer-header.svg') center no-repeat;
}
.theme-light-pqs.theme-dark .navbar a:not(.btn):not(.dropdown-item) {
  color: #394142;
}
.theme-light-pqs.theme-dark .navbar .icons {
  color: #999;
}
.theme-light-pqs.theme-dark .navbar .navbar-brand i {
  color: #fff;
}
.theme-light-pqs.theme-dark .navbar .nav-item.active .nav-link:not(.btn),
.theme-light-pqs.theme-dark .navbar .nav-item .nav-link:not(.btn):focus,
.theme-light-pqs.theme-dark .navbar .nav-item .nav-link:not(.btn):hover,
.theme-light-pqs.theme-dark .navbar .nav-item .nav-link:not(.btn):active {
  background: var(--orange-trueai, #FD7B03);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
@media (max-width: 560px) {
  .theme-light-pqs .navbar .navbar-collapse .navbar-nav {
    display: none;
  }
  .theme-light-pqs .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    position: fixed !important;
    left: 5%;
    width: 90%;
  }
  .theme-light-pqs .navbar .navbar-collapse .navbar-nav.menu-nav, .theme-light-pqs .navbar .navbar-collapse .navbar-nav.right-nav {
    display: flex;
  }
}
/* Sub Top Navigation
------------------ */
.theme-light-pqs .sub-top-nav {
  position: fixed;
  top: 42px;
  width: 100%;
  z-index: 12;
  margin: 0;
  background: var(--White-Mint, linear-gradient(90deg, rgba(219, 219, 219, 0.6) -3.12%, rgba(29, 144, 161, 0.6) 31.33%, rgba(29, 144, 161, 0.6) 40.87%, rgba(20, 72, 80, 0.6) 87.97%, rgba(33, 33, 33, 0.6) 114.2%));
  border-bottom: 1px solid #d4d4d6;
  transition: all 0.5s;
}
.theme-light-pqs .sub-top-nav .nav {
  padding: 0px;
  position: relative;
  flex-wrap: unset;
}
.theme-light-pqs .sub-top-nav .nav .nav-item {
  width: calc(100% - 175px);
  margin-top: 7px;
}
.theme-light-pqs .sub-top-nav .nav .nav-item .nav-link {
  padding: 4px;
}
.theme-light-pqs.theme-dark .sub-top-nav {
  background: linear-gradient(90deg, rgba(8, 79, 129, 0.12) 0%, rgba(8, 79, 129, 0.6) 42.4%, rgba(127, 103, 67, 0.6) 82.4%, rgba(255, 128, 0, 0.36) 100%);
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/assets/styles/global/leftbar.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**** LEFTBAR ******/
.theme-light-pqs .sidebar {
  top: 49px;
  left: 10px;
  background: #ffffff;
  border-right: 1px solid #d4d4d6;
  border-left: 1px solid #d4d4d6;
  width: 230px;
  z-index: 21;
  border-radius: 30px;
}
.theme-light-pqs .sidebar .menu .list .panel-group .panel .panel-heading .side-title {
  font-size: 10px;
  line-height: 1.1em;
}
.theme-light-pqs .sidebar .menu .list .panel-group .panel .panel-heading a > span {
  font-size: 8px !important;
}
.theme-light-pqs .sidebar .menu .list .panel-group .panel-primary .panel-title {
  font-size: 10px;
}
.theme-light-pqs .sidebar .menu .list .dp-sidebar {
  max-height: calc(90% - 65px) !important;
}
.theme-light-pqs .sidebar .menu .list .dv-sidebar {
  max-height: calc(98% - 65px) !important;
}
.theme-light-pqs .sidebar .menu .list button.btn-delete {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  font-size: 17px;
}
.theme-light-pqs .sidebar .menu .list button.btn-delete.active {
  color: #8c8c8c;
}
.theme-light-pqs .sidebar .menu .list a i {
  transform: unset;
  color: #8c8c8c;
}
.theme-light-pqs .sidebar .menu .list a:hover i {
  transform: unset;
  color: #5cc5cd;
}
.theme-light-pqs .sidebar .menu .slimScrollDiv {
  height: auto !important;
}
.theme-light-pqs .sidebar-style-2 {
  top: 53px;
  width: 210px;
  z-index: 11;
  border-radius: 10px;
  margin-top: 105px;
  margin-left: 5px;
  height: calc(100vh - 0px);
  position: fixed;
  background: #f7f7f7;
}
.theme-light-pqs .sidebar-style-2 .sidebar-list-menu {
  background: #e1e4e6;
  padding: 15px;
  border-bottom: 1px solid #cacaca;
}
.theme-light-pqs .navbar-right {
  transition: all 0.5s;
  font-family: "Gilroy", sans-serif;
  width: 200px;
  height: calc(100vh - 0px);
  position: fixed;
  top: 49px;
  right: 10px;
  box-shadow: none;
  z-index: 21;
  display: inline-block;
  background: #ffffff;
  border-left: 1px solid #d4d4d6;
  border-right: 1px solid #d4d4d6;
  border-radius: 30px;
}
.theme-light-pqs .navbar-right .menu .list {
  height: calc(100% - 80px) !important;
}
.theme-light-pqs .navbar-right .button-container {
  z-index: 9;
  position: sticky;
  top: 0;
  padding: 10px;
  background: #f7f7f7;
  border-bottom: 0.01em solid #d4d4d6;
  text-align: center;
}
.theme-light-pqs .navbar-right .button-container .mat-raised-button {
  box-shadow: none;
}
.theme-light-pqs .navbar-right .panel-body .btn-outline img {
  filter: invert(1);
}
.theme-light-pqs .dq-sc {
  max-height: calc(100vh - 15.25rem);
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 300px;
}
.theme-light-pqs .dp-h93v {
  height: calc(100vh - 120px);
  overflow-y: auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.theme-light-pqs .dv-sc {
  max-height: calc(100vh - 15.5rem);
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 300px;
}
.theme-light-pqs .dv-sc.dvc-sc {
  max-height: calc(100vh - 12.9rem);
}
.theme-light-pqs.theme-dark .sidebar {
  background: #ffffff !important;
  border-right: 1px solid #d4d4d6;
  border-left: 1px solid #d4d4d6;
}
.theme-light-pqs.theme-dark .sidebar .slimScrollDiv {
  height: auto !important;
}
.theme-light-pqs.theme-dark .sidebar-style-2 {
  background: #ffffff;
}
.theme-light-pqs.theme-dark .sidebar-style-2 .sidebar-list-menu {
  background: #ffffff;
  border-bottom: 1px solid #d4d4d6;
}
.theme-light-pqs.theme-dark .navbar-right {
  background: #ffffff;
  border-left: 1px solid #d4d4d6;
}
.theme-light-pqs.theme-dark .navbar-right .button-container {
  background: #ffffff;
  border-bottom: 0.01em solid #d4d4d6;
}
@media only screen and (max-width: 767px) {
  .sidebar {
    left: inherit;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/assets/styles/global/rightbar.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**** RIGHTBAR ******/
.theme-light-pqs .navbar-right {
  transition: all 0.5s;
  font-family: "Gilroy", sans-serif;
  width: 200px;
  height: calc(100vh - 0px);
  position: fixed;
  top: 49px;
  right: 10px;
  box-shadow: none;
  z-index: 12;
  display: inline-block;
  background: #ffffff;
  border-left: 1px solid #d4d4d6;
  border-right: 1px solid #d4d4d6;
  border-radius: 30px;
}
.theme-light-pqs .navbar-right .menu .list {
  height: calc(100% - 80px) !important;
}
.theme-light-pqs .navbar-right .button-container {
  z-index: 9;
  position: sticky;
  top: 0;
  padding: 10px;
  background: #f7f7f7;
  border-bottom: 0.01em solid #d4d4d6;
  text-align: center;
  border-top-right-radius: 21px;
  border-top-left-radius: 26px;
}
.theme-light-pqs .navbar-right .button-container .mat-raised-button {
  box-shadow: none;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/assets/styles/global/footer.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/assets/styles/global/component.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*     brand Colors              */
/*      light colors         */
.theme-dark {
  transition: all 0.5s;
  background: #383F43;
  color: #8c8c8c;
}
.theme-dark.ls-toggle-menu .sidebar .menu .list .ml-menu li a {
  color: #292a33;
}
.theme-dark.ls-closed .sidebar {
  background: #383F43;
}
.theme-dark.ls-closed .sidebar.open {
  -ms-box-shadow: 0px 2px 20px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(255, 255, 255, 0.1);
}
.theme-dark section.content {
  background: #181A1B;
  border-color: rgba(255, 255, 255, 0.05);
}
.theme-dark section.content .slimScrollBar {
  background: rgba(255, 255, 255, 0.1) !important;
}
.theme-dark .sidebar .slimScrollBar {
  background: rgba(255, 255, 255, 0.1) !important;
}
.theme-dark .sidebar .navbar-brand,
.theme-dark .sidebar .user-info {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .sidebar .navbar-brand span,
.theme-dark .sidebar .navbar-brand .zmdi-menu,
.theme-dark .sidebar .user-info span,
.theme-dark .sidebar .user-info .zmdi-menu {
  color: #ffffff;
}
.theme-dark .sidebar .menu .list .ml-menu li.active a {
  color: #ffffff;
}
.theme-dark .sidebar .menu .list a {
  color: #8c8c8c;
}
.theme-dark .right-sidebar {
  background: #181A1B;
  color: #8c8c8c;
}
.theme-dark .right-sidebar .nav-tabs {
  border-color: #3e3e3e;
}
.theme-dark .right-sidebar .right_chat .media {
  border-color: #3e3e3e;
}
.theme-dark .right-sidebar .right_chat .media .name {
  color: #ffffff;
}
.theme-dark .right-sidebar .right_chat .media .message {
  color: #8c8c8c;
}
.theme-dark .navbar-right .navbar-nav > li > a {
  color: #8c8c8c;
}
.theme-dark .navbar-right .navbar-nav .app_sortcut li a {
  color: #8c8c8c;
}
.theme-dark .navbar-right .notify .heartbit {
  border-color: #ffffff;
}
.theme-dark .navbar-right .notify .point {
  background-color: #ffffff;
}
.theme-dark .navbar-right .dropdown-menu {
  color: inherit;
}
.theme-dark .navbar-right .dropdown-menu::before {
  color: #383F43;
}
.theme-dark .dropdown-menu ul.menu .menu-info h4 {
  color: #8c8c8c;
}
.theme-dark .dropdown-menu ul.menu li a:hover {
  background: rgba(255, 255, 255, 0.02);
}
.theme-dark .card .header {
  color: #8c8c8c;
}
.theme-dark .card .card-inside-title {
  color: #ffffff;
}
.theme-dark .card .body {
  background: #383F43;
  color: #8c8c8c;
}
.theme-dark a:not(.btn) {
  color: #74ade2;
}
.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #383F43;
}
.theme-dark hr {
  border-color: #3e3e3e;
}
.theme-dark pre.prettyprint {
  background: transparent;
  border: 1px solid #3e3e3e;
}
.theme-dark pre.prettyprint .pln {
  color: #ffffff;
}
.theme-dark .form-control,
.theme-dark .input-group .input-group-append .btn-outline-secondary,
.theme-dark .input-group .input-group-prepend .btn-outline-secondary,
.theme-dark .input-group-text,
.theme-dark .bootstrap-select > .dropdown-toggle {
  background: transparent;
}
.theme-dark .btn-default,
.theme-dark .btn-group .btn {
  background: #3e3e3e;
  background-color: #3e3e3e;
  color: #8c8c8c;
}
.theme-dark .checkbox label::before,
.theme-dark .checkbox label::after {
  border-color: #3e3e3e;
}
.theme-dark .dropdown-menu {
  background: #383F43;
  -ms-box-shadow: 0px 2px 20px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(255, 255, 255, 0.1);
}
.theme-dark .dropdown-menu .header,
.theme-dark .dropdown-menu .footer {
  border-color: #3e3e3e;
}
.theme-dark .dropdown-menu .header a,
.theme-dark .dropdown-menu .footer a {
  border-color: #3e3e3e;
}
.theme-dark .dropdown-menu > li > a:hover {
  color: #ffffff;
}
.theme-dark .progress {
  background: rgba(255, 255, 255, 0.1);
}
.theme-dark .pagination .page-item .page-link {
  color: #8c8c8c;
}
.theme-dark .pagination .page-item .page-link:hover {
  color: #ffffff;
}
.theme-dark .pagination .page-item.active > .page-link {
  background: #46b6fe;
  color: #ffffff;
}
.theme-dark .block-header .breadcrumb {
  color: #8c8c8c;
}
.theme-dark .list-group-item {
  background: #383F43;
  border-color: #3e3e3e;
}
.theme-dark .media .media-body .media-heading {
  color: #8c8c8c;
}
.theme-dark .irs--flat .irs-line {
  background: rgba(255, 255, 255, 0.04);
}
.theme-dark .dd-handle {
  border-color: #3e3e3e;
  color: #8c8c8c;
}
.theme-dark .dd3-item .dd3-content {
  background: transparent;
  border-color: #3e3e3e;
}
.theme-dark .select2-container .select2-choice,
.theme-dark .select2-container .select2-choices,
.theme-dark .select2-container-multi .select2-choice,
.theme-dark .select2-container-multi .select2-choices {
  background: transparent;
  background-color: transparent;
}
.theme-dark .rating label:last-child .icon {
  color: #8c8c8c;
}
.theme-dark .wizard .steps .disabled a {
  background: rgba(255, 255, 255, 0.04);
}
.theme-dark .wizard .content {
  border-color: #3e3e3e;
}
.theme-dark .wizard > .content > .body input {
  border-color: initial;
}
.theme-dark .dropify-wrapper {
  background-color: transparent;
  border-color: #3e3e3e;
}
.theme-dark .dropify-wrapper:hover {
  background-image: linear-gradient(-45deg, #3e3e3e 25%, transparent 25%, transparent 50%, #3e3e3e 50%, #3e3e3e 75%, transparent 75%, transparent);
}
.theme-dark .table td, .theme-dark .table th {
  border-color: #3e3e3e;
}
.theme-dark .img-thumbnail {
  background-color: #ffffff;
  border-color: #ced4da;
}
.theme-dark .note-editor.note-frame {
  background: #383F43;
  border-color: #3e3e3e;
}
.theme-dark .note-editor.note-frame .note-editing-area .note-editable {
  background: #383F43;
  color: #8c8c8c;
}
.theme-dark .note-editor.note-frame .note-statusbar {
  background-color: #3e3e3e;
}
.theme-dark .alert a,
.theme-dark .alert .alert-link {
  color: #ffffff;
}
.theme-dark .dtp table.dtp-picker-days tr > th {
  border-color: rgba(41, 42, 51, 0.04);
}
.theme-dark .big_icon:before {
  color: rgba(255, 255, 255, 0.04);
}
.theme-dark .table.c_table {
  color: #8c8c8c;
}
.theme-dark .table.c_table tr {
  background: #383F43;
}
.theme-dark .table.c_table tr:hover {
  background: rgba(255, 255, 255, 0.02);
}
.theme-dark .footable-details.table-striped > tbody > tr:nth-child(odd),
.theme-dark .footable.table-striped > tbody > tr:nth-child(odd) {
  background-color: transparent;
}
.theme-dark .table-bordered {
  border-color: #3e3e3e;
}
.theme-dark .inbox.right .i_action,
.theme-dark .inbox.left .mail-side .nav li:hover,
.theme-dark .inbox.left .mail-side .nav li.active {
  background: #383F43;
  color: #8c8c8c;
}
.theme-dark .inbox.right .i_action a,
.theme-dark .inbox.left .mail-side .nav li:hover a,
.theme-dark .inbox.left .mail-side .nav li.active a {
  color: #ffffff;
}
.theme-dark .file_folder a,
.theme-dark .c_review li {
  border-color: #3e3e3e;
}
.theme-dark .chat_list .user_list .name,
.theme-dark .status .name {
  color: #ffffff;
}
.theme-dark .chat_window .chat-header .chat-num-messages {
  color: #8c8c8c;
}
.theme-dark .chat_window .chat-history {
  border-color: #3e3e3e;
}
.theme-dark .chat_window .chat-history .message {
  color: #8c8c8c;
}
.theme-dark .chat_window .chat-history .my-message {
  background: transparent;
  border: 1px solid #3e3e3e;
}
.theme-dark .chat_window .chat-history .my-message:after {
  border-bottom-color: #3e3e3e;
}
.theme-dark .chat_window .chat-history .other-message {
  background: #3e3e3e;
}
.theme-dark .chat_window .chat-history .other-message::after {
  border-bottom-color: #3e3e3e;
}
.theme-dark .team-info li img {
  border-color: #383F43;
}
.theme-dark .event_list .e_list,
.theme-dark .widget-categories li a {
  border-color: rgba(255, 255, 255, 0.1);
  color: #8c8c8c;
}
.theme-dark .fc .fc-view-container .fc-view.fc-agenda > table tbody tr td .fc-day-number,
.theme-dark .fc .fc-view-container .fc-view.fc-basic-view > table tbody tr td .fc-day-number {
  color: #8c8c8c;
}
.theme-dark .fc .fc-view-container .fc-view.fc-basic-view > table tbody tr td.fc-widget-content,
.theme-dark .fc .fc-view-container .fc-view.fc-agenda > table tbody tr td.fc-widget-content,
.theme-dark .fc .fc-view-container .fc-view.fc-basic-view .fc-body .fc-row .fc-bg,
.theme-dark .fc .fc-view-container .fc-view.fc-agenda .fc-body .fc-row .fc-bg {
  border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .taskboard .dd-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .file_manager .file {
  background: #383F43;
}
.theme-dark .file_manager .file .file-name {
  border-color: #3e3e3e;
}
.theme-dark .product_item .product_details > a {
  color: #ffffff;
}
.theme-dark .icon-section .icon-name {
  color: #8c8c8c;
}
.theme-dark .activity::before {
  background: #3e3e3e;
}
.theme-dark .activity li h4 {
  color: #8c8c8c;
}
.theme-dark .info-box-2 {
  background: #383F43;
}
.theme-dark .info-box-2 .content .text {
  color: #8c8c8c;
}
.theme-dark .info-box-2 .content .number {
  color: #ffffff;
}
.theme-dark .feed::before {
  color: rgba(255, 255, 255, 0.04);
}
.theme-dark .small_mcard_1 {
  background: #383F43;
}
.theme-dark .small_mcard_1 .footer {
  background: #3e3e3e;
}
.theme-dark .authentication .auth_form {
  background: #383F43;
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}
.theme-dark .cbp_tmtimeline:before {
  background: #3e3e3e;
}
.theme-dark .cbp_tmtimeline > li .cbp_tmlabel {
  background: #383F43;
}
.theme-dark .cbp_tmtimeline > li .cbp_tmlabel:after {
  border-right-color: #383F43;
}
.theme-dark .cbp_tmtimeline > li .cbp_tmtime {
  background: .theme-dark .cbp_tmtimeline > li .cbp_tmtime;
}
.theme-dark .cbp_tmtimeline > li .cbp_tmicon {
  box-shadow: none;
}
.theme-dark .pricing.pricing-item {
  background: transparent;
}
.theme-dark .pricing .pricing-deco-img path {
  fill: #383F43;
}
.theme-dark .tag-clouds li .badge {
  color: #ffffff;
}
.theme-dark .taskboard .dd-item .action a:hover {
  background: rgba(255, 255, 255, 0.04);
}
.theme-dark .taskboard .dd-item .action a i {
  color: rgba(255, 255, 255, 0.2);
}
.theme-dark .inbox_table .max_ellipsis a {
  color: #8c8c8c !important;
}
.theme-dark .c3_chart path,
.theme-dark .c3-chart-arc path,
.theme-dark #m_donut_chart path {
  stroke: #383F43;
}
.theme-dark #area_chart path {
  stroke: #3e3e3e;
}
.theme-dark .c3-legend-item text {
  fill: #8c8c8c;
}
/******** THEME PDS *********/
.theme-pds .nav-tabs .nav-link.active {
  color: #ffffff;
  border-radius: 50px !important;
  background: #0a636f;
  background: linear-gradient(90deg, #0a636f 0%, #13bed5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a636f",endColorstr="#13bed5",GradientType=1);
}
.theme-pds.theme-dark {
  background-color: #F6F6F6 !important;
}
.theme-pds.theme-dark h2, .theme-pds.theme-dark h3 {
  color: #394142;
}
.theme-pds.theme-dark .nav-tabs .nav-link.active {
  background: #FD7B03;
  color: #ffffff;
}
/******** GENERAL ***********/
/* Sign-In
------- */
.theme-light-pqs .signin-title {
  font-family: "Gilroy", sans-serif;
  background: url('background-gradient.svg') no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
  width: auto;
}
.theme-light-pqs .signin-title .welcome {
  font-size: 26px;
  color: #0e8293;
  font-weight: 100;
  margin-bottom: 0px;
  text-align: center;
}
.theme-light-pqs .signin-title .pqs {
  width: 410px;
  font-size: 18px;
  color: #534D59;
  font-weight: bolder;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.theme-light-pqs .signin-title .desc {
  width: 340px;
  font-size: 40px;
  background: linear-gradient(90deg, #1E92A3, #0A636F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
  line-height: normal;
}
.theme-light-pqs .signin-title .welcome-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  align-items: center;
  height: 80vh;
  padding-top: 0;
}
.theme-light-pqs .signin-title-2 {
  font-family: "Gilroy", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.theme-light-pqs .signin-title-2 .welcome {
  font-size: 26px;
  color: #0e8293;
  font-weight: 100;
  text-align: center;
}
.theme-light-pqs .signin-title-2 .welcome-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  margin-bottom: 30px;
}
.theme-light-pqs .authentication .auth_form {
  transition: all 0.5s;
  border-radius: 10px;
}
.theme-light-pqs .authentication .auth_form a {
  background: linear-gradient(90deg, #1E92A3, #0A636F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}
.theme-light-pqs .authentication .signin-form .header,
.theme-light-pqs .authentication .signin-form .body {
  display: block;
  background-color: transparent !important;
}
.theme-light-pqs .authentication .signin-form input {
  font-size: 12px;
}
.theme-light-pqs .authentication .signin-form-app .header {
  background: transparent !important;
  text-align: center;
}
.theme-light-pqs .authentication .signin-form-app .header .title {
  font-size: 24px;
  color: white;
  margin-bottom: 0px;
}
.theme-light-pqs .authentication .signin-form-app .header .acc {
  font-size: 14px;
  color: white;
  font-weight: 100;
}
.theme-light-pqs .authentication .signin-form-app .body {
  background: transparent !important;
}
.theme-light-pqs .authentication .signin-form-app .body .icon-form {
  position: absolute;
  line-height: 1.375rem;
  left: 0.3rem;
  bottom: 0.5rem;
  color: #2E3536;
}
.theme-light-pqs .authentication .title {
  font-size: 36px;
  color: #0e8293;
  margin-bottom: 0px;
}
.theme-light-pqs .authentication .acc {
  font-size: 16px;
  color: #0e8293;
  font-weight: 100;
}
.theme-light-pqs .layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.theme-light-pqs .signin-bgimg {
  background: url('pq-signin-image.svg') no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
}
.theme-light-pqs.theme-dark .signin-title .welcome {
  color: #383F43;
}
.theme-light-pqs.theme-dark .signin-title .desc {
  background: linear-gradient(187deg, #084f81 0%, rgba(8, 79, 129, 0.6) 42.4%, rgba(127, 103, 67, 0.6) 52.4%, #ff8000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
  line-height: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
  line-height: normal;
}
.theme-light-pqs.theme-dark .authentication .signin-form {
  background: transparent;
  border: none;
}
.theme-light-pqs.theme-dark .authentication .signin-form .body {
  background: transparent;
}
.theme-light-pqs.theme-dark .authentication .signin-form-app {
  background: transparent;
  border: none;
}
.theme-light-pqs.theme-dark .authentication .title,
.theme-light-pqs.theme-dark .authentication .acc {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .authentication .auth_form a {
  background: linear-gradient(90deg, #FD7B03, #FD7B03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Home
---- */
.theme-light-pqs .home-title {
  font-family: "Gilroy", sans-serif;
}
.theme-light-pqs .home-title .welcome {
  font-size: 17px;
  color: #0e8293;
  font-weight: 100;
  margin-bottom: 0px;
}
.theme-light-pqs .home-title .pqs {
  font-size: 47px;
  color: #ff7f00;
  font-weight: 900;
  margin-bottom: 0px;
}
.theme-light-pqs .home-title .desc {
  font-size: 24px;
  color: #999999;
  font-weight: 400;
}
.theme-light-pqs .card.card-home {
  transition: all 0.5s;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.85);
  border: 1px solid #d4d4d6;
}
.theme-light-pqs .card.card-home .header {
  padding-left: 20px;
  padding-right: 20px;
  background: transparent !important;
  display: block;
}
.theme-light-pqs .card.card-home .header h5 {
  font-size: 16px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.theme-light-pqs .card.card-home .header h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0px;
  background: linear-gradient(90deg, #1E92A3, #0A636F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme-light-pqs .card.card-home .body {
  background: transparent !important;
  padding-top: 0px;
}
.theme-light-pqs .card.card-home .body p {
  color: #2E3536;
}
.theme-light-pqs .card.card-home .footer {
  padding-left: 20px;
  padding-right: 20px;
}
.theme-light-pqs .card.card-home .footer span,
.theme-light-pqs .card.card-home .footer ul {
  color: #676767;
}
.theme-light-pqs .card.card-home .footer ul {
  list-style: disc;
}
.theme-light-pqs .card.card-home .footer ul li {
  display: list-item;
  margin-left: 13px;
}
.theme-light-pqs .home-bgimg {
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 100%;
}
.theme-light-pqs.theme-dark .home-title .welcome {
  color: #c7c2c2;
}
.theme-light-pqs.theme-dark .home-title .pqs {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .home-title .desc {
  color: #f3c404;
}
.theme-light-pqs.theme-dark .card.card-home {
  background: #ffffff;
  border: none;
}
.theme-light-pqs.theme-dark .card.card-home .header h5 {
  color: #9fabad;
}
.theme-light-pqs.theme-dark .card.card-home .header h3 {
  background: linear-gradient(187deg, #FD7B03 0%, #FD7B03 42.4%, #FD7B03 52.4%, #FD7B03 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme-light-pqs.theme-dark .card.card-home .body p {
  color: #2E3536;
}
.theme-light-pqs.theme-dark .card.card-home .footer span,
.theme-light-pqs.theme-dark .card.card-home .footer ul {
  color: #9fabad;
}
.theme-light-pqs {
  background-color: #F6F6F6 !important;
}
.theme-light-pqs .item-center {
  align-items: center !important;
}
.theme-light-pqs .t-0 {
  top: 0 !important;
}
.theme-light-pqs .mb0 {
  margin-bottom: 0;
}
.theme-light-pqs .pql-mr3 {
  margin-right: 3em;
}
.theme-light-pqs .h-25 {
  height: 25px;
}
.theme-light-pqs .w0 {
  width: 0;
}
.theme-light-pqs .w-30 {
  width: 30px;
}
.theme-light-pqs .w-65 {
  width: 65%;
}
.theme-light-pqs .d-inline-box {
  display: -webkit-inline-box !important;
  color: #534D59;
}
.theme-light-pqs .loader {
  display: inline-block;
}
.theme-light-pqs img.logo-light {
  display: inline;
}
.theme-light-pqs img.logo-dark {
  display: none;
}
.theme-light-pqs .loader svg path {
  fill: #5cc5cd;
}
.theme-light-pqs .borders {
  border: 2px solid #5cc5cd !important;
}
.theme-light-pqs .roundeds {
  border-radius: 0.35rem !important;
}
@media (min-width: 1200px) {
  .theme-light-pqs .container {
    max-width: 1140px;
  }
}
.theme-light-pqs .w-fill {
  width: -webkit-fill-available !important;
}
.theme-light-pqs .border-collapse {
  border-collapse: collapse !important;
}
.theme-light-pqs .fill-tosca svg rect {
  fill: #5cc5cd;
}
.theme-light-pqs .op-7 {
  opacity: 0.7;
}
.theme-light-pqs ol {
  padding: inherit;
  line-height: normal;
}
.theme-light-pqs .cursor-auto {
  cursor: auto;
}
.theme-light-pqs select {
  cursor: pointer;
}
.theme-light-pqs .log-service-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('log-service.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.theme-light-pqs .log-service-icon.top-menu {
  width: 16px;
  height: 16px;
  background-image: url('log-service-b.svg');
}
.theme-light-pqs.theme-dark {
  background-color: #F6F6F6;
}
.theme-light-pqs.theme-dark img.logo-light {
  display: none;
}
.theme-light-pqs.theme-dark img.logo-dark {
  display: inline;
}
.theme-light-pqs.theme-dark .log-service-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('log-service.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.theme-light-pqs.theme-dark .log-service-icon.top-menu {
  width: 16px;
  height: 16px;
  background-image: url('log-service-b.svg');
}
/******** BUTTON ***********/
.theme-light-pqs .btn {
  line-height: 1.3em;
  color: #ffffff;
  border-radius: 50px !important;
  background: linear-gradient(90deg, #1E92A3, #0A636F);
}
.theme-light-pqs .btn i {
  vertical-align: text-bottom;
}
.theme-light-pqs .btn.disabled {
  pointer-events: initial;
}
.theme-light-pqs .file-item {
  width: calc(33.333% - 12px);
  display: flex;
  align-items: center;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px;
  gap: 3px;
  background: rgba(225, 225, 225, 0.5);
}
.theme-light-pqs .file-item.valid {
  background: #47B09A33 !important;
}
.theme-light-pqs .file-item.invalid {
  background: #FF000033 !important;
}
.theme-light-pqs .ai-assitant-header {
  display: flex;
  padding: 10px;
  background: linear-gradient(to right, #E8F4F6, white);
  place-content: space-between;
}
.theme-light-pqs .ai-assitant-vertical {
  writing-mode: vertical-lr;
  display: flex;
  width: 5em;
  cursor: pointer;
  align-items: center;
  background: linear-gradient(to bottom, #E8F4F6, white);
  padding-top: 15px;
  place-content: space-between;
  height: 180px;
}
.theme-light-pqs .svg-container {
  width: 440px;
  height: 140px;
  background-image: url('first-landing-image.svg');
  background-size: contain;
  background-repeat: no-repeat;
  place-self: center;
}
.theme-light-pqs .svg-ai-chat {
  width: 30px;
  height: 30px;
  background-image: url('ai_chat_green_icon.svg');
  background-repeat: no-repeat;
}
.theme-light-pqs .message {
  padding: 8px;
  margin: 5px;
  border-radius: 5px;
  overflow-wrap: break-word;
  justify-self: right;
}
.theme-light-pqs .message.question {
  background: #E8F4F6;
}
.theme-light-pqs .message.answers {
  width: 100%;
  background: #F6F5F5;
}
.theme-light-pqs .colored-path {
  stroke: #0A636F;
  /* You can change this to blue or any other color */
}
.theme-light-pqs .btn-outline {
  border: 0.5px #DBDADE solid;
  color: #212529;
  background: #ffffff;
  min-height: 26px !important;
  min-width: 1.5rem !important;
  border-radius: 0.2875rem;
  font-size: 10px;
  border-radius: 184px;
}
.theme-light-pqs .btn-outline:hover {
  color: #ffffff !important;
  background-color: #92C5CE !important;
}
.theme-light-pqs .btn-outline.disabled:hover, .theme-light-pqs .btn-outline.disabled:hover > i {
  color: #212529 !important;
  background: #d4d4d6 !important;
}
.theme-light-pqs .btn-outline.btn-outline-mini {
  line-height: 27px;
  width: 24px;
  height: 20px;
  border-radius: 184px;
}
.theme-light-pqs .btn-outline.btn-outline-mini span,
.theme-light-pqs .btn-outline.btn-outline-mini i {
  line-height: 25px;
}
.theme-light-pqs .btn-outline.btn-outline-mini:focus i {
  color: #212529;
}
.theme-light-pqs .btn-outline.btn-outline-maxi {
  height: 40px !important;
  width: 40px;
}
.theme-light-pqs .btn-outline.btn-outline-maxi img {
  filter: brightness(0.65);
  width: 28px;
}
.theme-light-pqs .btn-outline.btn-outline-maxi:focus, .theme-light-pqs .btn-outline.btn-outline-maxi:active, .theme-light-pqs .btn-outline.btn-outline-maxi:hover {
  border: none;
  color: #ffffff;
  background: #117a8b;
  transition: 0.3s all;
}
.theme-light-pqs .btn-outline.btn-outline-maxi:focus img, .theme-light-pqs .btn-outline.btn-outline-maxi:active img, .theme-light-pqs .btn-outline.btn-outline-maxi:hover img {
  filter: none;
}
.theme-light-pqs .btn-outline.btn-outline-maxi.active img {
  filter: none;
}
.theme-light-pqs .btn-outline.btn-qcommand {
  height: 30px !important;
  width: 30px;
  padding: 7px;
  background: #ffffff;
  border: 1px solid #E2E2E2;
}
.theme-light-pqs .btn-outline.btn-qcommand:hover img {
  filter: none;
  transition: 0.3s all;
}
.theme-light-pqs .btn-outline.btn-lg {
  height: 2.5rem !important;
  font-size: 12px;
  line-height: 9px;
}
.theme-light-pqs .btn-outline.bg-transparent:hover, .theme-light-pqs .btn-outline.bg-transparent:not(:disabled):not(.disabled):active {
  color: #5cc5cd !important;
  background-color: transparent !important;
}
.theme-light-pqs .btn-outline:not(:disabled):not(.disabled):active, .theme-light-pqs .btn-outline:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #117a8b !important;
  border-color: #117a8b;
}
.theme-light-pqs .btn-outline.btn-toggle-table:not(:disabled):not(.disabled):active, .theme-light-pqs .btn-outline.btn-toggle-table:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c;
}
.theme-light-pqs .btn-outline.btn-toggle-table:hover {
  background-color: #8c8c8c !important;
}
.theme-light-pqs .btn-outline span img {
  filter: invert(1);
}
.theme-light-pqs .btn:hover {
  box-shadow: none;
}
.theme-light-pqs .btn-green {
  color: #ffffff;
  background-color: #84cfea !important;
}
.theme-light-pqs .btn-danger {
  background-color: #ee2558;
}
.theme-light-pqs .btn-light {
  background-color: #f4f4f4;
}
.theme-light-pqs .btn-icon {
  line-height: 0.8rem;
}
.theme-light-pqs .btn-dark {
  background-color: #f4f4f4;
}
.theme-light-pqs .btn-dark:hover, .theme-light-pqs .btn-dark:focus, .theme-light-pqs .btn-dark:active {
  background-color: #299da4 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.theme-light-pqs .btn-dark.active {
  background-color: #299da4 !important;
}
.theme-light-pqs .form-horizontal .btn-group .btn-color-palette {
  background: #eceff1 !important;
  border: 1px solid #e2e5ec !important;
}
.theme-light-pqs .btn-color-palette,
.theme-light-pqs .btn-color-palette:active {
  white-space: break-spaces;
  text-align: left;
  margin: 0px;
  background-color: #eceff1 !important;
  border: 1px solid #e2e5ec !important;
  padding: 8px 20px 5px 10px;
}
.theme-light-pqs .btn-color-palette:after,
.theme-light-pqs .btn-color-palette:active:after {
  position: absolute;
  right: 10px;
  top: 38%;
}
.theme-light-pqs .btn-color-palette span,
.theme-light-pqs .btn-color-palette:active span {
  margin-bottom: 3px;
}
.theme-light-pqs .btn-color-palette + .dropdown-menu,
.theme-light-pqs .btn-color-palette:active + .dropdown-menu {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  min-width: 0px;
}
.theme-light-pqs .btn-color-palette + .dropdown-menu .dropdown-item,
.theme-light-pqs .btn-color-palette:active + .dropdown-menu .dropdown-item {
  flex-flow: wrap;
  padding: 7px 13px 5px;
  margin-bottom: 0px;
}
.theme-light-pqs .btn-color-palette + .dropdown-menu .dropdown-item span,
.theme-light-pqs .btn-color-palette:active + .dropdown-menu .dropdown-item span {
  margin-bottom: 3px;
}
.theme-light-pqs .signin-other-account {
  background: transparent;
  border-style: solid;
  border-color: #ff9f0e;
  font-size: 12px;
  color: #ff9f0e !important;
  border-radius: 0px;
  width: 100%;
}
.theme-light-pqs .signin-btn {
  color: #ffffff;
  background: #0a636f;
  background: linear-gradient(90deg, #0a636f 0%, #13bed5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a636f",endColorstr="#13bed5",GradientType=1);
  font-size: 12px;
  border-radius: 50px;
  width: 100%;
}
.theme-light-pqs .signin-btn-app {
  background: #f40155 !important;
  color: white;
  font-size: 12px;
  border-radius: 0px;
  width: 100%;
}
.theme-light-pqs .dtp-btn-now {
  background: #eeeeee !important;
}
.theme-light-pqs .dtp-btn-clear {
  background: #eeeeee !important;
}
.theme-light-pqs .dtp-btn-cancel {
  background: #eeeeee !important;
}
.theme-light-pqs .dtp-btn-ok {
  background: #eeeeee !important;
}
.theme-light-pqs .btn-result {
  position: absolute;
  top: 7px;
  margin: 0px;
  z-index: 1;
  min-height: 20px !important;
}
.theme-light-pqs .btn-result.close-result {
  right: 15px;
}
.theme-light-pqs .btn-result.resize-result {
  right: 70px;
}
.theme-light-pqs .link {
  color: #222222 !important;
  font-weight: 500;
}
.theme-light-pqs .status-circle {
  fill: #1E92A3;
}
.theme-light-pqs.theme-dark .btn {
  color: #FFFFFF;
  background: #FD7B03;
}
.theme-light-pqs.theme-dark .status-circle {
  fill: #FD7B03;
}
.theme-light-pqs.theme-dark .file-item {
  width: calc(33.333% - 12px);
  display: flex;
  align-items: center;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px;
  gap: 3px;
  background: rgba(225, 225, 225, 0.5);
}
.theme-light-pqs.theme-dark .file-item.valid {
  background: #47B09A33 !important;
}
.theme-light-pqs.theme-dark .file-item.invalid {
  background: #FF000033 !important;
}
.theme-light-pqs.theme-dark .ai-assitant-header {
  display: flex;
  padding: 10px;
  background: linear-gradient(to right, #ffc08233, white);
  place-content: space-between;
}
.theme-light-pqs.theme-dark .ai-assitant-vertical {
  writing-mode: vertical-lr;
  display: flex;
  width: 5em;
  cursor: pointer;
  align-items: center;
  background: linear-gradient(to bottom, #ffc08233, white);
  padding-top: 15px;
  place-content: space-between;
  height: 180px;
}
.theme-light-pqs.theme-dark .svg-container {
  width: 440px;
  height: 140px;
  background-image: url('first-landing-image.svg');
  background-size: contain;
  background-repeat: no-repeat;
  place-self: center;
}
.theme-light-pqs.theme-dark .svg-ai-chat {
  width: 30px;
  height: 30px;
  background-image: url('ai_chat_orange_icon.svg');
  background-repeat: no-repeat;
}
.theme-light-pqs.theme-dark .message {
  padding: 8px;
  margin: 5px;
  border-radius: 5px;
  overflow-wrap: break-word;
  justify-self: right;
}
.theme-light-pqs.theme-dark .message.question {
  background: #FFC0821A;
}
.theme-light-pqs.theme-dark .message.answers {
  width: 100%;
  background: #F6F5F5;
}
.theme-light-pqs.theme-dark .colored-path {
  stroke: #FD7B03;
  /* You can change this to blue or any other color */
}
.theme-light-pqs.theme-dark .btn-outline {
  color: #2E3536 !important;
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark .btn-outline:hover {
  color: #ffffff !important;
  background-color: #FD7B03 !important;
}
.theme-light-pqs.theme-dark .btn-outline.disabled:hover, .theme-light-pqs.theme-dark .btn-outline.disabled:hover > i {
  color: #d8d8d8 !important;
  background-color: #383f43 !important;
}
.theme-light-pqs.theme-dark .btn-outline.btn-outline-mini:focus i {
  color: #d8d8d8;
}
.theme-light-pqs.theme-dark .btn-outline.btn-outline-maxi img {
  filter: none;
}
.theme-light-pqs.theme-dark .btn-outline.bg-transparent:hover {
  color: #5cc5cd !important;
  background-color: transparent !important;
}
.theme-light-pqs.theme-dark .btn-outline.btn-toggle-table:not(:disabled):not(.disabled):active, .theme-light-pqs.theme-dark .btn-outline.btn-toggle-table:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #272e2f !important;
  border-color: #272e2f;
}
.theme-light-pqs.theme-dark .btn-outline.btn-toggle-table:hover {
  background-color: #272e2f !important;
}
.theme-light-pqs.theme-dark .btn-outline:not(:disabled):not(.disabled):active, .theme-light-pqs.theme-dark .btn-outline:not(:disabled):not(.disabled).active {
  color: #ffffff !important;
  background-color: #FD7B03 !important;
  border-color: #FD7B03;
}
.theme-light-pqs.theme-dark .btn-outline i img {
  color: #101111 !important;
  filter: brightness(0%) saturate(100%) !important;
}
.theme-light-pqs.theme-dark .btn-outline i img:hover {
  filter: brightness(0%) saturate(100%) invert(100%) !important;
  color: white !important;
}
.theme-light-pqs.theme-dark .btn-outline i img.active {
  filter: brightness(0%) saturate(100%) invert(100%);
  /* Putih saat active */
}
.theme-light-pqs.theme-dark .btn-green {
  color: #ffffff;
  background-color: #84cfea;
}
.theme-light-pqs.theme-dark .btn-dark {
  background-color: #626567;
}
.theme-light-pqs.theme-dark .btn-color-palette,
.theme-light-pqs.theme-dark .btn-color-palette:active {
  background-color: #ECEFF1 !important;
  border: 1px solid #e2e5ec !important;
}
.theme-light-pqs.theme-dark .btn-danger {
  background-color: #ee2558;
}
.theme-light-pqs.theme-dark .dtp-btn-now {
  background: #383f43 !important;
}
.theme-light-pqs.theme-dark .dtp-btn-clear {
  background: #383f43 !important;
}
.theme-light-pqs.theme-dark .dtp-btn-cancel {
  background: #383f43 !important;
}
.theme-light-pqs.theme-dark .dtp-btn-ok {
  background: #383f43 !important;
}
.theme-light-pqs.theme-dark .link {
  color: #ffffff !important;
}
.theme-light-pqs.theme-dark .signin-btn {
  background: var(--orange-trueai, #FD7B03);
  color: #ffffff;
}
/******** CARD ***********/
.theme-light-pqs .card .header {
  padding: 10px 15px;
  background-color: #ECEFF1;
  border-radius: 0.35rem 0.35rem 0px 0px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.theme-light-pqs .card .header .header-dropdown {
  top: 0px !important;
  right: 0px !important;
  position: absolute;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 0.35rem;
  padding: 0px 5px !important;
  background-color: #eceff1;
}
.theme-light-pqs .card .header .header-dropdown.h-title-bg {
  background-color: #f7f7f7;
}
.theme-light-pqs .card .header .header-dropdown li a {
  padding: 5px;
}
.theme-light-pqs .card .header .header-dropdown i {
  color: #808080;
}
.theme-light-pqs .card .header .header-dropdown i:hover {
  cursor: pointer;
  color: #5cc5cd;
}
.theme-light-pqs .card .header .header-dropdown li .dropdown-menu li a {
  color: #8c8c8c;
}
.theme-light-pqs .card .header .header-dropdown li .dropdown-menu li a:hover,
.theme-light-pqs .card .header .header-dropdown li .dropdown-menu li a.active {
  color: #5cc5cd;
}
.theme-light-pqs .card .header h2 {
  max-width: 100%;
  text-transform: none;
  display: inline-block;
  padding-right: 10px !important;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-light-pqs .card .header .list-right-body {
  width: 100%;
  position: absolute;
  bottom: -4.5em;
  align-items: center;
}
.theme-light-pqs .card .header.header-transparent {
  background-color: transparent !important;
  padding: 0px !important;
}
.theme-light-pqs .card .body {
  background: #ffffff;
  border-radius: 0px 0px 0.35rem 0.35rem;
}
.theme-light-pqs .card .body .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  line-height: 1.375rem;
  text-align: center;
  pointer-events: none;
  color: #2E3536;
  right: 0rem;
}
.theme-light-pqs .card .body.border-t {
  content: "";
  left: 0;
  top: 50px;
  width: 100%;
  border-top: 5px solid #5cc5cd;
  margin-top: 0.35rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.theme-light-pqs .card .body.border-r {
  content: "";
  right: 0;
  bottom: 0;
  height: 100%;
  border-right: 5px solid #5cc5cd;
  border-bottom-right-radius: 0px;
}
.theme-light-pqs .card .body.border-b {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 5px solid #5cc5cd;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.theme-light-pqs .card .body.border-l {
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  border-left: 5px solid #5cc5cd;
  border-bottom-left-radius: 0px;
}
.theme-light-pqs .card .body.body-transparent {
  background: transparent !important;
}
.theme-light-pqs .card .body .containerList {
  transition: all 0.5s;
}
.theme-light-pqs .card .footer ul li {
  display: inherit;
}
.theme-light-pqs .card.info-box-2 {
  background-color: transparent;
  border-radius: 10px;
}
.theme-light-pqs .card.info-box-2 .body.bg-pqs-dark i {
  color: #3a3a3a;
}
.theme-light-pqs .card.info-box-2 .body.bg-pqs-dark .checkbox {
  position: absolute;
  left: 10px;
  top: 10px;
}
.theme-light-pqs .card.info-box-2 .body.bg-pqs-dark .content .text {
  font-size: 14px;
  color: #3a3a3a;
}
.theme-light-pqs .card.info-box-2 .body .content {
  padding-bottom: 0px;
}
.theme-light-pqs .card.info-box-2 .body .content .text {
  font-size: 16px;
  color: #534D59;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-light-pqs .card.info-box-2 .body .content span {
  font-size: 12px;
  color: #534D59;
  font-weight: 400;
}
.theme-light-pqs .card.info-box-2 .body .content h5 {
  font-size: 11px;
  color: #534D59;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 80%;
}
.theme-light-pqs .card.info-box-2 .body .content .w210 {
  width: 167px;
}
.theme-light-pqs .card.info-box-2 .body .content label {
  margin-bottom: 0px;
}
.theme-light-pqs .card.info-box-2.s-results {
  margin-bottom: 25px !important;
}
.theme-light-pqs .card.info-box-2.s-results .body .icon {
  overflow: unset;
  height: 300px;
  display: grid;
  padding: 0px;
}
.theme-light-pqs .card.info-box-2.s-results .body .icon .body {
  padding: 0px;
}
.theme-light-pqs .card.info-box-2.s-results .body .content .text {
  color: #212529;
}
.theme-light-pqs .card.info-box-2.s-results:hover {
  box-shadow: none;
}
.theme-light-pqs .card.info-box-2:hover {
  cursor: pointer;
  transition: all 0.5s;
  box-shadow: 0 0 3px rgba(41, 42, 51, 0.1), 0 6px 20px rgba(14, 16, 32, 0.32);
}
.theme-light-pqs .card.card-pqs .body {
  background: #e1e4e6;
  border-radius: 0.35rem;
}
.theme-light-pqs .card .panel-pqs .body {
  background: #e1e4e6;
}
.theme-light-pqs .card.box-menu {
  display: flex;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  text-align: center;
  align-items: center;
  transition: all 0.5s;
}
.theme-light-pqs .card.box-menu .icon {
  overflow: hidden;
  display: inline-block;
  height: 136px;
  width: 136px;
  border-radius: 100px;
  background-color: #fff;
}
.theme-light-pqs .card.box-menu .icon img {
  height: inherit;
  width: inherit;
  padding: 30px;
}
.theme-light-pqs .card.box-menu .content .text {
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 10px 10px;
  margin-top: 10px;
  width: min-content;
}
.theme-light-pqs .card:hover .header .header-dropdown {
  opacity: 1;
  transition: all 0.5s;
  right: 0px !important;
  top: -25px !important;
}
.theme-light-pqs .card.card-list .header {
  border: 1px solid #ced4da;
}
.theme-light-pqs .card.card-list .body {
  background: #e0e4e6;
  border: 1px solid #ced4da;
  border-top: none !important;
}
.theme-light-pqs .selected-card {
  border-top: 2px solid #5cc5cd;
  border-left: 2px solid #5cc5cd;
  border-right: 2px solid #5cc5cd;
  border-bottom: 6px solid #5cc5cd;
}
.theme-light-pqs .chart-display .card {
  height: 300px !important;
}
.theme-light-pqs .chart-display .card .body {
  height: 100%;
}
.theme-light-pqs .chart-display .card .body.w-header {
  height: calc(100% - 38px);
}
.theme-light-pqs .chart-display .card .body .demo-chart {
  height: 100%;
}
.theme-light-pqs .chart-display .card .body .c-pie {
  height: 145%;
  margin-top: -55px;
}
.theme-light-pqs .custom-card .clickable {
  z-index: 1;
  box-shadow: none;
}
.theme-light-pqs .small_mcard_1 {
  background: #f7f7f7;
}
.theme-light-pqs .small_mcard_1 h6 {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #3a3a3a;
}
.theme-light-pqs .small_mcard_1 .user img {
  width: 76px;
  height: 76px;
}
.theme-light-pqs .small_mcard_1 .checkbox {
  position: absolute;
  right: 10px;
  top: 50px;
}
.theme-light-pqs.theme-dark .card .header {
  background-color: #ECEFF1;
}
.theme-light-pqs.theme-dark .card .header .header-dropdown {
  background-color: #ECEFF1;
}
.theme-light-pqs.theme-dark .card .header .header-dropdown.h-title-bg {
  background-color: #ECEFF1;
}
.theme-light-pqs.theme-dark .card .header h2 {
  color: #2E3536;
}
.theme-light-pqs.theme-dark .card .body {
  background: #ffffff;
}
.theme-light-pqs.theme-dark .card .body ul.breadcrumb {
  background-color: #ECEFF1 !important;
}
.theme-light-pqs.theme-dark .card.card-pqs .body,
.theme-light-pqs.theme-dark .card .panel-pqs .body {
  background: #ffffff;
}
.theme-light-pqs.theme-dark .card.box-menu .icon {
  background-color: #2e3435;
}
.theme-light-pqs.theme-dark .card.info-box-2.s-results .body .content .text {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .card.info-box-2 .body {
  background: #ffffff;
}
.theme-light-pqs.theme-dark .card.info-box-2 .body.bg-pqs-dark i {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .card.info-box-2 .body.bg-pqs-dark .content .text {
  color: #c7c2c2;
}
.theme-light-pqs.theme-dark .card.card-list .header {
  background-color: #ECEFF1 !important;
  border: 1px solid #ced4da;
}
.theme-light-pqs.theme-dark .card.card-list .body {
  background-color: #E0E4E6 !important;
}
.theme-light-pqs.theme-dark .bgRight {
  background-color: #272e2f;
}
.theme-light-pqs.theme-dark .small_mcard_1 {
  background: #2e3435;
}
.theme-light-pqs.theme-dark .small_mcard_1 h6 {
  color: #c7c2c2;
}
/**** SELECT BUTTON ******/
.theme-light-pqs .btn-group > .btn {
  display: flex;
  justify-content: center;
  border: 0.5px #DBDADE solid;
}
.theme-light-pqs .btn-group > .btn:first-child {
  border-radius: 184px 0px 0px 184px;
  border: 0.5px #DBDADE solid;
}
.theme-light-pqs .btn-group > .btn:last-child {
  border-radius: 0px 184px 184px 0px;
  border: 0.5px #DBDADE solid;
}
.theme-light-pqs .btn-group.switch-mode {
  background: #ffffff;
  padding: 4px;
  border-radius: 50px;
}
.theme-light-pqs .btn-group.switch-mode > .btn {
  border-radius: 50px;
  min-height: auto !important;
  display: flex;
}
.theme-light-pqs.theme-dark .switch-mode {
  background: #ffffff;
}
/**** INPUT *******/
.theme-light-pqs {
  /* For WebKit browsers (Chrome, Safari, Opera) */
  /* For Mozilla Firefox */
  /* For Microsoft Edge and Internet Explorer */
  /* For older Microsoft Edge */
  /* Standard syntax */
}
.theme-light-pqs .form-control:-webkit-input-placeholder {
  color: #BBBBBB;
}
.theme-light-pqs .form-control::placeholder {
  color: #BBBBBB !important;
}
.theme-light-pqs .form-group {
  margin-bottom: 12px;
}
.theme-light-pqs .form-control,
.theme-light-pqs .form-control:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
  border-radius: 10px;
  background-color: #ffffff;
  outline: none;
  padding: 0.4rem 0.6rem;
  font-size: 10px;
  min-height: 27px;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  -o-appearance: menulist !important;
  appearance: menulist !important;
}
.theme-light-pqs .form-bottomline,
.theme-light-pqs .form-bottomline:focus {
  border-bottom: 0.01em solid #999 !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent !important;
  border-radius: 0px;
}
.theme-light-pqs .form-bottomline[disabled] + .group-bottomline, .theme-light-pqs .form-bottomline[readonly] + .group-bottomline,
.theme-light-pqs .form-bottomline:focus[disabled] + .group-bottomline,
.theme-light-pqs .form-bottomline:focus[readonly] + .group-bottomline {
  background-color: #c6c6c8 !important;
  opacity: 0.5;
  margin-left: 0px;
}
.theme-light-pqs .input-group i {
  color: #74788d !important;
}
.theme-light-pqs .form-control:disabled,
.theme-light-pqs .form-control[readonly] {
  background-color: #ffffff !important;
  color: #181a1b !important;
}
.theme-light-pqs ::-webkit-calendar-picker-indicator {
  filter: invert(0.55);
  height: 15px;
  width: 15px;
}
.theme-light-pqs.theme-dark .form-control,
.theme-light-pqs.theme-dark .input-group .input-group-append .btn-outline-secondary,
.theme-light-pqs.theme-dark .input-group .input-group-prepend .btn-outline-secondary,
.theme-light-pqs.theme-dark .input-group-text,
.theme-light-pqs.theme-dark .bootstrap-select > .dropdown-toggle {
  color: #2E3536;
}
.theme-light-pqs.theme-dark .pad-23 {
  padding: 0 0 0 23px;
}
.theme-light-pqs.theme-dark .form-control,
.theme-light-pqs.theme-dark .form-control:focus {
  border: 1px solid #ced4da;
  color: #2E3536 !important;
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark .form-control:disabled,
.theme-light-pqs.theme-dark .form-control[readonly] {
  background-color: #FFFFFF !important;
  color: #2E3536 !important;
}
.theme-light-pqs.theme-dark .bg-logservice {
  background-color: #272e2f !important;
}
.theme-light-pqs.theme-dark .select2:focus > option {
  border: 0px;
}
.theme-light-pqs.theme-dark .select2:focus > option:checked {
  background-color: #8c8c8c !important;
}
.theme-light-pqs.theme-dark .select2:focus > option:hover {
  background-color: #8c8c8c !important;
}
.theme-light-pqs.theme-dark .show-tick > option:checked {
  background-color: #8c8c8c !important;
}
.theme-light-pqs.theme-dark .show-tick > option:hover {
  background-color: #000 !important;
}
/**** DROP DOWN *******/
.theme-light-pqs .dropdown {
  z-index: unset;
}
.theme-light-pqs .dropdown.dropdown-result {
  z-index: 999;
  margin-top: 20px;
  border-top: 1px solid #808080;
}
.theme-light-pqs .dropdown .dropdown-menu.dropdown-menu-right a {
  padding: 5px 15px;
}
.theme-light-pqs .dropdown-menu {
  top: 30px;
}
.theme-light-pqs .dropdown-menu .body {
  min-width: 260px;
}
.theme-light-pqs .ShareURLDropdown {
  top: 36px;
  right: 48px;
}
.theme-light-pqs .notifScroll {
  overflow: auto;
  max-height: calc(100vh - 150px);
}
.theme-light-pqs .colorpalette-dropdown {
  position: absolute;
  will-change: transform;
  top: 2px;
  left: 12px;
  transform: translate3d(-12px, 26px, 0px);
}
.theme-light-pqs .colorpalette-dropdown .colorpalette-dropdown-item {
  padding: 8px 8px 8px 8px;
}
.theme-light-pqs .dropdown-item-metadata {
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px 0 0 10px;
  clear: both;
  font-weight: 400;
  color: #8c8c8c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.theme-light-pqs.theme-dark .dropdown-menu {
  background: #ffffff;
  box-shadow: 0px 10px 50px 0px rgba(41, 42, 51, 0.2);
}
.theme-light-pqs.theme-dark .dropdown-menu .header,
.theme-light-pqs.theme-dark .dropdown-menu .footer {
  border-color: #3e3e3e;
  color: #383F43;
}
.theme-light-pqs.theme-dark .dropdown-menu .header a,
.theme-light-pqs.theme-dark .dropdown-menu .footer a {
  border-color: #3e3e3e;
}
.theme-light-pqs.theme-dark .dropdown-menu li.body label {
  color: #2E3536;
}
.theme-light-pqs.theme-dark .dropdown-menu > li > a:hover {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .dropdown-menu ul.menu .menu-info h4 {
  color: #394142;
}
.theme-light-pqs.theme-dark .dropdown-menu ul.menu .menu-info .btn-group .btn-outline {
  background-color: transparent;
}
/******** PANEL ***********/
.theme-light-pqs .panel-group .panel #dragWindow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: calc(100% - 45px);
}
.theme-light-pqs .panel-group .panel #dragWindow .draggerTop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.theme-light-pqs .panel-group .panel .fullDisplayResult {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: calc(100% - 265px) !important;
}
.theme-light-pqs .panel-group .panel .shade-handle {
  text-align: center;
  line-height: 8px;
  cursor: row-resize;
  width: 50px;
  height: 6px;
  border-radius: 30px 30px 0 0;
  background: #0a636f;
  background: linear-gradient(90deg, #0a636f 0%, #13bed5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a636f",endColorstr="#13bed5",GradientType=1);
  margin: 0 auto;
  display: block;
  position: sticky;
  z-index: 91 !important;
}
.theme-light-pqs .panel-group .panel .panel-heading {
  z-index: 91 !important;
}
.theme-light-pqs .panel-group .panel .panel-heading a {
  padding: 10px;
  text-align: inherit !important;
  font-size: 10px;
  margin-left: 0px;
}
.theme-light-pqs .panel-group .panel .panel-heading a:hover {
  color: #5cc5cd;
}
.theme-light-pqs .panel-group .panel-primary .panel-title {
  background-color: #ffffff;
  color: #222;
  border-top: 0.01em solid #d4d4d6;
  font-size: 12px;
}
.theme-light-pqs .panel-group .panel-primary .panel-title a {
  overflow-wrap: anywhere;
  color: #212529;
}
.theme-light-pqs .panel-group .panel-primary .panel-title a span,
.theme-light-pqs .panel-group .panel-primary .panel-title a i {
  margin-top: 3px;
  display: inline !important;
}
.theme-light-pqs .panel-group .panel-primary .panel-title a > i.zmdi.zmdi-info {
  vertical-align: middle;
}
.theme-light-pqs .panel-group .panel-primary .panel-title .menu-toggle:after {
  transition: all 0.5s;
  font-size: 14px;
  right: 11px;
  font-family: "Material-Design-Iconic-Font";
  position: inherit;
  float: right;
}
.theme-light-pqs .panel-group .panel-primary .panel-title .menu-toggle:after {
  content: "\f2fb";
}
.theme-light-pqs .panel-group .panel-primary .panel-title .menu-toggle.toggled:after {
  content: "\f2f9";
}
.theme-light-pqs .panel-group .panel-primary .panel-title .menu-toggle-close:after, .theme-light-pqs .panel-group .panel-primary .panel-title .menu-toggle-close:before {
  transform: scale(0);
  transition: all 0.5s;
  font-size: 14px;
  position: absolute;
  right: 25px;
  font-family: "Material-Design-Iconic-Font";
}
.theme-light-pqs .panel-group .panel-primary .panel-title .menu-toggle-close:before {
  content: "＋";
  transform: scale(1);
}
.theme-light-pqs .panel-group .panel-primary .panel-title .menu-toggle-close:after {
  content: "\f136";
  transform: scale(0);
}
.theme-light-pqs .panel-group .panel-primary .panel-title .is-active {
  color: #0A636F !important;
}
.theme-light-pqs .panel-group .panel-primary .panel-body {
  background: #ffffff;
  font-size: 10px;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text {
  align-items: center;
  display: flex;
  height: 20px;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text label {
  font-size: 10px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .relative-right {
  position: relative;
  left: 0;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input {
  font-size: 10px;
  display: none;
  border: 0;
  height: auto;
  padding: 0;
  width: 100%;
  background: transparent;
  border-radius: 0;
  color: #5cc5cd;
  text-decoration: underline;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:target, .theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:focus {
  position: relative;
  top: -0.125em;
  display: inline-block;
  width: 100%;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:target + label, .theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:focus + label {
  display: none;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:target ~ .start-editing, .theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:focus ~ .start-editing {
  display: none;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:target ~ .stop-editing, .theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .text-edit-input:focus ~ .stop-editing {
  display: inline-block;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text svg {
  fill: currentColor;
  height: 1.25em;
  width: 1.25em;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .editable-text .stop-editing {
  display: none;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .lh-12 {
  line-height: 10px;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .mat-raised-button {
  box-shadow: none;
}
.theme-light-pqs .panel-group .panel-primary .panel-body .mat-raised-button span img {
  filter: brightness(0.6);
}
.theme-light-pqs .panel-group .panel-primary .panel-body .form-group .btn-outline img {
  filter: invert(1);
}
.theme-light-pqs .panel-group .panel-primary .auto-sc-right {
  overflow-y: scroll;
  max-height: 170px;
  width: 100%;
  overflow-x: hidden;
  padding: 10px 20px 20px 20px;
}
.theme-light-pqs .panel-group .panel-primary .header-rounded {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.theme-light-pqs .panel-group .panel-primary .header-rounded-green {
  border-radius: 30px 30px 0px 0px;
  border-top: 1px solid var(--green-gradient, #0A636F);
}
.theme-light-pqs .panel-bottom {
  position: fixed;
  bottom: 39px;
  width: 200px;
}
.theme-light-pqs.theme-dark .panel-group .panel .shade-handle {
  background: #FD7B03;
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .panel-title {
  background-color: #ffffff;
  color: #394142;
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .panel-title a {
  color: #222222;
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .panel-title a:hover {
  color: #FD7B03;
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .panel-title .is-active {
  color: #FD7B03 !important;
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .panel-body {
  background: #ffffff;
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .panel-body .form-group .btn-outline img {
  filter: invert(1);
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .panel-body .mat-raised-button span img {
  filter: brightness(0.6);
}
.theme-light-pqs.theme-dark .panel-group .panel-primary .header-rounded-green {
  border-radius: 30px 30px 0px 0px;
  border-top: 1px solid var(--gradient-1, #FF8105);
}
/******** TABLE ***********/
.theme-light-pqs .mat-table {
  overflow: auto;
  max-height: calc(100vh - 360px);
  display: inline-grid;
  width: 100%;
}
.theme-light-pqs .mat-table.table-result {
  max-height: calc(100vh - 250px);
}
.theme-light-pqs .mat-table.table-result mat-header-row {
  border-bottom: 0.01px solid #dfdfdf;
}
.theme-light-pqs .mat-table.table-result mat-row:nth-child(even) mat-cell:first-child {
  background-color: #EAF0F7 !important;
  border-bottom: 0.01px solid #dfdfdf;
}
.theme-light-pqs .mat-table.table-result mat-row:nth-child(odd) mat-cell:first-child {
  background-color: #EAF0F7;
  border-bottom: 0.01px solid #dfdfdf;
}
.theme-light-pqs .mat-table .mat-header-cell {
  font-size: 10px !important;
  width: 50px;
  min-width: 120px;
  padding: 5px 20px;
  border: 1px solid #dfdfdf;
  background: #EAF0F7 !important;
  overflow: inherit;
}
.theme-light-pqs .mat-table .mat-header-cell ul {
  display: inherit !important;
}
.theme-light-pqs .mat-table .mat-header-cell .truncatetxt {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-light-pqs .mat-table .mat-header-cell:first-of-type {
  padding: 5px 20px;
}
.theme-light-pqs .mat-table .mat-header-row {
  z-index: 10 !important;
  min-height: 30px;
  border-bottom-width: 0;
}
.theme-light-pqs .mat-table .mat-cell {
  font-size: 10px;
  min-height: 20px;
  font-size: 10px !important;
  white-space: break-spaces;
  word-break: break-word;
  padding: 5px 20px;
  width: 50px;
  min-width: 120px;
  background: transparent;
  display: inline-flex;
  border: 1px solid #dfdfdf;
}
.theme-light-pqs .mat-table .mat-cell a {
  color: #212529;
  transition: all 0.5s;
}
.theme-light-pqs .mat-table .mat-cell a:hover {
  text-decoration: underline !important;
  color: #5cc5cd;
}
.theme-light-pqs .mat-table .mat-footer-row,
.theme-light-pqs .mat-table .mat-header-row,
.theme-light-pqs .mat-table .mat-row {
  border-bottom-width: 0;
}
.theme-light-pqs .mat-table .mat-row {
  align-items: inherit;
  min-height: 20px;
}
.theme-light-pqs .mat-table .mat-sort-header-arrow {
  height: 12px;
  width: 12px;
  min-width: 12px;
  position: absolute;
  right: 10px;
  display: flex;
  color: #5cc5cd;
}
.theme-light-pqs .mat-table .mat-sort-header-container {
  position: unset;
}
.theme-light-pqs .mat-table .mat-footer-row .mat-footer-cell {
  justify-content: flex-end;
  font-size: 10px;
  white-space: break-spaces !important;
  padding: 10px 20px;
}
.theme-light-pqs mat-table {
  color: #212529;
  background-color: #ffffff;
}
.theme-light-pqs mat-table .mat-footer-row,
.theme-light-pqs mat-table .mat-header-row,
.theme-light-pqs mat-table .mat-header-cell,
.theme-light-pqs mat-table .mat-row {
  color: #212529 !important;
}
.theme-light-pqs mat-table .mat-footer-row .mat-cell,
.theme-light-pqs mat-table .mat-header-row .mat-cell,
.theme-light-pqs mat-table .mat-header-cell .mat-cell,
.theme-light-pqs mat-table .mat-row .mat-cell {
  background: #f7f8fa !important;
}
.theme-light-pqs mat-table .mat-row:nth-child(even) {
  background: #f7f8fa !important;
}
.theme-light-pqs mat-table .mat-row:nth-child(even) .mat-cell {
  background-color: #ffffff !important;
}
.theme-light-pqs mat-table .number-cell.mat-cell, .theme-light-pqs mat-table .number-cell.mat-header-cell {
  min-width: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 5px 10px !important;
}
.theme-light-pqs.theme-dark mat-table {
  background-color: #ffffff;
  color: #212529 !important;
}
.theme-light-pqs.theme-dark mat-table .mat-footer-row,
.theme-light-pqs.theme-dark mat-table .mat-header-row,
.theme-light-pqs.theme-dark mat-table .mat-header-cell,
.theme-light-pqs.theme-dark mat-table .mat-row {
  color: #212529 !important;
}
.theme-light-pqs.theme-dark mat-table .mat-footer-row .mat-cell,
.theme-light-pqs.theme-dark mat-table .mat-header-row .mat-cell,
.theme-light-pqs.theme-dark mat-table .mat-header-cell .mat-cell,
.theme-light-pqs.theme-dark mat-table .mat-row .mat-cell {
  background: #f7f8fa !important;
}
.theme-light-pqs.theme-dark mat-table.table-result mat-header-row {
  border-bottom: 0.01px solid #E1E1E1;
}
.theme-light-pqs.theme-dark mat-table.table-result mat-row:nth-child(even) mat-cell:first-child {
  background-color: #FFFFFF !important;
  border-bottom: 0.01px solid #E1E1E1;
}
.theme-light-pqs.theme-dark mat-table.table-result mat-row:nth-child(odd) mat-cell:first-child {
  background-color: #FFFFFF !important;
  border-bottom: 0.01px solid #E1E1E1;
}
.theme-light-pqs.theme-dark mat-table .mat-row:nth-child(even) {
  background: #F7F8FA !important;
}
.theme-light-pqs.theme-dark mat-table .mat-row:nth-child(even) .mat-cell {
  background-color: #ffffff !important;
}
.theme-light-pqs.theme-dark table {
  color: #2E3536;
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark table thead th,
.theme-light-pqs.theme-dark table thead td {
  background: #ffffff;
}
.theme-light-pqs.theme-dark table th,
.theme-light-pqs.theme-dark table td {
  border-color: #DBDADE;
}
.theme-light-pqs.theme-dark table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark table.table-striped tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark table.table-hover tbody tr:hover {
  color: #2E3536;
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark .fixed-table {
  background: #ffffff !important;
}
.theme-light-pqs.theme-dark mat-footer-row,
.theme-light-pqs.theme-dark mat-header-row,
.theme-light-pqs.theme-dark mat-header-cell,
.theme-light-pqs.theme-dark mat-row {
  background: #ffffff !important;
  color: #394142 !important;
}
.theme-light-pqs.theme-dark .mat-row:nth-child(even) {
  background-color: #f7f8fa !important;
  color: #394142 !important;
}
.theme-light-pqs.theme-dark .mat-row:nth-child(even) .mat-cell {
  background-color: #ffffff !important;
  color: #394142 !important;
}
.theme-light-pqs.theme-dark .mat-header-cell {
  background: #EAF0F7 !important;
  border: 0.01px solid #E1E1E1;
}
.theme-light-pqs.theme-dark .mat-cell {
  border: 1px solid #E1E1E1;
  color: #394142 !important;
}
.theme-light-pqs.theme-dark .mat-cell a {
  color: #394142;
}
.theme-light-pqs.theme-dark .mat-table.table-result mat-row:nth-child(even) mat-cell:first-child {
  background-color: #EAF0F7 !important;
}
.theme-light-pqs.theme-dark .mat-table.table-result mat-row:nth-child(odd) mat-cell:first-child {
  background-color: #EAF0F7 !important;
}
.theme-light-pqs.theme-dark .mat-table .mat-header-cell {
  background: #EAF0F7 !important;
  border: 0.01px solid #E1E1E1;
}
/******** ACCORDION ***********/
.theme-light-pqs .pql_accordion {
  position: fixed;
  width: 100%;
  bottom: 40px;
  transition: all 0.5s;
  z-index: 10;
}
.theme-light-pqs .pql_accordion .pql_body {
  height: calc(100vh - 130px);
}
.theme-light-pqs .pql_accordion .pql_body .body {
  border-radius: 0.35rem !important;
}
.theme-light-pqs .pql_accordion .h4,
.theme-light-pqs .footer_accordion .h4 {
  border-top: 1px solid #e1e4e6;
}
.theme-light-pqs .footer_accordion {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 12;
  background: #f7f7f7;
  margin-left: 0px;
  margin-right: 0px;
  transition: all 0.5s;
  z-index: 10;
}
.theme-light-pqs .footer_accordion .result_body {
  overflow: overlay;
  height: calc(100vh - 125px);
  transition: all 0.5s;
}
.theme-light-pqs .footer_accordion .result_body .mat-table .ellipsis_cell > ul li p > span {
  padding: 0;
}
.theme-light-pqs .footer_accordion .result_body .mat-table .mat-header-cell,
.theme-light-pqs .footer_accordion .result_body .mat-table .mat-cell {
  padding: 3px;
  border: none;
  border: 0.01px solid #E1E1E1;
}
.theme-light-pqs .footer_accordion .result_body .nav-tabs {
  border-radius: 0;
  border-bottom: 0;
}
.theme-light-pqs .footer_accordion .result_body .nav-tabs.nav-tabs-vertical .nav-item .nav-link {
  padding-left: 10px;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0px 5px 0;
}
.theme-light-pqs .footer_accordion .result_body .nav-tabs.nav-tabs-vertical.active {
  border-bottom: 1px solid #f0f0f0;
}
.theme-light-pqs .footer_accordion .panel .shade-handle + .panel-heading + .panel-collapse .result_body {
  height: calc(100vh - 130px);
  padding-top: 0;
}
.theme-light-pqs .footer_accordion .panel .shade-handle + .panel-heading + .panel-collapse .result_body .mat-cell {
  cursor: text;
}
.theme-light-pqs .footer_accordion .panel .shade-handle + .panel-heading + .panel-collapse .result_body .data-null {
  color: #2E3536 !important;
  text-transform: uppercase;
}
.theme-light-pqs.theme-dark .pql_body .card-pqs .body {
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark .pql_accordion,
.theme-light-pqs.theme-dark .footer_accordion {
  background: #ffffff;
}
.theme-light-pqs.theme-dark .pql_accordion .h4,
.theme-light-pqs.theme-dark .footer_accordion .h4 {
  border-top: 1px solid #ffffff;
}
.theme-light-pqs.theme-dark .pql_accordion .panel .shade-handle + .panel-heading + .panel-collapse .result_body .mat-cell,
.theme-light-pqs.theme-dark .footer_accordion .panel .shade-handle + .panel-heading + .panel-collapse .result_body .mat-cell {
  color: #212529 !important;
}
.theme-light-pqs.theme-dark .footer_accordion .result_body .mat-table .mat-header-cell,
.theme-light-pqs.theme-dark .footer_accordion .result_body .mat-table .mat-cell {
  border-left: 0.01px solid #E1E1E1;
}
/******** MODAL MATERIAL *******/
.theme-light-pqs .dialog-common {
  background-color: #ffffff !important;
}
.theme-light-pqs .dialog-common .mat-dialog-title {
  font-size: 16px;
  margin-bottom: 30px;
}
.theme-light-pqs .dialog-common .mat-dialog-content {
  font-size: 14px;
  overflow-wrap: break-word;
}
.theme-light-pqs .dialog-common .mat-dialog-actions button {
  font-weight: 400;
  font-size: 12px;
  min-width: 55px;
  line-height: 27px;
  opacity: 0.5;
  color: #394142 !important;
  background-color: transparent !important;
}
.theme-light-pqs .dialog-common .mat-dialog-actions button:hover {
  opacity: unset;
  background-color: transparent !important;
}
.theme-light-pqs .dialog-common .mat-dialog-actions button .mat-button-focus-overlay {
  display: none;
}
.theme-light-pqs .dialog-common .mat-dialog-actions button:last-child {
  opacity: unset;
  color: #ffffff !important;
  background: #0a636f;
  background: linear-gradient(90deg, #0a636f 0%, #13bed5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a636f",endColorstr="#13bed5",GradientType=1);
}
.theme-light-pqs .dialog-common .mat-dialog-actions button:last-child:hover {
  color: #ffffff !important;
  background-color: #117a8b !important;
  transition: all 0.15s;
}
.theme-light-pqs .modal-body .ng-select.custom .ng-select-container {
  background-color: #ffffff !important;
}
.theme-light-pqs.theme-dark .dialog-common .mat-dialog-title {
  color: #394142;
}
.theme-light-pqs.theme-dark .dialog-common .mat-dialog-actions button {
  color: #394142;
}
.theme-light-pqs.theme-dark .dialog-common .mat-dialog-actions button:last-child {
  opacity: unset;
  color: #ffffff !important;
  background: #FD7B03 !important;
}
.theme-light-pqs.theme-dark .modal-body .ng-select.custom .ng-select-container {
  background-color: #ffffff !important;
}
/******** WORKSPACE ***********/
/* Workspace
--------- */
.theme-light-pqs {
  color: #8c8c8c;
}
.theme-light-pqs section.content {
  border-radius: 0px;
  border: none;
  margin: 0px 210px 0px 230px;
  height: calc(100vh - 85px);
  top: 85px;
  padding: 25px;
  background: #F8F7FA;
  overflow: overlay;
  transition: none !important;
}
.theme-light-pqs section.content.fitArea {
  top: 40px;
  height: calc(100vh - 40px) !important;
}
.theme-light-pqs section.content.content-full {
  margin: 0px;
  width: 100%;
}
.theme-light-pqs section.content.content-full.content-full-max {
  height: 100vh;
  top: 0px;
  padding-top: 50px !important;
}
.theme-light-pqs section.content.content-full.content-full-max.pt-5 {
  padding-top: 25px !important;
}
.theme-light-pqs section.content.content-full.content-query {
  position: fixed;
  padding: 0px;
}
.theme-light-pqs section.content.content-dp {
  margin: 0px;
}
.theme-light-pqs section.content h3 {
  margin-bottom: 20px;
}
.theme-light-pqs section.content .top-0 {
  top: 0px;
}
.theme-light-pqs section.content .p100 {
  padding: 100px 0;
}
.theme-light-pqs section.content .border-transparent {
  border: 2px solid transparent;
}
.theme-light-pqs section.content.right_icon_toggle section.content {
  margin-right: 0px;
}
.theme-light-pqs section.content.right_icon_toggle.left_icon_toggle section.content {
  width: 100%;
  margin-left: 0 !important;
}
.theme-light-pqs section.content-full-page {
  width: 100%;
  min-height: 100vh;
  padding: 25px;
  background-color: #181a1b;
  max-height: 100%;
}
.theme-light-pqs section.content-pamedi {
  border-radius: 0px;
  border: none;
  margin: 48px 5px 0 230px;
  padding: 0;
}
.theme-light-pqs a:not(.btn) {
  color: #212529;
  text-decoration: none;
  font-size: 12px;
}
.theme-light-pqs .pivot-container {
  height: 100%;
}
.theme-light-pqs .pivot-container .dataTables_filter {
  margin-bottom: 10px;
}
.theme-light-pqs .pivot-container .dataTables_wrapper {
  height: 100%;
}
.theme-light-pqs .pivot-container .dataTables_wrapper .table-pivot {
  width: 100% !important;
  height: calc(100% - 80px);
  overflow: auto;
  display: block;
  margin-bottom: 10px;
}
.theme-light-pqs #workspace .card {
  margin-bottom: 0px;
}
.theme-light-pqs #workspace .card > .body {
  min-height: calc(100vh - 15rem);
  max-height: 100%;
  padding: 2% !important;
}
.theme-light-pqs #workspace .card > .body .demo-chart {
  height: calc(100vh - 18rem);
}
.theme-light-pqs #workspace .card > .body .demo-chart.h-85 {
  height: calc(100vh - 23rem) !important;
}
.theme-light-pqs #workspace .card > .body pq-bignumber-async .demo-chart {
  margin-top: -35px;
}
.theme-light-pqs #rowDashboard pq-bignumber-async .demo-chart {
  margin-top: -35px;
}
.theme-light-pqs #rowDashboard .wrapTableView {
  overflow: hidden;
  max-height: calc(100% - 30px) !important;
}
.theme-light-pqs #rowDashboard .scrolling-table {
  overflow: auto;
  height: calc(100% - 80px) !important;
}
.theme-light-pqs #rowDashboard .scrolling-table .mat-table {
  max-height: calc(100vh - 270px);
}
.theme-light-pqs #rowDashboard .scrolling-table-comparison {
  overflow: auto;
  height: calc(100% - 40px) !important;
}
.theme-light-pqs #rowDashboard .scrolling-table-comparison .mat-table {
  max-height: 100% !important;
  margin-bottom: 0 !important;
}
.theme-light-pqs #rowDashboard [pq-basic-chart-async] {
  height: 100%;
}
.theme-light-pqs #rowDashboard pq-tableview-async .card > .body,
.theme-light-pqs #rowDashboard pq-pivot-async .card > .body,
.theme-light-pqs #rowDashboard pq-filterbox-async .card > .body {
  overflow: auto;
}
.theme-light-pqs #rowDashboard .demo-chart {
  height: 100% !important;
}
.theme-light-pqs #rowDashboard.dash-grid {
  padding: 0px;
}
.theme-light-pqs #rowDashboard.grid-stack-static .grid-stack-item-content .card .body .demo-chart.h-85 {
  height: calc(100% - 43px) !important;
}
.theme-light-pqs #rowDashboard.grid-stack-static .grid-stack-item-content .card .body .demo-chart.h-85-big {
  height: calc(100% - 30px) !important;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content {
  border-radius: 0.5rem;
  overflow: unset;
  text-align: left;
  background-color: transparent;
  left: 5px;
  right: 5px;
  height: 100%;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card {
  margin-bottom: 0px;
  height: inherit;
  display: block;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card .header > h2 {
  text-align: left;
  display: flex;
  text-align: left;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card .header .loader {
  margin-right: 5px;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card > .body {
  height: calc(100% - 40px) !important;
  overflow-y: unset !important;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card > .body.ch-full {
  height: 75vh;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card > .body.ch-half {
  height: 50vh;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card > .body.ch-1-3 {
  height: 25vh;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card > .body.roundeds {
  height: calc(100% - 2px) !important;
}
.theme-light-pqs #rowDashboard .grid-stack-item-content .card .demo-chart {
  height: 100% !important;
}
.theme-light-pqs #rowDashboard .grid-stack-item .ui-resizable-se,
.theme-light-pqs #rowDashboard .grid-stack-item .ui-resizable-sw {
  bottom: 5px;
}
.theme-light-pqs.theme-dark {
  color: #8c8c8c !important;
}
.theme-light-pqs.theme-dark h6 {
  color: #8c8c8c !important;
}
.theme-light-pqs.theme-dark section.content, .theme-light-pqs.theme-dark section.content-full {
  background: #F8F7FA;
}
.theme-light-pqs.theme-dark section.content .form-control, .theme-light-pqs.theme-dark section.content-full .form-control {
  border: none;
}
.theme-light-pqs.theme-dark .is-active {
  color: #FD7B03 !important;
}
.theme-light-pqs .cdk-drag-placeholder {
  display: none;
}
.theme-light-pqs .cdk-drag-preview {
  box-sizing: border-box;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  background: #fff;
  opacity: 0.3;
}
.theme-light-pqs .drop-inside {
  border: 1px dashed #aaa;
}
.theme-light-pqs .drop-before {
  border-top: 1px dashed #aaa;
}
.theme-light-pqs .drop-after {
  border-bottom: 1px dashed #aaa;
}
.theme-light-pqs .node-item {
  display: block;
  position: relative;
}
.theme-light-pqs .node-item .node-item-wrapper {
  position: relative;
  flex-direction: row;
  display: flex;
  align-items: center;
}
.theme-light-pqs .node-item .node-item-wrapper a,
.theme-light-pqs .node-item .node-item-wrapper .img-menu {
  width: 20px;
  height: 20px;
  text-align: center;
  align-self: center;
}
.theme-light-pqs .node-item .node-item-wrapper img {
  vertical-align: baseline;
}
.theme-light-pqs .node-item .node-item-wrapper .node-title {
  margin: 5px;
  background: transparent;
  border: 2px solid #d4d4d6;
  border-color: rgba(128, 128, 128, 0.2);
  cursor: pointer;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.theme-light-pqs .node-item .node-item-wrapper .node-title:hover, .theme-light-pqs .node-item .node-item-wrapper .node-title.active {
  background: rgba(128, 128, 128, 0.1);
  color: #009ba7;
  font-weight: 500;
  border: 2px solid #5cc5cd;
}
.theme-light-pqs .node-item .node-item-wrapper .node-title .item-notes {
  margin-left: 4px;
  margin-right: 10px;
  font-size: 12px;
  word-break: break-word;
}
.theme-light-pqs .node-item .node-children {
  position: relative;
  transition: height 0.2s;
  margin-left: 22px;
}
.theme-light-pqs .leftbar-app {
  overflow: hidden !important;
}
.theme-light-pqs .leftbar-app .node-title {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  color: #8c8c8c;
  padding: 5px 0 5px 10px;
  align-items: center;
  cursor: pointer;
  margin-right: 0;
}
.theme-light-pqs .leftbar-app .node-title:active {
  background: rgba(128, 128, 128, 0.1);
  color: #009ba7;
}
.theme-light-pqs .leftbar-app .node-item {
  width: 100%;
}
.theme-light-pqs .leftbar-app .node-children {
  width: 100%;
}
.theme-light-pqs .leftbar-app .mat-icon-button {
  margin-left: auto;
  width: 14%;
  align-self: center;
}
.theme-light-pqs .leftbar-app .is-active {
  color: #0A636F !important;
  background: #F2F2F2 !important;
}
.theme-light-pqs.theme-dark .node-item .node-item-wrapper .node-title:hover, .theme-light-pqs.theme-dark .node-item .node-item-wrapper .node-title.active {
  color: #5cc5cd;
}
.theme-light-pqs.theme-dark a:not(.btn) {
  color: #394142;
  text-decoration: none;
  font-size: 12px;
}
/******** HIDE MENU *********/
.theme-light-pqs .hide-menu {
  display: inline-block;
  position: fixed;
  bottom: 85px;
  margin-left: 229px;
  transition: all 0.5s;
  border: none;
  background: none;
  padding: unset;
}
.theme-light-pqs .hide-menu .btn-toggle {
  width: 15px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-width: 2px;
  font-weight: 400;
  font-size: 0.8171em;
  border: none;
  cursor: pointer !important;
}
.theme-light-pqs .hide-menu .btn-toggle.btn-toggle-menu {
  background: transparent;
  border-color: transparent;
}
.theme-light-pqs .hide-menu .btn-toggle.btn-toggle-menu:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: white;
  transform: perspective(2vw) rotateY(30deg);
  border: 1px solid #d4d4d6;
  border-left: 1px solid #ffffff;
}
.theme-light-pqs .hide-menu .btn-toggle.btn-toggle-menu:hover, .theme-light-pqs .hide-menu .btn-toggle.btn-toggle-menu:focus {
  background: transparent !important;
  border-color: transparent !important;
}
.theme-light-pqs .hide-menu .btn-menu {
  line-height: 21px;
  font-family: "Material-Design-Iconic-Font";
  display: inline;
  font-size: 15px;
  margin: 20px 0px 20px -2px;
}
.theme-light-pqs .hide-menu .btn-menu::after {
  content: "\f2fa";
}
.theme-light-pqs .hide-menu.rtl-sidebar {
  margin-left: -15px;
  transform: rotateY(180deg);
}
.theme-light-pqs.theme-dark .hide-menu .btn-toggle.btn-toggle-menu:after {
  background: #ffffff;
  border: 1px solid #d4d4d6;
  border-left: 1px solid #ffffff;
}
/******** APP SIDEBAR MENU *********/
.theme-light-pqs.app-preview > kt-base > #kt_wrapper > kt-header {
  display: none;
}
.theme-light-pqs.menu-displayed .navbar-top,
.theme-light-pqs.menu-displayed .sub-top-nav,
.theme-light-pqs.menu-displayed .content.content-full,
.theme-light-pqs.menu-displayed .app-footer {
  margin-left: 250px;
  width: calc(100vw - 250px);
}
.theme-light-pqs.menu-displayed .app-sidebar {
  margin-left: 0px;
  transition: all 0.5s;
}
.theme-light-pqs.menu-displayed .app-sidebar .custom-menu .btn-toggle .btn-menu::after {
  content: "\f136";
  font-family: "Material-Design-Iconic-Font";
  display: inline;
  font-size: 14px;
}
.theme-light-pqs .app-sidebar {
  margin-left: -250px;
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 14;
  top: 0;
  left: 0;
  transition: all 0.5s;
  overflow: unset;
  white-space: nowrap;
  background: #ffffff;
  border-right: 2px solid #d4d4d6;
  z-index: 1000;
  padding-top: 15px;
}
.theme-light-pqs .app-sidebar:hover {
  margin-left: 0px !important;
}
.theme-light-pqs .app-sidebar .custom-menu {
  display: inline-block;
  position: fixed;
  top: 0px;
  margin-left: 247px;
  transition: all 0.5s;
  border: none;
  background: none;
  padding: unset;
}
.theme-light-pqs .app-sidebar .custom-menu .btn-toggle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-width: 2px;
  font-weight: 400;
  font-size: 0.8171em;
  margin: 6px 1px;
  border: none;
  cursor: pointer !important;
}
.theme-light-pqs .app-sidebar .custom-menu .btn-toggle.btn-toggle-menu {
  background: transparent;
  border-color: transparent;
}
.theme-light-pqs .app-sidebar .custom-menu .btn-toggle.btn-toggle-menu:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #eceff1;
  border-radius: 0px 4px 4px 0px;
  border: 2px solid #d4d4d6;
}
.theme-light-pqs .app-sidebar .custom-menu .btn-toggle.btn-toggle-menu:hover, .theme-light-pqs .app-sidebar .custom-menu .btn-toggle.btn-toggle-menu:focus {
  background: transparent !important;
  border-color: transparent !important;
}
.theme-light-pqs .app-sidebar .custom-menu .btn-toggle .btn-menu {
  margin-left: 0px;
  line-height: 21px;
}
.theme-light-pqs .app-sidebar .custom-menu .btn-toggle .btn-menu::after {
  content: "\f197";
  font-family: "Material-Design-Iconic-Font";
  display: inline;
  font-size: 14px;
}
.theme-light-pqs .app-sidebar .list-group.panel > [fxlayout=row] {
  overflow: auto;
  height: 100vh;
  padding-top: 15px;
  background-color: #eceff1;
}
.theme-light-pqs .app-sidebar .list-group .top-logo {
  z-index: 9;
  position: sticky;
  top: 0;
  padding: 12px;
  justify-content: center;
  display: none !important;
}
.theme-light-pqs .app-sidebar .list-group .collapse .list-group-item {
  padding-left: 30px;
}
.theme-light-pqs .app-sidebar .list-group .collapse > .collapse .list-group-item {
  padding-left: 40px;
}
.theme-light-pqs .app-sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
  padding-left: 50px;
}
.theme-light-pqs .app-sidebar .list-group .list-group-item {
  border-radius: 0;
  background-color: #eceff1;
  color: #222;
  border-left: 0;
  border-right: 0;
  border-color: #d4d4d6;
  white-space: nowrap;
  text-decoration: none;
  font-size: 12px;
  white-space: break-spaces;
  display: flex;
  cursor: pointer;
}
.theme-light-pqs .app-sidebar .list-group .list-group-item .menu-icon {
  filter: invert(1);
  margin-right: 5px;
  width: 20px;
  height: 20px;
  filter: none;
  position: absolute;
  top: calc(50% - 11px);
  left: 15px;
}
.theme-light-pqs .app-sidebar .list-group .list-group-item .menu-list {
  vertical-align: bottom;
  margin: 0px 7px 0px 25px;
}
.theme-light-pqs .app-sidebar .list-group .list-group-item:not(.collapsed) {
  background-color: #eceff1;
}
.theme-light-pqs .app-sidebar .list-group .list-group-item[aria-expanded=false]::after {
  content: "\f2f6";
  font-family: "Material-Design-Iconic-Font";
  display: inline;
  text-align: right;
  float: right;
  padding-left: 5px;
  position: absolute;
  top: calc(50% - 11px);
  right: 17px;
}
.theme-light-pqs .app-sidebar .list-group .list-group-item[aria-expanded=true] {
  background-color: #f7f7f7;
}
.theme-light-pqs .app-sidebar .list-group .list-group-item[aria-expanded=true]::after {
  content: " \f2f2";
  font-family: "Material-Design-Iconic-Font";
  display: inline;
  text-align: right;
  float: right;
  padding-left: 5px;
  position: absolute;
  top: calc(50% - 11px);
  right: 17px;
}
.theme-light-pqs .app-sidebar .dd-list .dd-item {
  background-color: #eceff1;
}
.theme-light-pqs .app-sidebar .dd-list .dd-item .nestable-item-container {
  margin-bottom: 0px;
}
.theme-light-pqs .app-sidebar .dd-list .dd-item .nestable-item-container .custom-card.btn1 .dd-handle {
  border-color: transparent;
}
.theme-light-pqs .app-sidebar .dd-list .dd-item .nestable-item-container .custom-card.btn1 .dd-handle > img[src=""] {
  display: none;
}
.theme-light-pqs .app-sidebar .dd-list .dd-item .nestable-item-container .custom-card.btn1 .dd-handle .zmdi {
  color: #009ba7;
}
.theme-light-pqs .card.clickable .menu-list {
  margin-left: -8px;
}
.theme-light-pqs .card.clickable .menu-list ul.dd-list li.dd-item .nestable-item-container.mat-list-item {
  padding-left: 0px;
}
.theme-light-pqs .card.clickable .menu-list ul.dd-list li.dd-item .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle {
  width: 100%;
}
.theme-light-pqs .card.clickable .menu-list ul.dd-list li.dd-item .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle span {
  overflow-wrap: anywhere;
}
.theme-light-pqs .card.clickable .menu-list ul.dd-list li.dd-item ul.dd-list {
  padding-left: 20px !important;
}
.theme-light-pqs .card.clickable .menu-list ul.dd-list li.dd-item .empty-space {
  padding-left: 25px;
}
.theme-light-pqs .card.clickable .menu-list ul.dd-list .dd-placeholder {
  margin-left: 25px;
}
.theme-light-pqs .nestable-item-container.mat-list-item:hover {
  background-color: transparent;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 {
  width: 100%;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle {
  font-weight: 400;
  font-size: 12px;
  padding: 5px 0px 5px 10px;
  display: flex;
  border-color: rgba(128, 128, 128, 0.2);
  align-items: center;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle:hover {
  background: rgba(128, 128, 128, 0.1);
  color: #009ba7;
  border-color: transparent;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle .zmdi,
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle img {
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 16px;
  margin-left: 7px;
  align-self: center;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle .zmdi.zmdi-edit,
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle img.zmdi-edit {
  color: #009ba7;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1 .dd-handle span {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1.active, .theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1.active:hover {
  background-color: inherit;
}
.theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1.active .dd-handle, .theme-light-pqs .nestable-item-container.mat-list-item .custom-card.btn1.active:hover .dd-handle {
  background: rgba(128, 128, 128, 0.1);
  color: #009ba7;
}
.theme-light-pqs .content.content-full.content-full-max.dash-view {
  height: calc(100vh - 40px);
  top: 40px;
}
.theme-light-pqs .dash-view .content.content-full {
  height: calc(100vh - 85px);
}
.theme-light-pqs .chart-view .content.content-full {
  height: 100vh;
}
.theme-light-pqs .app-content {
  padding-bottom: 10px;
}
.theme-light-pqs .app-content .row.py-1.sub-top-nav {
  margin-left: -25px;
  top: 42px !important;
}
.theme-light-pqs .app-content .content.content-full.content-full-max {
  height: 100%;
  overflow: unset;
  top: -20px !important;
  margin: 0;
  padding: 0px !important;
  width: 100%;
  box-shadow: none;
}
.theme-light-pqs .app-content .content.content-full.content-full-max .row.clearfix.grid-stack.grid-stack-static#rowDashboard[data-gs-current-row="0"] {
  height: auto !important;
}
.theme-light-pqs ul .dd-placeholder {
  background: transparent !important;
}
.theme-light-pqs.theme-dark .app-sidebar {
  background-color: #FFFFFF;
  border-right: 2px solid #d4d4d6;
}
.theme-light-pqs.theme-dark .app-sidebar .list-group .list-group-item {
  color: #ccc;
  background-color: #272e2f;
  border-color: #202627;
}
.theme-light-pqs.theme-dark .app-sidebar .list-group .list-group-item .menu-icon {
  filter: none;
}
.theme-light-pqs.theme-dark .app-sidebar .list-group .list-group-item[aria-expanded=true] {
  background-color: #181a1b;
}
.theme-light-pqs.theme-dark .app-sidebar .list-group.panel > [fxlayout=row] {
  background-color: #272e2f;
}
.theme-light-pqs.theme-dark .app-sidebar .custom-menu .btn-toggle.btn-toggle-menu:after {
  background: #ECEFF1;
}
.theme-light-pqs.theme-dark .app-sidebar .dd-list .dd-item {
  background-color: #272e2f;
}
/****** Sidebar Toggle ******/
.theme-light-pqs.ls-toggle-menu .sidebar {
  width: 230px;
  left: -230px;
}
.theme-light-pqs.ls-toggle-menu section.content {
  margin-left: 0px;
}
.theme-light-pqs.ls-toggle-menu .pql_accordion {
  margin-left: 0px;
  width: calc(100% - 200px);
}
.theme-light-pqs.ls-toggle-menu.right_icon_toggle .pql_accordion {
  width: 100%;
}
.theme-light-pqs.ls-toggle-menu.ls-closed .pql_accordion {
  width: 100%;
}
.theme-light-pqs.right_icon_toggle section.content {
  margin-right: 0px;
}
.theme-light-pqs.right_icon_toggle .pql_accordion {
  margin-right: 0px;
  width: 100%;
}
.theme-light-pqs.right_icon_toggle .footer_accordion {
  width: 100% !important;
}
.theme-light-pqs.right_icon_toggle.left_icon_toggle section.content {
  width: 100%;
  margin-left: 0 !important;
}
.theme-light-pqs.ls-closed .navbar-right {
  width: 0;
}
.theme-light-pqs.ls-closed section.content {
  margin: 0px;
}
.theme-light-pqs.left_icon_toggle .sidebar {
  width: 230px;
  left: -230px;
}
.theme-light-pqs.left_icon_toggle .sidebar .hide-menu .btn-menu::after {
  content: "\f2fb";
}
.theme-light-pqs.left_icon_toggle .footer_accordion {
  margin-left: 0px;
  width: 100%;
}
.theme-light-pqs.right_icon_toggle .navbar-right {
  width: 200px;
  right: -200px;
}
.theme-light-pqs.right_icon_toggle .navbar-right .hide-menu .btn-menu::after {
  content: "\f2fb";
}
/******* Sidebar Menu ******/
.theme-light-pqs .right-sidebar {
  height: calc(100vh - 40px);
  background: #ffffff;
  left: -300px;
  width: 225px;
}
.theme-light-pqs .right-sidebar.open {
  left: 20px;
}
.theme-light-pqs .sidebar-menu {
  padding-left: 20px;
  list-style: none;
}
.theme-light-pqs .sidebar-menu .side-item {
  margin-bottom: 15px;
  padding-left: 10px;
}
.theme-light-pqs .sidebar-menu .side-item.active .side-link:not(.btn) {
  background-color: #e1e4e6;
  border-radius: 0.2875rem;
  padding: 5px 10px;
}
.theme-light-pqs .sidebar-menu .side-item .side-link {
  color: #222222;
  padding: 5px 10px;
  font-size: 12px;
}
.theme-light-pqs .sidebar-menu .side-item .side-link.disabled {
  color: #8c8c8c !important;
  pointer-events: none;
}
.theme-light-pqs .sidebar-menu .side-item .side-link.side-link:focus, .theme-light-pqs .sidebar-menu .side-item .side-link.side-link:hover, .theme-light-pqs .sidebar-menu .side-item .side-link.side-link:active {
  background-color: #e1e4e6;
  border-radius: 0.2875rem;
  padding: 5px 10px;
  transition: all 0.25s;
}
.theme-light-pqs .sidebar-menu .side-item .side-link.side-link:disabled {
  opacity: 0.65;
}
.theme-light-pqs.theme-dark .right-sidebar {
  background: #383f43;
}
.theme-light-pqs.theme-dark .sidebar-menu .side-item.active .side-link:not(.btn) {
  background-color: rgba(222, 222, 222, 0.5);
}
.theme-light-pqs.theme-dark .sidebar-menu .side-item .side-link {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .sidebar-menu .side-item .side-link.side-link:focus, .theme-light-pqs.theme-dark .sidebar-menu .side-item .side-link.side-link:hover, .theme-light-pqs.theme-dark .sidebar-menu .side-item .side-link.side-link:active {
  background-color: rgba(222, 222, 222, 0.5);
}
/***** MODAL POPUP ****/
.theme-light-pqs {
  /*Left*/
  /*Right*/
}
.theme-light-pqs .close {
  text-shadow: none;
}
.theme-light-pqs .modal-header .title,
.theme-light-pqs .modal-header .modal-title,
.theme-light-pqs .modal-header .modal-title label {
  font-size: 16px;
  color: #8c8c8c;
  display: flex;
}
.theme-light-pqs .modal-header .close,
.theme-light-pqs .modal-header .close:hover {
  color: #8c8c8c !important;
  position: unset;
}
.theme-light-pqs .modal-content .modal-body .row h5 {
  overflow-wrap: break-word;
}
.theme-light-pqs .modal-footer .btn.btn-neutral.btn-simple,
.theme-light-pqs .table .btn.btn-neutral.btn-simple {
  color: #ffffff;
}
.theme-light-pqs .modal-backdrop {
  background: rgba(0, 0, 0, 0.95);
}
.theme-light-pqs .color-pickers {
  height: 128px;
  width: 224px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  background-color: #eee;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  transform: scale(0, 0);
  transform-origin: bottom left;
  transition: transform 0.2s ease;
  will-change: transform;
}
.theme-light-pqs .hex {
  width: 96px;
  height: 32px;
  padding: 8px;
  box-sizing: border-box;
}
.theme-light-pqs .hex input {
  width: 100%;
  outline: none;
  box-sizing: border-box;
  padding: 0;
  border: none;
  font-family: "RobotoDraft";
  background-color: transparent;
}
.theme-light-pqs .hex .underline {
  width: 100%;
  box-sizing: border-box;
  height: 2px;
  background-color: #ccc;
  position: relative;
}
.theme-light-pqs .underline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #03a9f4;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.theme-light-pqs .hex input:focus + .underline:before {
  transform: scaleX(1);
}
.theme-light-pqs input[type=color] {
  width: 30px !important;
  height: 30px !important;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  transition: box-shadow 0.5s ease;
}
.theme-light-pqs input[type=color]:active, .theme-light-pqs input[type=color]:focus {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25), 0px -5px 10px rgba(0, 0, 0, 0.25);
}
.theme-light-pqs .color-pickers > div {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.theme-light-pqs .transparent {
  border: 1px solid #333;
  box-sizing: border-box;
  background-image: linear-gradient(-45deg, transparent, transparent 48%, red 49%, red 51%, transparent 52%, transparent);
}
.theme-light-pqs .btnDelGauge {
  position: absolute;
  left: 9em;
  bottom: 0.3em;
}
.theme-light-pqs #close {
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
          user-select: none;
  color: #333;
}
.theme-light-pqs .paper-button {
  padding: 2px 42px;
  border: none;
  background-color: #2196f3;
  color: white !important;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: box-shadow 0.1s ease;
  position: absolute;
}
.theme-light-pqs .opened + .color-pickers {
  transform: scale(1, 1) translate(0, 0);
}
.theme-light-pqs .translate {
  transform: translate(0);
  position: absolute;
  z-index: 99;
  top: 0em;
  right: 28em;
}
.theme-light-pqs .material {
  position: relative;
  color: white;
  margin: 20px auto;
  height: 400px;
  width: 500px;
  background: #f45673;
}
.theme-light-pqs .ripple {
  overflow: hidden;
}
.theme-light-pqs .ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  animation: ripple-animation 2s;
}
@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}
.theme-light-pqs .modal.left .modal-dialog,
.theme-light-pqs .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  top: 85px;
  height: calc(100vh - 86px);
  transform: translate3d(0%, 0, 0);
}
.theme-light-pqs .modal.left .modal-content,
.theme-light-pqs .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.theme-light-pqs .modal.left.fade .modal-dialog {
  left: -320px;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.theme-light-pqs .modal.left.fade.show .modal-dialog {
  left: 0;
}
.theme-light-pqs .modal.right.fade {
  color: #8c8c8c;
}
.theme-light-pqs .modal.right.fade .modal-dialog {
  right: -320px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.theme-light-pqs .modal.right.fade.show .modal-dialog {
  right: 0;
}
.theme-light-pqs.theme-dark .modal .modal-dialog .modal-content {
  background-color: #ffffff;
}
.theme-light-pqs.theme-dark .modal .modal-header .close,
.theme-light-pqs.theme-dark .modal .modal-header .modal-title,
.theme-light-pqs.theme-dark .modal .modal-header .modal-title label {
  color: #2E3536;
}
.theme-light-pqs.theme-dark .modal .modal-footer .btn.btn-neutral.btn-simple,
.theme-light-pqs.theme-dark .modal .table .btn.btn-neutral.btn-simple {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .color-theme {
  background-color: #ffffff !important;
}
.theme-light-pqs.theme-dark .color-theme .modal-title {
  color: #fff;
}
.theme-light-pqs.theme-dark .color-theme .title {
  color: #fff;
}
.theme-light-pqs.theme-dark .color-theme label {
  color: #747576;
}
/*** Checkbox Material ***/
.theme-light-pqs .mat-checkbox .mat-checkbox-frame {
  border-color: #808080;
  border-width: 1px;
}
.theme-light-pqs .mat-checkbox .mat-checkbox-background svg path {
  fill: none;
}
.theme-light-pqs .mat-checkbox-label {
  line-height: 17px;
}
.theme-light-pqs .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.theme-light-pqs .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #FD7B03 !important;
}
.theme-light-pqs.theme-dark .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.theme-light-pqs.theme-dark .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #FD7B03 !important;
}
/**** Icon List ****/
.theme-light-pqs .file_manager .file {
  cursor: pointer;
}
.theme-light-pqs .file_manager .file .icon i {
  font-size: 62px;
}
.theme-light-pqs .file_manager .file .file-name2 {
  background-color: #f7f7f7;
  border-color: none;
  padding: 20px 20px;
  transition: 0.3s all;
}
.theme-light-pqs .file_manager .file .file-name2 > img {
  filter: brightness(0.6);
}
.theme-light-pqs .file_manager .file .file-name2 > span {
  color: #2E3536;
  font-size: 14px;
}
.theme-light-pqs .file_manager .file > [type=checkbox] {
  display: none;
}
.theme-light-pqs .file_manager .file > [type=checkbox]:checked + .file-name2 {
  background-color: #117a8b !important;
}
.theme-light-pqs .file_manager .file > [type=checkbox]:checked + .file-name2 .text-muted {
  color: #f7f7f7 !important;
}
.theme-light-pqs .file_manager .file .zmdi-chart {
  color: inherit;
}
.theme-light-pqs .file_manager .file:hover .file-name2 {
  background-color: #117a8b !important;
  transition: 0.3s all !important;
}
.theme-light-pqs .file_manager .file:hover .file-name2 > img {
  filter: none !important;
}
.theme-light-pqs .file_manager .file:hover .file-name2 > span {
  color: #ffffff !important;
}
.theme-light-pqs .file_manager .isDisabled {
  opacity: 0.5;
  pointer-events: none;
}
.theme-light-pqs.theme-dark .file_manager .file .file-name {
  border-color: #2e3435;
}
.theme-light-pqs.theme-dark .file_manager .file .file-name2 {
  background-color: #f7f7f7;
}
.theme-light-pqs.theme-dark .file_manager .file .file-name2 > img {
  filter: none;
}
.theme-light-pqs.theme-dark .file_manager .file .file-name2 > span {
  color: #2E3536;
}
.theme-light-pqs.theme-dark .file_manager .file:hover .file-name2 {
  background-color: #F1C79B !important;
  transition: 0.3s all !important;
}
.theme-light-pqs.theme-dark .file_manager .file:hover .file-name2 > img {
  filter: none !important;
}
.theme-light-pqs.theme-dark .file_manager .file:hover .file-name2 > span {
  color: #ffffff !important;
}
.theme-light-pqs.theme-dark .file_manager .isDisabled {
  opacity: 0.2;
  pointer-events: none;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/assets/styles/data-processing/data-processing.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.theme-light-pqs svg.leader-line path {
  fill: none;
  stroke-width: 1.5;
}
.theme-light-pqs svg.leader-line g,
.theme-light-pqs svg.leader-line .leader-line-plugs-face {
  filter: invert(1);
}
.theme-light-pqs svg.leader-line text {
  stroke-width: 0 !important;
  font-size: 12px;
  filter: invert(1);
}
.theme-light-pqs .btn.btn-icon.btn-45 {
  background: #ffffff !important;
  border: 1px solid #DBDADE !important;
  border-radius: 12px !important;
  width: 4.5rem !important;
  min-width: 4.5rem !important;
  height: 4.5rem !important;
  /* REFACTORED */
  /* EXISTING */
  /* GROUPING DATA PROCESSING - DIAGRAM COLOR ICON */
  /* Group Red Salmon Color*/
  /* Group Cadey Grey Color*/
  /* Group Atomic Tangerine Color*/
  /* Group Light Blue Color*/
}
.theme-light-pqs .btn.btn-icon.btn-45.invalid-props {
  opacity: 0.35;
}
.theme-light-pqs .btn.btn-icon.btn-45 .pds-i-active,
.theme-light-pqs .btn.btn-icon.btn-45 .pds-i,
.theme-light-pqs .btn.btn-icon.btn-45 .alt-pds-i {
  padding: 2px;
}
.theme-light-pqs .btn.btn-icon.btn-45 .pds-i-active,
.theme-light-pqs .btn.btn-icon.btn-45 .alt-pds-i:hover,
.theme-light-pqs .btn.btn-icon.btn-45 .pds-i:hover {
  color: #222222 !important;
}
.theme-light-pqs .btn.btn-icon.btn-45:hover, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-active {
  color: #ffffff !important;
  background-color: #11a5b8 !important;
  transition: 0.1s all;
}
.theme-light-pqs .btn.btn-icon.btn-45:hover .qry-cmd-item-title img, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-active .qry-cmd-item-title img {
  filter: brightness(100);
}
.theme-light-pqs .btn.btn-icon.btn-45:hover .pds-i-active,
.theme-light-pqs .btn.btn-icon.btn-45:hover .alt-pds-i:hover,
.theme-light-pqs .btn.btn-icon.btn-45:hover .pds-i:hover, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-active .pds-i-active,
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-active .alt-pds-i:hover,
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-active .pds-i:hover {
  color: #d8d8d8 !important;
}
.theme-light-pqs .btn.btn-icon.btn-45:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 5px solid transparent;
}
.theme-light-pqs .btn.btn-icon.btn-45 .qry-cmd-item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.theme-light-pqs .btn.btn-icon.btn-45 .qry-cmd-item-title img {
  width: 20px;
  margin-bottom: 3px;
  filter: invert(1);
}
.theme-light-pqs .btn.btn-icon.btn-45 .qry-cmd-item-title span {
  font-size: 10px;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-search, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-select, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-selectdb, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-cfg, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-config, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-createidx, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-createindex, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-drop {
  color: #FF7E6B;
  font-weight: bold;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-aggr, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-sort, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-aggregate, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-explode, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-implode, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-merge, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-store {
  color: #977390;
  font-weight: bold;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-source {
  color: #e73f5b;
  font-weight: bold;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-success:after {
  border-bottom: 5px solid #0abb87 !important;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-warning:after {
  border-bottom: 5px solid #ffb822 !important;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-yellow:after {
  border-bottom: 5px solid #d7c100 !important;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-corelate, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-correlateref, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-extract, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-limit {
  color: #FF934F;
  font-weight: bold;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-transpose {
  color: #9ed600;
  font-weight: bold;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-copy, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-view, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-filter, .theme-light-pqs .btn.btn-icon.btn-45.btn-outline-dedup {
  color: #A5B5BF;
  font-weight: bold;
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-search img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-select img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-selectdb img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-cfg img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-config img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-createidx img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-createindex img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-drop img {
  filter: invert(66%) sepia(86%) saturate(18%) saturate(2259%) hue-rotate(316deg) brightness(100%) contrast(102%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-view img {
  filter: invert(92%) sepia(4%) saturate(1414%) hue-rotate(174deg) brightness(80%) contrast(82%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-copy img {
  filter: invert(92%) sepia(4%) saturate(1414%) hue-rotate(174deg) brightness(80%) contrast(82%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-extract img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(28%) saturate(6897%) hue-rotate(324deg) brightness(103%) contrast(101%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-limit img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(28%) saturate(6897%) hue-rotate(324deg) brightness(103%) contrast(101%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-corelate img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(28%) saturate(6897%) hue-rotate(324deg) brightness(103%) contrast(101%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-correlateref img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(28%) saturate(6897%) hue-rotate(324deg) brightness(103%) contrast(101%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-aggr img {
  filter: invert(52%) sepia(8%) saturate(1238%) hue-rotate(260deg) brightness(91%) contrast(87%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-sort img {
  filter: invert(52%) sepia(8%) saturate(1238%) hue-rotate(260deg) brightness(91%) contrast(87%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-aggregate img {
  filter: invert(52%) sepia(8%) saturate(1238%) hue-rotate(260deg) brightness(91%) contrast(87%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-explode img {
  filter: invert(52%) sepia(8%) saturate(1238%) hue-rotate(260deg) brightness(91%) contrast(87%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-implode img {
  filter: invert(52%) sepia(8%) saturate(1238%) hue-rotate(260deg) brightness(91%) contrast(87%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-merge img {
  filter: invert(52%) sepia(8%) saturate(1238%) hue-rotate(260deg) brightness(91%) contrast(87%);
}
.theme-light-pqs .btn.btn-icon.btn-45.btn-outline-store img {
  filter: invert(52%) sepia(8%) saturate(1238%) hue-rotate(260deg) brightness(91%) contrast(87%);
}
.theme-light-pqs .sidebar .btn-group img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(47%) saturate(1116%) hue-rotate(144deg) brightness(90%) contrast(92%);
}
.theme-light-pqs .btn-filter-color img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(47%) saturate(1116%) hue-rotate(144deg) brightness(90%) contrast(92%);
}
.theme-light-pqs.theme-dark .sidebar .btn-group img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(66%) saturate(4697%) hue-rotate(1deg) brightness(105%) contrast(103%);
}
.theme-light-pqs.theme-dark .btn-filter-color img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(66%) saturate(4697%) hue-rotate(1deg) brightness(105%) contrast(103%);
}
.theme-light-pqs.theme-dark svg.leader-line g,
.theme-light-pqs.theme-dark svg.leader-line .leader-line-plugs-face {
  filter: invert(0.7);
}
.theme-light-pqs.theme-dark svg.leader-line text {
  filter: invert(1);
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/assets/styles/data-visualization/data-visualization.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Tabs
---- */
.theme-light-pqs .nav-tabs {
  padding: 0px 0px 12px;
  display: table;
  width: 100%;
  background: #ffffff;
  border-radius: 100px;
}
.theme-light-pqs .nav-tabs.nav-tabs-vertical {
  display: inline-grid;
  text-align-last: left;
  max-height: calc(100vh - 14rem);
  overflow: auto;
}
.theme-light-pqs .nav-tabs.nav-tabs-vertical .nav-item .nav-link {
  padding-left: 0px;
  padding-top: 12px;
  border-bottom: 1px solid #d4d4d6;
}
.theme-light-pqs .nav-tabs > .nav-item {
  display: table-cell;
  text-align: center;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link {
  border-radius: 0px;
  font-size: 10px;
  padding: 8px;
  margin-right: 0px;
  cursor: pointer;
  transition: none !important;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link:hover {
  color: #5cc5cd;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link:hover i {
  color: #5cc5cd;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link.active {
  border-radius: 0px;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link.active i {
  color: #5cc5cd;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link:active {
  color: #888888;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link:active i {
  color: #888;
}
.theme-light-pqs .nav-tabs > .nav-item > .nav-link i {
  color: #888888;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi {
  display: table-cell;
  text-align: center;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi {
  width: 200px;
  border-radius: 0px;
  font-size: 10px;
  padding: 8px;
  margin-right: 5px;
  display: block;
  background: #2a2e2f;
  color: #888888;
  border-radius: 8px 8px 0 0;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi:hover {
  color: #5cc5cd;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi:hover i {
  color: #5cc5cd;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi.active {
  border: 1px solid #5cc5cd;
  color: white;
  background: #394142;
  border-radius: 8px 8px 0 0 !important;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi.active i {
  color: #5cc5cd;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi:active {
  color: #888888;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi:active i {
  color: #888;
}
.theme-light-pqs .nav-tabs > .nav-item-pmi > .nav-link-pmi i {
  color: #888888;
}
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link:hover,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i:hover,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link:not(.btn):hover {
  color: #2E3536;
  vertical-align: middle;
  font-size: 10px !important;
  background: transparent;
  display: flex;
  place-items: center;
  justify-content: center;
}
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link.active, .theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link.active i, .theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link.active:hover,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link:hover.active,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link:hover.active i,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item > .nav-link:hover.active:hover,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i.active,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i.active i,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i.active:hover,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i:hover.active,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i:hover.active i,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link i:hover.active:hover,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link:not(.btn):hover.active,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link:not(.btn):hover.active i,
.theme-light-pqs .nav-tabs.nav-tabs-success > .nav-item .nav-link:not(.btn):hover.active:hover {
  border: none;
  color: #ffffff;
  background: #0a636f;
  background: linear-gradient(90deg, #0a636f 0%, #13bed5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a636f",endColorstr="#13bed5",GradientType=1);
  border-radius: 5px;
  font-weight: 500;
}
.theme-light-pqs .nav-tabs-pmi {
  width: 0;
  padding: 0 56em 0 0;
  position: fixed;
  z-index: 999;
  top: 87px;
  background: #e1e4e6;
}
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item > .nav-link.active, .theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item > .nav-link.active i, .theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item > .nav-link.active:hover,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item > .nav-link:hover.active,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item > .nav-link:hover.active i,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item > .nav-link:hover.active:hover,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link i.active,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link i.active i,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link i.active:hover,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link i:hover.active,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link i:hover.active i,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link i:hover.active:hover,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link:not(.btn):hover.active,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link:not(.btn):hover.active i,
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-success > .nav-item .nav-link:not(.btn):hover.active:hover {
  color: #222;
  background: #FD7B03;
}
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-vertical .nav-item .nav-link {
  border-bottom: 1px solid #292e33;
}
.theme-light-pqs.theme-dark .nav-tabs.nav-tabs-vertical .nav-item .nav-link.active {
  border-bottom: 1px solid #5cc5cd;
}
.theme-light-pqs.theme-dark .nav-tabs > .nav-item > .nav-link:hover {
  color: #FD7B03;
}
.theme-light-pqs.theme-dark .nav-tabs > .nav-item > .nav-link:hover i {
  color: #FD7B03;
}
.theme-light-pqs.theme-dark .nav-tabs > .nav-item > .nav-link.active:hover {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .nav-tabs > .nav-item > .nav-link.active:hover i {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .nav-tabs > .nav-item > .nav-link.active i {
  color: #ffffff;
}
.theme-light-pqs.theme-dark .nav-tabs-pmi {
  background: #181a1b;
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/styles_font.css ***!
  \************************************************************************************************************************************************************************************************************************/
/* Roboto Font Family Normal */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('Roboto-Thin.ttf') format('truetype');
  font-display: swap; 
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('Roboto-Light.ttf') format('truetype');
  font-display: swap; 
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('Roboto-Regular.ttf') format('truetype');
  font-display: swap; 
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('Roboto-Medium.ttf') format('truetype');
  font-display: swap; 
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('Roboto-Bold.ttf') format('truetype');
  font-display: swap; 
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('Roboto-Black.ttf') format('truetype');
  font-display: swap; 
}
/* Roboto Italic Font Family */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('Roboto-ThinItalic.ttf') format('truetype');
  font-display: swap; 
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('Roboto-LightItalic.ttf') format('truetype');
  font-display: swap; 
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('Roboto-Italic.ttf') format('truetype');
  font-display: swap; 
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('Roboto-MediumItalic.ttf') format('truetype');
  font-display: swap; 
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('Roboto-BoldItalic.ttf') format('truetype');
  font-display: swap; 
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('Roboto-BlackItalic.ttf') format('truetype');
  font-display: swap; 
}
/* Material Icons Fonts */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('Material_Icons.woff2') format('woff2');
  font-display: swap; 
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2') format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

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