.batchImport {
    height: 100%;
    flex: 1;
    min-width: 0;
    min-height: 0;

    .title {
        font-weight: 500;
        display: flex;
        align-items: center;
        padding: 12px 16px;
        cursor: pointer;

        > span:first-child {
            font-size: 12px;
            color: #757b82;
            margin-right: 16px;
        }
    }

    .tips {
        padding: 0 46px 12px;
        max-height: 64px;

        .tipsTitle {
            margin-bottom: 5px;
            font-size: 14px;
            font-weight: 500;
            color: #1f2227;
            line-height: 20px;
        }

        .tipsSubTitle {
            font-size: 10px;
            font-weight: 400;
            color: #757b82;
            line-height: 14px;
            margin: 0;

            &.error {
                color: #f74c31;
            }
        }
    }

    .textArea {
        width: 258px;
        margin: 0 46px 24px;

        .error {
            border-color: #f74c31;
        }
    }

    .btn {
        min-width: 155px;
        width: max-content;
        padding: 0 6px;
        height: 32px;
        margin: 0 auto;
        background: #ffffff;
        border: 1px solid #e6e6e7;
        font-size: 14px;
        font-weight: 400;
        line-height: 32px;
        color: #1f2227;
        text-align: center;
        border-radius: 4px;
        cursor: pointer;

        &.disabled {
            color: #a5a9af;
            cursor: default;
        }
    }
}
