@media (min-width: 992px) {
    [data-kt-app-footer-fixed=true] .app-main .app-content {
        padding-bottom: 0px !important;
    }
}
.btn-action {
	cursor: pointer;
}
.modal.fade.show {
	background: var(--bs-body-bg) !important;
}
[data-bs-theme=light] .modal.fade.show {
	background: var(--bs-white);
}
[data-bs-theme=dark] .modal.fade.show {
	background: var(--bs-body-bg);
}
.fmono {
	font-family: var(--bs-font-monospace);
}
.table thead, .table tfoot {
	vertical-align: middle !important;
}
.table thead th {
	border-top: 0px;
}
.table tfoot th {
	border-bottom: 0px;
}
.table th:first-child,
.table td:first-child {
	border-left: 0px;
}
.table th:last-child,
.table td:last-child {
	border-right: 0px;
}
[data-bs-theme=light] .table tr th span.text-nowrap {
	color: #7884A0;
}
[data-bs-theme=dark] .table tr th {
	background: #13141A;
}
[data-bs-theme=light] .table tr.odd td {
	background-color: #FFFFFF !important;
}
[data-bs-theme=dark] .table tr.odd td {
	background-color: #0D0E12 !important;
}
.oneline {
	white-space: nowrap;
	text-overflow: ellipsis;
}
.iconpicker .iconpicker-item {
	box-shadow: 0 0 0 0 #000 !important;
	padding: 14px !important;
}
.iconpicker-popover.popover.bottom > .arrow::after, 
.iconpicker-popover.popover.bottomRight > .arrow::after, 
.iconpicker-popover.popover.bottomLeft > .arrow::after {
	border-bottom-color: transparent !important;
}
.iconpicker .iconpicker-item:hover:not(.iconpicker-selected) {
	background-color: var(--bs-light-clarity) !important;
}
.iconpicker-popover.popover > .arrow, 
.iconpicker-popover.popover > .arrow::after {
	border-style: none !important;
}
.iconpicker-popover.popover.bottom, 
.iconpicker-popover.popover.bottomRightCorner, 
.iconpicker-popover.popover.bottomRight, 
.iconpicker-popover.popover.bottomLeft, 
.iconpicker-popover.popover.bottomLeftCorner {
	margin-top: 1px !important;
}
.dark-mode .table.table-row-bordered tr {
	/*background: #0b0b12;*/
}
[data-bs-theme=light] .table.table-row-bordered tr.odd {
	background: red;
}
.dark-mode .table.table-row-bordered tr.odd, div.filter {
	background: #2e2e35;
}
.dark-mode .table.table-row-bordered tr.even {
	background: #0e0e17;
}
.open-modal, .open-modal-after-save {
	cursor: pointer;
}
::-webkit-scrollbar-corner {
	background: rgba(0,0,0,0);
}
div.dataTables_wrapper div.dataTables_info {
	display: block !important;
}
table.dataTable thead > tr > th.sorting::after, 
table.dataTable thead > tr > th.sorting_asc::after, 
table.dataTable thead > tr > th.sorting_desc::after, 
table.dataTable thead > tr > th.sorting_asc_disabled::after, 
table.dataTable thead > tr > th.sorting_desc_disabled::after, 
table.dataTable thead > tr > td.sorting::after, 
table.dataTable thead > tr > td.sorting_asc::after, 
table.dataTable thead > tr > td.sorting_desc::after, 
table.dataTable thead > tr > td.sorting_asc_disabled::after, 
table.dataTable thead > tr > td.sorting_desc_disabled::after {
	top: 0 !important;
}
.rich-radio .fv-plugins-icon {
	top: -35px;
	right: -7px;
}
.required:after {
	content: "" !important;
}
.fv-plugins-message-container {
	display: none !important;
}
.tooltip-inner {
	padding: 0.4rem 1rem !important;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
	border-top-color: inherit;
}
.select2-selection.select2-selection--multiple.sinclude.select-2.form-select.form-select-lg {
	min-height: 45.88px;
}
.input-group-text { cursor: pointer; }

.col.draggable.draggable-mirror {
	border: 0 !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	z-index: 9999 !important;
}
button.draggable-handle {
	cursor: move !important;
}
.draggable-zone:focus {
	border: 0 !important;
	outline: 0 !important;
}
//.select2-selection__rendered,
//.select2-selection__placeholder,
//.select2-selection.select2-selection--single.select-2.form-select {
//	color: white !important;
//}
li.select2-results__option.select2-results__option--selectable.select2-results__option--highlighted {
	background-color: var(--bs-primary-light) !important;
}
div.text-center li.select2-results__option {
	text-align: center !important;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
	width: 100%;
	text-align: center !important;
}
.btn-admin {
	top: 5px;
	right: 5px;
	width: 2rem !important;
	height: 2rem !important;
}
.noUi-target.noUi-horizontal .noUi-handle {
	border-radius: 3px !important;
}
.noUi-horizontal .noUi-handle {
	right: -5px !important;
	width: 10px !important;
}
.select2-selection__rendered {
	/*font-weight: 300;*/
}
.monospace {
	font-family: Consolas !important;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice {
	padding: 0.1rem 0.4rem !important;
}

@media (min-width: 992px) {
    [data-kt-app-header-fixed=true].modal-open .app-header {
        padding-right: 0px !important;
    }
}

.tab-horizontal-scroll ul.nav.nav-tabs {
	display: inline-flex;
	flex-wrap: nowrap;
}

.tab-horizontal-scroll ul.nav.nav-tabs li {
	white-space: nowrap;
}

.dataTables_length span.select2.select2-container.select2-container--bootstrap5 {
	border: 1px solid var(--bs-gray-300);
	border-radius: var(--bs-border-radius);
}