.app-select2-box {
	position: relative;
}

.app-select2-box.fit {
	width: 100% !important;
	/* force fluid responsive */
}

.app-select2-box.fit .select2.select2-container {
	width: 100% !important;
}

.app-select2-box .select2-container .select2-selection--single {
	height: 40px;
	outline: 1px solid var(--input-border-color) !important;
	border: none !important;
	/* border-bottom-color: var(--input-border-color) !important; */
	padding-top: 0 !important;
	padding-left: 3px !important;
	position: relative;
	border-radius: 4px !important;
	/* outline: 1px solid transparent; */
}

.mui-field .app-select2-box .select2-container .select2-selection--single {
	outline: none !important;
}

.app-select2-box.second-size .select2-container .select2-selection--single {
	min-height: 49px;
}

.app-select2-box.small .select2-container .select2-selection--single,
.app-select2-box.small .select2-container .select2-selection--multiple {
	height: 34px;
	min-height: 34px !important;
	font-size: 14px;
}

.app-select2-box.small .select2-selection__arrow::after {
	top: 9px;
}

.app-select2-box.second-size .select2-selection__arrow::after {
	top: 18px;
}

.app-select2-box.primary-color .select2-selection__rendered {
	color: #36459b !important;
}

.app-select2-box.primary-color .select2-container .select2-selection--single {
	outline: 1px solid #36459b !important;
}

.app-select2-box.has-danger-bg .select2-selection.select2-selection--multiple {
	background: #fcfaef !important;
}

.app-select2-box.disabled,
.select2-container--disabled {
	pointer-events: none !important;
}

.app-select2-box.disabled .select2-container .select2-selection--single,
.select2-container--disabled .select2-selection--single {
	background: #eee;
}

.app-second-input-section.error .select2-selection.select2-selection--multiple {
	outline-color: #b3261e !important;
}

.app-select2-box.no-border .select2-container .select2-selection--single,
.app-select2-box.no-border .select2-container.select2-container--focus .select2-selection--single,
.app-select2-box.no-border .select2-container.select2-container--open .select2-selection--single,
.app-select2-box.no-border .select2-selection.select2-selection--multiple,
.app-select2-box.no-border .select2-container--open .select2-selection.select2-selection--multiple[aria-expanded="true"] {
	outline: none !important;
}

.app-select2-box.secondary .select2-container .select2-selection--single {
	outline: 1px solid rgba(188, 195, 237, 0.35) !important;
}

.app-select2-box .select2-container.select2-container--focus .select2-selection--single,
.app-select2-box .select2-container.select2-container--open .select2-selection--single {
	outline: 1px solid var(--input-border-color-focus) !important;
	/* box-shadow: 0px 0px 5px 1px #5464C3 !important; */
}

.mui-field .app-select2-box .select2-container.select2-container--focus .select2-selection--single,
.mui-field .app-select2-box .select2-container.select2-container--open .select2-selection--single {
	outline: none !important;
}

.mui-field:has(.select2-container.select2-container--focus) fieldset,
.mui-field:has(.select2-container.select2-container--open) fieldset {
	border-color: var(--input-border-color-focus) !important;
}

.app-select2-box .select2-container .select2-selection--single span.select2-selection__rendered {
	/*line-height: 40px;*/
	color: var(--text-secondary);
	font-style: normal;
	font-weight: 400;
	text-align: left;
	/* margin-left: 10px; */
	padding: 0 16px;
	position: static;
}

#select2-saved_filters-container {
	color: #36459b !important;
}

/* .app-select2-box .select2-container .select2-selection--single[aria-expanded=true] .select2-selection__rendered {
    line-height: 44px;
    margin-left: 9px;
}
body[dir=rtl] .app-select2-box .select2-container .select2-selection--single[aria-expanded=true] .select2-selection__rendered {
    line-height: 44px;
    margin-right: -1px !important;
} */

.app-select2-box .select2-container .select2-selection--single .select2-selection__arrow {
	top: 2.5px;
	right: 15px;
}

.select2-results__options {
	max-height: 237px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 2.5px;
}

