/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/leaflet/dist/leaflet.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

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

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

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

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

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

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


/* control positioning */

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


/* zoom and fade animations */

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

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

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


/* cursors */

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

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

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

/* visual tweaks */

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


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


/* general toolbar styles */

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

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

/* zoom control */

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

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


/* layers control */

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

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


/* attribution and scale controls */

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

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


/* popup */

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

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

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

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

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


/* div icon */

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


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

/* Directions */

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

/* Printing */

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

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (1) ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/* Override Leaflet default icon URLs to our copied assets path */
.leaflet-div-icon {
  background: transparent;
}

/* Import Roboto font from Google Fonts */
:root {
  --brand-color: #feba57;
  --background-color: #eee;
  --logo: url("/assets/images/logo/logo-light.png") !important; /* important is hotfix. it will remove after the v6 patch or newer*/
  --logo-reverse: url("/assets/images/logo/logo-dark.png") !important;
  /* Primary color theme - #0092DA */
  --bs-primary: #0092DA !important;
  --bs-primary-rgb: 0, 146, 218 !important;
}

/* Global font family - Roboto (excluding FontAwesome icons) */
*:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]):not(i[class*=fa]) {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  background: #ffffff !important;
  line-height: 16px;
}

.form-control, .form-select {
  padding: 0.3rem 0.75rem;
}

.card-header {
  padding: 0.5rem 0.5rem;
}

/* Ensure FontAwesome icons use their proper font family */
.fa,
.fas,
.far,
.fal,
.fab,
.fad,
[class*=fa-],
i[class*=fa] {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", "Font Awesome 5 Pro" !important;
  font-weight: 900 !important;
}

/* FontAwesome solid icons */
.fas,
[class*=fa-]:not(.far):not(.fal):not(.fab):not(.fad) {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

/* FontAwesome regular icons */
.far {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 400 !important;
}

/* FontAwesome light icons */
.fal {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300 !important;
}

/* FontAwesome brands icons */
.fab {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}

/* FontAwesome duotone icons */
.fad {
  font-family: "Font Awesome 5 Duotone" !important;
  font-weight: 900 !important;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: var(--background-color);
  z-index: 1001;
}
.loader .indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
}
.loader .indicator svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.loader .indicator svg polyline#back {
  stroke: #0092DA;
  opacity: 0.3;
}
.loader .indicator svg polyline#front {
  stroke: #0092DA;
  stroke-dasharray: 12, 36;
  stroke-dashoffset: 48;
  animation: dash 1s linear infinite;
}

