@use '../../../../../node_modules/@theorchard/suite-components/src/styles/utils'
    as utils;

.bulk-create-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;

    &-content {
        display: flex;
        gap: 40px;
    }

    &-right-panel {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 676px;

        .Alert {
            margin: 0;
            width: 100%;
            border: none;
            box-shadow: 0 0 6px 0 utils.var-with-opacity(--gray-900, 12%);
            font-size: 14px;
            line-height: 20px;

            .alert-bold {
                font-weight: 500;
            }
        }
    }

    &-upload-failure {
        margin-bottom: 40px;
    }
}
