.bulkAssignment-popup {
    width: 520px;
}

    .bulkAssignment-popup > .modal-content {
        border-radius: 4px;
        border: none;
        background: transparent;
        box-shadow: 0 2px 4px 0 rgba(0, 41, 199, 0.2);
        background: #ffffff;
    }

        .bulkAssignment-popup > .modal-content .header {
            height: 45px;
            padding-right: 20px;
            padding-left: 20px;
            padding-top: 15px;
            border-bottom: 1px solid #E0E0E0;
        }

            .bulkAssignment-popup > .modal-content .header .popupTitle {
                font-size: 14px;
                font-family: GlowSemiBold;
                color: #4a4a4a;
                float: left;
            }

            .bulkAssignment-popup > .modal-content .header .closeIcon {
                float: right;
                cursor: pointer;
                vertical-align: top;
                margin-top: 3px;
            }

        .bulkAssignment-popup > .modal-content .md-body {
            max-height: 210px;
            padding: 20px;
            padding-top: 10px;
        }

            .bulkAssignment-popup > .modal-content .md-body.tasks {
                height: 280px;
                max-height: 280px;
                padding-right: 0;
            }

            .bulkAssignment-popup > .modal-content .md-body .radioButtonSection {
                display: flex;
                padding-top: 2px;
                align-items: center;
                flex: 0 0 117px;
                min-height: 28px;
            }

                .bulkAssignment-popup > .modal-content .md-body .radioButtonSection.second {
                    margin-top: 2px;
                }

                .bulkAssignment-popup > .modal-content .md-body .radioButtonSection .projectName {
                    font-family: GlowSemiBold;
                }

            .bulkAssignment-popup > .modal-content .md-body .groupInfo {
                display: flex;
                font-family: GlowRegular;
                font-size: 14px;
                color: #4A4A4A;
                height: 28px;
                margin-top: 20px;
            }

                .bulkAssignment-popup > .modal-content .md-body .groupInfo .from {
                    flex: 0 0 45px;
                    color: #808080;
                    padding-top: 5px;
                }

                .bulkAssignment-popup > .modal-content .md-body .groupInfo .to {
                    flex: 0 0 25px;
                    color: #808080;
                    padding-left: 5px;
                    padding-top: 5px;
                }

                .bulkAssignment-popup > .modal-content .md-body .groupInfo .initialGroup {
                    flex: 0 0 200px;
                    border-radius: 4px;
                    background: #F8F8F8;
                    padding-top: 5px;
                    padding-left: 10px;
                }

                .bulkAssignment-popup > .modal-content .md-body .groupInfo .resultGroup {
                    flex: 1 1 auto;
                }

            .bulkAssignment-popup > .modal-content .md-body .tasksInfo {
                font-family: GlowRegular;
                font-size: 14px;
                color: #4A4A4A;
                line-height: 28px;
                margin-top: 15px;
            }

                .bulkAssignment-popup > .modal-content .md-body .tasksInfo .checkboxContainer {
                    display: flex;
                    align-items: center;
                    cursor: pointer;
                }

                    .bulkAssignment-popup > .modal-content .md-body .tasksInfo .checkboxContainer .ui-checkbox {
                       flex: 0 0 16px;
                    }

                    .bulkAssignment-popup > .modal-content .md-body .tasksInfo .checkboxContainer .checkBoxTitle {
                        line-height: initial;
                    }

                .bulkAssignment-popup > .modal-content .md-body .tasksInfo .infoIcon {
                    vertical-align: top;
                    margin-top: 7px;
                    margin-right: 2px;
                }

            .bulkAssignment-popup > .modal-content .md-body .title {
                font-size: 14px;
                font-family: GlowRegular;
                color: #808080;
                line-height: 28px;
            }

            .bulkAssignment-popup > .modal-content .md-body .taskName {
                font-size: 14px;
                font-family: GlowRegular;
                color: #4A4A4A;
                line-height: 28px;
            }

        .bulkAssignment-popup > .modal-content .footer {
            padding: 19px 20px 0 20px;
            height: 70px;
        }

            .bulkAssignment-popup > .modal-content .footer .ui-btn-grey {
                height: 38px;
                width: 104px;
            }

            .bulkAssignment-popup > .modal-content .footer .ui-btn-light {
                width: 131px;
            }

.bulkAssignment-popup .header .popupTitle .infoIcon {
    margin-left: 4px;
    cursor: pointer;
}

.bulkAssignment-popup .infoDropdown-container {
    position: absolute;
    top: 6px;
    left: 205px;
    z-index: 10000;
    font-family: GlowRegular;
    font-size: 14px;
    width: 190px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 41, 199, 0.2);
    display: none;
    opacity: 0;
    line-height: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bulkAssignment-popup .infoDropdown-container .infoDropdown-arrow {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    top: 40px;
}

.bulkAssignment-popup .infoDropdown-container .infoDropdown-arrow.leftArrow {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 5px solid #ffffff;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
    left: -5px;
    top: 16px;
}

.bulkAssignment-popup .infoDropdown-container .infoDropdown-text {
    padding: 15px 18px;
}

.bulkAssignment-popup .infoDropdown-container .infoDropdown-text .ui-btn-link {
    font-size: 14px;
}