@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");

* {
	font-size: 100%;
	font-family: sans-serif;
}

.container-dashboard {
	margin-top: 80px;
}

.container-50 {
	margin-top: 145px;
}

.nav-selected a {
	text-decoration: underline;
	background-color: #e5a500 !important;
}

.nav-selected-a {
	text-decoration: underline;
	background-color: #e5a500;
}

.bg-blue {
	background-color: #1a6fff;
}

.text-welcome {
	float: right;
	margin: 15px 0 0 10px;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.navbar {
	border-bottom: 5px solid #e5a500;
}

.nav-link {
	color: #f9fcf2 !important;
	white-space: nowrap;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: -999;
}

.img-fit {
	max-width: 100%;
	max-height: 100%;
}

#inputRfid {
	color: transparent !important;
	outline: none;
	border: 0;
}

#inputRfid:focus {
	outline: none !important;
}

.err-len {
	border-color: #ef3737 !important;
	border-radius: 5px;
}

#showMessage {
	margin: 0 auto;
	width: 100%;
}

.hide {
	display: none !important;
}

/*#inputAddRfid{
  background: transparent;
  border: none;
  color: transparent;
  background-color: transparent;
}

#inputAddRfid:focus{
  outline: none;
  box-shadow: none;
}*/

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0px;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.42857;
}

.loading-page {
	z-index: 1056;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #343a40;
	margin: 0;
	/*display: none;/*for hide and show*/
}

#loading-page {
	color: #fff;
	position: fixed;
	z-index: 999;
	height: 136px;
	width: 139px;
	overflow: hidden;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 64px;
	padding: 40px 50px 50px 36px;
}
.lds-roller {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 32px 32px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 50px;
	left: 50px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 54px;
	left: 45px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 57px;
	left: 39px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 58px;
	left: 32px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 57px;
	left: 25px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 54px;
	left: 19px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 50px;
	left: 14px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 45px;
	left: 10px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.open-evse,
.add-evse {
	cursor: pointer;
}

.pt-6 {
	margin-top: 6rem !important;
}

.btn-merchant-settings {
	border-radius: 30px;
	color: #fff;
	background-color: #e5a500;
}

.map {
	height: 200px;
	width: 100%;
}

#modalTopupList {
	overflow-y: auto;
	max-height: 345px;
}

.li-void {
	cursor: pointer;
}

.tbl-customer-service {
	background-color: #adcfe9;
	border: 1px solid;
}

.carousel-control-next,
.carousel-control-prev {
	width: 10% !important;
}

.custom-margin-1 {
	border: 2px solid #b1b1b1;
	border-radius: 5px;
	padding: 10px;
}

.custom-mt-1x {
	margin-top: 2.5rem !important;
}

.custom-fa-1x {
	font-size: 1.5rem;
}

.custom-rebate-group {
	padding: 8px 0 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

.mx-w-150p {
	max-width: 150px;
}

@media (max-width: 991px) {
	/* ✅ CSS rules here will only apply when screen < 991px */

	.nav-item.ms-auto {
		margin-right: 12px;
		margin-bottom: 2px;
	}
}

.header-logo {
	border-radius: 8px; /* rounded corners */
	transition: 0.3s ease-in-out; /* smooth hover effect */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.header-logo img:hover {
	cursor: pointer;
	transform: scale(1.05); /* subtle zoom */
}

.dropdown-menu {
	max-height: calc(1.5em * 5);
	overflow-y: auto;
}

#containerSalesReport{
	max-width: 98%;
}