@charset "UTF-8";

@font-face {
	font-family: 'muol';
	src: url('../../../assets/fonts/prints/khmer-os-muollight.ttf');
}

@font-face {
	font-family: 'Times New Roman';
	src: url('../../../assets/fonts/prints/times-new-roman.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Times New Roman';
	src: url('../../../assets/fonts/prints/times-new-roman-bold.ttf');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Times New Roman';
	src: url('../../../assets/fonts/prints/times-new-roman-italic.ttf');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'battambang';
	src: url('../../../assets/fonts/prints/khmer-os-battambang.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'battambang';
	src: url('../../../assets/fonts/prints/khmer-os-battambang.ttf');
	font-weight: bold;
	font-style: normal;
}

.battambang {
	font-family: 'Times New Roman', 'battambang', sans-serif !important;
}

.muol {
	font-family: 'Times New Roman', 'muol', sans-serif !important;
}

.times {
	font-family: 'Times New Roman', sans-serif !important;
}

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

html {
	-webkit-font-smoothing: antialiased;
}

html,
body {
	font-family: Figtree, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Battambang;
}

.dataTable * {
	font-family: Figtree, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", Battambang, "Font Awesome 5 Free", "Font Awesome 5 Brands", "Font Awesome 5 Pro", "Font Awesome 5 Duotone", "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Duotone", "Font Awesome 6 Thin";
}

.page-header-margin {
	margin-top: 50px !important;
}

.dropdown-auto-width .dropdown-menu {
	min-width: auto;
	width: 100%;
}

#notification .media.active {
	background: #0000000d;
}

#notification .media {
	border-bottom: 1px solid #dddddd;
}

#notification .media:last-child {
	border-bottom: none;
}

.slim-scroll {
	position: relative;
	overflow-y: hidden;
}

.content-chat .media-list-linked a.media.active {
	background-color: rgba(0, 0, 0, 0.04) !important;
}

.content-chat .media-list-linked .media {
	padding: 0.3125rem 0.3125rem !important;
	margin: 0 0.625rem !important;
	border-radius: 0.5rem !important;
}

.content-chat .media-chat-item {
	padding: 0.25rem 1rem !important;
}

.content-chat .media-chat-item:before {
	top: 0.625rem;
}

/*Page header*/
.page-header .breadcrumb-line-component {
	margin-left: 0;
	margin-right: 0;
}

table.dataTable {
	width: 100% !important;
}

/* table td{
    white-space: nowrap !important;
} */

.bg-darkblue {
	background-color: #3051a0 !important;
}

.navbar-brand img {
	height: 3.2rem;
	display: block;
}

.navbar-brand {
	padding: 0;
}

.card {
	border: 1px solid #f1f1f1;
}

.paginate_button.current {
	background-color: #0e2040 !important;
}

.img_thumb {
	object-fit: cover;
	border: 1px solid #ccc;
	width: 55;
	height: 70;
}

.fancytree-container ul {
	padding-left: 2.3rem;
}

.sidebar {
    width: 20.875rem;
}

@media (max-width: 767.98px) {
    .sidebar {
        width: 17.875rem;
    }
}

.hidden {
	display: none !important;
}

.borderless td,
.borderless th {
	border: none;
}

.box-tbl {
	min-height: 200px;
	background: #f5f6f7;
	border: 1px solid #f3f2f2;
}

#teacher_subject i {
	cursor: pointer;
}

#teacher_subject thead {
	background: #f4f4f4;
	border-radius: 3px;
}

.select_subject {
	background: #fff;
}

#box-select {
	background: #f4f4f4;
	padding: 7px;
}

.select2-selection--multiple .select2-search--inline {
	float: none;
	padding: 1px;
}

.select2-selection--multiple .select2-selection__choice {
	background-color: #455a64;
	color: #fff;
	cursor: default;
	float: left;
	margin-right: 0.125rem;
	margin-top: 0.125rem;
	padding: 0.3125rem 0.875rem;
	white-space: normal;
	word-break: break-all;
	border-radius: 0.1875rem;
	transition: color ease-in-out 0.15s, background-color ease-in-out 0.15s;
}