.select2-results__options::-webkit-scrollbar {
	width: 4px;
	float: right !important;
}

.select2-selection__arrow::after {
	position: absolute;
	content: url(../../../images/svg/arrow-down.svg);
	top: 13px;
	right: 10px;
	transition: all 0.3s ease-in-out;
	height: 16px;
}

.select2-container--open.select2-container .select2-selection__arrow::after {
	transform: rotate(180deg);
}

.select2-container .select2-dropdown .select2-search input {
	margin-top: 4px;
	outline: none !important;
	border: 1px solid #eaeffb !important;
	color: #858588;
	text-align: left !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

	padding: 11px 10px 11px 32px;
	border-radius: 4px !important;

	/* icon */
	background: url(../../../images/icon/search.png) right top no-repeat;
	background-position: left 10px bottom 16px !important;
}

.select2-search.select2-search--dropdown {
	padding: 0 !important;
	margin-bottom: 16px !important;
}

.select2-container .select2-dropdown .select2-search input::placeholder {
	color: #858588;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	padding: 0 12px !important;
}

/* d {
    text-align: right !important;
} */

.select2-container .select2-dropdown .select2-results ul .select2-results__option {
	color: #636366;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	padding: 12px 8px;
	background: unset;
}

/* .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected=false] ~ .select2-container .select2-dropdown .select2-results ul .select2-results__option[aria-selected=true] {
    border-radius: 0;
    background: unset !important;
} */

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected],
.select2-container .select2-dropdown .select2-results ul .select2-results__option[aria-selected="true"],
.select2-container .select2-dropdown .select2-results ul .select2-results__option.select2-results__option--selected {
	color: #36459b;
	border-radius: 4px;
	padding: 12px 8px;
	background: var(--option-selected-color);
}

.multi-select2-checkbox .select2-results__options {
	flex-direction: column;
	/*align-items: start;*/
	padding: 0 15px;
}

.multi-select2-checkbox .select2-container .select2-dropdown .select2-results ul .select2-results__option {
	flex-grow: 1;
	flex-basis: 0;
}

.multi-select2-checkbox .select2-container .select2-dropdown .select2-results ul .select2-results__option,
.nested-data-select2-dropdown .select2-dropdown .select2-results ul .select2-results__option {
	padding: 0 !important;
	background: unset !important;
}

.select2-container .select2-selection--single .select2-selection__clear {
	border: none;
	outline: none;
	background: unset;
	cursor: pointer;
	width: 20px !important;
	height: 20px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f6fb;
	border-radius: 50%;
	position: absolute;
	right: 6px;
}

[dir="rtl"] .select2-container .select2-selection--single .select2-selection__clear span {
	display: none;
}

[dir="ltr"] .select2-container .select2-selection--single .select2-selection__clear span {
	display: inline;
}

.select2-container .select2-selection--single .select2-selection__clear::after {
	content: "\ea49";
	font-size: 10px;
	color: var(--color-primary);
	font-weight: 900;
}

.select2-container .select2-selection--single .select2-selection__clear:focus {
	border: none;
	outline: none;
}

.select2-container .select2-selection--single .select2-selection__clear span {
	font-size: 18px;
	color: #36459b;
	line-height: 20px;
}

body[dir="rtl"] .select2-container .select2-selection--single .select2-selection__clear {
	right: unset;
	left: 6px;
}

/* multi */

.select2-selection.select2-selection--multiple {
	border: none !important;
	outline: 1px solid var(--input-border-color);
	min-height: 40px !important;
	display: flex !important;
	align-items: flex-end !important;
	padding: 3px 11px !important;
	border-radius: 4px !important;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.select2-container--open .select2-selection.select2-selection--multiple {
	outline: 1px solid var(--input-border-color-focus);
	/* box-shadow: 0px 0px 5px 1px #5464C3 !important; */
}

.mui-field .select2-selection.select2-selection--multiple {
	outline: unset;
}

.select2-selection.select2-selection--multiple .select2-selection__rendered {
	/* width: 100%; */
	margin: 0 !important;
	padding: 0 0px !important;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 4px;
	flex-direction: row;
}

.select2-results__option--selectable div .filter-delete-icon svg {
	stroke: rgb(133, 133, 136);
}

.select2-results__option--selectable:hover div .filter-delete-icon svg {
	stroke: #36459b !important;
}

.select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	list-style: none;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 4px;
	padding: 3px 12px !important;
	border-radius: 2px;
	background: #e5e8f6 !important;

	color: #36459b !important;
	text-align: right !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	/* max-height: 30px !important; */
}

