.custom-label-sm {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.875rem;
	line-height: 1.5;
	padding-right: 3px;
	padding-left: 3px;
}

.custom-underline {
	text-decoration: underline;
}

#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}

.maha-trans-logo {
	width: 281px;
	height: 91px;
}

.maha-trans-logo2 {
	width: 234px;
	height: 76px;
}

.maha-75-logo {
	width: 143px;
	height: 116px;
}

.color-red {
	color: red;
}

.cust-width-0-percent {
	width: 0%
}

.cust-height-20px {
	height: 20px;
}

.cust-min-width-77px {
	min-width: 77px;
}

.cust-min-width-400px {
	min-width: 400px;
}

.cust-err-page-body-bg-color {
	background-color: #f1f2f6;
}

.cust-letter-space {
	letter-spacing: 5px;
}

.cust-center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.cust-bg-color-table-row {
	/* background-color: #fff3e0; */
	background-color: #39FF14;
	/* 	background-color: #FFFF00; */
}

.cust-font-size-25px {
	font-size: 25px;
}

/* .glossy-aqua {
	border: 1px solid #004a99;
	border-radius: 30px;
	padding: 12px 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(to bottom, #6ec6ff 0%, #1e90ff 50%, #0056b3 100%);
	box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.6), 0 3px 6px
		rgba(0, 0, 0, 0.3);
	position: relative;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transition: transform 0.2s ease;
} */

.glossy-aqua {
  border: 1px solid #004a99;
  border-radius: 30px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to bottom, #6ec6ff 0%, #1e90ff 50%, #0056b3 100%);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.6),
              0 3px 6px rgba(0, 0, 0, 0.3);
  position: relative;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.6s ease-in-out; /* smoother & includes all properties */
}


/* Glossy reflection */
.glossy-aqua::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 4px;
	right: 4px;
	height: 40%;
	border-radius: 25px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9),
		rgba(255, 255, 255, 0));
}

/* Hover effect */
.glossy-aqua:hover {
	transform: scale(1.05);
}

/* Pressed effect */
.glossy-aqua:active {
	transform: scale(0.95);
}

/* Excel button */
.btn-excel {
	background: linear-gradient(to bottom, #90ee90 0%, #28a745 50%, #1e7e34 100%);
	border: 1px solid #145c2e;
	box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.6), 0 3px 6px
		rgba(0, 0, 0, 0.3);
}

.btn-excel::before {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9),
		rgba(255, 255, 255, 0));
}

/* Forward button */
.btn-forward {
	background: linear-gradient(to bottom, #6ec6ff 0%, #007bff 50%, #0056b3 100%);
	border: 1px solid #004a99;
	box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.6), 0 3px 6px
		rgba(0, 0, 0, 0.3);
}

.btn-forward::before {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9),
		rgba(255, 255, 255, 0));
}

.glossy-aqua:disabled, .glossy-aqua[disabled] {
	opacity: 0.6; /* faded look */
	cursor: not-allowed; /* change cursor */
	box-shadow: none; /* remove glowing shadows */
	transform: none; /* prevent hover animation */
}

.glossy-aqua:disabled::before, .glossy-aqua[disabled]::before {
	display: none; /* remove glossy shine */
}

/* Base style for the header checkbox */
#selectPageCheckbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #6C757D;
  border-radius: 4px;
  background-color: #f0f0f0; /* light grey */
  cursor: pointer;
  position: relative;
}

/* Checked state */
#selectPageCheckbox:checked {
  background-color: #0d6efd; /* Bootstrap blue */
  border-color: #0d6efd;
}

/* Blue checkmark */
#selectPageCheckbox:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Indeterminate (dash in the middle) */
#selectPageCheckbox:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

#selectPageCheckbox:indeterminate::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 10px;
  height: 2px;
  background-color: white;
}
