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