@keyframes dash {
  62.5% {
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
td.count,
td.price {
  font-family: monospace;
  font-size: 1.1em;
  text-align: right;
}

.lp-content {
  /*overflow-y: scroll; */
}

/* Custom sidebar styling - Change background color to white */
.navbar,
.navbar-brand,
.navbar-nav,
.navbar-toggler,
.navbar-collapse,
.sidebar,
.sidebar-nav,
.nav-sidebar,
.navbar-sidebar,
.lepton-sidebar,
.abp-navbar,
.abp-sidebar {
  background-color: #ffffff !important;
}

/* Additional sidebar elements that might need white background */
.navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav .nav-link,
.sidebar .nav-link,
.nav-sidebar .nav-link {
  color: #000000 !important;
}

.navbar-brand {
  width: 200px;
  height: 32px;
}

.entry-row {
  margin-top: 0;
}

.lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li a .lp-text, .lp-closed .lp-sidebar .lp-sidebar-navi ul li a .lp-text {
  opacity: 1;
  font-size: 1em;
}

.lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li, .lp-closed .lp-sidebar .lp-sidebar-navi ul li {
  margin: 5px 8px 5px 0;
}

.lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.current > ul .current > a:before, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.current > ul .active-page > a:before, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.active-page > ul .current > a:before, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.active-page > ul .active-page > a:before,
.lp-closed .lp-sidebar .lp-sidebar-navi ul li.current > ul .current > a:before, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.current > ul .active-page > a:before, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.active-page > ul .current > a:before, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.active-page > ul .active-page > a:before,
abp-breadcrumb {
  display: none;
}

.lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul > li.current, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi > ul > li.active-page, .lp-closed .lp-sidebar .lp-sidebar-navi > ul > li.current, .lp-closed .lp-sidebar .lp-sidebar-navi > ul > li.active-page {
  box-shadow: unset;
}

.lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li, .lp-closed .lp-sidebar .lp-sidebar-navi ul li {
  border-radius: 0;
}

.nav-tabs .nav-item .nav-link.active, td a, .datatable-body-cell-label a {
  color: #0092da;
}

.table > thead > tr > th {
  border-bottom-width: 0;
}

.lp-closed .lp-sidebar .lp-sidebar-navi ul li {
  /*margin: 10px 10px 10px 10px;*/
  border-right: 0 !important;
}

.lp-closed .lp-sidebar, .lp-opened-sidebar .lp-sidebar {
  box-shadow: 0 0 6px rgba(8, 20, 73, 0.1);
}

@media only screen and (max-width: 991px) {
  header {
    background: #ffffff;
    height: 60px;
  }
}
/* Ensure all text elements in sidebar are dark for visibility */
.navbar,
.navbar-brand,
.navbar-nav,
.navbar-toggler,
.navbar-collapse,
.sidebar,
.sidebar-nav,
.nav-sidebar,
.navbar-sidebar,
.lepton-sidebar,
.abp-navbar,
.abp-sidebar,
.navbar *,
.sidebar *,
.nav-sidebar * {
  color: #000000 !important;
}

/* Specific text elements that might be styled differently */
.navbar-brand,
.navbar-brand:hover,
.navbar-nav .nav-link,
.sidebar .nav-link,
.nav-sidebar .nav-link,
.navbar-text,
.sidebar-text,
.navbar-nav .dropdown-toggle,
.sidebar .dropdown-toggle,
.lp-toggle-sidebar i {
  color: #000000 !important;
}

/* Active and current page indicators */
.navbar-nav .nav-link.active,
.sidebar .nav-link.active,
.nav-sidebar .nav-link.active,
.navbar-nav .nav-link.current,
.sidebar .nav-link.current,
.nav-sidebar .nav-link.current {
  color: #000000 !important;
  background-color: #e9ecef !important;
}

/* Selected/Active sidebar items with custom styling */
.navbar-nav .nav-link.active,
.sidebar .nav-link.active,
.nav-sidebar .nav-link.active,
.navbar-nav .nav-link.current,
.sidebar .nav-link.current,
.nav-sidebar .nav-link.current,
.navbar-nav .nav-link.selected,
.sidebar .nav-link.selected,
.nav-sidebar .nav-link.selected,
.navbar-nav .nav-link[aria-current=page],
.sidebar .nav-link[aria-current=page],
.nav-sidebar .nav-link[aria-current=page] {
  border-right: 3px solid #0092DA !important;
  background: #E8F7FE !important;
  color: #000000 !important;
}

/* Lepton theme specific active/selected items */
.lp-navbar .nav-link.active,
.lp-sidebar .nav-link.active,
.lp-navbar .nav-link.current,
.lp-sidebar .nav-link.current,
.lp-navbar .nav-link.selected,
.lp-sidebar .nav-link.selected,
.lp-navbar .nav-link[aria-current=page],
.lp-sidebar .nav-link[aria-current=page] {
  border-right: 3px solid #0092DA !important;
  background: #E8F7FE !important;
  color: #000000 !important;
}

/* Additional ABP Lepton theme navigation classes */
.lpx-nav-menu .lpx-menu-item.active,
.lpx-nav-menu .lpx-menu-item.current,
.lpx-nav-menu .lpx-menu-item.selected,
.lpx-nav-menu .lpx-menu-item[aria-current=page],
.lpx-nav-menu .nav-item.active,
.lpx-nav-menu .nav-item.current,
.lpx-nav-menu .nav-item.selected,
.lpx-nav-menu .nav-item[aria-current=page] {
  border-right: 3px solid #0092DA !important;
  background: #E8F7FE !important;
  color: #000000 !important;
}

/* Generic active navigation item selectors */
.nav-item.active,
.nav-item.current,
.nav-item.selected,
.nav-item[aria-current=page],
.menu-item.active,
.menu-item.current,
.menu-item.selected,
.menu-item[aria-current=page],
.nav-menu-item.active,
.nav-menu-item.current,
.nav-menu-item.selected,
.nav-menu-item[aria-current=page] {
  border-right: 3px solid #0092DA !important;
  background: #E8F7FE !important;
  color: #000000 !important;
}

/* ABP specific navigation classes */
.abp-nav-item.active,
.abp-nav-item.current,
.abp-nav-item.selected,
.abp-nav-item[aria-current=page],
.abp-menu-item.active,
.abp-menu-item.current,
.abp-menu-item.selected,
.abp-menu-item[aria-current=page] {
  border-right: 3px solid #0092DA !important;
  background: #E8F7FE !important;
  color: #000000 !important;
}

/* Active page class - the actual class used for selected sidebar items */
.active-page:not(.has-drop) {
  border-right: 3px solid #0092DA !important;
  background: #E8F7FE !important;
  color: #000000 !important;
}

/* Ensure dropdown menus also have white background */
.navbar-nav .dropdown-menu,
.sidebar .dropdown-menu,
.nav-sidebar .dropdown-menu {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
}

/* Dropdown menu text colors */
.navbar-nav .dropdown-menu *,
.sidebar .dropdown-menu *,
.nav-sidebar .dropdown-menu *,
.navbar-nav .dropdown-item,
.sidebar .dropdown-item,
.nav-sidebar .dropdown-item {
  color: #000000 !important;
}

/* Hover states for better visibility */
.navbar-nav .nav-link:hover,
.sidebar .nav-link:hover,
.nav-sidebar .nav-link:hover {
  background-color: #f8f9fa !important;
  color: #000000 !important;
}

/* Hover states for active/selected items */
.navbar-nav .nav-link.active:hover,
.sidebar .nav-link.active:hover,
.nav-sidebar .nav-link.active:hover,
.navbar-nav .nav-link.current:hover,
.sidebar .nav-link.current:hover,
.nav-sidebar .nav-link.current:hover,
.navbar-nav .nav-link.selected:hover,
.sidebar .nav-link.selected:hover,
.nav-sidebar .nav-link.selected:hover,
.navbar-nav .nav-link[aria-current=page]:hover,
.sidebar .nav-link[aria-current=page]:hover,
.nav-sidebar .nav-link[aria-current=page]:hover,
.lpx-nav-menu .lpx-menu-item.active:hover,
.lpx-nav-menu .lpx-menu-item.current:hover,
.lpx-nav-menu .lpx-menu-item.selected:hover,
.lpx-nav-menu .lpx-menu-item[aria-current=page]:hover,
.lpx-nav-menu .nav-item.active:hover,
.lpx-nav-menu .nav-item.current:hover,
.lpx-nav-menu .nav-item.selected:hover,
.lpx-nav-menu .nav-item[aria-current=page]:hover,
.nav-item.active:hover,
.nav-item.current:hover,
.nav-item.selected:hover,
.nav-item[aria-current=page]:hover,
.menu-item.active:hover,
.menu-item.current:hover,
.menu-item.selected:hover,
.menu-item[aria-current=page]:hover,
.nav-menu-item.active:hover,
.nav-menu-item.current:hover,
.nav-menu-item.selected:hover,
.nav-menu-item[aria-current=page]:hover,
.abp-nav-item.active:hover,
.abp-nav-item.current:hover,
.abp-nav-item.selected:hover,
.abp-nav-item[aria-current=page]:hover,
.abp-menu-item.active:hover,
.abp-menu-item.current:hover,
.abp-menu-item.selected:hover,
.abp-menu-item[aria-current=page]:hover,
.active-page:not(.has-drop):hover {
  border-right: 3px solid #0092DA !important;
  background: #E8F7FE !important;
  color: #000000 !important;
}

/* Dropdown item hover states */
.navbar-nav .dropdown-item:hover,
.sidebar .dropdown-item:hover,
.nav-sidebar .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #000000 !important;
}

/* Icon colors in sidebar - Primary color #0092DA */
.navbar-nav .nav-link i,
.sidebar .nav-link i,
.nav-sidebar .nav-link i,
.navbar-nav .fa,
.sidebar .fa,
.nav-sidebar .fa {
  color: #0092DA !important;
}

/* Additional comprehensive text color overrides (excluding icons) */
.navbar *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.sidebar *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.nav-sidebar *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.navbar-sidebar *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.lepton-sidebar *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.abp-navbar *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.abp-sidebar *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.navbar a:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.sidebar a:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.nav-sidebar a:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.navbar span:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.sidebar span:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.nav-sidebar span:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.navbar div:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.sidebar div:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.nav-sidebar div:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.navbar p:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.sidebar p:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.nav-sidebar p:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.navbar li:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.sidebar li:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]) {
  color: #000000 !important;
}

