.phasesSelectionDropdown {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

        .phasesSelectionDropdown .tag {
            border-radius: 4px;
            font-size: 13px;
            min-height: 22px;
            margin-right: 4px;
            position: relative;
            padding-right: 7px;
            margin-top: 4px;
            display: flex;
            flex: 0 1 auto;
            flex-direction: row;
            min-width: 0px;
            position: relative;
        }

            .phasesSelectionDropdown .tag:not(:hover) {
                box-shadow: none !important;
            }

            .phasesSelectionDropdown .tag.editable,
            .phasesSelectionDropdown .tag.editable .tagText{
                cursor: pointer;
            }

            .phasesSelectionDropdown .tag.editable:hover .removeIcon {
                display: inline-block;
            }

                .phasesSelectionDropdown .tag .tagLine {
                    width: 4px;
                    margin-right: 6px;
                    border-top-left-radius: 4px;
                    border-bottom-left-radius: 4px;
                    flex: 0 0 auto;
                }

                .phasesSelectionDropdown .tag .tagText {
                    margin-left: 1px;
                    padding-top: 2px;
                    padding-bottom: 2px;
                    overflow: hidden;
                    white-space: pre;
                    text-overflow: ellipsis;
                    flex: 0 1 auto;
                    min-width: 0px;
                    max-width: 140px;
                    cursor: default;
                }


                .phasesSelectionDropdown .tag .plusIconContainer {
                    width: 13px;
                    flex: 0 0 auto;
                }

        .phasesSelectionDropdown .removeIcon {
            position: absolute;
            display: none;
            top: 0;
            right: 0px;
            border-radius: 4px;
            width: 26px;
            height: 100%;
            pointer-events: none;
        }

            .phasesSelectionDropdown .removeIcon .imageParent {
                pointer-events: all;
                height: 100%;
                width: 17px;
                float: right;
                padding-right: 8px;
            }

            .phasesSelectionDropdown .removeIcon .image {
                background: url(../../../../images/shared/remove.png) no-repeat;
                width: 8px;
                height: 8px;
                float: right;
                margin-top: 8px;
                cursor: pointer;
            }

            .phasesSelectionDropdown .phasesDropdown {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
            }

                .phasesSelectionDropdown .phasesDropdown  .ui-input-bordered {
                    padding-left: 10px;
                    width: 100%;
                }

                    .phasesSelectionDropdown .phasesDropdown .ui-input-bordered.dropdownWithSearch {
                        padding-right: 40px;
                    }

                /* Clear icon that is shown only when search is enabled */
                .phasesSelectionDropdown .phasesDropdown .clear-input {
                    width: 10px;
                    height: 10px;
                    position: absolute;
                    top: 9px;
                    right: 26px;
                    z-index: 999;
                    cursor: pointer;
                    background: url(../../../../images/shared/close.png);
                }

                    .phasesSelectionDropdown .phasesDropdown .clear-input:hover {
                        background: url(../../../../images/shared/close-hovered.png);
                    }

                    /* Arrow icon */
                    .phasesSelectionDropdown .phasesDropdown .arrowIcon-container {
                        width: 24px;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        right: 0;
                        z-index: 999;
                        cursor: pointer;
                        padding-top: 13px;
                        padding-left: 8px;
                    }

                        .phasesSelectionDropdown .phasesDropdown .arrowIcon-container .arrowIcon {
                            width: 6px;
                            height: 3px;
                            background: url('../../../../images/shared/smallDownArrow.png');
                        }

                        .phasesSelectionDropdown .phasesDropdown .arrowIcon-container.opened .arrowIcon {
                            background: url('../../../../images/shared/smallUpArow.png');
                        }

                .phasesSelectionDropdown .phasesDropdown .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: 260px;
                    max-width: 320px;
                    z-index: 1000;
                    padding: 12px 0px;
                    min-height: 50px;
                    margin-top: 2px;
                }

                    .phasesSelectionDropdown  .phasesDropdown .dropdown-content .phases-tab__container {
                        display: flex;
                        flex-shrink: 0;
                        margin-bottom: 12px;
                        padding-left: 20px;
                    }
                    
                    .phasesSelectionDropdown  .phasesDropdown .dropdown-content .phases-tab__container :not(:first-child) {
                        margin-left: -1px;
                    }
                    
                    .phasesSelectionDropdown  .phasesDropdown .dropdown-content .phases-tab__container :first-child {
                        border-top-left-radius: 4px;
                        border-bottom-left-radius: 4px;
                    }
                    
                    .phasesSelectionDropdown  .phasesDropdown .dropdown-content .phases-tab__container :last-child {
                        border-top-right-radius: 4px;
                        border-bottom-right-radius: 4px;
                    }
                    
                    .phasesSelectionDropdown  .phasesDropdown .dropdown-content .phases-tab__container .phases-tab__option {
                        background-color: #ffffff;
                        padding: 0 12px;
                        border: var(--border-line);
                        font-size: 13px;
                        line-height: 18px;
                        font-family: GlowSemiBold;
                        color: #4e4e4e;
                        cursor: pointer;
                        height: 28px;
                        display: flex;
                        align-items: center;
                    }
                    
                    .phasesSelectionDropdown  .phasesDropdown .dropdown-content .phases-tab__container .phases-tab__option.active {
                        color: var(--link-blue);
                        cursor: default;
                        border: 1px solid var(--border-light-blue);
                        z-index: 1;
                        transition-duration: var(--trans-duration);
                        transition-timing-function: var(--trans-fn);
                        transition-property: all;
                    }
                    
                    

                    .phasesSelectionDropdown  .phasesDropdown .dropdown-content .sectionTitle {
                        font-family: GlowSemibold;
                        font-size: 14px;
                        color: #4a4a4a;
                        padding: 3px 20px 4px;
                    }

                    .phasesSelectionDropdown .phasesDropdown .dropdown-content .ps-content {
                        padding-right: 0 !important;
                    }

                    .phasesSelectionDropdown .phasesDropdown .dropdown-content .option {
                        display: flex;
                        padding: 2px 20px;
                    }

                        .phasesSelectionDropdown .phasesDropdown .dropdown-content .option:not(.disabled):hover {
                            background-color: #F6F7FE;
                            cursor: pointer;
                        }

                        .phasesSelectionDropdown .phasesDropdown .dropdown-content .option.disabled {
                            cursor: default;
                        }

                        .phasesSelectionDropdown .phasesDropdown .dropdown-content .option.disabled .value-container {
                            color: #CBCBCB;
                        }

                        .phasesSelectionDropdown .phasesDropdown .dropdown-content .option .value-container {
                            flex: 1 1 auto;
                            font-family: GlowRegular;
                            font-size: 14px;
                            color: #4a4a4a;
                            padding-top: 2px;
                        }

                        .phasesSelectionDropdown .phasesDropdown .dropdown-content .option .value-container.selectedOption {
                            font-family: GlowSemibold;
                        }

                        .phasesSelectionDropdown .phasesDropdown .dropdown-content .option .value-container .infoIcon {
                            vertical-align: top;
                            margin-top: 2px;
                            cursor: pointer;
                        }

                        .phasesSelectionDropdown .phasesDropdown .dropdown-content .option .value-container .inProgressIcon {
                            vertical-align: top;
                            margin-top: 2px;
                        }

                        .phasesSelectionDropdown .phasesDropdown .dropdown-content .showCompletedBtn {
                            height: 26px;
                            display: flex;
                            align-items: center;
                            justify-content: flex-start;
                            flex-wrap: wrap;
                            padding: 2px 20px;
                        }

                        .phasesSelectionDropdown .phasesDropdown .dropdown-content .showCompletedBtn .ui-btn-link{
                            line-height: 1.5;
                        }

                        .phasesSelectionDropdown .phasesDropdown .dropdown-content .hideCompletedBtn {
                            margin-top: 5px;
                        }

                        .phasesSelectionDropdown .phasesDropdown .dropdown-content .noOptionsFound-container {
                            height: 25px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }

                            .phasesSelectionDropdown .phasesDropdown .dropdown-content .noOptionsFound-container .noFound {
                                font-family: GlowRegular;
                                font-size: 13px;
                                text-align: center;
                                color: #b6b6b6;
                            }