body {
	overflow: hidden !important;
}

body > .wrapper > .main {
	height:100vh;
}

.h-fill {
	height: -webkit-fill-available;
}

.fl-wrapper {
	z-index: 9999 !important;
}


* {
	--bs-accordion-btn-focus-box-shadow: none !important;
}

table.sf-cards { width: 100% !important;}
table.sf-cards tbody { display: flex; flex-wrap: wrap; }
table.sf-cards tbody tr {flex-basis:inherit; width: 19em; margin-left: 1.5rem; margin-top: 1.5rem;  position:relative; border: 0.0625rem solid rgba(0, 0, 0, .125); border-radius: .25rem; box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25); }
table.sf-cards thead {display:none;}
table.sf-cards tbody td {display: block; padding-top:0.1em; padding-bottom:0.1em; height:1.5em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
table.sf-cards td:before { content: attr(data-label); float:left;  color: #808080; width: 40%; margin-right: 1rem; text-align: left; }
table.sf-cards tbody td:after {content: ''; display:block; width:100%; }

div[contenteditable=true]:empty:not(:focus):before{
	content:attr(placeholder);
	color:grey;
	font-style:italic;
}

main.content .sticky-top {
	z-index: 1019;
}


.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
	line-height:1.5;
}

.select2-container--bootstrap-5 .select2-selection {
	padding: .375rem .75rem;
	line-height: var(--bs-body-line-height);
	font-size: var(--bs-body-font-size);
	-webkit-text-size-adjust: 100%;
}

.sidebar-link, a.sidebar-link {
	padding:.325rem 1.625rem;
}

label.form-label:has(+ input[required])::after, label.form-label:has(+ textarea[required])::after, label.form-label:has(+ select[required])::after {
	content: ' *';
	color: red;
}

.remove-featured-img-link-initial {
	background: rgba(0,0,0,.3);
	color:#fff;
	padding: .1rem .35rem;
	margin-left:-1.5rem;
	margin-top:.25rem !important;
	border-radius: 3px;
}

.featured-img-file-list-wrapper .remove-featured-img-link-initial {
	display:none;
}
.featured-img-file-list-wrapper:hover .remove-featured-img-link-initial {
	display:inline-block;
}

a:hover {
	text-decoration: none !important;
}

.itul-sidepanel {
	max-width: 90vw;
}

.shadow-inset {
	    box-shadow: inset 0 0 5px rgba(0, 0, 0, .25) !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
	display: inline-flex !important;
	width: auto !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	font-size: 0.7rem !important;
	background: #3333330f;
	margin-top:.125rem;
	margin-bottom:.125rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
	width:.5rem;
}

.accordion {
	--bs-accordion-bg: var(--bs-card-bg);
}

.blur-behind {
	backdrop-filter: blur(1.35px);
}
.modal:has(.remove-modal-body-padding-top) .modal-body {
	padding-top:0px !important;
}

.avatar-xs {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	object-fit: cover;
}
/*
body {
	transition: filter 0.5s ease-in-out;
}
body.modal-open > div:not(.modal) {
	filter:blur(1.35px);  
}
*/