.customDropdown {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 100%;
}

.customDropdown .ui-input-bordered {
	padding-left: 10px;
	padding-right: 20px;
	width: 100%;
	cursor: default;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.customDropdown .ui-input-bordered.dropdownWithSearch {
	padding-right: 40px;
	cursor: text;
}

.customDropdown .ui-input-bordered.isWarning {
	padding-left: 24px;
	cursor: text;
}

/* Clear icon that is shown only when search is enabled */
.customDropdown .clear-input {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	cursor: pointer;
	background-image: url(../../../../images/shared/close.png);
	background-color: #ffffff;
}

.customDropdown .clear-input:hover {
	background-image: url(../../../../images/shared/close-hovered.png);
}

/* Arrow icon */
.customDropdown .arrowIcon-container {
	width: 24px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 800;
	cursor: pointer;
	padding-top: 15px;
	padding-left: 8px;
}

.customDropdown .arrowIcon-container.opened.disabledSearch {
	width: 100%;
	display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}

.customDropdown .arrowIcon-container .arrowIcon {
	width: 6px;
	height: 3px;
	background: url("../../../../images/shared/smallDownArrow.svg");
}

.customDropdown .arrowIcon-container.opened .arrowIcon {
	background: url("../../../../images/shared/smallUpArow.svg");
}

.customDropdown .arrowIcon-container.disabled {
	opacity: 0.4;
	cursor: default;
}

.customDropdown .dropdown-content {
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 41, 199, 0.2),
		0 0 2px 0 rgba(70, 89, 191, 0.3);
	position: absolute;
	width: 100%;
	max-width: 300px;
	min-width: 250px;
	z-index: 1000;
	padding: 12px 0px;
	min-height: 43px;
	margin-top: 2px;
	-webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-ms-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	opacity: 0;
}

.customDropdown .dropdown-content.renderDropdown {
	opacity: 1;
}

.customDropdown .dropdown-content .option {
	display: flex;
	padding: 4px 20px;
	position: relative;
}

.customDropdown .dropdown-content .option:hover {
	background-color: #f6f7fe;
	cursor: pointer;
}

.customDropdown .dropdown-content .option.disabled.module-library-option {
	pointer-events: none;
}

.customDropdown .dropdown-content .option .checkbox-container {
	position: relative;
	flex: 0 0 28px;
}

.customDropdown .dropdown-content .option .checkbox-container .ui-checkbox {
	position: absolute;
    top: 2px;
}

.customDropdown .dropdown-content .option .multigroupIcon-container {
	display: inline-block;
}

.customDropdown .dropdown-content .option .multigroupIcon-container img {
	padding-bottom: 3px;
}

.customDropdown .dropdown-content .option .materialGroupIcon-container {
	display: inline-block;
}

.customDropdown .dropdown-content .option .materialGroupIcon-container img {
	padding-bottom: 3px;
}

.customDropdown .dropdown-content .option .ucltGroupIcon-container {
	display: inline-block;
}

.customDropdown .dropdown-content .option .ucltGroupIcon-container img {
	padding-bottom: 3px;
}

.customDropdown .dropdown-content .option .projectIcon,
.customDropdown .dropdown-content .option .projectGroupIcon {
	margin-right: 5px;
}

