@charset "UTF-8";
@font-face {
	font-family: 'KhmerFont';
	src: url('./fonts/Kantumruy-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NotoSerif';
	src: url('./fonts/FiraCode-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	color: #000;
	font-family: KhmerFont, NotoSerif, Suwannaphum, Roboto, Bai Jamjuree;
	font-size: 13px;
}

.btn {
	border-radius: 0.25rem;
}

#wrapper {
	width: 100%;
	overflow-x: hidden;
}

.toast-header {
	border-bottom: 0px solid;
	color: #000000;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
}

.b-toast > .toast {
	border-radius: 0.5rem;
}

.toast-footer {
	font-size: 12px;
}

.form-control {
	border-radius: 0.25rem;
}

.modal-content {
	border-radius: 0.25rem;
}

.modal-xxl {
	max-width: 1500px !important;
}

.dropdown-menu {
	font-size: 13px;
}

.btn-link {
	color: #4d7dd3;
}
.btn-link:hover {
	color: #4d7dd3;
}

.sidebar-active {
	color: #4d7dd3;
}

.navbar .btn {
	margin: 0px !important;
}

.card-header-content {
	padding: 0px;
}

.page-item.active .page-link {
	background-color: #4d7dd3;
	border-color: #4d7dd3;
}

.page-link {
	color: #000;
}

.card-category,
label {
	margin-bottom: 0.3rem;
}

.form-control,
.custom-select,
.btn {
	font-size: 13px;
}

.form-control,
.custom-select {
	color: #000 !important;
	font-weight: 500;
}

.font-weight-bold-500 {
	font-weight: 500 !important;
}

.input-group-text {
	font-size: 13px;
}

.avatar {
	vertical-align: middle;
	width: 150px;
	height: 100px;
	border-radius: 50%;
}

.nav-item.active {
	color: rgb(0, 0, 0);
	/* background-color: rgb(242, 242, 242); */
	border-radius: 50px 0px 0px 50px;
}
.nav-item.active p,
.nav-item.active i {
	color: #4d7dd3 !important;
	font-weight: 700;
}

.sidebar-menu-item .nav-item.active {
	color: rgb(0, 0, 0);
	/* background-color: rgb(242, 242, 242); */
	border-radius: 50px 0px 0px 50px;
}
.sidebar-menu-item .nav-item.active i {
	color: #4d7dd3 !important;
	font-weight: 700;
}

.notification-follow {
	position: absolute;
	width: auto;
	border-radius: 10px;
	padding: 0 5px;
	height: 18px;
	font-size: 13px;
	height: auto;
	font-weight: bold;
	line-height: 18px;
	top: 50px;
	z-index: 99;
	left: 20px;
}

.form-group.required .control-label:after {
	content: ' *';
	color: red;
}

.nowrap .b-table td {
	white-space: nowrap;
}

.b-table tr.success {
	box-shadow: 0 0 0 #a3c293 inset;
	/* background: #fcfff5 !important; */
	color: #2c662d !important;
}

/** Change input placeholder opacity**/
::-moz-placeholder {
	opacity: 0.5 !important;
	/* Firefox Chrome*/
}
::placeholder {
	opacity: 0.5 !important;
	/* Firefox Chrome*/
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 0.5 !important;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	opacity: 0.5 !important;
}

.swal2-container {
	z-index: 3000 !important;
}
.swal2-container .swal2-popup {
	font-size: 12px !important;
}

/** Change select placeholder opacity**/
option[value=''][disabled] {
	display: none;
}

option {
	color: black;
}

.control-label {
	color: #000;
}

input,
select,
textarea {
	color: #000;
	font-weight: bold;
}

.swal2-title {
	font-size: 1.25rem !important;
}

.btn-danger,
.btn-danger.disabled {
	color: white;
}

.btn-status {
	padding: 2px 6px !important;
}
.btn-status i {
	font-size: 19px;
}

.vdp-datepicker__calendar {
	margin-left: -70px;
}

.table {
	color: #495057;
}
.table .badge {
	font-size: 95%;
}
.table .material-icons {
	font-size: 20px;
}

.b-table th {
	text-align: center;
}

.table td,
.table th {
	/* border-color: #f3f3f3 !important; */
	white-space: nowrap;
	vertical-align: middle;
}
.table td p,
.table th p {
	margin: 0;
}
.table td .dd-action .btn .material-icons,
.table th .dd-action .btn .material-icons {
	font-size: 18px;
}
.table td .dd-action .btn-link,
.table th .dd-action .btn-link {
	color: #6c757d;
}
.table td .dd-action .btn-link span,
.table th .dd-action .btn-link span {
	vertical-align: bottom;
}

.table thead th {
	border-bottom: 0 solid #dee2e6;
	font-weight: 600;
	border-top: none;
}

.data-table {
	/* max-height: 572px; */
	min-height: 300px;
}

.sub-info-header {
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
}

.btn .material-icons {
	vertical-align: middle;
	font-size: 20px;
	margin-right: 0.25rem !important;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: #fff;
	border-top: none;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 13px;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-color: rgba(58, 58, 58, 0.15);
	border-radius: 0.25rem;
}
.dropdown-menu .dropdown-item {
	padding-left: 10px;
}
.dropdown-menu .dropdown-item .material-icons {
	vertical-align: middle;
	font-size: 20px;
	margin-right: 0.25rem !important;
}

.media .material-icons {
	vertical-align: middle;
	font-size: 24px;
}
.media .media-body {
	margin-top: 4px;
}

.modal-body {
	padding: 1rem 2rem;
}

.card {
	box-shadow: 0 0 0 0 !important;
	border-radius: 0.25rem !important;
}

.card-body {
	font-size: 13px;
}
.card-body .md40 {
	font-size: 40px;
}

.text-gray-300 {
	color: #dddfeb !important;
}

.border-top-primary {
	border-top: 0.25rem solid #4d7dd3 !important;
}

.border-left-primary {
	border-left: 0.25rem solid #4d7dd3 !important;
}

.border-left-success {
	border-left: 0.25rem solid #1cc88a !important;
}

.border-left-info {
	border-left: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
	border-left: 0.25rem solid #f6c23e !important;
}

.border-left-red {
	border-left: 0.25rem solid #f86c6b !important;
}

.border-left-blue {
	border-left: 0.25rem solid #20a8d8 !important;
}

.widget-icon .material-icons {
	font-size: 70px;
	opacity: 0.2;
}

.sub-card-header {
	font-size: 1rem;
	color: #4d7dd3;
	margin-left: 32px;
}

.tab-title {
	font-size: 13px;
}

/** multi select **/
.multiselect,
.multiselect__input,
.multiselect__single {
	font-size: 12px !important;
}

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

.multiselectError .multiselect__tags {
	border-color: #dc3545;
}

.multiselect__option--highlight {
	background: #4d7dd3 !important;
}

.custom-select {
	border-radius: 0.25rem;
}

.popper img {
	max-width: 500px;
	max-height: 400px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	border-width: medium;
	border-right-color: white;
	border-left-color: white;
	border-top-color: cornflowerblue;
}

.nav-tabs .nav-link {
	border-bottom: 0px;
	margin-top: 5px;
}

.limit-3-line {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-clamp: 3;
	-webkit-box-orient: vertical;
} /*# sourceMappingURL=main.css.map */
