.bulk-create-modal {
    .ReactModal-content {
        display: flex;
        justify-content: space-between;
        width: 580px;

        .ReactModal-header {
            align-items: baseline;
        }

        .ReactModal-body {
            .warning-line {
                color: var(--text-secondary);
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 20px;
            }
            .note-line {
                margin-top: 20px;
                color: var(--text-secondary);
                font-style: normal;
                font-weight: 400;
                line-height: 20px;
                font-size: 14px;
            }

            .create-prompt {
                color: var(--text-primary);
            }
            .bold {
                font-weight: 500;
            }
        }
    }
}

.Toast-body {
    border-left: none;
}
