.btn i{
	vertical-align: middle;
}
section img{
	height: 100%!important;
	object-fit: fill;
	object-position: center;
}
ul li{
	list-style: none;
}
.iq-sort-form{
	z-index: 1000;
}
table.dataTable > tbody > tr.child ul.dtr-details{
	width: 100%!important;
}
.select2-container{
	width: 100%!important;
}
.select2-container--default .select2-selection--single{
	border: none!important;
	height: auto!important;
}
.profile-pic{
	width: inherit;
	height: inherit;
}
.modal.show{
	background: rgba(0, 0, 0, 0.8);
}
.modal-backdrop.show{
	position: relative;
}
.iq-modal-content{
	background: var(--iq-body-bg);
}
.note-editable.card-block{
    background: #000!important;
}
.iq-slick-slider{
	padding-top: 90px;
}
.iq-card-body .table-view iframe{
	width: 100%;
	height: 60vh;
}
.iq-comment-section{
	max-height: 25em;
	overflow: auto;
	scrollbar-width: thin;
}
.iq-reply{
	margin-left: 1em;
}
.iq-author-image {
	width: 3em;
	height: 3em;
}
.iq-author-image > img {
	width: 100%;
	height: 100%;
}
.iq-author-comment {
	padding: 21px;
	background: #141414;
	border-radius: 0.5em;
	margin: 2em 0;
	text-align: justify;
}
.img-box.card-img-top{
	min-height: 150px;
}
.profile-overlay{
    min-height: 10em;
    background-size: cover!important
}
.profile-body .profile-identity{
    top: -5em;
}

.profile-body .profile-identity .profile-name{
    margin-left: 0.7em;
    margin-top: 4em;
}
.nav-profile{
    width: fit-content;
}
#mc_embed_signup{
	width: 100%!important;
	background: transparent!important;
}
#mc-embedded-subscribe{
	background: var(--iq-primary)!important;
    border-color: var(--iq-primary)!important;
}