body {
	background-color: #ededed;
	font-size: 14px;
	font-family: 'Bai Jamjuree', sans-serif;
	color: #000000;
}

.card {
	background-color: white;
	border-radius: 5px;
}

.table {
	color: #000000;
}

select {
	border-color: #ededed;
}

body * {
	border-radius: 0;
}

.ml-auto .dropdown-menu {
	left: auto !important;
	right: 0px;
}

.nav-link {
	color: black;
}

.page-item.active .page-link {
	background-color: #14151a;
	border-color: #14151a;
}

.table td,
.table th {
	font-size: 14px;
}

.form-control {
	font-size: 14px;
	color: #000000;
}

.dropdown-menu {
	font-size: 15px;
}

.overlay-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1051;
}

.overlay-main .content {
	width: 100%;
	max-width: 200px;
	background-color: white;
	color: black;
	margin: calc(50vh - 100px) auto;
	border-radius: 5px;
	text-align: center;
	padding: 20px;
}

.overlay-main i,
.overlay-main svg {
	font-size: 35px;
}

.overlay-main .title {
	font-size: 20px;
	padding-top: 10px;
}

.sidebar {
	font-weight: 500;
}

.sidebar .sidebar-heading {
	font-size: .75rem;
}

body .swal2-title {
	font-size: clamp(1.2rem, 2.1vw, 1.6rem);
}

.mymcdatepicker {
	background-color: white !important;
}

.mc-calendar--opened {
	z-index: 1053 !important;
}

.pointer {
	cursor: pointer !important;
}

.select2.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #d1d3e2;
	height: calc(1.4em + 0.75rem);
	padding: 0.375rem 0.75rem;
	border-radius: 0.35rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 18px;
	padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	height: 15px;
	line-height: 10px;
	font-size: 20px;
	font-weight: 400;
	margin-right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 30px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #d1d3e2;
}

.squre_20 {
	width: 20px;
	height: 20px;
}