.aub-filter-form-container,
.aub-ban-log-container,
.aub-form-container {
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1111;
}

.aub-filter-form-container.hidden {
	display: none;
}

.aub-form h3,
.aub-form h4 {
	margin: 4px 0;
}

.aub-filter-form h3 {
	margin: 8px 0;
}

.aub-form ul {
	list-style: none;
	overflow:scroll;
	padding: 0 16px;
}

.aub-form li {
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
}

#aub_cat_ban_elements,
#aub_act_ban_elements,
#aub_temp_ban_elements {
	display: none !important;
}


#aub_cat_ban_elements.show,
#aub_act_ban_elements.show,
#aub_temp_ban_elements.show {
	display: block !important;
	padding-left: 12px;
	border-left: 4px solid #aaa;
	margin-left: 8px;
}

#aub_act_ban_elements label {
	display: flex;
	margin-bottom: 4px;
}

.aub-form-duration {
	display: flex;
	gap: 8px
}

.aub-form-duration select,
.aub-form-duration input {
	margin: 0;
}

.aub-form-duration input {
	padding: 0 12px;
	width: 60%;
}

.aub-filter-form .btn-cont,
.aub-form .btn-cont {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr 1fr;
	padding: 16px;
	background: rgba(155, 155, 155, 0.2);
}

.aub-filter-form .btn-cont input,
.aub-form .btn-cont input {
	height: 48px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	border-radius: 5px;
	background: var(--error);
	color: var(--on-error);
}

.aub-form li lebel {
	font-size: 17px;
	font-weight: 700;
}

.aub-form-cats {
	display: flex;
	gap:8px;
	flex-direction: column;
}

.nasted_cats1,
.nasted_cats2,
.nasted_cats3 {
	padding-left: 8px;
	border-left: 4px solid #ccc;
	display: flex;
	gap:8px;
	flex-direction: column;
	margin-top: 8px;
}

.aub-form-cats .cat-name{

}

.aub-form-cats {

}

.aub-form-cats span.disabled {
	background: rgba(155, 155, 155, 0.1);
	padding: 8px 12px;
	border-radius: 8px;
}

.cat0,
.cat1,
.cat2,
.cat3 {
	display: flex;
	margin-top: 8px;
}

.aub-form-cats .selected .cat-name,
.aub-form-cats .cat-name.selected {
	color: rgb(66, 133, 244);
}

.aub-filter-form,
.aub-form,
.aub-ban-log-container .aub-ban-log {
	background: var(--background);
	width: calc(100% - 32px);
	max-width: 400px;
	position: fixed;
	top: 16px;
	bottom: 16px;
	left: 50%;
	transform:translateX(-50%);
}

.aub-filter-form h2,
.aub-form h2,
.aub-ban-log-container .aub-ban-log h2 {
	padding: 0 16px;
	margin: 0;
	line-height: 50px;
	height: 50px;
	background: rgba(155, 155, 155, 0.2);
}

.aub-ban-log-container .aub-ban-log .log-cont {
	height: calc(100% - 100px);
	padding: 16px;
	overflow: auto;
}

.aub-filter-form ul,
.aub-form ul {
	height: calc(100% - 130px);
	padding: 16px;
	overflow: auto;
	margin: 0;
}

.aub-filter-form ul li {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.aub-ban-log table {
	margin: 0 0 24px;
	border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}

.aub-ban-log table input {
	background: var(--error);
	color: var(--on-error);
	border: none;
	outline: none;
	border-radius: 5px;
	padding: 8px 16px;
}

.aub-ban-log table tr td {
	padding: 4px 0;
}

.aub-ban-log table tr td:first-child {
	font-weight: bold;
	width: 40%;
	padding-right: 8px;
}

.aub-ban-log table tr:last-child td {
	padding-bottom: 24px;
}

.aub-ban-log-container .aub-ban-log .aub-user-log-close {
	margin: 0;
	display: block;
	border: none;
	outline: none;
	width: 100%;
	line-height: 50px;
	background: rgba(155, 155, 155, 0.3);
}

.aub-filter-btn {
	display: block;
	margin: 0 auto 24px auto;
	height: 48px;
	padding: 0 48px;
	font-size: 20px;
	border: none;
	outline: none;
	border-radius: 8px;
	background: teal;
	color: white;
}

.under-suspension {
	display: block;
	height: 20px;
	width: 20px;
	background-color: red;
	background-image: url('ban.png');
	position: absolute;
	background-size: cover;
	margin-left: -30px;
	margin-top: 20px;
	border-radius: 5px;
	border: 2px solid red;
}

.qa-c-item-avatar-meta .under-suspension {
	display: block;
	height: 10px;
	width: 10px;
	background-color: red;
	background-image: url('ban.png');
	position: absolute;
	background-size: cover;
	margin-left: -20px;
	margin-top: 12px;
	border-radius: 3px;
	border: 1px solid red;
}