body {
	font-family: 'Sarabun', sans-serif !important;
	font-style: normal !important;
}

.bg-lb {
	background-color: #084298;
}

.btn-lb {
	background-color: #084298;
}

.txt-lb {
	color: #084298;
}

.btn-lb {
	--bs-btn-color: #fff;
	--bs-btn-bg: #084298;
	--bs-btn-border-color: #084298;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #052c65;
	--bs-btn-hover-border-color: #052e6d;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #052e6d;
	--bs-btn-active-border-color: #052c65;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #084298;
	--bs-btn-disabled-border-color: #084298;
  }

.progress-content {
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 100%;
}

.progress-element{
	position: fixed;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.display-show{
	display: block !important;
}

.display-hide{
	display: none !important;
}

.w-40 {
	width: 40% !important;
}