/* Lepton theme specific selectors (excluding icons) */
.lp-navbar *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.lp-sidebar *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.lp-toggle-sidebar:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.lp-toggle-sidebar *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.lp-toggle-sidebar span {
  color: #000000 !important;
}

/* Lepton theme specific icon colors */
.lp-navbar i,
.lp-sidebar i,
.lp-navbar .fa,
.lp-sidebar .fa,
.lp-navbar [class*=fa-],
.lp-sidebar [class*=fa-] {
  color: #0092DA !important;
}

/* Toggle sidebar icon should remain black for visibility */
.lp-toggle-sidebar i,
.lp-toggle-sidebar .fa,
.lp-toggle-sidebar [class*=fa-] {
  color: #000000 !important;
}

/* Force override any white text with higher specificity (excluding icons) */
.navbar .nav-link:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.navbar .navbar-brand:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.navbar .navbar-text:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.sidebar .nav-link:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]),
.sidebar .navbar-brand:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class*=fa-]) {
  color: #000000 !important;
}

/* Additional sidebar icon color rules for comprehensive coverage */
.navbar i,
.navbar .fa,
.navbar [class*=fa-],
.sidebar i,
.sidebar .fa,
.sidebar [class*=fa-],
.nav-sidebar i,
.nav-sidebar .fa,
.nav-sidebar [class*=fa-],
.navbar-sidebar i,
.navbar-sidebar .fa,
.navbar-sidebar [class*=fa-],
.lepton-sidebar i,
.lepton-sidebar .fa,
.lepton-sidebar [class*=fa-],
.abp-navbar i,
.abp-navbar .fa,
.abp-navbar [class*=fa-],
.abp-sidebar i,
.abp-sidebar .fa,
.abp-sidebar [class*=fa-] {
  color: #0092DA !important;
}