.customDropdown .dropdown-content .option.disabled {
	opacity: 0.4;
	cursor: default;
}
.customDropdown .dropdown-content .option .value-container {
	flex: 1 1 auto;
	font-family: GlowRegular;
	font-size: 14px;
	color: #4a4a4a;
	word-break: break-word;
	white-space: initial;
    max-width: 100%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.customDropdown .dropdown-content .option .value-example {
	font-size: 13px;
	color: #B6B6B6;
}

.customDropdown .dropdown-content .option .toggle-subitems {
	display: none;
	justify-content: right;
	align-items: center;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 20px;
	color: #5774E7;
	background: linear-gradient(270deg, #F6F7FE 92%, #F6F7FE 44.27%, rgba(238, 241, 254, 0.00) 100%);

}

.customDropdown .dropdown-content .option:hover .toggle-subitems {
	display: flex;
}

.customDropdown .dropdown-content .option .value-container.forUserFilter {
	white-space: nowrap !important;
	flex: 1 1 auto !important;
	max-height: 28px;
	overflow: hidden;
    text-overflow: ellipsis;
}

.customDropdown .dropdown-content .option .value-container.isFilteredOutOption {
	opacity: 0.4;
}

.customDropdown .dropdown-content .option .iconsContainer {
	display: flex;
	justify-content: flex-end;
}

.customDropdown .dropdown-content .option .attributeKind-container {
	margin-top: 2px;
}

.customDropdown .dropdown-content .option .attributeKind-container span {
	color: #B6B6B6;
}

.customDropdown .dropdown-content .option .iconsContainer div:not(:last-child) {
	margin-right: 1px;
}

.customDropdown .dropdown-content .option .iconsContainer div:last-child {
	margin-right: -1px;
}

@supports ((-moz-appearance: none) or (-ms-ime-align: auto)) {
	.customDropdown .dropdown-content .option .value-container {
		word-break: break-all;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.customDropdown .dropdown-content .option .value-container {
		word-break: break-all;
	}
}

.customDropdown .dropdown-content .option.disabled {
	opacity: 0.4;
	cursor: default;
}

.customDropdown .dropdown-content .option .value-container.selectedOption {
	color: #5774e7;
}

.customDropdown .dropdown-content .option .value-container.isProjectGroup {
	font-family: GlowSemibold;
}

.customDropdown .dropdown-content .option .value-container .infoText {
    width: 14px;
    height: 14px;
    margin-left: 16px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.customDropdown .dropdown-content .option:hover .value-container .infoText {
    opacity: 1;
}

.customDropdown .dropdown-content .option .value-container .actionButton img {
	display: none;
	cursor: pointer;
	margin-top: 3px;
}

.customDropdown .dropdown-content .option .optionHoverButton {
	display: none;
	position: absolute;
	right: 20px;
	height: 28px;
	padding-left: 20px;
	padding-top: 7px;
	background: linear-gradient(
		270deg,
		#f7f8ff 0%,
		#f7f8ff 85.96%,
		rgba(247, 248, 255, 0.4) 97.38%
	);
}

.customDropdown
	.dropdown-content
	.option:hover
	.value-container
	.actionButton
	img,
.customDropdown .dropdown-content .option:hover .optionHoverButton {
	display: block;
}

.customDropdown .dropdown-content .noOptionsFound-container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.customDropdown .dropdown-content .noOptionsFound-container .noFound {
	font-family: GlowRegular;
	font-size: 13px;
	text-align: center;
	color: #b6b6b6;
}

.customDropdown .dropdown-content .noOptionsFound-container .createNew-btn {
	font-family: GlowRegular;
	font-size: 13px;
	text-align: center;
	color: #5774e7;
	cursor: pointer;
}

.customDropdown .cd-virtualScroll {
	contain: content;
}

.customDropdown .cd-virtualScroll .cdk-virtual-scroll-content-wrapper {
	position: unset;
}

.customDropdown .selectDeselectAllClear-section {
	height: 35px;
	padding-top: 4px;
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
}

.customDropdown .selectDeselectAllClear-section .headerAndClear {
	display: flex;
	flex: 0 1 auto;
}

.customDropdown .selectDeselectAllClear-section .headerAndClear .clearButton,
.customDropdown .selectDeselectAllClear-section .additionalClearHeader .clearButton  {
	margin-right: 4px;
}

.customDropdown .selectDeselectAllClear-section .ui-btn-link {
	margin-top: 5px;
}

.customDropdown
	.selectDeselectAllClear-section
	.ui-btn-link.sortButton.disabled,
.customDropdown
	.selectDeselectAllClear-section
	.ui-btn-link.clearButton.disabled {
	pointer-events: none;
	opacity: 0.4;
}

.customDropdown .selectDeselectAllClear-section .mainHeader {
	font-family: GlowSemibold;
	font-size: 14px;
	color: #4a4a4a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 0 1 auto;
	padding-right: 8px;
	/* margin-bottom: 12px; */
}

.customDropdown perfect-scrollbar .ps-content {
	padding-right: 0 !important;
}

.customDropdown [hidden] {
	display: none !important;
}

.customDropdown .warningTooltip {
	position: absolute;
	top: 7px;
	left: 6px;
}

.customDropdown .clearDeleteFilter {
	display: none;
	position: absolute;
	top: 1px;
	right: 1px;
	height: 87%;
	justify-content: flex-end;
	align-items: center;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #ffffff;
	z-index: 1000;
}

.customDropdown input:hover + .clearDeleteFilter,
.customDropdown .clearDeleteFilter:hover {
	display: flex;
}

.customDropdown .ui-input-search.groupNameSearchInput:hover {
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-right: 20px;
}

.customDropdown
	.ui-input-search.groupNameSearchInput.additionalPaddingForClearDeleteFilerIcons:hover {
	padding-right: 20px;
}

.customDropdown .clearFilter,
.customDropdown .deleteFilter {
	cursor: pointer;
	padding-right: 5px;
}

.customDropdown .filterName {
	display: none;
	position: absolute;
	font-size: 9px;
	font-family: GlowSemiBold;
	top: -12px;
	text-transform: uppercase;
	opacity: 0.4;
}

.customDropdown:hover .filterName {
	display: block;
}

.customDropdown:hover .ui-input-bordered.isOffsetAllowed {
	padding-right: 18px;
}

.customDropdown .avatar {
	position: absolute;
	margin-left: 8px;
	margin-right: 6px;
	margin-top: 4px;
}

.customDropdownWithAvatar .ui-input-bordered {
	border: 1px solid var(--border-light-blue);
	width: 150px;
	font-size: 14px;
}

.customDropdownWithAvatar .ui-input-bordered.dropdownWithAvatar {
	padding-left: 30px;
}

.option--draggable:hover {
	background-color: #f6f7fe;
}

.option--draggable .reorderIcon {
	display: none;
	padding: 0 10px;
	cursor: grab;
}

.option--draggable:hover .reorderIcon {
	display: unset;
}

.option--draggable .checkbox-container {
	flex: 0 0 28px;
	padding-top: 4px;
}

.customDropdown .dnd-source {
	background-color: #f4f5fc;
	border: dashed 2px #abb8f8;
	cursor: move;
	height: 29px;
}

.customDropdown .dnd-source > * {
	display: none !important;
}

.customDropdown .dnd-placeholder {
	width: 100%;
	height: 3px;
	border-top: 3px solid #5774e7;
	margin-bottom: -3px;
}

.cdk-drag-preview > div {
	display: flex;
	padding: 2px 20px;
	background-color: #ffffffa3;
}

.customDropdown .dropdown-content .targetPlaceholder {
	border-bottom: solid 1px #5774e7;
}

.customDropdown .dropdown-content .optionItem {
	max-width: 400px;
	/* max-height: 29px; */
	position: relative;
}

.customDropdown .dropdown-content .optionItem.headerStyle {
	/* max-height: 65px; */
}

.customDropdown .dropdown-content .initialPlacePlaceholder {
	position: absolute;
	top:0;
	height: 100%;
	width: 100%;
	z-index: 10000;
	border: dashed 2px #abb8f8;
	background-color: #f4f5fc;
	visibility: hidden;
}

.customDropdown .dropdown-content .initialPlacePlaceholder.displayNone {
	display: none;
}

.customDropdown .groupingSectionTitle {
	padding: 8px 20px 3px;
	font-family: GlowRegular;
	font-size: 14px;
	color: #808080;
}


.levelingRunningOptions-popup .customDropdown .dropdown-content {
	max-width: 344px;
}

.levelingRunningOptions-popup .leveling-method__container .customDropdown .dropdown-content {
	max-width: 232px;
}