.select2-selection__choice__remove {
	padding: 3px 2px !important;
	color: transparent !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

.select2-selection__choice__remove::after {
	content: url(./../../../images/svg/select2-remove.svg);
	width: 19px;
	height: 19px;
}

.select2-selection.select2-selection--multiple .select2-search--inline {
	/* width: 100%; */
	list-style: none !important;
	background: transparent !important;
	height: fit-content;
	/* min-height: 22px; */
	padding: 0 4px;
	/* min-width: 100%; */
	flex: 1;
}

.select2-selection.select2-selection--multiple .select2-search--inline .select2-search__field {
	outline: none;
	float: left;
	padding: 0 !important;
	text-align: left !important;
	background: transparent;
	width: fit-content;
	min-width: 5px;
	resize: none;
	/* height: fit-content; */
	height: fit-content;
	/* line-height: 32px;
	max-height: 32px; */
}

.select2-selection.select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-selection.select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
	line-height: 34px;
	max-height: 34px;
}

/* .select2-search--inline .select2-search__field:empty {
} */
/*
.select2-selection__rendered:empty+.select2-search--inline textarea {
    height: 18px;
} */

.select2-search--inline .select2-search__field::placeholder {
}

.select2-selection.select2-selection--multiple .select2-selection__choice + .select2-search--inline {
	width: auto !important;
}

.select2-selection.select2-selection--multiple .select2-selection__choice + .select2-search--inline .select2-search__field {
	border: none !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
	text-align: left !important;
}

.select2-selection__rendered .select2-selection__choice {
	border: none !important;
	border-width: 0 !important;
	background-color: #e5e7f0 !important;
	border-radius: 6px !important;
	color: #424242 !important;
}

.select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
	border: none !important;
	color: #424242;
}

.select2-selection__choice__display {
	color: #36459b;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-wrap: wrap;
}

.select2-search textarea,
.select2-search textarea::placeholder {
	color: #858588;
	/*font-size: 14px;*/
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.select2-dropdown {
	transition: all 0.3s ease;
	padding: 10px 8.5px !important;
	margin-top: 10px !important;
	border-radius: 3px !important;
	background: #fff !important;
	box-shadow: 0px 0px 8px 0px var(--input-border-color) !important;
	border: 0 !important;
	z-index: 10000;
}

.modal-open .app-select2-box:not([data-parent="modal"]) .select2-container {
	z-index: unset !important;
}

/*.select2-container--default {*/
/*	z-index: 60 !important;*/
/*}*/

/*  */
.select2-selection__clear + .select2-selection__rendered + .select2-selection__arrow {
	display: none !important;
}

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers,
.select2-result-repository__description,
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] .select2-result-repository__description,
.select2-container .select2-dropdown .select2-results ul .select2-results__option[aria-selected="true"] .select2-result-repository__description,
.select2-container .select2-dropdown .select2-results ul .select2-results__option.select2-results__option--selected .select2-result-repository__description {
	color: #858588 !important;
}

.select2-results__group + .select2-results__options.select2-results__options--nested {
	overflow: unset;
	max-height: unset;
}

@media (max-width: 576px) {
	/*.app-select2-box .select2-container .select2-selection--single span.select2-selection__rendered,*/
	.select2-selection.select2-selection--multiple .select2-search--inline .select2-search__field,
	.select2-selection.select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
		font-size: 13px;
	}
}

.select2-container .select2-selection--single .select2-selection__placeholder {
	color: #858588;
}