.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	cursor: pointer;
	float: right;
	font-size: 1.275rem;
	margin-top: 0.18752rem;
	line-height: 1;
	margin-left: 0.625rem;
	opacity: 0.75;
	transition: opacity ease-in-out 0.15s;
}

table.table * {
	white-space: nowrap !important;
}

table.table td {
	padding: 0.60rem .30rem;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f5f5f5;
	opacity: 1;
	border: 1px solid #dddddd;
}

.error {
	color: #f44336 !important;
}

input.form-control.error {
	border-color: #f44336 !important;
	color: #f44336 !important;
}

label.form-label[required] {
	position: relative;
}

label.form-label[required]::after {
	content: "*";
	color: #f44336 !important;
	font-size: 1.25em;
	position: absolute;
	right: -10px;
	top: -4px;
}

[data-toggle="collapse"] {
	cursor: pointer;
}

.div-bordered {
	border: 1px solid #ccc !important;
	border-radius: 0.1875rem !important;
	padding: 1.5% 0 !important;
	margin: 0 1% !important;
	background: #f5f5f5 !important;
}

.medium-img-thumb {
	width: 110px;
	height: 140px;
}

.form-group {
	align-items: baseline;
}

.bg-readonly {
	background-color: #f5f5f5;
	opacity: 1;
	border-radius: none;
	border: none;
}

.text-darkblue {
	color: #004 !important;
}

.badge {
	font-size: 95%;
}

i.text-desc {
	font-size: 0.9em;
}

/* BLUR MODAL BACKDROP */
.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.5);
	/* backdrop-filter: blur(1px); */
	/* -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
    transform: translateZ(0); */
}

.modal-backdrop.show {
	opacity: inherit;
}

.bootbox.modal {
	display: flex !important;
	align-items: center;
	/* justify-content: center; */
}

.bootbox .modal-dialog {
	min-width: 30%;
}

.rounded-circle {
	object-fit: cover;
}

th {
	font-weight: bold !important;
}

@font-face {
	font-family: Moul;
	src: url("../../fonts/Moul_Regular.ttf");
}

@font-face {
	font-family: Felipa;
	src: url("../../fonts/Felipa-Regular.ttf");
}

.font_moul {
	font-family: Moul;
}

.noty_body {
	word-break: break-all;
}

.ui-front {
	z-index: 1050;
}

a.disabled {
	cursor: not-allowed;
	pointer-events: none;
}

.card-title {
	white-space: nowrap;
}

.select2-selection--multiple .select2-selection__choice:hover {
	background-color: #e5e5e5;
	color: #666;
}