/* Primary buttons */
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #0092DA !important;
  border-color: #0092DA !important;
  color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #007bb8 !important;
  border-color: #007bb8 !important;
  color: #ffffff !important;
}

/* Outline buttons */
.btn-outline-primary {
  color: #0092DA !important;
  border-color: #0092DA !important;
  background-color: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: #0092DA !important;
  border-color: #0092DA !important;
  color: #ffffff !important;
}

/* Primary icons and links */
.text-primary,
a.text-primary,
.nav-link.text-primary,
.btn-link.text-primary {
  color: #0092DA !important;
}

/* Primary badges and labels */
.badge-primary,
.badge.bg-primary {
  background-color: #0092DA !important;
  color: #ffffff !important;
}

/* Primary form controls */
.form-control:focus,
.form-select:focus {
  border-color: #0092DA !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 146, 218, 0.25) !important;
}

/* Primary checkboxes and radio buttons */
.form-check-input:checked {
  background-color: #0092DA !important;
  border-color: #0092DA !important;
}

/* Primary progress bars */
.progress-bar {
  background-color: #0092DA !important;
}

/* Primary pagination */
.page-link {
  color: #0092DA !important;
}

.page-link:hover {
  color: #007bb8 !important;
}

.page-item.active .page-link {
  background-color: #0092DA !important;
  border-color: #0092DA !important;
  color: #fff !important;
}

/* Active pagination button text color */
.page-item.active button,
.page-item.active .page-link {
  color: #fff !important;
}

/* ng-bootstrap Offcanvas Support */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  max-height: 100vh;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  height: 100vh;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas.offcanvas-end.show {
  transform: translateX(0);
  visibility: visible;
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-start.show {
  transform: translateX(0);
  visibility: visible;
}
.offcanvas.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.offcanvas-top.show {
  transform: translateY(0);
  visibility: visible;
}
.offcanvas.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.offcanvas-bottom.show {
  transform: translateY(0);
  visibility: visible;
}

/* Ensure offcanvas backdrop works */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* Offcanvas footer button styles */
.offcanvas-footer .btn {
  border-radius: 2px !important;
}

.offcanvas-footer .btn.btn-secondary {
  background-color: #ffffff !important;
  border-color: #D9D9D9 !important;
  color: #000 !important;
}

/* Modal footer button styles - matching offcanvas footer */
.modal-footer .btn {
  border-radius: 2px !important;
}

.modal-footer .btn.btn-secondary {
  background-color: #ffffff !important;
  border-color: #D9D9D9 !important;
  color: #000 !important;
}

/* Data tables filter button height */
.data-tables-filter .btn {
  height: 32px !important;
}

/* Consistent 2px border-radius for all form elements and buttons */
.form-control,
.form-select,
.btn,
.input-group-text,
.form-check-input,
.form-range,
.was-validated .form-control:valid,
.was-validated .form-select:valid,
.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
  border-radius: 2px !important;
}

