body,
html {
	/* font-size: 14px; */
	font-family: "SF UI Text", sans-serif;
}
.bg-gray-100 {
	background-color: #ededed !important;
}

.bg-yellow {
	background-color: #fff3cd !important;
}

.select2-container {
	width: 100% !important;
}


.bg-red-100 {
	background-color: #ffedef !important;
}

.btn-secondary {
	background-color: #e2e2e2 !important;
	border-color: #e2e2e2 !important;
	color: #000 !important;
}

.navbar {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
}

.bg-green {
	background-color: #dff2bf !important;
}

.border-1 {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
}

.border-left-1 {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.border-right-1 {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.swal2-html-container {
	font-size: 0.8rem !important;
}
td.dtfc-fixed-left {
	z-index: 999 !important;
	background-color: #fff !important;
}
th.dtfc-fixed-left {
	z-index: 999 !important;
	background-color: #dddddd !important;
}
.border-bottom-1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-dialog .select2-container {
	width: 100% !important;
}

.text-primary {
	color: #006dcc;
}

.btn-primary {
	background-color: #006dcc !important;
	border-color: #006dcc !important;
	color: #fff !important;
}

.btn-success {
	background-color: #9ecb42 !important;
	border-color: #9ecb42 !important;
	color: #000 !important;
}

.font-sm {
	font-size: 0.8rem !important;
}

.font-md {
	font-size: 0.9rem !important;
}

.form-control {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-radius: 4px;
}

.form-control:focus {
	box-shadow: none !important;
}

.nav-item {
	margin-right: 20px;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	font-size: 0.8rem;
}

.content-title {
	font-size: 1rem;
	font-weight: 600;
	border-bottom: 2px solid #006dcc;
	display: inline-block;
}

.options-list .btn {
	font-size: 0.7rem;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
	background-color: #e2e2e2;
	min-width: 100px;
	padding: 0.5rem 1rem;
}

.base-table {
	/* table-layout: fixed; */
	border-collapse: separate !important;
	font-size: 0.8rem;
	border-spacing: 0px;
	font-size: inherit;
}

.base-table thead {
	position: sticky;
	top: 0;
	z-index: 999;
}

table.dataTable tbody tr td {
	word-wrap: break-word;
	word-break: break-all;
}

.base-table tr:first-child th:first-child {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.base-table th {
	background-color: #dddddd;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px;
	font-size: 0.8rem;
	font-weight: 500;
}
.base-table td:first-child {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.base-table td {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 5px;
	font-size: 0.8rem;
	word-break: break-word;
}
.base-table tbody tr:last-child td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.form-editTable {
	font-size: 0.8rem;
}

.action-btn {
	background-color: #ddd;
	border: 1px solid #b6b6b6;
	color: #000;
	font-size: 0.8rem;
}

.paginate_button.current {
	background-color: #006dcc !important;
	border-color: #006dcc !important;
	color: #fff !important;
}

.form-check-input:checked {
	background-color: #006dcc !important;
	border-color: #006dcc !important;
}

::-webkit-scrollbar {
	display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #006dcc !important;
	border-color: #006dcc !important;
	color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #006dcc !important;
	border-color: #006dcc !important;
	color: #fff !important;
}

.modal-content {
	border-radius: 0px;
	border: 0px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px 0px;
}

.modal-header {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 0px;
}

.modal-content .form-control,
.modal-content .form-select {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px;
}

.form-control:read-only {
	background-color: rgba(0, 0, 0, 0.05);
}
.card {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px;
}

.card-link {
	cursor: pointer;
}

.new-img {
	height: 100px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px dashed rgba(0, 0, 0, 0.1);
	transition: ease-in-out 0.2s;
}

.new-img i {
	font-size: 24px;
}
:where(.swal2-styled).swal2-confirm {
	margin-right: 4px;
}
.swal2-popup {
	border-radius: 0px !important;
}

.swal2-confirm:focus {
	box-shadow: none !important;
}

.swal2-confirm {
	/* font-size: 0.8rem !important; */
	background-color: #006dcc !important;
	border-color: #006dcc !important;
	color: #fff !important;
}

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

.swal2-input {
	border-radius: 0px !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	font-size: 1rem !important;
	margin: 0rem 2rem !important;
}

.map-container {
	padding: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.table-gap {
	border: 0px !important;
	border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
	background-color: #fff !important;
}

table.dataTable tfoot td,
table.base-table tfoot td {
	border-top: 0px !important;
}
table.base-table tfoot td.table-gap {
	border-bottom: 0px !important;
	border-top: 0px !important;
}

table.dataTable tfoot td,
table.base-table tfoot td {
	border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.dataTables_filter label {
	font-size: 0.8rem !important;
}

table.dataTable.no-footer {
	border-bottom: 0px !important;
}

table.dataTable thead th,
table.dataTable thead td {
	border-bottom: 0px !important;
	font-weight: 500 !important;
}
table.dataTable {
	table-layout: auto !important;
}
.modal-dialog-scrollable .modal-content {
	max-height: 90vh;
}
.dataTables_filter {
	margin-bottom: 10px;
}
.paginate_button {
	font-size: 0.8rem !important;
	color: rgba(0, 0, 0, 0.5) !important;
}
.dataTables_paginate {
	padding-top: 1rem !important;
	width: 100% !important;
	/* text-align: center !important; */
	float: none !important;
}
.img-prev img {
	width: 100%;

	aspect-ratio: 1/1;
	object-fit: cover;
	padding: 10px;
}
.img-prev-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	flex-direction: column;
	text-overflow: ellipsis;
	white-space: break-spaces;
	margin: 5px;
}
.img-prev-container .delete-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	opacity: 0;
	transition: ease-in-out 0.2s;
}
.img-prev-container .delete-overlay:hover {
	opacity: 1;
	transition: ease-in-out 0.2s;
}

.border-0 {
	border: 0px !important;
}
.loader {
	width: 32px;
	height: 32px;
	display: block;
	margin: 15px auto;
	position: relative;
	color: #f66a70;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	background-color: #f66a70;
	border-radius: 50%;
	animation: scale50 1s infinite ease-in-out;
}
.loader::before {
	top: auto;
	bottom: 0;
	background-color: #9ecb42;
	animation-delay: 0.5s;
}
.select2-results__option--selectable {
	font-size: 0.8rem !important;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes scale50 {
	0%,
	100% {
		transform: scale(0);
	}
	50% {
		transform: scale(1);
	}
}

.on-mobile {
	display: none;
}
.bg-green {
	background-color: #dff2bf !important;
}
.bg-red {
	background-color: #ffbaba50 !important;
}

/* Datatable */
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
	padding-right: 16px;
}

table.dataTable thead > tr > th.sorting::before,
table.dataTable thead > tr > th.sorting::after,
table.dataTable thead > tr > th.sorting_asc::before,
table.dataTable thead > tr > th.sorting_asc::after,
table.dataTable thead > tr > th.sorting_desc::before,
table.dataTable thead > tr > th.sorting_desc::after,
table.dataTable thead > tr > th.sorting_asc_disabled::before,
table.dataTable thead > tr > th.sorting_asc_disabled::after,
table.dataTable thead > tr > th.sorting_desc_disabled::before,
table.dataTable thead > tr > th.sorting_desc_disabled::after,
table.dataTable thead > tr > td.sorting::before,
table.dataTable thead > tr > td.sorting::after,
table.dataTable thead > tr > td.sorting_asc::before,
table.dataTable thead > tr > td.sorting_asc::after,
table.dataTable thead > tr > td.sorting_desc::before,
table.dataTable thead > tr > td.sorting_desc::after,
table.dataTable thead > tr > td.sorting_asc_disabled::before,
table.dataTable thead > tr > td.sorting_asc_disabled::after,
table.dataTable thead > tr > td.sorting_desc_disabled::before,
table.dataTable thead > tr > td.sorting_desc_disabled::after {
	right: 6px;
}

.dataTables_paginate .pagination,
.dataTables_paginate .paginate_button .page-link {
	font-size: 13px !important;
}

.dataTables_empty {
	border: 0px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
	font-style: italic;
}

.dataTables_filter {
	display: none;
}

.border-top-1 {
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
/* Select2 */
.select2-container--default .select2-selection--single {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-radius: 4px !important;
	height: auto !important;
	padding: 4px;
}

.select2-container .select2-selection--single {
	height: 38px !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: transparent !important;
	border-color: transparent !important;
}

.page-link,
.page-link:hover {
	font-size: 0.8rem !important;
	color: #000;
}
.active > .page-link,
.page-link.active {
	background-color: #006dcc !important;
	border-color: #006dcc !important;
}

.form-check-label {
	font-size: 0.8rem !important;
}

.wrap-text {
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.select2-selection__arrow {
	height: 100% !important;
}

.select2-selection__rendered {
	font-size: 0.8rem !important;
	line-height: 28px !important;
}
.form-icon {
	padding: 4px 12px;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.form-icon .form-control {
	font-size: 0.8rem !important;
}
.table > :not(caption) > * > * {
	border-bottom-width: 1px !important;
	border-bottom-color: rgba(0, 0, 0, 0.005);
}
.border-0 {
	border: 0px !important;
}
.border-top-1 {
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.border-top-2 {
	border-top: 2px solid rgba(0, 0, 0, 0.1) !important;
}
@media screen and (max-width: 768px) {
	.border-0-left-mobile {
		border-left: 0px !important;
	}

	.border-0-right-mobile {
		border-right: 0px !important;
	}

	.margin-top-10-mobile {
		margin-top: 10px !important;
	}

	.padding-top-10-mobile {
		padding-top: 10px !important;
	}

	.border-1-top-mobile {
		border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
	}

	.navbar-nav {
		flex-direction: column !important;
		position: absolute;
		top: 65px;
		left: -1000px;
		opacity: 0;
		visibility: hidden;
		right: 0;
		padding: 20px;
		/* border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; */
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		background: #fff;
		transition: ease-in-out 0.2s;
	}

	.navbar-nav.show {
		opacity: 1;
		visibility: visible;
		transition: ease-in-out 0.2s;
		left: 0;
		transition: ease-in-out 0.2s;
	}

	.on-mobile {
		display: inline-block !important;
	}

	.menu-top {
		font-size: 16px;
	}
}

.clear-container {
	position: relative;
	height: 55vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.clear {
	width: 50%;
	border: dashed 4px green;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(25deg);
}

.clear span {
	font-size: 4rem;
	color: green;
	font-weight: 700;
	letter-spacing: 10px;
}


.kCheck {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid currentColor;
	border-radius: 0.15em;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}

.kCheck::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--core-blue);
}

.kCheck:checked::before {
	transform: scale(1);
}

ul.ks-cboxtags {
	list-style: none;
	padding: 0;
}
ul.ks-cboxtags li {
	display: inline;
}
ul.ks-cboxtags li label {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.9);
	border: 2px solid rgba(139, 139, 139, 0.3);
	color: #adadad;
	border-radius: 25px;
	white-space: nowrap;
	margin: 3px 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	transition: all 0.2s;
}

ul.ks-cboxtags li label {
	padding: 8px 12px;
	cursor: pointer;
}

ul.ks-cboxtags li label::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 12px;
	padding: 2px 6px 2px 2px;
	content: "\f067";
	transition: transform 0.3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
	content: "\f00c";
	transform: rotate(-360deg);
	transition: transform 0.3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
	border: 2px solid #006dcc;
	background-color: #006dcc;
	color: #fff;
	transition: all 0.2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
	display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
	border: 2px solid #006dcc;
}