.select2-selection--multiple .select2-selection__choice {
	background-color: #eaeaea;
	color: #666;
	border-radius: 0;
	height: 100%;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-active {
	background-color: #000044;
	color: white;
}

select.form-control[multiple],
select.form-control[size] {
	height: 160px;
	padding: 5px;
}

select[multiple] option,
select[size] option {
	padding: 0px 5px;
}

label.required:after {
	content: " *";
	color: red;
}

.table-scroll {
	position: relative;
	margin: auto;
	overflow: hidden;
}

.table-wrap {
	width: 100%;
	overflow: auto;
}

.table-scroll table {
	width: 100%;
	margin: auto;
	border-collapse: collapse;
	border-spacing: 0;
}

.main-table thead tr th,
.main-table tbody tr td {
	font-size: 12px;
}

.main-table tbody tr.has-input td {
	padding: 0.15rem 0.28rem;
	vertical-align: middle;
}

.main-table thead tr.has-input th {
	padding: 0.42rem 0.35rem;
}

/* .main-table thead tr th{
    padding: 0.30rem 0.25rem;
} */
.table-scroll th {
	padding: 5px 0.25rem;
}

.table-scroll th,
.table-scroll td {
	border: 1px solid #9caeaf;
	white-space: nowrap;
	vertical-align: top;
}

.table-scroll td {
	padding: 5px 0.25rem;
}

.table-scroll thead,
.table-scroll tfoot {
	background: #f9f9f9;
}

.clone {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.clone th,
.clone td {
	visibility: hidden;
}

.clone td,
.clone th {
	border-color: transparent;
}

/* .clone tbody th {
	visibility:visible;
	color:red;
} */
.clone .fixed-side {
	border: 1px solid #cbd9da;
	background: #fff;
	visibility: visible;
	padding-left: 4px;
	padding-right: 4px;
	/* padding-top: 3px; */
}

.clone thead,
.clone tfoot {
	background: transparent;
}

.bg_attendance {
	background: #a3f3a759 !important;
}

.bg-submited {
	background: #dff0d8 !important;
	color: #333 !important;
}

.bg-total {
	background: #fabf8e !important;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center;
	color: #333 !important;
}

.main-table thead tr th {
	font-size: 11px;
}

.bg-red {
	background: #ff0100 !important;
	font-size: 9px !important;
}

.bg-ot {
	background: #31869b !important;
}

.tr_head th {
	vertical-align: middle !important;
	color: #fff;
	padding: 2px 5px !important;
	border-top: 1px solid #fff !important;
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #9caeaf;
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 0.1125rem 0.75rem;
}

.main-table tbody tr td {
	white-space: nowrap;
	text-align: right;
	font-size: 11px;
}

.bg-header,
.fixed-side-header-color {
	background: #2c1f72 !important;
	font-size: 11px !important;
}

.bg-orange {
	background: #db9704 !important;
}

.bg-yello {
	background: #e1f410 !important;
	color: #333 !important;
}

.b-danger {
	background: #efe9e9;
}

.b-danger1 {
	background: #efeee9;
}

.warning {
	background: #db9704 !important;
}

.color-yellow {
	color: #ffc107 !important;
}

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

.btn-group-sm>.btn,
.btn-sm {
	padding: 0.125rem 0.45rem;
}

.btn-sm i {
	font-size: 0.85rem;
}

.text-3186A0 {
	color: #3186a0 !important;
}

.text-yellow {
	color: #8c9252 !important;
}

.table-wrap {
	width: 100%;
	overflow: auto;
}

.sideways {
	margin: auto;
	border-collapse: collapse;
	width: 100%;
}

.sideways thead th {
	text-align: center;
	vertical-align: middle;
}

.sideways thead th {
	padding: 0.29rem 0.4rem;
}

.sideways thead span {
	-ms-writing-mode: tb-lr;
}

@supports (writing-mode: vertical-lr) {
	.sideways thead .subhead span {
		display: inline-block;
		writing-mode: vertical-lr;
		white-space: nowrap;
		transform: rotate(180deg);
		line-height: 0;
	}
}

.table th,
.table td {
	vertical-align: middle;
}

.icon-font-16 {
	font-size: 16px;
}

.sideways {
	text-align: left;
	table-layout: fixed;
	border-collapse: collapse;
}

.sideways th {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 1;
}

[role="region"][aria-labelledby][tabindex] {
	width: 100%;
	max-height: 93vh;
	overflow: auto;
}

#filter_div label {
	margin-bottom: 0.2rem !important;
	font-size: 9.5pt;
}

#filter_div .mb-2 {
	margin-bottom: 0.3rem !important;
}

#filter_div .select2-selection--multiple,
#filter_div .custom-select,
#filter_div .form-control,
#filter_div .select2-selection--single {
	border-radius: 0.1475rem;
}

#filter_div .select2-selection--multiple .select2-selection__rendered {
	padding: 0 0.1rem 0.1rem 0.125rem;
}

#filter_div .col-1,
#filter_div .col-3,
#filter_div .col-md-1,
#filter_div .col-md-2,
#filter_div .col-md-4,
#filter_div .col-md-3,
#filter_div .col-md-6,
#filter_div .col-md-4 #filter_div .col-xl-1,
#filter_div .col-xl-2,
#filter_div .col-xl-3,
#filter_div .col-xl-4 {
	padding-right: 0.225rem;
	padding-left: 0.225rem;
}

