::-webkit-input-placeholder {
	font-family: 'Sarabun', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

::-moz-placeholder {
	font-family: 'Sarabun', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

:-ms-input-placeholder {
	font-family: 'Sarabun', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

::-ms-input-placeholder {
	font-family: 'Sarabun', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

::placeholder {
	font-family: 'Sarabun', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #343a40;
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

.card {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
	overflow: hidden;
}

.number-disabled::-webkit-outer-spin-button,
.number-disabled::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.img-required {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.img-fit-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.font-Thin {
	font-weight: 100;
}

.font-ExtraLight {
	font-weight: 200;
}

.font-Light {
	font-weight: 300;
}

.font-Regular {
	font-weight: 400;
}

.font-Medium {
	font-weight: 500;
}

.font-SemiBold {
	font-weight: 600 !important;
}

.font-Bold {
	font-weight: 700 !important;
}

.font-ExtraBold {
	font-weight: 800;
}

.font-smaller {
	font-size: 14px;
}

.font-bigger {
	font-size: 18px;
}

.text-12 {
	font-size: 12px !important;
}

.text-14 {
	font-size: 14px !important;
}

.text-15 {
	font-size: 15px !important;
}

.text-16 {
	font-size: 16px !important;
}

.text-18 {
	font-size: 18px !important;
}

.text-20 {
	font-size: 20px !important;
}

.text-25 {
	font-size: 25px !important;
}

.opacity-0 {
	opacity: 0;
	transition: all 150ms;
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-ms-transition: all 150ms;
	-o-transition: all 150ms;
}

.btn-radius {
	border-radius: 50px;
}

.swal2-modal {
	box-shadow: 0px 3px 6px #2C28281C;
	font-family: 'Sarabun' !important;
	padding: 40px !important;
	border-radius: 10px;
}

.swal2-modal .swal2-title {
	color: #172B4D;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.swal2-modal .swal2-content {
	color: #172B4D;
	font-size: 15px;
	margin-bottom: 30px;
}

.swal2-modal .swal2-buttonswrapper .btn {
	font-size: 15px;
	padding: 10px 20px;
	width: 130px;
}

.swal2-modal .swal2-buttonswrapper .btn:first-child {
	margin-right: 7.5px;
}

.swal2-modal .swal2-buttonswrapper .btn:last-child {
	margin-left: 7.5px;
}

.swal2-modal.swal-logout .swal2-title {
	color: #172B4D;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.swal2-modal.swal-logout .swal2-content {
	color: #172B4D;
	font-size: 15px;
	margin-bottom: 30px;
}

.swal2-modal.swal-logout .swal2-buttonswrapper .btn {
	font-size: 15px;
	padding: 10px 20px;
	width: 130px;
}

.swal2-modal.swal-logout .swal2-buttonswrapper .btn:first-child {
	margin-right: 7.5px;
}

.swal2-modal.swal-logout .swal2-buttonswrapper .btn:last-child {
	margin-left: 7.5px;
}

.checkbox-2x .custom-control-label::before,
.checkbox-2x .custom-control-label::after {
	top: 0.15rem;
	width: 1.25rem;
	height: 1.25rem;
}

@media (max-width: 1199.98px) {}

@media (min-width: 992px) {}

@media (max-width: 991.98px) {}

@media (min-width: 768px) {}

@media (max-width: 767.98px) {
	body {
		font-size: 14px;
	}
}

@media (max-width: 575.98px) {}