.filter-container {
	display: inline-flex;
	background: #f9f9fb;
	border: 1px solid var(--grey-300);
	border-radius: 14px;
}

.filter-container > div {
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	border-right: 1px solid rgb(151 151 151 / 60%);
	font-size: 14px;
	font-weight: 700;
	color: var(--primary);
}
.conditions {
	min-width: 136px;
}
.filter-icon {
	padding: 8px 24px;
}

.filter-container > div.filter-label {
	padding: 8px 24px;
}

.filter-container > div.filter-label img{
	padding: 0px 12px 0px 0px;
}

.filter-container
	.select2-container--default
	.select2-selection
	span.select2-selection__arrow {
	right: 24px;
	top: 16px;
}
.filter-container > div.filter-label {
	white-space: nowrap;
	padding: 8px 24px;
}
.filter-container > div:last-child {
	border-right: 0;
}

.with-custom-filter .filter-container {
	min-width: 493px;
}
.filter-left-sec {
	display: flex;
	flex: 1;
}
.filter-container .select2-container--default .select2-selection {
	border: 0;
	background: transparent;
	font-size: 14px;
	font-weight: 700;
	color: var(--primary) !important;
	padding: 8px 45px 8px 24px;
	min-height: 60px;
	display: flex;
	align-items: center;
}

.filter-container
	.select2-container
	.select2-selection--single
	.select2-selection__rendered {
	padding: 0;
	color: inherit;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-width: 2px 2px 0 0 !important;
	transform: rotate(135deg);
	width: 9px;
	height: 9px;
	border-color: inherit;
	margin-left: auto;
	transform-origin: center;
	margin-top: -6px;
	margin-right: 2px;
	transition: 0.2s all linear;
	border-color: #000000 !important;
}

.select2-selection__rendered {
	color: var(--primary) !important;
	line-height: 28px;
}
.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	transform: rotate(315deg);
	transition: 0.2s all linear;
}

.select2-results__option {
	font-size: 14px;
	font-weight: 500;
	padding: 5px 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.429;
}

.select2-container--default
	.select2-results__option--highlighted.select2-results__option--selectable {
	background: rgb(55 73 166 / 20%);
	color: var(--primary-blue);
}

.select2-container--default .select2-results__option--selected {
	background: var(--primary-blue);
	color: var(--white);
}

.select2-dropdown {
	box-shadow: 0px 13px 61px rgba(169, 169, 169, 0.366013);
	border: 0px;
	border-radius: 4px !important;
	z-index: 1060;
}

.select2-search--dropdown {
	padding: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	background: var(--grey);
	border: 1px solid var(--grey-300);
	border-radius: 4px;
	outline: none;
	height: 40px;
	padding: 8px;
	font-size: 14px;
	font-weight: 600;
}

li.select2-results__option.select2-results__message {
	white-space: unset;
	text-align: center;
	letter-spacing: 0;
}

.filter-type {
	max-width: 180px;
	flex: 0 0 180px;
}

.filter-type .select2-container {
	width: 100% !important;
}

.action-btns {
	display: inline-flex;
	/* background: #fafbfd;
	border: 1px solid var(--grey-300); */
	border-radius: 4px;
	background: rgb(55 73 166 / 20%) !important;
	overflow: hidden;
}

button.action-btn:last-child {
	border: 0;
}
label.form-check-label {
	font-size: 14px;
}
.filter-main-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.subfilter-wrapper .btn.text-bg-primary {
	background: rgb(55 73 166 / 8%) !important;
}
.subfilter-wrapper .btn.text-bg-primary:hover {
	background: rgb(55 73 166 / 20%) !important;
}
.filter-main-wrapper .btn,
.subfilter-wrapper .btn {
	font-size: 14px;
	font-weight: 700;
	padding: 6px 12px;
	border-radius: 4px;
	min-height: 36px;
	border: 0px;
	outline: 0;
	text-align: center;
	justify-content: center;
}

.filter-main-wrapper .conditions .btn {
	font-size: 14px;
	font-weight: 700;
	padding: 8px 24px;
	border-radius: 4px;
	min-height: 60px;
	border: 0px;
	outline: 0;
}

.subfilter-wrapper .btn {
	display: flex;
	align-items: center;
	gap: 6px;
}
.subfilter-wrapper .btn.text-bg-primary svg {
	width: 16px;
	height: 16px;
}
.subfilter-wrapper .btn.text-bg-primary svg path {
	fill: var(--primary-blue) !important;
}
.btns-right {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.flex-1 {
	flex: 1;
}
.btns-right .input-wrapper-checkbox {
	width: fit-content;
}

.input-wrapper-checkbox {
	margin-bottom: 16px;
}

.filter-rows {
	--bs-gutter-x: 12px !important;
}

.delete-col {
	flex: 0 0 57px;
	max-width: 57px;
	text-align: center;
	min-height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.where-col,
.condition-col,
.input-col {
	flex: 1;
	max-width: calc(33.3% - 20px);
}

.delete-col p {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.filters-row-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

button.btn.text-btn {
	padding: 0;
	border: 0;
	outline: none;
	box-shadow: none;
}

.filters-row-wrapper .select2-container {
	width: 100% !important;
}

.filters-row-wrapper span.select2-selection {
	min-height: 36px;
}
.filters-row-wrapper
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 36px;
	font-size: 14px;
	color: var(--primary);
}

.filters-row-wrapper span.select2-selection.select2-selection--single {
	background: var(--grey);
	border: 0.6px solid var(--grey-300);
	border-radius: 4px !important;
}

.filters-row-wrapper
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	right: 8px;
	top: 4px;
}

.filters-row-wrapper
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	width: 8px;
	height: 8px;
	border-color: var(--primary) !important;
}