/*nested select2 style*/
.nested-select-list {
	list-style: none;
	padding: 5px 8px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.nested-select-group-option {
	color: var(--text-secondary);
	display: flex;
	align-items: center;
	gap: 10px;
}

.nested-select-group-option .drop-icon:not(.opened) svg:last-child {
	display: none;
}

.nested-select-group-option .drop-icon.opened svg:first-child {
	display: none;
}

.nested-select-option-item {
	padding: 5px 8px;
	color: var(--text-secondary);
}

.nested-select-list.selected,
.nested-select-option-item.selected,
.nested-select-option-item:hover {
	background-color: var(--option-selected-color);
	border-radius: 4px;
}

/*advance select*/
/*.app-second-input-section.advance-select fieldset {*/
/*	flex-direction: column;*/
/*	align-items: unset;*/
/*	background-color: #FFF;*/
/*}*/

/*.app-second-input-section.advance-select.focused fieldset {*/
/*	z-index: 2000;*/
/*}*/

/*.advance-select .app-second-box-search {*/
/*	display: flex;*/
/*	align-items: center;*/
/*	width: 100%;*/
/*	cursor: pointer;*/
/*}*/

/*.advance-select .advance-select-dropdown-list {*/
/*	display: none;*/
/*	margin-top: 10px;*/
/*}*/

/*.advance-select .app-second-box-search .search-icon {*/
/*	border-radius: var(--input-border-radius);*/
/*	background: var(--card-bg-color);*/
/*	padding: 7px;*/
/*}*/

/*.advance-select .app-second-box-search .clear-icon {*/
/*	border-radius: 50%;*/
/*	background: var(--card-bg-color);*/
/*	padding: 10px;*/
/*}*/

/*.advance-select fieldset:focus-within,*/
/*.advance-select.focused fieldset {*/
/*	padding: 7px;*/
/*	box-shadow: 0px 0px 8px 0px var(--input-border-color);*/
/*	border: 1px solid var(--input-border-color-focus) !important;*/
/*	position: absolute;*/
/*	top: 0;*/
/*}*/

/*.advance-select.open-in-top fieldset:focus-within,*/
/*.advance-select.open-in-top.focused fieldset {*/
/*	top: unset;*/
/*	bottom: -60px;*/
/*}*/

/*.advance-select fieldset:focus-within legend,*/
/*.advance-select.focused fieldset legend {*/
/*	margin-left: 3px;*/
/*	margin-right: 3px;*/
/*}*/

/*.advance-select fieldset:focus-within .advance-select-dropdown-list,*/
/*.advance-select.focused fieldset .advance-select-dropdown-list {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	max-height: 200px;*/
/*	user-select: none;*/
/*}*/

/*.advance-select.open-in-top fieldset:focus-within .advance-select-dropdown-list,*/
/*.advance-select.open-in-top.focused fieldset .advance-select-dropdown-list {*/
/*	order: -1;*/
/*	margin-top: unset;*/
/*	margin-bottom: 10px;*/
/*}*/

/*.advance-select fieldset:focus-within .app-second-box-search,*/
/*.advance-select.focused fieldset .app-second-box-search {*/
/*	border: 1px solid var(--input-border-color);*/
/*	border-radius: var(--input-border-radius);*/
/*}*/

/*.advance-select .app-second-input-search {*/
/*	text-overflow: ellipsis;*/
/*	cursor: pointer;*/
/*}*/

/*.advance-select .app-second-input-search:focus::placeholder {*/
/*	opacity: 0;*/
/*}*/

/*.advance-select .app-second-input-search + .app-second-box-search-icons .search-icon,*/
/*.advance-select .app-second-input-search + .app-second-box-search-icons .clear-icon {*/
/*	display: none;*/
/*}*/

/*.advance-select fieldset:focus-within .app-second-input-search:placeholder-shown + .app-second-box-search-icons .search-icon,*/
/*.advance-select.focused fieldset .app-second-input-search:placeholder-shown + .app-second-box-search-icons .search-icon {*/
/*	display: block;*/
/*}*/

/*.advance-select fieldset:focus-within .app-second-input-search:not(:placeholder-shown) + .app-second-box-search-icons .clear-icon,*/
/*.advance-select.focused fieldset .app-second-input-search:not(:placeholder-shown) + .app-second-box-search-icons .clear-icon,*/
/*.advance-select .app-second-input-search:not(:placeholder-shown) + .app-second-box-search-icons .clear-icon.allow-clear {*/
/*	display: block;*/
/*}*/

/*.advance-select fieldset .app-second-box-search-icons {*/
/*	margin-inline-end: 3px;*/
/*	cursor: pointer;*/
/*}*/

/*.advance-select fieldset .app-second-box-search-icons svg {*/
/*	margin: 0;*/
/*}*/

/*.advance-select .advance-select-dropdown-list-box {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	padding: 5px 0;*/
/*	overflow: auto;*/
/*}*/

/*.advance-select .advance-select-dropdown-group {*/
/*	margin-top: 5px;*/
/*	padding: 0 5px;*/
/*}*/

.advance-select-dropdown .advance-select-dropdown-group-title {
	color: var(--color-warning);
	font-size: 11px;
	font-weight: 700;
}

/*.advance-select-dropdown .advance-select-dropdown-list-items-box {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*}*/

.advance-select-dropdown .select2-results__option {
	padding: 0 !important;
	background-color: #fff !important;
}

.advance-select-dropdown .advance-select-dropdown-list-item-wrapper {
	display: flex;
	border-bottom: 1px solid var(--border-color-1);
	padding: 2px 0;
	gap: 3px;
}

.advance-select-dropdown .select2-results__options--nested .select2-results__option:last-of-type .advance-select-dropdown-list-item-wrapper {
	border-bottom: none;
}

.advance-select-dropdown .advance-select-dropdown-list-item {
	display: flex;
	/*flex-shrink: 0;*/
	gap: 7px;
	padding: 7px;
	border-radius: 4px;
	cursor: pointer;
	flex-grow: 1;
}

.advance-select-dropdown .select2-results__option--selected .advance-select-dropdown-list-item,
.advance-select-dropdown .select2-results__option--highlighted .advance-select-dropdown-list-item {
	color: var(--color-primary);
	background-color: var(--option-selected-color-lily);
}

.advance-select-dropdown .advance-select-dropdown-star {
	cursor: pointer;
	flex-shrink: 0;
	padding: 7px 0;
}

.advance-select-dropdown .advance-select-dropdown-star svg {
	stroke: var(--color-favourite);
	fill: #fff;
}

.advance-select-dropdown .advance-select-dropdown-star.favourite svg {
	fill: var(--color-favourite);
}

.advance-select-dropdown .select2-search.select2-search--dropdown {
	position: relative;
	margin-bottom: 5px !important;
}

.advance-select-dropdown .select2-search.select2-search--dropdown .search-icon {
	position: absolute;
	top: 9px;
	right: 5px;
	border-radius: var(--input-border-radius);
	background: var(--card-bg-color);
	padding: 7px;
	cursor: pointer;
}

.advance-select-dropdown .select2-categories--dropdown {
	display: block;
	margin-bottom: 5px;
}

.advance-select-dropdown .select2-categories--dropdown p {
	font-size: 12px;
}

.advance-select-dropdown .select2-categories--dropdown .app__primary-tab-items {
	white-space: nowrap;
	user-select: none;
}

.advance-select-dropdown .select2-results__options .select2-results__message,
.advance-select-dropdown .select2-results__options .loading-results {
	padding: 5px !important;
}

.advance-select-dropdown .select2-search__field {
	background: none !important;
	padding: 10px !important;
	padding-inline-end: 30px !important;
}

.advance-select-dropdown .select2-results__options {
	padding: 0 5px;
}

.multi-select-columns .select2-results__options {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px 8px;
	padding: 10px;
	max-height: 300px;
	overflow-y: auto;
}

.multi-select-columns .material-checkbox-section {
	display: flex;
	align-items: center;
}
