.btn-group.special {
	display: flex;
}

.special .btn {
	flex: 1
}

.advert-types ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.advert-types ul li.active, .advert-types ul li:hover {
	color: #ffffff;
	background: linear-gradient(
			45deg, #415178, #566b9d);
	border-top: 2px solid #799efb;
}

.advert-types ul li {
	width: 11%;
	float: left;
	height: 110px;
	border-right: 1px solid #404b66;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	transition: 0.1s linear;
	color: #a3adc9;
	border-top: 2px solid transparent;
}

.advert-types ul li span {
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: -5px;
}

section.PostTypesBG, section.filter-top {
	background: linear-gradient(
			0deg, #222d48, transparent);
	border-bottom: 1px solid #404b66;
}

section.filter-top {
	padding: 10px 0;
}

.btn-default {
	background: #e5e5e5;
	padding: 7px 0;
}

.row.filterButtons {
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: -15px;
}

.input-group.filter-search-group input.form-control {
	height: 37px;
	border: 1px solid #1c2438;
	background: #111316;
}

.input-group.filter-search-group button.btn.btn-success {
	background: linear-gradient(
			45deg, #44315a, #573e95);
	border-color: #5d488b;
}

.input-group.filter-search-group button.btn.btn-success:hover {
	filter: brightness(1.15);
}

.postFeaturedDiv {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: linear-gradient(to bottom right, #ffb75f 0%, transparent 70%);
	height: 100%;
	padding: 10px;
	font-size: 20px;
	color: white;
	text-shadow: 1px 1px 1px #984b18;
	border-top-left-radius: 4px;
}

.btn-group.special a.btn.btn-default.active {
	background: #566a9c;
	color: white;
}

.btn-group.special a.btn.btn-default:hover {
	background: #485985;
	color: #ffffff;
}

.btn-group.special a.btn.btn-default {
	background: #3b4660;
	color: #bbc7e1;
}

.advert-types ul li a {
	display: block;
	color: inherit;
}

img.AdvertType {
	max-width: 100%;
	object-fit: cover;
	width: 45px;
	height: 45px;
	border-radius: 3px;
}

section.category-header {
	padding: 0;
	position: relative;
	height: 200px;
	overflow: hidden;
}

.blur-background {
	width: 110%;
	height: 250px;
	position: absolute;
	background-size: cover !important;
	filter: blur(5px);
	top: -20px;
	left: -5%;
}

section.category-header img {
	border-radius: 0;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.detailFilters {
	display: flex;
	flex-wrap: wrap;
	background: rgb(26 33 51);
	margin: -15px;
	margin-bottom: 15px;
	margin-top: -5px;
	padding: 10px;
	border: 1px solid rgb(32 43 68);
	border-radius: 5px;
}

.detailFilters .filterCol {
	margin-bottom: 10px;
}

.detailFilters .filterCol span {
	margin-bottom: 5px;
	display: block;
	color: rgb(198 211 241);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category-banner-background {
	backdrop-filter: blur(1px);
	background: linear-gradient(to top, rgb(22 28 42), rgb(0 0 0 / 0%) 100%);
	text-shadow: 2px 2px 0 #151a27;
	top: 0;
	position: absolute;
	left: 15px;
	right: 0;
	text-align: center;
	width: calc(100% - 30px);
	height: calc(100% - 20px);
	display: flex;
	align-items: center;
	flex-flow: column-reverse;
}

.category-banner-background h1 {
	color: rgb(239 243 255);
	font-weight: 500;
	font-size: 27px;
	text-shadow: 2px 2px 0 #151a27;
	display: flex;
	order: 2;
	margin-bottom: 5px;
}

.category-banner-background p {
	color: rgb(222 227 243);
	font-weight: normal;
	text-shadow: 2px 2px 0 #151a27;
	margin: 0;
	font-size: 16px;
	display: flex;
	order: 1;
	padding-bottom: 20px;
	opacity: 0.9;
}

.numberInputs input {
	width: 44%;
	display: inline-block;
}

.numberInputs {
	display: flex;
}

.numberInputs span {
	display: inline-block !important;
	width: 12%;
	text-align: center;
	margin: 0 !important;
	align-self: center;
}

.detailFilters button {
	margin: 10px 15px;
}

.btn.btn-category-advert-create {
	background: linear-gradient(45deg, #7548be, #486cbe);
	color: white;
	font-size: 14px;
	display: block;
	height: 40px;
	border: none;
	margin-right: 20px;
	line-height: 40px;
	padding-block: 0;
}

.filter-top-questions .btn-question {
	margin: 0 5px;
}

.filter-top-questions .btn-question:hover {
	text-decoration: underline !important;
}

.filter-top-questions .btn-question i {
	transform: rotate(35deg);
	margin-right: 5px;
}

.filter-col {
	background: rgb(26 33 51);
	border: 1px solid rgb(32 43 68);
	border-radius: 5px;
	padding: 15px;
}

.filter-advert-type-list {
	padding: 0;
	list-style: none;
	margin: 0 0 15px;
	background: #252a43;
	border-radius: 3px;
}

.filter-advert-type-list li {
	background: none;
	padding: 5px 15px;
	line-height: 35px;
	font-size: 14px;
	border-bottom: 2px solid #252a43;
	position: relative;
}

.filter-advert-type-list li:hover, .filter-advert-type-list li.active {
	background: #4a5a90;
	color: #d6d8e9;
}

.filter-advert-type-list li a {
	color: inherit;
	text-decoration: none !important;
	display: flex;
	align-items: center;
}

.filter-advert-type-list li img {
	max-height: 30px;
	max-width: 30px;
	margin-right: 10px;
}

.filter-advert-type-list li small {
	position: absolute;
	right: 20px;
}

.btn-filter {
	height: 40px;
}

.article-body ul {
	padding-left: 40px;
	list-style: disc;
}

ul.pagination.new-style-pagination {
	display: flex;
	justify-content: center;
	gap: 3px;
}

.bottom-content-flex .d-flex {
	gap: 15px;
	margin-bottom: 15px;
}

.bottom-content-flex img {
	width: 90px;
	height: 90px;
	border-radius: 6px;
}

.bottom-content-flex .d-flex h2 {
	margin-bottom: 5px;
	font-size: 18px;
}

.Reklam-Alani-Home-1.hidden-xs {
	height: 140px;
}

.Reklam-Alani-Home-1.hidden-xs img {
	border-radius: 6px;
}

.header-main {
	background: #0000008a !important;
	backdrop-filter: blur(100px) !important;
	border-bottom: 1px solid #ffffff14 !important;
	z-index: 6;
}

nav.menubar {
	background: #0000003b;
	backdrop-filter: blur(100px);
	border-bottom: 1px solid #ffffff14;
}

.header-top {
	background: #000000b8;
	backdrop-filter: blur(100px);
}

nav ul.nav-menu-list li:hover, nav ul.nav-menu-list li.active {
	background: rgb(255 255 255 / 8%);
}