#filter_div .select2-selection--multiple .select2-selection__choice {
	font-size: 9pt;
}

.clear_filter {
	margin-top: 1.44rem;
}

.select2-selection--multiple .select2-search--inline {
	/* float: none; */
	padding: 0px;
}

#filter_div .btn {
	padding: 0.2375rem 0.635rem;
	height: 2.35rem;
}

#filter_div .form-group {
	margin-bottom: 0.55rem;
}

td span.p-1 {
	padding-bottom: 0.1125rem !important;
	padding-top: 0.1125rem !important;
}

.btn-white {
	background-color: #ffffff;
	border-color: #ddd;
}

.table-student-profile tr td {
	padding: 4px;
}

.table-student-profile tr td:nth-child(1),
.table-student-profile tr td:nth-child(3) {
	width: 30% !important;
}

#profile_div {
	width: 100%;
}

#profile_div table tr,
.div-bordered table tr {
	background-color: transparent !important;
}

.div-bordered .table-student-academic,
.div-bordered .table-student-profile {
	flex: 42%;
}

.div-bordered .side-student-info {
	flex: 42%
}

.div-bordered .student-photo {
	flex: 16%;
	align-self: center;
}

.div-bordered .student-photo img {
	width: 155px;
	height: 190px;
}

@media (max-width: 1024px) {
	.div-bordered .student-photo img {
		width: 55px;
		height: 60px;
	}

	#profile_div table tr,
	.div-bordered table tr {
		font-size: 8.5pt;
	}

	.div-bordered .student-photo {
		flex: 4%;
	}
}

/* Remove default sorting icons */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	background: none;
}

/* Add custom icons for sorting */
table.dataTable thead .sorting:after {
	content: "\f0dc";
	/* FontAwesome icon for sort */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 10px;
	color: #000;
}

table.dataTable thead .sorting_asc:after {
	content: "\f0de";
	/* FontAwesome icon for sort up */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 10px;
	color: #000;
}

.dataTable thead .sorting:after,
.dataTable thead .sorting:before,
.dataTable thead .sorting_asc:after,
.dataTable thead .sorting_asc_disabled:after,
.dataTable thead .sorting_desc:after,
.dataTable thead .sorting_desc_disabled:after {
	content: '';
	font-family: icomoon;
	position: absolute;
	top: 50%;
	right: 1.25rem;
	font-size: .75rem;
	margin-top: -.375rem;
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
	/* FontAwesome icon for sort down */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 10px;
	color: #000;
}

.navbar-dark .navbar-nav-link {
	color: #ffffff !important;
}

.sidebar-dark .nav-sidebar .nav-link,
.sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar .nav-link {
	color: #3051a0;
	font-weight: 500;
}

.font-weight-semibold {
	font-size: 11pt;
}

.dataTable thead .sorting:not(.sorting_asc):after,
.dataTable thead .sorting_desc_disabled:after {
	font-family: "Font Awesome 6 Pro";
	content: "\f107";
	font-size: 14px;
	padding-top: 4px;
	color: #000;
	font-weight: 400;
}

.dataTable thead .sorting:not([class*=sorting_asc]):not([class*=sorting_desc]):before {
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
}

.dataTable thead th {
	min-height: 46px !important;
	vertical-align: middle !important;
}

.dataTable thead .sorting:not(.sorting_desc):before,
.dataTable thead .sorting_asc_disabled:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f106";
	font-size: 14px;
	color: #000;
	font-weight: 400;
}

table.dataTable thead .sorting_desc:after {
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	padding-left: 10px;
	color: #000;
}

table.dataTable thead .sorting_asc:after {
	content: "\f106";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	padding-left: 10px;
	color: #000;
}

table.dataTable thead th {
	border-bottom: 1px solid #9CA3AF;
}

