.customDropdownAndInput {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.customDropdownAndInput .ui-input-bordered {
    padding-left: 10px;
    padding-right: 20px;
    width: 100%;
    cursor: default;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.customDropdownAndInput .ui-input-bordered.dropdownWithSearch {
    padding-right: 40px;
    cursor: text;
}

/* Clear icon that is shown only when search is enabled */
.customDropdownAndInput .clear-input {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 26px;
    z-index: 999;
    cursor: pointer;
    background: url(../../../../images/shared/close.png);
}

.customDropdownAndInput .clear-input:hover {
    background: url(../../../../images/shared/close-hovered.png);
}

/* Arrow icon */
.customDropdownAndInput .arrowIcon-container {
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 800;
    cursor: pointer;
    padding-top: 15px;
    padding-left: 8px;
}

.customDropdownAndInput .arrowIcon-container .arrowIcon {
    width: 6px;
    height: 3px;
    background: url('../../../../images/shared/smallDownArrow.png');
}

.customDropdownAndInput .arrowIcon-container.opened .arrowIcon {
    background: url('../../../../images/shared/smallUpArow.png');
}

.customDropdownAndInput .arrowIcon-container.disabled {
    opacity: 0.4;
    cursor: default;
}

.customDropdownAndInput .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%;
    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;
}

.customDropdownAndInput .dropdown-content.renderDropdown {
    opacity: 1;
}

.customDropdownAndInput .dropdown-content .option {
    display: flex;
    padding: 2px 20px;
}

.customDropdownAndInput .dropdown-content .option:hover {
    background-color: #F6F7FE;
    cursor: pointer;
}

.customDropdownAndInput  .dropdown-content .option .checkbox-container {
    flex: 0 0 28px;
    padding-top: 4px;
}

.customDropdownAndInput  .dropdown-content .option .multigroupIcon-container {
    display: inline-block;
}

.customDropdownAndInput  .dropdown-content .option .multigroupIcon-container img {
    padding-bottom: 3px;
}

.customDropdownAndInput  .dropdown-content .option .materialGroupIcon-container {
    display: inline-block;
}

.customDropdownAndInput  .dropdown-content .option .materialGroupIcon-container img {
    padding-bottom: 3px;
}

.customDropdownAndInput  .dropdown-content .option .ucltGroupIcon-container {
    display: inline-block;
}

.customDropdownAndInput  .dropdown-content .option .ucltGroupIcon-container img {
    padding-bottom: 3px;
}

.customDropdownAndInput .dropdown-content .option .value-container {
    flex: 1 1 auto;
    font-family: GlowRegular;
    font-size: 14px;
    color: #4a4a4a;
    padding-top: 2px;
    word-break: break-word;
    white-space: initial;
}

.customDropdownAndInput .dropdown-content .option .iconsContainer {
    display: flex;
    justify-content: flex-end;
    padding-top: 2px;
}

.customDropdownAndInput .dropdown-content .option .iconsContainer div:not(:last-child) {
    margin-right: 1px;
}

.customDropdownAndInput .dropdown-content .option .iconsContainer div:last-child {
    margin-right: -1px;
}

@supports ((-moz-appearance:none) or (-ms-ime-align:auto)) {
    .customDropdownAndInput .dropdown-content .option .value-container {
        word-break: break-all;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .customDropdownAndInput .dropdown-content .option .value-container {
        word-break: break-all;
    }
}

.customDropdownAndInput .dropdown-content .option.disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

.customDropdownAndInput .dropdown-content .option .value-container.selectedOption {
    font-family: GlowSemibold;
}

.customDropdownAndInput .dropdown-content .option .value-container .actionButton img {
    display: none;
    cursor: pointer;
    margin-top: 3px;
}

.customDropdownAndInput .dropdown-content .option:hover .value-container .actionButton img {
    display: block;
}
.customDropdownAndInput .dropdown-content .noOptionsFound-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customDropdownAndInput .dropdown-content .noOptionsFound-container .noFound {
    font-family: GlowRegular;
    font-size: 13px;
    text-align: center;
    color: #b6b6b6;
}

.customDropdownAndInput .dropdown-content .noOptionsFound-container .createNew-btn {
    font-family: GlowRegular;
    font-size: 13px;
    text-align: center;
    color: #5774e7;
    cursor: pointer;
}

.customDropdownAndInput .selectDeselectAllClear-section {
    height: 35px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
}

.customDropdownAndInput .selectDeselectAllClear-section .ui-btn-link {
    margin-top: 5px;
}


.customDropdownAndInput .selectDeselectAllClear-section .ui-btn-link.clearButton.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.customDropdownAndInput .selectDeselectAllClear-section .mainHeader {
    font-family: GlowSemibold;
    font-size: 14px;
    color: #4a4a4a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto;
    padding-right: 10px;
}

.customDropdownAndInput perfect-scrollbar .ps-content {
    padding-right: 0 !important;
}

.customDropdownAndInput [hidden] {
    display: none !important;
}

.customDropdownAndInput .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;
}

.customDropdownAndInput:hover .clearDeleteFilter {
    display: flex;
}

.customDropdownAndInput .filterName {
    display: none;
    position: absolute;
    font-size: 9px;
    font-family: GlowSemiBold;
    top: -12px;
    left: 5px;
    text-transform: uppercase;
    opacity: 0.4;
}

.customDropdownAndInput:hover .filterName {
    display: block;
}

.customDropdownAndInput:hover .ui-input-bordered.isOffsetAllowed {
    padding-right: 18px;
}