/* White background for all inputs and selects */
.form-control,
.form-select,
.form-control:focus,
.form-select:focus,
.form-control:disabled,
.form-select:disabled,
.form-control[readonly],
.form-select[readonly] {
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Ensure input groups maintain white background */
.input-group .form-control,
.input-group .form-select {
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Specific overrides for different button types */
.btn-group .btn:first-child,
.btn-group .btn:not(:last-child) {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.btn-group .btn:last-child,
.btn-group .btn:not(:first-child) {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

/* Input group elements */
.input-group .form-control,
.input-group .form-select,
.input-group .btn {
  border-radius: 2px !important;
}

.input-group .form-control:not(:last-child),
.input-group .form-select:not(:last-child) {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.input-group .form-control:not(:first-child),
.input-group .form-select:not(:first-child) {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

/* Dropdown elements */
.dropdown-menu {
  border-radius: 2px !important;
}

/* Modal elements */
.modal-content {
  border-radius: 2px !important;
}

.modal-header {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.modal-footer {
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

/* Card elements */
.card {
  border-radius: 2px !important;
}

/* Alert elements */
.alert {
  border-radius: 2px !important;
}

/* Badge elements */
.badge {
  border-radius: 2px !important;
}

/* Nav tabs */
.nav-tabs .nav-link {
  border-radius: 2px 2px 0 0 !important;
}

/* Pagination */
.page-link {
  border-radius: 2px !important;
}

/* Table elements */
.table {
  border-radius: 2px !important;
}

/* List group */
.list-group-item:first-child {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.list-group-item:last-child {
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

/* Progress bars */
.progress {
  border-radius: 2px !important;
}

.progress-bar {
  border-radius: 2px !important;
}

.btn.btn-outline-primary {
  border-width: 1px;
  box-shadow: unset;
}

/* Global ng-select styling to match Ant Design theme */
.ng-select-container {
  border-color: #d9d9d9;
  border-radius: 2px;
  min-height: 32px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  padding: 0 !important;
  -webkit-user-select: none !important;
          user-select: none !important;
  position: relative !important;
}
.ng-select-container.ng-select-focused {
  border-color: #0092DA;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ng-select-container.ng-select-disabled {
  background-color: #fafafa;
  cursor: not-allowed;
  opacity: 0.6;
}

.ng-select-value-icon {
  padding-right: 8px;
}

.ng-select-clear-zone {
  color: rgba(0, 0, 0, 0.65);
  padding-right: 8px;
  margin-right: 4px;
}
.ng-select-clear-zone:hover {
  color: rgba(0, 0, 0, 0.75);
}

.ng-dropdown-panel {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  z-index: 1050;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 4px !important;
  min-width: 100% !important;
}

.ng-dropdown-panel .ng-optgroup {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  padding: 5px 12px;
}

.ng-dropdown-panel .ng-option {
  padding: 5px 12px;
  height: 32px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ng-dropdown-panel .ng-option:hover {
  background-color: #f5f5f5;
}
.ng-dropdown-panel .ng-option.ng-option-selected {
  background-color: #e6f7ff;
  color: #0092DA;
  font-weight: 500;
}
.ng-dropdown-panel .ng-option.ng-option-marked {
  background-color: #f5f5f5;
}
.ng-dropdown-panel .ng-option.ng-option-disabled {
  color: rgba(0, 0, 0, 0.45);
  cursor: not-allowed;
}

.ng-input {
  padding: 4px 11px !important;
  flex: 1;
  -webkit-user-select: none !important;
          user-select: none !important;
}

.ng-input input {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  height: auto !important;
  cursor: default !important;
  -webkit-user-select: none !important;
          user-select: none !important;
  caret-color: transparent !important;
}
.ng-input input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.ng-input input:focus {
  outline: none !important;
  caret-color: transparent !important;
}

.ng-select.ng-select-readonly .ng-select-container {
  background-color: #fafafa;
  cursor: not-allowed;
}

/* Additional styling for wrapper */
.ng-select-wrapper {
  display: block !important;
  width: 100% !important;
  -webkit-user-select: none !important;
          user-select: none !important;
}

.ng-select-wrapper .ng-select-container {
  border-color: #ced4da;
  width: 100% !important;
  -webkit-user-select: none !important;
          user-select: none !important;
}

.ng-select-value {
  -webkit-user-select: none !important;
          user-select: none !important;
  cursor: pointer !important;
}

.ng-value {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.ng-value-label {
  -webkit-user-select: none !important;
          user-select: none !important;
  cursor: pointer !important;
}

.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  padding: 0.4rem 1.2rem 0.2rem;
}

.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
  background-color: #0092DA;
}

/* Custom footer text override */
.lp-footer span:first-child,
.copyright span:first-child {
  display: none;
}

.lp-footer::before,
.copyright::before {
  content: "2025 © Exon ICT Group";
  display: inline-block;
}

/* Print styles - Hide footer in print preview */
@media print {
  @page {
    margin: 0 !important;
    size: auto;
  }
  footer,
  .footer,
  [class*=footer],
  .lp-footer,
  .copyright,
  [class*=copyright],
  app-root footer,
  .application-footer {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
}

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