table.dataTable td,
table.dataTable th {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

table.dataTable {
	border-top: 1px solid #D1D5DB;
	border-bottom: 1px solid #D1D5DB;
	margin-top: 20px;
	margin-bottom: 20px;
}

.table {
	border-color: #D1D5DB;
	color: #1F2937;
}

.table-striped tbody tr:nth-of-type(odd) {
	border-bottom-width: 0;
	border-top-width: 1px;
	box-shadow: inset 0 0 0 9999px transparent;
	background-color: #f6f6f6 !important;
}

table.dataTable tbody,
table.dataTable td,
table.dataTable tfoot,
table.dataTable th,
table.dataTable thead,
table.dataTable tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

.table>:not(caption):first-child>:first-child>* {
	border-top-width: 0
}

.table>thead {
	vertical-align: middle;
}

.table>thead>*>* {
	border-bottom: 1px solid #9CA3AF
}

.table>tfoot>*>* {
	border-top-color: #9CA3AF
}

.table[class*=bg-]>:not(caption)>*>* {
	background-color: inherit;
	border-color: rgba(255, 255, 255, .15)
}

.table-borderless>:not(caption)>*>* {
	border-top-width: 0
}

.table-hover>tbody>tr>* {
	transition: box-shadow ease-in-out var(--transition-base-timer)
}

.daterangepicker {
	background: #fff !important;
	box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .1) !important;
}

.daterangepicker .calendars {
	border: none !important;
	box-shadow: none !important;
}

.daterangepicker .calendar {
	border: none !important;
	box-shadow: none !important;
}

.daterangepicker .ranges {
	border: none !important;
	box-shadow: none !important;
}

