.complexPickerMain {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px 16px 16px;
    .selectedInfo {
        height: 17px;
        font-size: 14px;
        color: #1f2227;
        line-height: 17px;
        margin-bottom: 8px;
        .personNum {
        }
    }

    .selectTitle {
        margin-bottom: 10px;
        font-size: 16px;
        color: #2f3238;
    }
    .test {
        color: red;
    }
    .requiredList {
        display: flex;
        flex-wrap: wrap;
        color: red;
        .labelName {
            padding: 1px 10px;
            border: 1px dashed #ccc;
            color: #aaa;
            border-radius: 4px;
            max-width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin-right: 5px;
            margin-top: 5px;
            cursor: default;
        }
    }
    .searchcontent {
        flex: 1;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        .ant-select {
            cursor: default;
        }
        :global {
            .ant-select-multiple .ant-select-selection-item-remove:hover {
                color: #286cfb;
            }
        }
    }
    .groupname {
        border-top: 1px solid #e0ecf5;
        p {
            margin: 0;
            padding-top: 33px;
            padding-bottom: 8px;
        }
    }

    textArea {
        height: 90px;
        outline: none;
        resize: none;
        border: none;
        border-top: 1px solid #edf3fa;
        box-shadow: none;
        padding-left: 1px;
        padding-right: 0;
        padding-top: 7px;
    }

    .devider {
        height: 1px;
        background: #e9e9e9;
        margin-bottom: 15px;
    }

    .buttonContentWrap {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: 16px;
        .confirmBtn {
            height: 30px;
            width: max-content;
            background: #326fef;
            border-radius: 4px;
            text-align: center;
            font-size: 13px;
            color: #fff;

            border: none;
            cursor: pointer;
            .warn {
                color: #86baec;
            }
        }
        .confirmBtn.btnDisabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
    }
}