.filters-row-wrapper
	.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	top: 16px;
}

p.custom-select-option {
	margin: 0;
	display: flex;
	justify-content: space-between;
	gap: 4px;
	font-weight: 500;
}

p.custom-select-option span {
	font-size: 14px;
	text-transform: capitalize;
}

.processed-entry label.form-check-label {
	font-size: 14px;
	font-weight: 700;
}

.processed-entry .form-check.form-switch {
	font-size: 20px;
}
.stats-list li span {
	color: var(--grey-600);
}

.stats-list {
	margin: 0;
	list-style: none;
	padding: 0;
	gap: 30px;
}
.status-right p {
	font-weight: 700;
	font-size: 14px;
}
.stats-list li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.status-wrapper {
	margin-bottom: 16px;
}
.stats-list li p {
	margin: 0;
	font-weight: 700;
	font-size: 16px;
}

.stats-list li span.circle {
	flex: 0 0 15px;
	width: 15px;
	height: 15px;
	background: var(--primary-green);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -1px;
}

.stats-list li span.circle.circle-yellow {
	background: var(--yellow);
}
.stats-list li span.circle.circle-blue {
	background: var(--primary-blue);
}
.select2-container--open span.select2-selection {
	border-color: var(--primary-blue) !important;
}
.subfilter-wrapper {
	background: var(--white);
	padding: 16px 16px 0px 16px;
	border-radius: 14px;
	margin-bottom: 16px;
	margin-top: -8px;
}
.subfilter-wrapper .input-wrapper {
	margin-bottom: 16px;
	gap: 8px;
}
.subfilter-wrapper > .row {
	padding: 0;
}
.filter-right-btn-wrap {
	gap: 12px;
	flex-wrap: wrap;
}
.btns-left {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.pt-md-adjust {
		padding-top: 26.8px;
	}
}
@media screen and (max-width: 767px) {
	.with-custom-filter .filter-container {
		min-width: unset;
	}
	.status-left:empty {
		display: none;
	}
	.filter-left-sec {
		width: 100%;
	}
	.filter-container {
		width: 100%;
	}
	.input-wrapper-checkbox {
		margin-bottom: 0px;
	}
	.status-left:empty {
		display: none;
	}
	.subfilter-wrapper .common-form {
		gap: 10px;
	}
	.btns-left:empty {
		display: none;
	}
	.delete-col {
		margin-bottom: 12px;
	}
	.delete-col button.btn.text-btn {
		width: 28px;
		height: 28px;
	}
	.delete-col button.btn.text-btn img {
		width: 100%;
		height: auto;
	}
	.status-wrapper {
		flex-direction: column;
		gap: 8px;
		align-items: flex-end;
	}
	.btns-right {
		width: 100%;
	}
	.stats-list {
		gap: 15px;
	}

	.stats-list li {
		gap: 4px;
	}
	.subfilter-wrapper .form-check label {
		font-size: 14px;
		line-height: 1.35;
		position: relative;
		top: 2px;
	}

	.where-col,
	.condition-col,
	.input-col {
		flex: 1;
		max-width: calc(50% - 20px);
	}
	.filter-icon {
		padding: 8px 16px;
		width: 48px;
	}
	.condition-col,
	.input-col {
		max-width: 50%;
	}

	.where-col {
		flex: 0 0 100%;
		max-width: calc(100% - 62px);
		margin-bottom: 12px;
	}
	.filter-container > div {
		min-height: 40px;
	}

	.filter-container > div.filter-label span{
		display: none;
	}
	.filter-container > div.filter-label img{
		padding: 0px;
		width: 22px;
	}
	.filter-container > div.filter-label {
		padding: 8px 15px;
	}
	.filter-container .select2-container--default .select2-selection {
		min-height: 40px;
		padding: 8px 20px 8px 12px;
	}

	.filter-container
		.select2-container--default
		.select2-selection
		span.select2-selection__arrow {
		height: auto;
		right: 13px;
		top: 19px;
	}
	.filter-container
		.select2-container--open
		.select2-selection
		span.select2-selection__arrow {
		top: 23px;
	}
	.filter-main-wrapper .conditions .btn {
		min-height: 40px;
		padding: 8px 12px;
		width: 100%;
	}
	.conditions {
		flex: 1;
	}
	.filter-type {
		max-width: initial;
		flex: 1;
	}
	.filter-container {
		border-radius: 8px;
	}

	.subfilter-wrapper .input-wrapper {
		row-gap: 5px;
	}
}

@media screen and (max-width: 575px) {
	.flex-sm-1 {
		flex: 1;
	}
	.btns-right,
	.filter-right-sec,
	.btns-left {
		width: 100%;
	}
}

@media screen and (max-width: 374px) {
	.stats-list li p {
		font-size: 14px;
	}

	.stats-list li span.circle {
		flex: 0 0 12px;
		max-width: 12px;
		height: 12px;
	}
	.stats-list {
		gap: 10px;
	}
	.full-btn-xs .btn {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.filter-modal  {
		flex-wrap: wrap;
	}
	.filter-modal .btn-wrapper .btn {
		max-width: 50%;
		flex: 1;
	}
	.filter-modal .btn-wrapper .btn:nth-child(1) {
		max-width: 100%;
		flex: 0 0 100%;
	}
}

@media screen and (max-width: 319px) {
	.filter-container > div.filter-label{
		display: none;
	}

}