.daterangepicker .applyBtn {
	color: #fff;
	background-color: #002959 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:focus,
.daterangepicker td.active:hover {
	color: #fff;
	background-color: #002959;
	border-radius: .1875rem;
}

.daterangepicker .ranges ul li.active {
	color: #fff;
	background-color: #002959 !important;
	border-radius: .1875rem;
}

.btn .icon {
	margin-right: 8px;
}

.btn {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.4375rem;
	padding-bottom: 0.4375rem;
	border-radius: 4px;
	font-weight: 600;
}

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

.bg-darkblue {
	background-color: #002959 !important;
}

label.required {
	position: relative !important;
}

label.required::after {
	content: '*';
	color: red !important;
	font-weight: bold !important;
	position: absolute !important;
	font-size: 14px !important;
	right: -10px !important;
	top: -2px !important;
}

.multiselect-item.multiselect-filter .input-group-append {
	display: none !important;
}

.multiselect-container .dropdown-item.active {
	background-color: #e5e7eb !important;
	color: #002959 !important;
}

.multiselect-container .dropdown-item.semi-active::after {
	content: '\f146';
	font-size: 21px;
	color: #002959;
	left: 16px;
	position: absolute;
	font-family: 'Font Awesome 6 Pro' !important;
	font-weight: 900;
}

.multiselect-container .dropdown-item.active::after {
	content: '\f14a';
	font-size: 21px;
	color: #002959;
	left: 16px;
	position: absolute;
	font-family: 'Font Awesome 6 Pro' !important;
	font-weight: 900;
}

.multiselect-container .dropdown-item::before {
	content: '\f0c8';
	font-size: 21px;
	left: 16px;
	position: absolute;
	font-family: 'Font Awesome 6 Pro' !important;
}

.multiselect-container .dropdown-item.form-check .form-check-label {
	padding-left: 50px !important;
}

.select2-results__option[aria-selected=true] {
	background-color: #e5e7eb !important;
	color: #002959 !important;
	font-weight: bold !important;
}

.bg-indigo.bg-opacity-10 {
	background-color: rgba(92, 107, 192, 0.1) !important;
	color: #5C6BC0 !important;
	font-weight: bold !important;
}

.bg-purple.bg-opacity-10 {
	background-color: rgba(142, 112, 193, 0.1) !important;
	color: #8e70c1 !important;
	font-weight: bold !important;
}

.bg-pink.bg-opacity-10 {
	background-color: rgba(243, 92, 134, 0.1) !important;
	color: #f35c86 !important;
	font-weight: bold !important;
}

.bg-teal.bg-opacity-10 {
	background-color: rgba(38, 166, 154, 0.1) !important;
	color: #26A69A !important;
	font-weight: bold !important;
}

.bg-yellow.bg-opacity-10 {
	background-color: rgba(255, 214, 72, 0.1) !important;
	color: #ffd648 !important;
	font-weight: bold !important;
}

.bg-primary.bg-opacity-10 {
	background-color: rgba(12, 131, 255, 0.1) !important;
	color: #0c83ff !important;
	font-weight: bold !important;
}

.bg-secondary.bg-opacity-10 {
	background-color: rgba(36, 114, 151, 0.1) !important;
	color: #247297 !important;
	font-weight: bold !important;
}

.bg-success.bg-opacity-10 {
	background-color: rgba(5, 150, 105, 0.1) !important;
	color: #059669 !important;
	font-weight: bold !important;
}

.bg-info.bg-opacity-10 {
	background-color: rgba(4, 154, 173, 0.1) !important;
	color: #049aad !important;
	font-weight: bold !important;
}

.bg-warning.bg-opacity-10 {
	background-color: rgba(245, 134, 70, 0.1) !important;
	color: #f58646 !important;
	font-weight: bold !important;
}

.bg-danger.bg-opacity-10 {
	background-color: rgba(239, 68, 68, 0.1) !important;
	color: #EF4444 !important;
	font-weight: bold !important;
}

.bg-light.bg-opacity-10 {
	background-color: rgba(243, 244, 246, 0.1) !important;
	color: #F3F4F6 !important;
	font-weight: bold !important;
}

.bg-dark.bg-opacity-10 {
	background-color: rgba(37, 43, 54, 0.1) !important;
	color: #252b36 !important;
	font-weight: bold !important;
}

.bg-black.bg-opacity-10 {
	background-color: rgba(0, 0, 0, 0.1) !important;
	color: #000 !important;
	font-weight: bold !important;
}

.bg-white.bg-opacity-10 {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #fff !important;
	font-weight: bold !important;
}

.dtfc-fixed-left,
.dtfc-fixed-right {
	--dtfc-bg: var(--white)
}

.dtfc-fixed-left[data-color-theme=dark],
.dtfc-fixed-right[data-color-theme=dark],
[data-color-theme=dark] .dtfc-fixed-left:not([data-color-theme]),
[data-color-theme=dark] .dtfc-fixed-right:not([data-color-theme]),
html[data-color-theme=dark] .dtfc-fixed-left,
html[data-color-theme=dark] .dtfc-fixed-right {
	color-scheme: dark;
}

.dataTable tr>.dtfc-fixed-left,
.dataTable tr>.dtfc-fixed-right {
	z-index: 1;
}

.dataTables_scrollBody {
	min-height: 400px;
}

.dtfc-has-right tbody tr:nth-of-type(odd) td.dtfc-fixed-right {
	border-bottom-width: 0;
	border-top-width: 1px;
	background-color: #f6f6f6 !important;
}

.dtfc-has-right tbody tr:nth-of-type(even) td.dtfc-fixed-right {
	background-color: #ffffff !important;
}

.dtfc-has-right thead tr th.dtfc-fixed-right {
	background-color: #ffffff !important;
}

.dataTables_paginate .paginate_button {
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
	margin-left: 1.5rem !important;
}

.dataTables_paginate .paginate_button .page-link {
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	height: auto !important;
	width: auto !important;
	min-width: 32px !important;
	padding: unset !important;
	border-radius: 50rem !important;
	padding: 0.812rem 1.5rem !important;
}

.dataTables_paginate .paginate_button.active .page-link {
	background-color: #002959 !important;
	color: #fff !important;
	font-weight: bold !important;
}

.page-item.disabled .page-link {
	color: #5f656a !important;
	font-weight: bold !important;
	pointer-events: none !important;
	cursor: default !important;
}

.popover.iconpicker-popover {
	width: auto !important;
	max-width: 100% !important;
}

.popover.iconpicker-popover .form-control.search-control {
	width: 100% !important;
}

.popover.iconpicker-popover .btn {
	width: 100% !important;
}

.popover.iconpicker-popover .btn i.empty::after {
	content: "-";
	visibility: hidden !important;
}
